Trace number 1109993

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? 229.5 808.395

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-tag10.xml
MD5SUM0974d400ab58878f22f5c953bc881e0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.11	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.11	c 0	BEGIN Thu Aug  7 20:17:55 2008
0.04/0.11	c 0	PID 19390
0.04/0.12	c 0	HOST node87.alineos.net
0.04/0.12	c 0	CONVERTING HOME/instance-1109993-1218133074.xml TO HOME/temp.csp
0.04/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109993-1218133074.xml' 'HOME/temp.csp'
1.81/1.93	c 2	2 domains, 9071 variables, 7 predicates, 0 relations, 25913 constraints
1.81/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.81/1.95	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.85/2.03	c 2	Parsing HOME/temp.csp
2.18/2.33	c 2	parsed 10000 expressions
2.39/2.53	c 2	parsed 20000 expressions
2.59/2.77	c 2	parsed 30000 expressions
2.70/2.90	c 3	parsed 34993 expressions
2.79/2.90	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.12	c 3	MAX CSP: 25913 constraints
2.99/3.12	c 3	Converting to clausal form CSP
2.99/3.17	c 3	converted 6091 (10%) expressions
3.39/3.52	c 3	converted 12182 (20%) expressions
3.49/3.63	c 3	converted 18273 (30%) expressions
3.59/3.73	c 3	converted 24364 (40%) expressions
3.69/3.84	c 3	converted 30455 (50%) expressions
3.79/3.94	c 4	converted 36546 (60%) expressions
3.88/4.04	c 4	converted 42637 (70%) expressions
4.19/4.37	c 4	converted 48728 (80%) expressions
4.29/4.48	c 4	converted 54819 (90%) expressions
7.08/7.28	c 7	converted 60909 (100%) expressions
7.08/7.29	c 7	CSP : 67413 integers, 0 booleans, 90769 clauses, largest domain size 38870
7.08/7.29	c 7	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.08/7.29	c 7	Propagation in CSP
8.19/8.37	c 8	25905 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.19/8.38	c 8	CSP : 67413 integers, 0 booleans, 90769 clauses, largest domain size 25914
8.19/8.38	c 8	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.29/8.41	c 8	Simplifing CSP by introducing new Boolean variables
8.29/8.45	c 8	CSP : 67413 integers, 0 booleans, 90769 clauses, largest domain size 25914
8.29/8.45	c 8	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.69/8.89	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.78/8.93	c 9	6742 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.78/8.94	c 9	13483 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.78/8.95	c 9	20224 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.78/8.96	c 9	26966 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.78/8.97	c 9	33707 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.98/9.11	c 9	40448 (60%) CSP integer variables are encoded (117331 clauses, 1869774 bytes)
9.08/9.24	c 9	47190 (70%) CSP integer variables are encoded (222633 clauses, 3659908 bytes)
9.18/9.34	c 9	53931 (80%) CSP integer variables are encoded (300326 clauses, 4980689 bytes)
9.58/9.80	c 9	60672 (90%) CSP integer variables are encoded (695928 clauses, 11705923 bytes)
9.78/9.96	c 10	67413 (100%) CSP integer variables are encoded (831834 clauses, 14016325 bytes)
9.87/10.08	c 10	9077 (10%) CSP clauses are encoded (840911 clauses, 14192557 bytes)
9.97/10.16	c 10	18154 (20%) CSP clauses are encoded (849988 clauses, 14377832 bytes)
10.38/10.50	c 10	27231 (30%) CSP clauses are encoded (1019682 clauses, 17859552 bytes)
11.66/11.85	c 12	36308 (40%) CSP clauses are encoded (1788422 clauses, 34629094 bytes)
18.05/18.24	c 18	45385 (50%) CSP clauses are encoded (5571695 clauses, 126500635 bytes)
85.69/94.98	c 95	54462 (60%) CSP clauses are encoded (44993756 clauses, 1091378617 bytes)
107.81/378.21	c 378	63539 (70%) CSP clauses are encoded (58055890 clauses, 1410592592 bytes)
228.19/783.38	c 783	ERROR Exception Too large HOME/temp.cnf
228.19/783.38	c 783	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
228.19/783.38	c 783	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
228.19/783.38	c 783	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
228.19/783.38	s UNKNOWN
228.29/788.80	c 788	CPU 209.67 (0.05 0.02 209.62 18.6)
228.29/788.80	c 788	END Thu Aug  7 20:31:03 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-1109993-1218133074/watcher-1109993-1218133074 -o /tmp/evaluation-result-1109993-1218133074/solver-1109993-1218133074 -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-1109993-1218133074.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.48 0.45 0.29 3/82 19390
/proc/meminfo: memFree=605008/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=2552 CPUtime=0
/proc/19390/stat : 19390 (sugar++) R 19388 19390 19154 0 -1 4194304 43 0 0 0 0 0 0 0 19 0 1 0 140392147 2613248 28 996147200 4194304 4206940 548682068528 18446744073709551615 254611059415 0 0 4096 0 0 0 0 17 0 0 0
/proc/19390/statm: 638 28 21 3 0 5 0

[startup+0.0644111 s]
/proc/loadavg: 0.48 0.45 0.29 3/82 19390
/proc/meminfo: memFree=605008/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=13468 CPUtime=0.03
/proc/19390/stat : 19390 (sugar++) R 19388 19390 19154 0 -1 4194304 753 0 0 0 2 1 0 0 18 0 1 0 140392147 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 254634144256 0 0 4224 0 0 0 0 17 1 0 0
/proc/19390/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101418 s]
/proc/loadavg: 0.48 0.45 0.29 3/82 19390
/proc/meminfo: memFree=605008/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16080 CPUtime=0.04
/proc/19390/stat : 19390 (sugar++) R 19388 19390 19154 0 -1 4194304 938 0 0 0 3 1 0 0 18 0 1 0 140392147 16465920 906 996147200 4194304 4206940 548682068528 18446744073709551615 254633368854 0 0 4224 0 0 0 0 17 1 0 0
/proc/19390/statm: 4020 906 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.301456 s]
/proc/loadavg: 0.48 0.45 0.29 3/82 19390
/proc/meminfo: memFree=605008/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=0.06
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701534 s]
/proc/loadavg: 0.48 0.45 0.29 3/82 19390
/proc/meminfo: memFree=605008/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=0.06
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50269 s]
/proc/loadavg: 0.68 0.49 0.31 4/93 19402
/proc/meminfo: memFree=576440/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=0.06
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19393] ppid=19390 vsize=5356 CPUtime=0
/proc/19393/stat : 19393 (sh) S 19390 19390 19154 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 140392159 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19393/statm: 1339 233 193 169 0 50 0
[pid=19394] ppid=19393 vsize=864676 CPUtime=1.36
/proc/19394/stat : 19394 (java) S 19393 19390 19154 0 -1 0 15567 0 1 0 129 7 0 0 18 0 9 0 140392160 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19394/statm: 216169 13611 2529 9 0 210751 0
[pid=19394/tid=19395] ppid=19393 vsize=864676 CPUtime=0.73
/proc/19394/task/19395/stat : 19395 (java) R 19393 19390 19154 0 -1 64 3022 0 1 0 72 1 0 0 24 0 9 0 140392161 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19396] ppid=19393 vsize=864676 CPUtime=0.48
/proc/19394/task/19396/stat : 19396 (java) R 19393 19390 19154 0 -1 64 11345 0 0 0 44 4 0 0 16 0 9 0 140392162 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 102723023 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19397] ppid=19393 vsize=864676 CPUtime=0
/proc/19394/task/19397/stat : 19397 (java) S 19393 19390 19154 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140392162 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19398] ppid=19393 vsize=864676 CPUtime=0
/proc/19394/task/19398/stat : 19398 (java) S 19393 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392162 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19399] ppid=19393 vsize=864676 CPUtime=0
/proc/19394/task/19399/stat : 19399 (java) S 19393 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140392164 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19400] ppid=19393 vsize=864676 CPUtime=0.11
/proc/19394/task/19400/stat : 19400 (java) S 19393 19390 19154 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 140392164 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19401] ppid=19393 vsize=864676 CPUtime=0
/proc/19394/task/19401/stat : 19401 (java) S 19393 19390 19154 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392164 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19394/tid=19402] ppid=19393 vsize=864676 CPUtime=0
/proc/19394/task/19402/stat : 19402 (java) S 19393 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392164 885428224 13611 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886772

[startup+3.10299 s]
/proc/loadavg: 0.68 0.49 0.31 4/93 19412
/proc/meminfo: memFree=595000/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 15 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=864160 CPUtime=1.13
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 9757 0 1 0 108 5 0 0 20 0 9 0 140392343 884899840 8581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 216040 8582 2540 9 0 210615 0
[pid=19404/tid=19405] ppid=19403 vsize=864160 CPUtime=0.66
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 2733 0 1 0 64 2 0 0 25 0 9 0 140392344 884899840 8583 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19406] ppid=19403 vsize=864160 CPUtime=0.38
/proc/19404/task/19406/stat : 19406 (java) R 19403 19390 19154 0 -1 64 5984 0 0 0 36 2 0 0 15 0 9 0 140392345 884899840 8584 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19407] ppid=19403 vsize=864160 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 884899840 8585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=864160 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392345 884899840 8587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=864160 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 884899840 8588 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=864160 CPUtime=0.08
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 140392347 884899840 8589 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=864160 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 884899840 8590 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=864160 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) R 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 884899840 8591 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886256

[startup+6.3026 s]
/proc/loadavg: 0.79 0.52 0.32 3/93 19412
/proc/meminfo: memFree=536824/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 15 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868436 CPUtime=4.33
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 24334 0 1 0 422 11 0 0 20 0 9 0 140392343 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217109 21956 2541 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868436 CPUtime=2.6
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 3641 0 1 0 257 3 0 0 17 0 9 0 140392344 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4126373683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868436 CPUtime=1.49
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 18521 0 0 0 143 6 0 0 16 0 9 0 140392345 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868436 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868436 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868436 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868436 CPUtime=0.2
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 140392347 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868436 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868436 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889278464 21956 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890532

[startup+12.7028 s]
/proc/loadavg: 0.88 0.54 0.33 3/93 19412
/proc/meminfo: memFree=463432/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868548 CPUtime=10.7
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 33969 0 1 0 1029 41 0 0 20 0 9 0 140392343 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217137 27194 2565 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868548 CPUtime=8.12
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 3916 0 1 0 785 27 0 0 25 0 9 0 140392344 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4127089477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868548 CPUtime=2.28
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 27841 0 0 0 216 12 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868548 CPUtime=0.27
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890644

[startup+25.5013 s]
/proc/loadavg: 1.21 0.62 0.35 3/93 19412
/proc/meminfo: memFree=287112/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868548 CPUtime=21.98
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 34562 0 1 0 2067 131 0 0 20 0 9 0 140392343 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217137 27194 2565 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868548 CPUtime=19.13
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 4509 0 1 0 1798 115 0 0 25 0 9 0 140392344 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868548 CPUtime=2.54
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 27841 0 0 0 240 14 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868548 CPUtime=0.27
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 890644

[startup+702.302 s]
/proc/loadavg: 4.10 4.29 2.81 2/94 19427
/proc/meminfo: memFree=44288/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868548 CPUtime=159.02
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 41635 0 1 0 14595 1307 0 0 20 0 9 0 140392343 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217137 27194 2565 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868548 CPUtime=152.59
/proc/19404/task/19405/stat : 19405 (java) D 19403 19390 19154 0 -1 64 11582 0 1 0 14011 1248 0 0 25 0 9 0 140392344 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868548 CPUtime=6.13
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 27841 0 0 0 556 57 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868548 CPUtime=0.27
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 890644

[startup+762.307 s]
/proc/loadavg: 4.52 4.36 2.92 4/93 19428
/proc/meminfo: memFree=15368/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868548 CPUtime=209.12
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 44257 0 1 0 19205 1707 0 0 20 0 9 0 140392343 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217137 27194 2565 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868548 CPUtime=201.36
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 14204 0 1 0 18505 1631 0 0 25 0 9 0 140392344 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4126477496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868548 CPUtime=7.45
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 27841 0 0 0 671 74 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868548 CPUtime=0.27
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 210.98
Current children cumulated vsize (KiB) 890644

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

[startup+767.903 s]
/proc/loadavg: 4.55 4.37 2.93 3/94 19429
/proc/meminfo: memFree=15680/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=1.86
/proc/19390/stat : 19390 (sugar++) S 19388 19390 19154 0 -1 4194304 1297 16599 0 1 5 2 170 9 16 0 1 0 140392147 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19390/statm: 4185 1104 409 3 0 764 0
[pid=19403] ppid=19390 vsize=5356 CPUtime=0
/proc/19403/stat : 19403 (sh) S 19390 19390 19154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19403/statm: 1339 233 193 169 0 50 0
[pid=19404] ppid=19403 vsize=868548 CPUtime=213.2
/proc/19404/stat : 19404 (java) S 19403 19390 19154 0 -1 0 44470 0 1 0 19581 1739 0 0 20 0 9 0 140392343 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19404/statm: 217137 27194 2565 9 0 211684 0
[pid=19404/tid=19405] ppid=19403 vsize=868548 CPUtime=205.34
/proc/19404/task/19405/stat : 19405 (java) R 19403 19390 19154 0 -1 64 14417 0 1 0 18873 1661 0 0 25 0 9 0 140392344 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4126571230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19404/tid=19406] ppid=19403 vsize=868548 CPUtime=7.56
/proc/19404/task/19406/stat : 19406 (java) S 19403 19390 19154 0 -1 64 27841 0 0 0 680 76 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19404/tid=19407] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19407/stat : 19407 (java) S 19403 19390 19154 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19408] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19408/stat : 19408 (java) S 19403 19390 19154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392345 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19409] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19409/stat : 19409 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19410] ppid=19403 vsize=868548 CPUtime=0.27
/proc/19404/task/19410/stat : 19410 (java) S 19403 19390 19154 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19411] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19411/stat : 19411 (java) S 19403 19390 19154 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19404/tid=19412] ppid=19403 vsize=868548 CPUtime=0
/proc/19404/task/19412/stat : 19412 (java) S 19403 19390 19154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392347 889393152 27194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.06
Current children cumulated vsize (KiB) 890644

[startup+793.502 s]
/proc/loadavg: 5.21 4.55 3.03 2/87 19435
/proc/meminfo: memFree=1070136/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=228.72
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 45 20962 1860 16 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 228.72
Current children cumulated vsize (KiB) 16740

[startup+799.901 s]
/proc/loadavg: 5.03 4.52 3.03 2/86 19435
/proc/meminfo: memFree=1073088/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=228.73
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 46 20962 1860 15 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 228.73
Current children cumulated vsize (KiB) 16740

[startup+803.102 s]
/proc/loadavg: 4.87 4.49 3.03 2/85 19435
/proc/meminfo: memFree=1086984/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=228.73
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 46 20962 1860 15 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 228.73
Current children cumulated vsize (KiB) 16740

[startup+806.305 s]
/proc/loadavg: 4.72 4.47 3.03 3/84 19435
/proc/meminfo: memFree=1129488/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=228.85
/proc/19390/stat : 19390 (sugar++) R 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 58 20962 1860 16 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 228.85
Current children cumulated vsize (KiB) 16740

[startup+807.101 s]
/proc/loadavg: 4.72 4.47 3.03 3/84 19435
/proc/meminfo: memFree=1129488/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=229.4
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 113 20962 1860 16 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 229.4
Current children cumulated vsize (KiB) 16740

[startup+807.902 s]
/proc/loadavg: 4.72 4.47 3.03 2/84 19435
/proc/meminfo: memFree=1940112/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=229.43
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 116 20962 1860 15 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 229.43
Current children cumulated vsize (KiB) 16740

[startup+808.302 s]
/proc/loadavg: 4.72 4.47 3.03 2/84 19435
/proc/meminfo: memFree=1940112/2055920 swapFree=4181024/4192956
[pid=19390] ppid=19388 vsize=16740 CPUtime=229.47
/proc/19390/stat : 19390 (sugar++) D 19388 19390 19154 0 -1 4194304 1320 62057 0 2 5 120 20962 1860 15 0 1 0 140392147 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19390/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 229.47
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 808.395
CPU time (s): 229.5
CPU user time (s): 209.684
CPU system time (s): 19.816
CPU usage (%): 28.3896
Max. virtual memory (cumulated for all children) (KiB): 900780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.684
system time used= 19.816
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63433
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= 99127
involuntary context switches= 97300

runsolver used 1.07384 second user time and 2.6256 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-08-07 20:17:55
IDJOB=1109993
IDBENCH=61047
IDSOLVER=367
FILE ID=node87/1109993-1218133074
PBS_JOBID= 8000803
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-tag10.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-1109993-1218133074/watcher-1109993-1218133074 -o /tmp/evaluation-result-1109993-1218133074/solver-1109993-1218133074 -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-1109993-1218133074.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0974d400ab58878f22f5c953bc881e0b
RANDOM SEED=626510482

node87.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        605488 kB
Buffers:         49456 kB
Cached:        1251824 kB
SwapCached:       5816 kB
Active:         183460 kB
Inactive:      1138612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        605488 kB
SwapTotal:     4192956 kB
SwapFree:      4181024 kB
Dirty:            6180 kB
Writeback:           0 kB
Mapped:          36880 kB
Slab:           113428 kB
Committed_AS:   181896 kB
PageTables:       1956 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 node87 at 2008-08-07 20:31:23