Trace number 1126475

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
Sugar++ v1.13+minisat-inc? 170.43 180.259

General information on the benchmark

Namemaxcsp/maxclique/
normalized-p-hat500-3_ext.xml
MD5SUM6fcc846dc69aff8dd243ed3a4fa33ac5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints450
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints31450
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension31450
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.51	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.51	c 0	BEGIN Wed Jul 16 06:41:33 2008
0.07/0.51	c 0	PID 31398
0.07/0.51	c 0	HOST node68.alineos.net
0.07/0.51	c 0	CONVERTING HOME/instance-1126475-1216183292.xml TO HOME/temp.csp
0.07/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126475-1216183292.xml' 'HOME/temp.csp'
1.26/1.86	c 2	2 domains, 501 variables, 0 predicates, 2 relations, 31450 constraints
1.32/1.91	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.32/1.91	c 2	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'
1.32/1.99	c 2	Parsing HOME/temp.csp
1.70/2.31	c 2	parsed 10000 expressions
1.89/2.51	c 2	parsed 20000 expressions
2.09/2.73	c 2	parsed 30000 expressions
2.09/2.76	c 2	parsed 31955 expressions
2.09/2.77	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/3.03	c 3	MAX CSP: 31450 constraints
2.39/3.03	c 3	Converting to clausal form CSP
2.69/3.32	c 3	converted 6341 (10%) expressions
2.89/3.54	c 3	converted 12682 (20%) expressions
2.98/3.62	c 3	converted 19023 (30%) expressions
2.98/3.69	c 3	converted 25364 (40%) expressions
3.08/3.77	c 3	converted 31704 (50%) expressions
3.17/3.85	c 4	converted 38045 (60%) expressions
3.47/4.13	c 4	converted 44386 (70%) expressions
3.57/4.21	c 4	converted 50727 (80%) expressions
3.57/4.29	c 4	converted 57068 (90%) expressions
6.84/7.52	c 7	converted 63408 (100%) expressions
6.84/7.53	c 7	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 47176
6.84/7.53	c 7	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.84/7.53	c 7	Propagation in CSP
7.93/8.65	c 8	31440 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.93/8.66	c 8	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 31451
7.93/8.66	c 8	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.93/8.69	c 8	Simplifing CSP by introducing new Boolean variables
8.03/8.73	c 8	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 31451
8.03/8.73	c 8	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.53/9.23	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.53/9.28	c 9	6341 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.53/9.29	c 9	12681 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.62/9.30	c 9	19021 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.62/9.31	c 9	25361 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.62/9.32	c 9	31701 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.71/9.44	c 9	38041 (60%) CSP integer variables are encoded (95182 clauses, 1489184 bytes)
9.32/10.02	c 10	44381 (70%) CSP integer variables are encoded (542819 clauses, 9099013 bytes)
9.42/10.18	c 10	50721 (80%) CSP integer variables are encoded (672905 clauses, 11310475 bytes)
9.52/10.29	c 10	57061 (90%) CSP integer variables are encoded (751007 clauses, 12638209 bytes)
9.71/10.42	c 10	63401 (100%) CSP integer variables are encoded (847843 clauses, 14284421 bytes)
9.91/10.66	c 10	9435 (10%) CSP clauses are encoded (857278 clauses, 14422788 bytes)
10.11/10.84	c 11	18870 (20%) CSP clauses are encoded (866713 clauses, 14581028 bytes)
10.30/11.05	c 11	28305 (30%) CSP clauses are encoded (876148 clauses, 14740940 bytes)
19.06/20.04	c 20	37740 (40%) CSP clauses are encoded (5792063 clauses, 119990339 bytes)
119.02/124.68	c 124	47175 (50%) CSP clauses are encoded (62901982 clauses, 1507208753 bytes)
169.30/177.49	c 177	ERROR Exception Too large HOME/temp.cnf
169.40/177.59	c 177	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
169.40/177.59	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
169.40/177.59	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
169.40/177.59	s UNKNOWN
169.42/177.99	c 178	CPU 156.16 (0.06 0.02 156.1 13.25)
169.42/177.99	c 178	END Wed Jul 16 06:44:31 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-1126475-1216183292/watcher-1126475-1216183292 -o /tmp/evaluation-result-1126475-1216183292/solver-1126475-1216183292 -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-1126475-1216183292.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: 2.68 2.72 2.64 5/80 31398
/proc/meminfo: memFree=1850208/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=18572 CPUtime=0
/proc/31398/stat : 31398 (runsolver) R 31396 31398 31283 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 74737350 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 223187889447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31398/statm: 4643 292 257 25 0 2626 0

[startup+0.03316 s]
/proc/loadavg: 2.68 2.72 2.64 5/80 31398
/proc/meminfo: memFree=1850208/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=4708 CPUtime=0
/proc/31398/stat : 31398 (sugar++) R 31396 31398 31283 0 -1 4194304 58 0 0 0 0 0 0 0 18 0 1 0 74737350 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 223185270249 0 0 4096 0 0 0 0 17 1 0 0
/proc/31398/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4708

[startup+0.206496 s]
/proc/loadavg: 2.68 2.72 2.64 5/80 31398
/proc/meminfo: memFree=1850208/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=12272 CPUtime=0
/proc/31398/stat : 31398 (sugar++) R 31396 31398 31283 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 74737350 12566528 368 996147200 4194304 4206940 548682068528 18446744073709551615 223187741184 0 0 4224 0 0 0 0 17 1 0 0
/proc/31398/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302492 s]
/proc/loadavg: 2.68 2.72 2.64 5/80 31398
/proc/meminfo: memFree=1850208/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=12412 CPUtime=0.01
/proc/31398/stat : 31398 (sugar++) R 31396 31398 31283 0 -1 4194304 455 0 0 0 0 1 0 0 18 0 1 0 74737350 12709888 423 996147200 4194304 4206940 548682068528 18446744073709551615 223187735265 0 0 4224 0 0 0 0 17 0 0 0
/proc/31398/statm: 3103 423 286 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.701521 s]
/proc/loadavg: 2.68 2.72 2.64 5/80 31398
/proc/meminfo: memFree=1850208/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=0.07
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50161 s]
/proc/loadavg: 2.68 2.72 2.64 4/91 31410
/proc/meminfo: memFree=1829896/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=0.07
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31401] ppid=31398 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31398 31398 31283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74737401 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 233 193 169 0 50 0
[pid=31402] ppid=31401 vsize=865688 CPUtime=0.89
/proc/31402/stat : 31402 (java) S 31401 31398 31283 0 -1 0 12263 0 1 0 84 5 0 0 18 0 9 0 74737402 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31402/statm: 216422 10566 2529 9 0 211004 0
[pid=31402/tid=31403] ppid=31401 vsize=865688 CPUtime=0.44
/proc/31402/task/31403/stat : 31403 (java) R 31401 31398 31283 0 -1 64 2842 0 1 0 43 1 0 0 25 0 9 0 74737403 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31404] ppid=31401 vsize=865688 CPUtime=0.31
/proc/31402/task/31404/stat : 31404 (java) R 31401 31398 31283 0 -1 64 8222 0 0 0 29 2 0 0 16 0 9 0 74737412 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31405] ppid=31401 vsize=865688 CPUtime=0
/proc/31402/task/31405/stat : 31405 (java) S 31401 31398 31283 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74737412 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31406] ppid=31401 vsize=865688 CPUtime=0
/proc/31402/task/31406/stat : 31406 (java) S 31401 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74737412 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31407] ppid=31401 vsize=865688 CPUtime=0
/proc/31402/task/31407/stat : 31407 (java) S 31401 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 74737414 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31408] ppid=31401 vsize=865688 CPUtime=0.1
/proc/31402/task/31408/stat : 31408 (java) S 31401 31398 31283 0 -1 64 499 0 0 0 10 0 0 0 16 0 9 0 74737414 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31409] ppid=31401 vsize=865688 CPUtime=0
/proc/31402/task/31409/stat : 31409 (java) S 31401 31398 31283 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 74737414 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31402/tid=31410] ppid=31401 vsize=865688 CPUtime=0
/proc/31402/task/31410/stat : 31410 (java) S 31401 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74737414 886464512 10566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 887784

[startup+3.10274 s]
/proc/loadavg: 2.62 2.71 2.63 3/91 31420
/proc/meminfo: memFree=1839304/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 15 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=864264 CPUtime=1.15
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 9785 0 1 0 110 5 0 0 18 0 9 0 74737542 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 216066 8750 2542 9 0 210641 0
[pid=31412/tid=31413] ppid=31411 vsize=864264 CPUtime=0.67
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 2782 0 1 0 65 2 0 0 18 0 9 0 74737543 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31414] ppid=31411 vsize=864264 CPUtime=0.37
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 5954 0 0 0 35 2 0 0 16 0 9 0 74737544 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31415] ppid=31411 vsize=864264 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=864264 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74737544 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=864264 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=864264 CPUtime=0.09
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 74737546 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=864264 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=864264 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 885006336 8750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 886360

[startup+6.30203 s]
/proc/loadavg: 2.62 2.71 2.63 5/91 31420
/proc/meminfo: memFree=1775560/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 15 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868432 CPUtime=4.32
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 24544 0 1 0 417 15 0 0 18 0 9 0 74737542 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217108 22341 2540 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868432 CPUtime=2.53
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 3558 0 1 0 250 3 0 0 25 0 9 0 74737543 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4126620136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868432 CPUtime=1.53
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 18806 0 0 0 144 9 0 0 16 0 9 0 74737544 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868432 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868432 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868432 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868432 CPUtime=0.22
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 74737546 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868432 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868432 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889274368 22341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 890528

[startup+12.7026 s]
/proc/loadavg: 2.53 2.69 2.63 4/91 31420
/proc/meminfo: memFree=1715848/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 15 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=10.64
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 35060 0 1 0 1025 39 0 0 18 0 9 0 74737542 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=7.74
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 3805 0 1 0 753 21 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4127095935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=2.55
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 240 15 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 890640

[startup+25.5028 s]
/proc/loadavg: 2.52 2.68 2.62 3/91 31420
/proc/meminfo: memFree=1549896/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=23.19
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 35633 0 1 0 2183 136 0 0 18 0 9 0 74737542 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=19.99
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 4378 0 1 0 1884 115 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=2.86
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 267 19 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=147.01
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 10502 0 1 0 13568 1133 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4126564536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=6.07
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 547 60 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.77
Current children cumulated vsize (KiB) 890640

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

[startup+166.402 s]
/proc/loadavg: 2.81 2.75 2.65 3/91 31420
/proc/meminfo: memFree=15048/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=157.47
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 41953 0 1 0 14520 1227 0 0 18 0 9 0 74737542 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=150.97
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 10698 0 1 0 13933 1164 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=6.17
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 556 61 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.81
Current children cumulated vsize (KiB) 890640

[startup+172.807 s]
/proc/loadavg: 2.85 2.76 2.66 3/91 31420
/proc/meminfo: memFree=15432/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=163.56
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 42251 0 1 0 15081 1275 0 0 18 0 9 0 74737542 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=156.89
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 10996 0 1 0 14479 1210 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=6.33
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 570 63 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.9
Current children cumulated vsize (KiB) 890640

[startup+176.002 s]
/proc/loadavg: 2.85 2.76 2.66 3/91 31420
/proc/meminfo: memFree=15496/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1297 13198 0 1 6 2 119 7 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=166.72
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 42404 0 1 0 15367 1305 0 0 18 0 9 0 74737542 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28493 2567 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=159.97
/proc/31412/task/31413/stat : 31413 (java) R 31411 31398 31283 0 -1 64 11149 0 1 0 14758 1239 0 0 25 0 9 0 74737543 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=6.41
/proc/31412/task/31414/stat : 31414 (java) S 31411 31398 31283 0 -1 64 29012 0 0 0 577 64 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74737544 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31398 31283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74737546 889389056 28493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.06
Current children cumulated vsize (KiB) 890640

[startup+177.603 s]
/proc/loadavg: 2.86 2.77 2.66 4/91 31420
/proc/meminfo: memFree=14856/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=1.34
/proc/31398/stat : 31398 (sugar++) S 31396 31398 31283 0 -1 4194304 1298 13198 0 1 6 2 119 7 16 0 1 0 74737350 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31398/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31398 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31398 31398 31283 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74737542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=868544 CPUtime=168.06
/proc/31412/stat : 31412 (java) S 31411 31398 31283 0 -1 0 42476 0 1 0 15490 1316 0 0 18 0 8 0 74737542 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 217136 28498 2568 9 0 211683 0
[pid=31412/tid=31413] ppid=31411 vsize=868544 CPUtime=161.27
/proc/31412/task/31413/stat : 31413 (java) S 31411 31398 31283 0 -1 64 11217 0 1 0 14877 1250 0 0 25 0 8 0 74737543 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31412/tid=31414] ppid=31411 vsize=868544 CPUtime=6.44
/proc/31412/task/31414/stat : 31414 (java) D 31411 31398 31283 0 -1 64 29012 0 0 0 580 64 0 0 16 0 8 0 74737544 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=31412/tid=31415] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31398 31283 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74737544 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31398 31283 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 74737544 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31398 31283 0 -1 64 4 0 0 0 0 0 0 0 16 0 8 0 74737546 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=868544 CPUtime=0.32
/proc/31412/task/31418/stat : 31418 (java) S 31411 31398 31283 0 -1 64 1547 0 0 0 31 1 0 0 16 0 8 0 74737546 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=868544 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31398 31283 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74737546 889389056 28498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 169.4
Current children cumulated vsize (KiB) 890640

[startup+179.202 s]
/proc/loadavg: 2.86 2.77 2.66 4/81 31420
/proc/meminfo: memFree=120152/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=170.26
/proc/31398/stat : 31398 (sugar++) D 31396 31398 31283 0 -1 4194304 1320 55961 0 2 6 85 15610 1325 15 0 1 0 74737350 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/31398/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 170.26
Current children cumulated vsize (KiB) 16740

[startup+180.003 s]
/proc/loadavg: 2.86 2.77 2.66 2/81 31420
/proc/meminfo: memFree=1873112/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=170.4
/proc/31398/stat : 31398 (sugar++) D 31396 31398 31283 0 -1 4194304 1320 55961 0 2 6 99 15610 1325 15 0 1 0 74737350 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31398/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 170.4
Current children cumulated vsize (KiB) 16740

[startup+180.202 s]
/proc/loadavg: 2.86 2.77 2.66 2/81 31420
/proc/meminfo: memFree=1873112/2055920 swapFree=4181044/4192956
[pid=31398] ppid=31396 vsize=16740 CPUtime=170.41
/proc/31398/stat : 31398 (sugar++) D 31396 31398 31283 0 -1 4194304 1320 55961 0 2 6 100 15610 1325 15 0 1 0 74737350 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31398/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 170.41
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 180.259
CPU time (s): 170.43
CPU user time (s): 156.167
CPU system time (s): 14.2628
CPU usage (%): 94.5476
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.167
system time used= 14.2628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57337
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= 60083
involuntary context switches= 67460

runsolver used 0.224965 second user time and 0.627904 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-16 06:41:33
IDJOB=1126475
IDBENCH=64249
IDSOLVER=367
FILE ID=node68/1126475-1216183292
PBS_JOBID= 7905901
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-p-hat500-3_ext.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-1126475-1216183292/watcher-1126475-1216183292 -o /tmp/evaluation-result-1126475-1216183292/solver-1126475-1216183292 -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-1126475-1216183292.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fcc846dc69aff8dd243ed3a4fa33ac5
RANDOM SEED=703731663

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.240
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.240
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:       1850688 kB
Buffers:          6332 kB
Cached:          58648 kB
SwapCached:       5944 kB
Active:         124660 kB
Inactive:        28780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850688 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:         105440 kB
Slab:            37224 kB
Committed_AS:  1039712 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node68 at 2008-07-16 06:44:33