Trace number 1109960

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? 185.693 191.141

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-43s-smv.xml
MD5SUM12d27c64e696cc8c609d7f2cba3eeb46
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8685
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8685
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 00:13:46 2008
0.00/0.04	c 0	PID 16467
0.03/0.05	c 0	HOST node50.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1109960-1215814425.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109960-1215814425.xml' 'HOME/temp.csp'
1.05/1.19	c 1	3 domains, 3655 variables, 7 predicates, 0 relations, 8685 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.34	c 1	Parsing HOME/temp.csp
1.15/1.66	c 1	parsed 10000 expressions
1.15/1.79	c 1	parsed 12350 expressions
1.15/1.80	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.92	c 2	MAX CSP: 8685 constraints
1.15/1.92	c 2	Converting to clausal form CSP
1.15/1.96	c 2	converted 2104 (10%) expressions
1.15/2.04	c 2	converted 4208 (20%) expressions
1.98/2.19	c 2	converted 6312 (30%) expressions
2.08/2.24	c 2	converted 8416 (40%) expressions
2.08/2.27	c 2	converted 10519 (50%) expressions
2.17/2.32	c 2	converted 12623 (60%) expressions
2.17/2.35	c 2	converted 14727 (70%) expressions
2.17/2.40	c 2	converted 16831 (80%) expressions
2.37/2.51	c 2	converted 18935 (90%) expressions
3.76/3.94	c 4	converted 21038 (100%) expressions
3.76/3.95	c 4	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 13028
3.76/3.95	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.76/3.95	c 4	Propagation in CSP
4.45/4.65	c 4	8677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.45/4.66	c 4	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 8686
4.45/4.66	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.68	c 4	Simplifing CSP by introducing new Boolean variables
4.45/4.70	c 4	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 8686
4.45/4.70	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.65/4.87	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.74/4.91	c 5	2969 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.74/4.92	c 5	5937 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.74/4.92	c 5	8905 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.74/4.94	c 5	11874 (40%) CSP integer variables are encoded (12092 clauses, 181444 bytes)
4.95/5.15	c 5	14842 (50%) CSP integer variables are encoded (168062 clauses, 2682589 bytes)
5.14/5.34	c 5	17810 (60%) CSP integer variables are encoded (319353 clauses, 5254536 bytes)
5.33/5.58	c 5	20779 (70%) CSP integer variables are encoded (493722 clauses, 8218809 bytes)
5.44/5.64	c 5	23747 (80%) CSP integer variables are encoded (536844 clauses, 8951883 bytes)
5.44/5.68	c 5	26715 (90%) CSP integer variables are encoded (570485 clauses, 9523780 bytes)
5.63/5.86	c 5	29683 (100%) CSP integer variables are encoded (711075 clauses, 11913810 bytes)
5.73/5.95	c 6	4188 (10%) CSP clauses are encoded (715263 clauses, 11992414 bytes)
8.00/8.24	c 8	8375 (20%) CSP clauses are encoded (2038186 clauses, 40040850 bytes)
12.44/12.74	c 12	12562 (30%) CSP clauses are encoded (4488463 clauses, 96663284 bytes)
17.26/17.66	c 17	16750 (40%) CSP clauses are encoded (7122544 clauses, 160220973 bytes)
23.93/24.44	c 24	20937 (50%) CSP clauses are encoded (10741046 clauses, 247760572 bytes)
29.79/30.48	c 30	25124 (60%) CSP clauses are encoded (13936000 clauses, 325074887 bytes)
38.63/39.50	c 39	29312 (70%) CSP clauses are encoded (18646368 clauses, 440115256 bytes)
64.38/65.95	c 66	33499 (80%) CSP clauses are encoded (32839627 clauses, 787414992 bytes)
145.24/148.96	c 149	37686 (90%) CSP clauses are encoded (70782714 clauses, 1715067683 bytes)
184.60/189.65	c 189	ERROR Exception Too large HOME/temp.cnf
184.60/189.65	c 189	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
184.60/189.65	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
184.60/189.65	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
184.60/189.65	s UNKNOWN
184.65/189.73	c 189	CPU 169.95 (0.04 0 169.91 14.72)
184.65/189.73	c 189	END Sat Jul 12 00:16:55 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-1109960-1215814425/watcher-1109960-1215814425 -o /tmp/evaluation-result-1109960-1215814425/solver-1109960-1215814425 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109960-1215814425.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.16 2.08 2.01 4/81 16467
/proc/meminfo: memFree=1889248/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=12000 CPUtime=0
/proc/16467/stat : 16467 (sugar) R 16465 16467 15512 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 38141468 12288000 172 996147200 4194304 4206940 548682068592 18446744073709551615 240577346528 0 0 4224 0 0 0 0 17 1 0 0
/proc/16467/statm: 3000 172 133 3 0 100 0

[startup+0.0503459 s]
/proc/loadavg: 2.16 2.08 2.01 4/81 16467
/proc/meminfo: memFree=1889248/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=0.03
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 38141468 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100653 s]
/proc/loadavg: 2.16 2.08 2.01 4/81 16467
/proc/meminfo: memFree=1889248/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=0.03
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38141468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 2.16 2.08 2.01 4/81 16467
/proc/meminfo: memFree=1889248/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=0.03
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38141468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701755 s]
/proc/loadavg: 2.16 2.08 2.01 4/81 16467
/proc/meminfo: memFree=1889248/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=0.03
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38141468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50189 s]
/proc/loadavg: 2.16 2.08 2.01 3/92 16479
/proc/meminfo: memFree=1865928/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.15
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 3 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.10216 s]
/proc/loadavg: 2.16 2.08 2.01 4/92 16489
/proc/meminfo: memFree=1868616/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 15 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868688 CPUtime=1.81
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 11633 0 1 0 173 8 0 0 18 0 9 0 38141594 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217172 10579 2541 9 0 211747 0
[pid=16481/tid=16482] ppid=16480 vsize=868688 CPUtime=1.08
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 2791 0 1 0 106 2 0 0 24 0 9 0 38141595 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868688 CPUtime=0.47
/proc/16481/task/16483/stat : 16483 (java) R 16480 16467 15512 0 -1 64 6672 0 0 0 44 3 0 0 16 0 9 0 38141596 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 104180258 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868688 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868688 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868688 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868688 CPUtime=0.21
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1473 0 0 0 21 0 0 0 16 0 9 0 38141598 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868688 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868688 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889536512 10579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887644

[startup+6.30169 s]
/proc/loadavg: 2.15 2.08 2.01 3/92 16489
/proc/meminfo: memFree=1833224/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 15 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=4.97
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 15926 0 1 0 476 21 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=3.5
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 3342 0 1 0 338 12 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4127064906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=1.15
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 109 6 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887504

[startup+12.7028 s]
/proc/loadavg: 2.14 2.08 2.01 5/92 16489
/proc/meminfo: memFree=1750984/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=11.28
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 16438 0 1 0 1056 72 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=9.61
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 3854 0 1 0 900 61 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=1.35
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 127 8 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887504

[startup+25.5019 s]
/proc/loadavg: 2.25 2.10 2.02 4/92 16489
/proc/meminfo: memFree=1581192/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=23.85
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 17458 0 1 0 2210 175 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=21.72
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 4874 0 1 0 2015 157 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4127066254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=1.81
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 166 15 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 887504

[startup+51.1012 s]
/proc/loadavg: 2.36 2.14 2.03 3/92 16489
/proc/meminfo: memFree=1255368/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=48.8
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 19531 0 1 0 4493 387 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 15438 0 1 0 13895 1141 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4126568727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=6.29
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 544 85 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.11
Current children cumulated vsize (KiB) 887504

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

[startup+166.302 s]
/proc/loadavg: 2.64 2.29 2.10 3/92 16489
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=160.86
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 28355 0 1 0 14825 1261 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=154.12
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 15771 0 1 0 14241 1171 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=6.43
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 556 87 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 887504

[startup+179.102 s]
/proc/loadavg: 2.62 2.30 2.10 3/92 16489
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=173.27
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 29417 0 1 0 15950 1377 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=166.08
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 16833 0 1 0 15329 1279 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=6.88
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 592 96 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.43
Current children cumulated vsize (KiB) 887504

[startup+185.503 s]
/proc/loadavg: 2.60 2.31 2.10 3/92 16489
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=179.42
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 29948 0 1 0 16510 1432 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=172.03
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 17364 0 1 0 15873 1330 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4126476169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=7.08
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 608 100 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.58
Current children cumulated vsize (KiB) 887504

[startup+188.702 s]
/proc/loadavg: 2.60 2.31 2.10 4/92 16489
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=1.16
/proc/16467/stat : 16467 (sugar) S 16465 16467 15512 0 -1 4194304 974 9419 0 1 4 0 107 5 16 0 1 0 38141468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16467/statm: 3400 797 370 3 0 500 0
[pid=16480] ppid=16467 vsize=5356 CPUtime=0
/proc/16480/stat : 16480 (sh) S 16467 16467 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38141594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16480/statm: 1339 233 193 169 0 50 0
[pid=16481] ppid=16480 vsize=868548 CPUtime=182.55
/proc/16481/stat : 16481 (java) S 16480 16467 15512 0 -1 0 30207 0 1 0 16798 1457 0 0 18 0 9 0 38141594 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16481/statm: 217137 14259 2565 9 0 211684 0
[pid=16481/tid=16482] ppid=16480 vsize=868548 CPUtime=175.05
/proc/16481/task/16482/stat : 16482 (java) R 16480 16467 15512 0 -1 64 17623 0 1 0 16152 1353 0 0 25 0 9 0 38141595 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4127103745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16483] ppid=16480 vsize=868548 CPUtime=7.18
/proc/16481/task/16483/stat : 16483 (java) S 16480 16467 15512 0 -1 64 10374 0 0 0 617 101 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16484] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16484/stat : 16484 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16485] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16485/stat : 16485 (java) S 16480 16467 15512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38141596 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16486] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16486/stat : 16486 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16487] ppid=16480 vsize=868548 CPUtime=0.29
/proc/16481/task/16487/stat : 16487 (java) S 16480 16467 15512 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16488] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16488/stat : 16488 (java) S 16480 16467 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16481/tid=16489] ppid=16480 vsize=868548 CPUtime=0
/proc/16481/task/16489/stat : 16489 (java) S 16480 16467 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38141598 889393152 14259 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.71
Current children cumulated vsize (KiB) 887504

[startup+190.305 s]
/proc/loadavg: 2.63 2.32 2.11 3/82 16489
/proc/meminfo: memFree=1051352/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=185.22
/proc/16467/stat : 16467 (sugar) R 16465 16467 15512 0 -1 4194304 998 39988 0 2 4 55 16991 1472 16 0 1 0 38141468 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16467/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 185.22
Current children cumulated vsize (KiB) 13600

[startup+190.707 s]
/proc/loadavg: 2.63 2.32 2.11 3/82 16489
/proc/meminfo: memFree=1051352/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=185.61
/proc/16467/stat : 16467 (sugar) D 16465 16467 15512 0 -1 4194304 998 39988 0 2 4 94 16991 1472 15 0 1 0 38141468 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16467/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 185.61
Current children cumulated vsize (KiB) 13600

[startup+191.102 s]
/proc/loadavg: 2.63 2.32 2.11 3/82 16489
/proc/meminfo: memFree=1051352/2055920 swapFree=4192812/4192956
[pid=16467] ppid=16465 vsize=13600 CPUtime=185.67
/proc/16467/stat : 16467 (sugar) D 16465 16467 15512 0 -1 4194304 998 39988 0 2 4 100 16991 1472 15 0 1 0 38141468 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16467/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 185.67
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 191.141
CPU time (s): 185.693
CPU user time (s): 169.959
CPU system time (s): 15.7336
CPU usage (%): 97.1496
Max. virtual memory (cumulated for all children) (KiB): 887896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.959
system time used= 15.7336
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41016
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= 108031
involuntary context switches= 112555

runsolver used 0.230964 second user time and 0.686895 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-12 00:13:46
IDJOB=1109960
IDBENCH=61042
IDSOLVER=368
FILE ID=node50/1109960-1215814425
PBS_JOBID= 7903267
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-43s-smv.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109960-1215814425/watcher-1109960-1215814425 -o /tmp/evaluation-result-1109960-1215814425/solver-1109960-1215814425 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109960-1215814425.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12d27c64e696cc8c609d7f2cba3eeb46
RANDOM SEED=756804916

node50.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.281
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.281
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:       1889792 kB
Buffers:         10744 kB
Cached:          59500 kB
SwapCached:          0 kB
Active:          84892 kB
Inactive:        30176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:          65008 kB
Slab:            36180 kB
Committed_AS:   177628 kB
PageTables:       2008 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= 66436 MiB
End job on node50 at 2008-07-12 00:16:57