Trace number 1109487

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 144.78 159.966

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-4-fair.xml
MD5SUM7dacb354b431a82a4e6c58fb80279ced
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.70	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.70	c 0	BEGIN Thu Aug  7 20:17:41 2008
0.07/0.70	c 0	PID 13431
0.07/0.70	c 0	HOST node68.alineos.net
0.07/0.70	c 0	CONVERTING HOME/instance-1109487-1218133060.xml TO HOME/temp.csp
0.07/0.70	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109487-1218133060.xml' 'HOME/temp.csp'
0.91/1.75	c 1	3 domains, 7626 variables, 9 predicates, 0 relations, 7207 constraints
0.91/1.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.91/1.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.85	c 1	Parsing HOME/temp.csp
1.29/2.19	c 2	parsed 10000 expressions
1.49/2.33	c 2	parsed 14845 expressions
1.49/2.33	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.58/2.40	c 2	MAX CSP: 7207 constraints
1.58/2.40	c 2	Converting to clausal form CSP
1.58/2.45	c 2	converted 2206 (10%) expressions
1.58/2.45	c 2	converted 4411 (20%) expressions
1.68/2.51	c 2	converted 6617 (30%) expressions
1.78/2.70	c 2	converted 8822 (40%) expressions
1.88/2.79	c 2	converted 11028 (50%) expressions
2.18/3.02	c 3	converted 13233 (60%) expressions
2.28/3.15	c 3	converted 15439 (70%) expressions
2.38/3.29	c 3	converted 17644 (80%) expressions
2.67/3.52	c 3	converted 19850 (90%) expressions
3.58/4.44	c 4	converted 22055 (100%) expressions
3.58/4.45	c 4	CSP : 27721 integers, 7685 booleans, 54346 clauses, largest domain size 20001
3.58/4.45	c 4	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/4.45	c 4	Propagation in CSP
4.16/5.02	c 5	7200 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.16/5.03	c 5	CSP : 27721 integers, 7685 booleans, 54346 clauses, largest domain size 20001
4.16/5.03	c 5	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.16/5.05	c 5	Simplifing CSP by introducing new Boolean variables
4.26/5.13	c 5	CSP : 27721 integers, 19195 booleans, 65856 clauses, largest domain size 20001
4.26/5.13	c 5	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/5.38	c 5	Encoding CSP to SAT : HOME/temp.cnf
77.79/85.02	c 85	2773 (10%) CSP integer variables are encoded (54665227 clauses, 1125748976 bytes)
144.03/154.06	c 154	ERROR Exception Too large HOME/temp.cnf
144.09/154.10	c 154	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
144.09/154.10	c 154	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
144.09/154.10	c 154	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
144.09/154.10	s UNKNOWN
144.09/154.10	c 154	CPU 128.82 (0.05 0.02 128.77 15.26)
144.09/154.10	c 154	END Thu Aug  7 20:20:15 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109487-1218133060/watcher-1109487-1218133060 -o /tmp/evaluation-result-1109487-1218133060/solver-1109487-1218133060 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109487-1218133060.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.01 0.10 0.06 4/69 13431
/proc/meminfo: memFree=44448/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=6268 CPUtime=0
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 140363207 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 209557976457 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/13431/statm: 1567 47 36 3 0 8 0

[startup+0.093233 s]
/proc/loadavg: 0.01 0.10 0.06 4/69 13431
/proc/meminfo: memFree=44448/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=12268 CPUtime=0
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140363207 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 209560762981 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/13431/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101232 s]
/proc/loadavg: 0.01 0.10 0.06 4/69 13431
/proc/meminfo: memFree=44448/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=12268 CPUtime=0
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140363207 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 209560762981 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/13431/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301251 s]
/proc/loadavg: 0.01 0.10 0.06 4/69 13431
/proc/meminfo: memFree=44448/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=12272 CPUtime=0
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 140363207 12566528 378 996147200 4194304 4206940 548682068528 18446744073709551615 209560762981 0 0 4224 0 0 0 0 17 0 0 0
/proc/13431/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701293 s]
/proc/loadavg: 0.01 0.10 0.06 4/69 13431
/proc/meminfo: memFree=44448/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.07
/proc/13431/stat : 13431 (sugar++) R 13427 13431 13358 0 -1 4194304 1098 0 0 0 5 2 0 0 18 0 1 0 140363207 17141760 1066 996147200 4194304 4206940 548682068528 18446744073709551615 209578371652 0 0 4224 0 0 0 0 17 0 0 0
/proc/13431/statm: 4185 1066 380 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50236 s]
/proc/loadavg: 0.01 0.10 0.06 5/93 13457
/proc/meminfo: memFree=21200/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.07
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13448] ppid=13431 vsize=5356 CPUtime=0
/proc/13448/stat : 13448 (sh) S 13431 13431 13358 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140363278 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13448/statm: 1339 233 193 169 0 50 0
[pid=13449] ppid=13448 vsize=864660 CPUtime=0.64
/proc/13449/stat : 13449 (java) S 13448 13431 13358 0 -1 0 8631 0 1 0 59 5 0 0 18 0 9 0 140363278 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13449/statm: 216165 7610 2529 9 0 210747 0
[pid=13449/tid=13450] ppid=13448 vsize=864660 CPUtime=0.33
/proc/13449/task/13450/stat : 13450 (java) R 13448 13431 13358 0 -1 64 2737 0 1 0 31 2 0 0 17 0 9 0 140363282 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4126648755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13449/tid=13451] ppid=13448 vsize=864660 CPUtime=0.16
/proc/13449/task/13451/stat : 13451 (java) S 13448 13431 13358 0 -1 64 4691 0 0 0 15 1 0 0 16 0 9 0 140363286 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13449/tid=13452] ppid=13448 vsize=864660 CPUtime=0
/proc/13449/task/13452/stat : 13452 (java) S 13448 13431 13358 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 140363286 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13449/tid=13453] ppid=13448 vsize=864660 CPUtime=0
/proc/13449/task/13453/stat : 13453 (java) S 13448 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140363286 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13449/tid=13454] ppid=13448 vsize=864660 CPUtime=0
/proc/13449/task/13454/stat : 13454 (java) S 13448 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 140363289 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13449/tid=13455] ppid=13448 vsize=864660 CPUtime=0.11
/proc/13449/task/13455/stat : 13455 (java) S 13448 13431 13358 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 140363289 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13449/tid=13456] ppid=13448 vsize=864660 CPUtime=0
/proc/13449/task/13456/stat : 13456 (java) S 13448 13431 13358 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 140363289 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13449/tid=13457] ppid=13448 vsize=864660 CPUtime=0
/proc/13449/task/13457/stat : 13457 (java) S 13448 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363289 885411840 7610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 886756

[startup+3.10251 s]
/proc/loadavg: 0.01 0.10 0.06 4/93 13477
/proc/meminfo: memFree=44944/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 15 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868440 CPUtime=1.31
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 10131 0 1 0 125 6 0 0 19 0 9 0 140363384 889282560 9147 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217110 9148 2540 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868440 CPUtime=0.71
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 2731 0 1 0 69 2 0 0 25 0 9 0 140363385 889282560 9148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868440 CPUtime=0.37
/proc/13469/task/13471/stat : 13471 (java) R 13468 13431 13358 0 -1 64 5261 0 0 0 35 2 0 0 15 0 9 0 140363387 889282560 9149 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868440 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889282560 9150 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868440 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889282560 9152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868440 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889282560 9154 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868440 CPUtime=0.19
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1444 0 0 0 19 0 0 0 16 0 9 0 140363389 889282560 9157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868440 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889282560 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868440 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889282560 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 890536

[startup+6.30179 s]
/proc/loadavg: 0.25 0.15 0.08 4/93 13477
/proc/meminfo: memFree=16272/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 15 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=4.49
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 17702 0 1 0 430 19 0 0 19 0 9 0 140363384 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15850 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=2.85
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 3269 0 1 0 274 11 0 0 23 0 9 0 140363385 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=1.32
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 127 5 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.29
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1502 0 0 0 28 1 0 0 16 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 890648

[startup+12.7024 s]
/proc/loadavg: 0.39 0.18 0.09 2/93 13477
/proc/meminfo: memFree=15248/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 15 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=7.87
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 17972 0 1 0 737 50 0 0 19 0 9 0 140363384 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15850 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=6.11
/proc/13469/task/13470/stat : 13470 (java) D 13468 13431 13358 0 -1 64 3539 0 1 0 571 40 0 0 25 0 9 0 140363385 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=1.44
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 137 7 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.29
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1502 0 0 0 28 1 0 0 16 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 890648

[startup+25.5015 s]
/proc/loadavg: 0.97 0.31 0.14 3/93 13478
/proc/meminfo: memFree=14992/2055920 swapFree=4179972/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 15 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=19.6
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 18919 0 1 0 1782 178 0 0 19 0 9 0 140363384 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15850 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=17.4
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 4486 0 1 0 1579 161 0 0 25 0 9 0 140363385 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 102311815 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=1.87
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 173 14 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15850 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[startup+102.306 s]
/proc/loadavg: 2.57 0.98 0.38 3/93 13502
/proc/meminfo: memFree=15440/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 16 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=93.3
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 24503 0 1 0 8352 978 0 0 19 0 9 0 140363384 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15852 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=88.55
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 10068 0 1 0 7933 922 0 0 25 0 9 0 140363385 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=4.42
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 389 53 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.3
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1504 0 0 0 29 1 0 0 16 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.27
Current children cumulated vsize (KiB) 890648

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

[startup+127.902 s]
/proc/loadavg: 2.65 1.12 0.44 3/94 13509
/proc/meminfo: memFree=16264/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 16 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=117.86
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 26334 0 1 0 10548 1238 0 0 19 0 9 0 140363384 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15852 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=112.26
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 11899 0 1 0 10058 1168 0 0 25 0 9 0 140363385 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 102064672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=5.27
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 460 67 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.3
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1504 0 0 0 29 1 0 0 16 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.83
Current children cumulated vsize (KiB) 890648

[startup+140.703 s]
/proc/loadavg: 2.73 1.21 0.48 3/93 13513
/proc/meminfo: memFree=15952/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 16 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=130.06
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 27262 0 1 0 11629 1377 0 0 19 0 9 0 140363384 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15852 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=124.04
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 12827 0 1 0 11104 1300 0 0 25 0 9 0 140363385 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4126928581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=5.69
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 495 74 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.3
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1504 0 0 0 29 1 0 0 16 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.03
Current children cumulated vsize (KiB) 890648

[startup+153.502 s]
/proc/loadavg: 2.69 1.25 0.50 2/83 13517
/proc/meminfo: memFree=891488/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=0.97
/proc/13431/stat : 13431 (sugar++) S 13427 13431 13358 0 -1 4194304 1297 9433 0 1 5 2 84 6 16 0 1 0 140363207 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13431/statm: 4185 1104 409 3 0 764 0
[pid=13468] ppid=13431 vsize=5356 CPUtime=0
/proc/13468/stat : 13468 (sh) S 13431 13431 13358 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140363384 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13468/statm: 1339 233 193 169 0 50 0
[pid=13469] ppid=13468 vsize=868552 CPUtime=142.56
/proc/13469/stat : 13469 (java) S 13468 13431 13358 0 -1 0 28195 0 1 0 12744 1512 0 0 19 0 9 0 140363384 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13469/statm: 217138 15852 2565 9 0 211685 0
[pid=13469/tid=13470] ppid=13468 vsize=868552 CPUtime=136.15
/proc/13469/task/13470/stat : 13470 (java) R 13468 13431 13358 0 -1 64 13760 0 1 0 12186 1429 0 0 23 0 9 0 140363385 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4127141086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13471] ppid=13468 vsize=868552 CPUtime=6.08
/proc/13469/task/13471/stat : 13471 (java) S 13468 13431 13358 0 -1 64 12234 0 0 0 528 80 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13472] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13472/stat : 13472 (java) S 13468 13431 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13473] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13473/stat : 13473 (java) S 13468 13431 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140363387 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13474] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13474/stat : 13474 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13475] ppid=13468 vsize=868552 CPUtime=0.3
/proc/13469/task/13475/stat : 13475 (java) S 13468 13431 13358 0 -1 64 1504 0 0 0 29 1 0 0 16 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13476] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13476/stat : 13476 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13469/tid=13477] ppid=13468 vsize=868552 CPUtime=0
/proc/13469/task/13477/stat : 13477 (java) S 13468 13431 13358 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140363389 889397248 15852 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.53
Current children cumulated vsize (KiB) 890648

[startup+156.701 s]
/proc/loadavg: 2.63 1.27 0.51 1/73 13517
/proc/meminfo: memFree=1954744/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=144.68
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 1320 37967 0 2 5 60 12877 1526 15 0 1 0 140363207 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 144.68
Current children cumulated vsize (KiB) 16740

[startup+158.301 s]
/proc/loadavg: 2.63 1.27 0.51 1/70 13520
/proc/meminfo: memFree=1954320/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=144.7
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 1320 37967 0 2 5 62 12877 1526 15 0 1 0 140363207 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 144.7
Current children cumulated vsize (KiB) 16740

[startup+159.102 s]
/proc/loadavg: 2.63 1.27 0.51 1/70 13520
/proc/meminfo: memFree=1954320/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=144.72
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 1320 37967 0 2 5 64 12877 1526 15 0 1 0 140363207 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 144.72
Current children cumulated vsize (KiB) 16740

[startup+159.506 s]
/proc/loadavg: 2.63 1.27 0.51 1/69 13539
/proc/meminfo: memFree=1946200/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=144.74
/proc/13431/stat : 13431 (sugar++) R 13427 13431 13358 0 -1 4194304 1320 37967 0 2 5 66 12877 1526 15 0 1 0 140363207 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 144.74
Current children cumulated vsize (KiB) 16740

[startup+159.903 s]
/proc/loadavg: 2.63 1.27 0.51 1/69 13539
/proc/meminfo: memFree=1946200/2055920 swapFree=4179988/4192956
[pid=13431] ppid=13427 vsize=16740 CPUtime=144.75
/proc/13431/stat : 13431 (sugar++) D 13427 13431 13358 0 -1 4194304 1320 37967 0 2 5 67 12877 1526 15 0 1 0 140363207 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 144.75
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 159.966
CPU time (s): 144.78
CPU user time (s): 128.838
CPU system time (s): 15.9416
CPU usage (%): 90.5067
Max. virtual memory (cumulated for all children) (KiB): 891540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.838
system time used= 15.9416
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39343
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= 79480
involuntary context switches= 82657

runsolver used 0.216967 second user time and 0.563914 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-08-07 20:17:40
IDJOB=1109487
IDBENCH=60970
IDSOLVER=367
FILE ID=node68/1109487-1218133060
PBS_JOBID= 8000838
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-4-fair.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109487-1218133060/watcher-1109487-1218133060 -o /tmp/evaluation-result-1109487-1218133060/solver-1109487-1218133060 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109487-1218133060.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7dacb354b431a82a4e6c58fb80279ced
RANDOM SEED=1431050217

node68.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.236
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.236
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:      2055920 kB
MemFree:         45448 kB
Buffers:         51488 kB
Cached:        1813828 kB
SwapCached:       6248 kB
Active:         933188 kB
Inactive:       940624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         45448 kB
SwapTotal:     4192956 kB
SwapFree:      4179972 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          14184 kB
Slab:           122284 kB
Committed_AS:    84824 kB
PageTables:       1696 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= 66552 MiB
End job on node68 at 2008-08-07 20:20:21