Trace number 1087918

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MSAT 33.8269 34.0768

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph1.xml
MD5SUMa04080f413cb83f1ad6bfb4c8f4b619a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.135979
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1134
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
28.39/28.67	c start processing
28.39/28.67	c start relation processing
28.49/28.70	c start cnf exporting
32.58/32.85	c parsing time : 28.532
32.58/32.85	c preprocessing time : 32.712
32.58/32.85	
32.58/32.85	c Nary constraints - conflicts : 0 supports : 0
32.58/32.85	c Binary constraints - conflicts : 1034 supports :100
32.58/32.85	c max arity constraint : 2
32.58/32.85	c Max Tuples generated 1936
32.58/32.85	c relations : 691
32.58/32.85	c relations BDD: 0
32.58/32.85	c sampling 0/0
32.58/32.85	c vars : 6921 - clauses :  210246
32.58/32.85	
32.58/32.90	 
32.58/32.90	c --- SAT Solver Stats ---
32.58/32.90	 
32.75/33.00	c restarts              : 1
32.75/33.00	c conflicts             : 0              (0 /sec)
32.75/33.00	c decisions             : 2451           (1.59 % random) (27238 /sec)
32.75/33.00	c propagations          : 6920           (76901 /sec)
32.75/33.00	c conflict literals     : 0              ( nan % deleted)
32.75/33.00	c Memory used           : 10.35 MB
32.75/33.00	c CPU time              : 0.089986 s
32.75/33.00	
32.75/33.01	s SATISFIABLE
33.75/34.07	v 296 58 86 324 16 254 380 142 142 380 58 296 72 310 324 86 352 114 338 100 296 58 380 142 750 512 652 414 296 58 268 30 652 414 16 254 114 352 310 72 282 44 694 456 16 254 58 296 282 44 254 16 44 282 680 442 324 86 394 156 254 16 254 16 338 100 680 442 268 30 296 58 142 380 338 100 380 142 310 72 254 16 30 268 338 100 16 254 254 16 114 352 254 16 282 44 380 142 114 352 72 310 282 44 282 44 338 100 254 16 268 30 268 30 86 324 338 100 296 58 478 240 380 142 254 16 268 30 58 296 30 268 310 72 380 142 268 30 16 254 86 324 380 142 366 128 324 86 254 16 652 414 254 16 72 310 128 366 722 484 666 428 30 268 310 72 338 100 100 338 30 268 72 310 442 680 254 16 30 268 366 128 722 484 16 254 324 86 30 268 44 282 170 408 86 324 296 58 254 16

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087918-1215245654/watcher-1087918-1215245654 -o /tmp/evaluation-result-1087918-1215245654/solver-1087918-1215245654 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1087918-1215245654.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.08 2.03 4/82 19084
/proc/meminfo: memFree=1768296/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=18572 CPUtime=0
/proc/19084/stat : 19084 (runsolver) R 19082 19084 17673 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 248660412 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19084/statm: 4643 292 257 25 0 2626 0

[startup+0.093665 s]
/proc/loadavg: 2.14 2.08 2.03 4/82 19084
/proc/meminfo: memFree=1768296/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.101667 s]
/proc/loadavg: 2.14 2.08 2.03 4/82 19084
/proc/meminfo: memFree=1768296/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.301687 s]
/proc/loadavg: 2.14 2.08 2.03 4/82 19084
/proc/meminfo: memFree=1768296/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.701735 s]
/proc/loadavg: 2.14 2.08 2.03 4/82 19084
/proc/meminfo: memFree=1768296/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+1.50182 s]
/proc/loadavg: 2.14 2.08 2.03 3/92 19106
/proc/meminfo: memFree=1727568/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812540 CPUtime=1.44
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 13347 0 1 0 135 9 0 0 21 0 9 0 248660417 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203135 12534 2581 9 0 197168 0
[pid=19098/tid=19099] ppid=19084 vsize=812540 CPUtime=0.39
/proc/19098/task/19099/stat : 19099 (java) S 19084 19084 17673 0 -1 64 7472 0 1 0 34 5 0 0 21 0 9 0 248660418 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812540 CPUtime=0.91
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 4427 0 0 0 89 2 0 0 22 0 9 0 248660420 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812540 CPUtime=0.11
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 748 0 0 0 11 0 0 0 16 0 9 0 248660422 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832040960 12534 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860096

[startup+3.10299 s]
/proc/loadavg: 2.14 2.08 2.03 3/92 19106
/proc/meminfo: memFree=1726928/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812540 CPUtime=3.03
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 13496 0 1 0 294 9 0 0 21 0 9 0 248660417 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203135 12634 2583 9 0 197168 0
[pid=19098/tid=19099] ppid=19084 vsize=812540 CPUtime=0.46
/proc/19098/task/19099/stat : 19099 (java) S 19084 19084 17673 0 -1 64 7521 0 1 0 41 5 0 0 16 0 9 0 248660418 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812540 CPUtime=2.38
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 4492 0 0 0 236 2 0 0 25 0 9 0 248660420 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 102687665 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812540 CPUtime=0.16
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 783 0 0 0 16 0 0 0 15 0 9 0 248660422 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812540 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832040960 12634 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860096

[startup+6.30232 s]
/proc/loadavg: 2.13 2.08 2.02 3/92 19106
/proc/meminfo: memFree=1725264/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=6.21
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 14546 0 1 0 610 11 0 0 21 0 9 0 248660417 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 12767 2583 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=0.58
/proc/19098/task/19099/stat : 19099 (java) S 19084 19084 17673 0 -1 64 7615 0 1 0 53 5 0 0 15 0 9 0 248660418 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=5.42
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 5439 0 0 0 539 3 0 0 25 0 9 0 248660420 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 102477906 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.17
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 792 0 0 0 17 0 0 0 15 0 9 0 248660422 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 12767 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860132

[startup+12.703 s]
/proc/loadavg: 2.12 2.08 2.02 3/92 19106
/proc/meminfo: memFree=1723216/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=12.58
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 14963 0 1 0 1246 12 0 0 21 0 9 0 248660417 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 13015 2583 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=0.83
/proc/19098/task/19099/stat : 19099 (java) S 19084 19084 17673 0 -1 64 7785 0 1 0 77 6 0 0 15 0 9 0 248660418 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=11.49
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 5654 0 0 0 1145 4 0 0 25 0 9 0 248660420 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 104251328 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.22
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 824 0 0 0 22 0 0 0 15 0 9 0 248660422 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 13015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860132

[startup+25.5013 s]
/proc/loadavg: 2.40 2.14 2.04 3/92 19106
/proc/meminfo: memFree=1719504/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=25.31
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 15661 0 1 0 2516 15 0 0 21 0 9 0 248660417 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 13427 2583 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=1.48
/proc/19098/task/19099/stat : 19099 (java) S 19084 19084 17673 0 -1 64 8071 0 1 0 142 6 0 0 15 0 9 0 248660418 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=23.49
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 6014 0 0 0 2342 7 0 0 25 0 9 0 248660420 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 103828996 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.3
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 876 0 0 0 30 0 0 0 15 0 9 0 248660422 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 13427 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 860132

Solver just ended. Dumping a history of the last processes samples

[startup+28.7027 s]
/proc/loadavg: 2.40 2.14 2.04 3/92 19106
/proc/meminfo: memFree=1718480/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=28.49
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 15824 0 1 0 2834 15 0 0 21 0 9 0 248660417 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 13526 2583 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=1.7
/proc/19098/task/19099/stat : 19099 (java) R 19084 19084 17673 0 -1 64 8135 0 1 0 164 6 0 0 16 0 9 0 248660418 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4125950761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=26.46
/proc/19098/task/19100/stat : 19100 (java) R 19084 19084 17673 0 -1 64 6109 0 0 0 2639 7 0 0 25 0 9 0 248660420 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.3
/proc/19098/task/19104/stat : 19104 (java) R 19084 19084 17673 0 -1 64 880 0 0 0 30 0 0 0 16 0 9 0 248660422 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 13526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.49
Current children cumulated vsize (KiB) 860132

[startup+31.908 s]
/proc/loadavg: 2.37 2.14 2.04 3/92 19106
/proc/meminfo: memFree=1686352/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=31.7
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 23190 0 1 0 3149 21 0 0 21 0 9 0 248660417 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 20886 2589 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=4.81
/proc/19098/task/19099/stat : 19099 (java) R 19084 19084 17673 0 -1 64 15323 0 1 0 470 11 0 0 19 0 9 0 248660418 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 102064022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=26.47
/proc/19098/task/19100/stat : 19100 (java) S 19084 19084 17673 0 -1 64 6245 0 0 0 2640 7 0 0 16 0 9 0 248660420 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.37
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 922 0 0 0 37 0 0 0 15 0 9 0 248660422 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 20886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.7
Current children cumulated vsize (KiB) 860132

[startup+32.7021 s]
/proc/loadavg: 2.37 2.14 2.04 3/92 19106
/proc/meminfo: memFree=1686352/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=0
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 764 1697 0 0 0 0 0 0 20 0 1 0 248660412 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19084/statm: 11889 363 244 79 0 219 0
[pid=19098] ppid=19084 vsize=812576 CPUtime=32.48
/proc/19098/stat : 19098 (java) S 19084 19084 17673 0 -1 0 23192 0 1 0 3227 21 0 0 21 0 9 0 248660417 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19098/statm: 203144 20887 2589 9 0 197177 0
[pid=19098/tid=19099] ppid=19084 vsize=812576 CPUtime=5.6
/proc/19098/task/19099/stat : 19099 (java) R 19084 19084 17673 0 -1 64 15324 0 1 0 548 12 0 0 21 0 9 0 248660418 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4127276193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19100] ppid=19084 vsize=812576 CPUtime=26.47
/proc/19098/task/19100/stat : 19100 (java) S 19084 19084 17673 0 -1 64 6246 0 0 0 2640 7 0 0 16 0 9 0 248660420 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19101] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19101/stat : 19101 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248660420 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19102] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19102/stat : 19102 (java) S 19084 19084 17673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248660420 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19103] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19103/stat : 19103 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19104] ppid=19084 vsize=812576 CPUtime=0.37
/proc/19098/task/19104/stat : 19104 (java) S 19084 19084 17673 0 -1 64 922 0 0 0 37 0 0 0 15 0 9 0 248660422 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19098/tid=19105] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19105/stat : 19105 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248660422 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19098/tid=19106] ppid=19084 vsize=812576 CPUtime=0
/proc/19098/task/19106/stat : 19106 (java) S 19084 19084 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248660422 832077824 20887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.48
Current children cumulated vsize (KiB) 860132

[startup+33.5012 s]
/proc/loadavg: 2.37 2.14 2.04 3/83 19107
/proc/meminfo: memFree=1758736/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=32.77
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 835 27367 0 1 0 0 3251 26 16 0 1 0 248660412 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19084/statm: 11889 364 244 79 0 219 0
Current children cumulated CPU time (s) 32.77
Current children cumulated vsize (KiB) 47556

[startup+33.9053 s]
/proc/loadavg: 2.37 2.14 2.04 3/83 19107
/proc/meminfo: memFree=1758736/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=32.77
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 835 27367 0 1 0 0 3251 26 16 0 1 0 248660412 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19084/statm: 11889 364 244 79 0 219 0
Current children cumulated CPU time (s) 32.77
Current children cumulated vsize (KiB) 47556

[startup+34.0012 s]
/proc/loadavg: 2.34 2.13 2.04 3/92 19116
/proc/meminfo: memFree=1739472/2055912 swapFree=4178564/4192956
[pid=19084] ppid=19082 vsize=47556 CPUtime=32.77
/proc/19084/stat : 19084 (galacM.sh) S 19082 19084 17673 0 -1 4194304 835 27367 0 1 0 0 3251 26 16 0 1 0 248660412 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19084/statm: 11889 364 244 79 0 219 0
[pid=19108] ppid=19084 vsize=812676 CPUtime=0.98
/proc/19108/stat : 19108 (java) S 19084 19084 17673 0 -1 0 7351 0 1 0 92 6 0 0 18 0 9 0 248663714 832180224 6734 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19108/statm: 203169 6734 1910 9 0 197174 0
[pid=19108/tid=19109] ppid=19084 vsize=812676 CPUtime=0.66
/proc/19108/task/19109/stat : 19109 (java) R 19084 19084 17673 0 -1 64 5739 0 1 0 62 4 0 0 18 0 9 0 248663715 832180224 6737 996147200 134512640 134550740 4294955616 18446744073709551615 4127172242 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19110] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19110/stat : 19110 (java) S 19084 19084 17673 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 248663717 832180224 6738 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19111] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19111/stat : 19111 (java) S 19084 19084 17673 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 248663717 832180224 6740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19112] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19112/stat : 19112 (java) S 19084 19084 17673 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 248663717 832180224 6741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19113] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19113/stat : 19113 (java) S 19084 19084 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663719 832180224 6742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19114] ppid=19084 vsize=812676 CPUtime=0.29
/proc/19108/task/19114/stat : 19114 (java) S 19084 19084 17673 0 -1 64 902 0 0 0 29 0 0 0 16 0 9 0 248663719 832180224 6743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19115] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19115/stat : 19115 (java) S 19084 19084 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663719 832180224 6744 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19108/tid=19116] ppid=19084 vsize=812676 CPUtime=0
/proc/19108/task/19116/stat : 19116 (java) S 19084 19084 17673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 248663719 832180224 6745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.75
Current children cumulated vsize (KiB) 860232

Child status: 0
Real time (s): 34.0768
CPU time (s): 33.8269
CPU user time (s): 33.4819
CPU system time (s): 0.344947
CPU usage (%): 99.2664
Max. virtual memory (cumulated for all children) (KiB): 860288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.4819
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36540
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3724
involuntary context switches= 3957

runsolver used 0.046992 second user time and 0.12798 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 10:14:14
IDJOB=1087918
IDBENCH=58055
IDSOLVER=350
FILE ID=node78/1087918-1215245654
PBS_JOBID= 7882000
Free space on /tmp= 126636 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph1.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087918-1215245654/watcher-1087918-1215245654 -o /tmp/evaluation-result-1087918-1215245654/solver-1087918-1215245654 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1087918-1215245654.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a04080f413cb83f1ad6bfb4c8f4b619a
RANDOM SEED=462810643

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1768776 kB
Buffers:         12108 kB
Cached:         133752 kB
SwapCached:       7072 kB
Active:         175740 kB
Inactive:        50552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1768776 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            3372 kB
Writeback:           0 kB
Mapped:          98320 kB
Slab:            45952 kB
Committed_AS:  1442856 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126632 MiB
End job on node78 at 2008-07-05 10:14:48