Trace number 1112788

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? 642.451 651.741

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-2.xml
MD5SUM2fe472930e777421d5e31a3144b4206e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 16:47:19 2008
0.00/0.05	c 0	PID 19017
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112788-1215874038.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112788-1215874038.xml' 'HOME/temp.csp'
3.22/3.46	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.28/3.51	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.28/3.51	c 4	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'
3.28/3.59	c 4	Parsing HOME/temp.csp
3.30/3.99	c 4	parsed 10000 expressions
4.07/4.35	c 4	parsed 20000 expressions
4.35/4.69	c 5	parsed 30000 expressions
4.66/4.97	c 5	parsed 40000 expressions
5.05/5.36	c 5	parsed 50000 expressions
5.26/5.55	c 6	parsed 56570 expressions
5.26/5.55	c 6	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.75/6.06	c 6	MAX CSP: 53548 constraints
5.75/6.06	c 6	Converting to clausal form CSP
15.05/15.45	c 15	converted 11013 (10%) expressions
27.12/27.66	c 28	converted 22025 (20%) expressions
39.58/40.21	c 40	converted 33037 (30%) expressions
51.15/51.94	c 52	converted 44049 (40%) expressions
62.54/63.40	c 63	converted 55061 (50%) expressions
74.61/75.63	c 76	converted 66073 (60%) expressions
85.61/86.74	c 87	converted 77085 (70%) expressions
96.40/97.66	c 98	converted 88097 (80%) expressions
106.89/108.22	c 108	converted 99109 (90%) expressions
123.53/125.03	c 125	converted 110121 (100%) expressions
123.53/125.05	c 125	CSP : 123226 integers, 208591 booleans, 514656 clauses, largest domain size 80323
123.53/125.05	c 125	Heap : 327 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
123.53/125.05	c 125	Propagation in CSP
143.03/144.71	c 145	53541 values, 0 unsatisfiable literals, and 0 valid clauses are removed
143.03/144.72	c 145	CSP : 123226 integers, 208591 booleans, 514656 clauses, largest domain size 53549
143.03/144.72	c 145	Heap : 360 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
143.13/144.85	c 145	Simplifing CSP by introducing new Boolean variables
144.03/145.77	c 146	CSP : 123226 integers, 339369 booleans, 645434 clauses, largest domain size 53549
144.03/145.77	c 146	Heap : 382 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
146.11/147.82	c 148	Encoding CSP to SAT : HOME/temp.cnf
216.79/219.59	c 220	12323 (10%) CSP integer variables are encoded (12162742 clauses, 233219773 bytes)
234.02/237.10	c 237	24646 (20%) CSP integer variables are encoded (25063566 clauses, 504137077 bytes)
249.58/253.14	c 253	36968 (30%) CSP integer variables are encoded (36791335 clauses, 750420226 bytes)
263.47/267.52	c 268	49291 (40%) CSP integer variables are encoded (47222421 clauses, 969473032 bytes)
275.33/279.95	c 280	61613 (50%) CSP integer variables are encoded (56166728 clauses, 1157303479 bytes)
278.92/283.69	c 284	73936 (60%) CSP integer variables are encoded (58885968 clauses, 1214407519 bytes)
280.09/284.90	c 285	86259 (70%) CSP integer variables are encoded (59764827 clauses, 1232863558 bytes)
280.48/285.21	c 285	98581 (80%) CSP integer variables are encoded (59980513 clauses, 1237392964 bytes)
280.68/285.45	c 285	110904 (90%) CSP integer variables are encoded (60140620 clauses, 1240755211 bytes)
280.98/285.72	c 286	123226 (100%) CSP integer variables are encoded (60329600 clauses, 1244723791 bytes)
641.49/650.17	c 650	ERROR Exception Too large HOME/temp.cnf
641.49/650.18	c 650	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
641.49/650.18	c 650	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
641.49/650.18	c 650	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
641.49/650.18	s UNKNOWN
641.61/650.30	c 650	CPU 628.57 (0.04 0 628.53 13.05)
641.61/650.30	c 650	END Sat Jul 12 16:58:09 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-1112788-1215874038/watcher-1112788-1215874038 -o /tmp/evaluation-result-1112788-1215874038/solver-1112788-1215874038 -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-1112788-1215874038.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: 1.91 1.97 1.99 3/81 19017
/proc/meminfo: memFree=1825088/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=18572 CPUtime=0
/proc/19017/stat : 19017 (runsolver) R 19015 19017 17992 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 44105436 19017728 293 996147200 4194304 4296836 548682068256 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19017/statm: 4643 293 257 25 0 2626 0

[startup+0.0550429 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19017
/proc/meminfo: memFree=1825088/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101052 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19017
/proc/meminfo: memFree=1825088/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301095 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19017
/proc/meminfo: memFree=1825088/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701175 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19017
/proc/meminfo: memFree=1825088/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 19029
/proc/meminfo: memFree=1801192/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
[pid=19020] ppid=19017 vsize=5356 CPUtime=0
/proc/19020/stat : 19020 (sh) S 19017 19017 17992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44105442 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19020/statm: 1339 233 193 169 0 50 0
[pid=19021] ppid=19020 vsize=864672 CPUtime=1.31
/proc/19021/stat : 19021 (java) S 19020 19017 17992 0 -1 0 14770 0 1 0 124 7 0 0 18 0 9 0 44105442 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19021/statm: 216168 12324 2529 9 0 210750 0
[pid=19021/tid=19022] ppid=19020 vsize=864672 CPUtime=0.77
/proc/19021/task/19022/stat : 19022 (java) R 19020 19017 17992 0 -1 64 3019 0 1 0 75 2 0 0 24 0 9 0 44105444 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19023] ppid=19020 vsize=864672 CPUtime=0.43
/proc/19021/task/19023/stat : 19023 (java) R 19020 19017 17992 0 -1 64 10568 0 0 0 38 5 0 0 16 0 9 0 44105455 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 101443072 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19024] ppid=19020 vsize=864672 CPUtime=0
/proc/19021/task/19024/stat : 19024 (java) S 19020 19017 17992 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44105455 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19025] ppid=19020 vsize=864672 CPUtime=0
/proc/19021/task/19025/stat : 19025 (java) S 19020 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44105455 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19026] ppid=19020 vsize=864672 CPUtime=0
/proc/19021/task/19026/stat : 19026 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105457 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19027] ppid=19020 vsize=864672 CPUtime=0.09
/proc/19021/task/19027/stat : 19027 (java) S 19020 19017 17992 0 -1 64 483 0 0 0 9 0 0 0 16 0 9 0 44105457 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19028] ppid=19020 vsize=864672 CPUtime=0
/proc/19021/task/19028/stat : 19028 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105457 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19029] ppid=19020 vsize=864672 CPUtime=0
/proc/19021/task/19029/stat : 19029 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44105457 885424128 12324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883628

[startup+3.10266 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 19029
/proc/meminfo: memFree=1761128/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=0.03
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44105436 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 796 370 3 0 500 0
[pid=19020] ppid=19017 vsize=5356 CPUtime=0
/proc/19020/stat : 19020 (sh) S 19017 19017 17992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44105442 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19020/statm: 1339 233 193 169 0 50 0
[pid=19021] ppid=19020 vsize=864696 CPUtime=2.89
/proc/19021/stat : 19021 (java) S 19020 19017 17992 0 -1 0 27124 0 1 0 276 13 0 0 18 0 9 0 44105442 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19021/statm: 216174 22727 2529 9 0 210756 0
[pid=19021/tid=19022] ppid=19020 vsize=864696 CPUtime=1.52
/proc/19021/task/19022/stat : 19022 (java) R 19020 19017 17992 0 -1 64 3593 0 1 0 150 2 0 0 25 0 9 0 44105444 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19023] ppid=19020 vsize=864696 CPUtime=1.19
/proc/19021/task/19023/stat : 19023 (java) S 19020 19017 17992 0 -1 64 22314 0 0 0 110 9 0 0 19 0 9 0 44105455 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19024] ppid=19020 vsize=864696 CPUtime=0
/proc/19021/task/19024/stat : 19024 (java) S 19020 19017 17992 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44105455 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19025] ppid=19020 vsize=864696 CPUtime=0
/proc/19021/task/19025/stat : 19025 (java) S 19020 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105455 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19026] ppid=19020 vsize=864696 CPUtime=0
/proc/19021/task/19026/stat : 19026 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105457 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19027] ppid=19020 vsize=864696 CPUtime=0.14
/proc/19021/task/19027/stat : 19027 (java) S 19020 19017 17992 0 -1 64 517 0 0 0 14 0 0 0 16 0 9 0 44105457 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19028] ppid=19020 vsize=864696 CPUtime=0
/proc/19021/task/19028/stat : 19028 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105457 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19021/tid=19029] ppid=19020 vsize=864696 CPUtime=0
/proc/19021/task/19029/stat : 19029 (java) S 19020 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44105457 885448704 22727 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 883652

[startup+6.3023 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 19039
/proc/meminfo: memFree=1791336/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=864264 CPUtime=2.74
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 17049 0 1 0 262 12 0 0 18 0 9 0 44105789 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 216066 15195 2543 9 0 210641 0
[pid=19031/tid=19032] ppid=19030 vsize=864264 CPUtime=1.54
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 3293 0 1 0 151 3 0 0 25 0 9 0 44105790 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4126606659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19033] ppid=19030 vsize=864264 CPUtime=1.04
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 12688 0 0 0 97 7 0 0 16 0 9 0 44105791 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19030 vsize=864264 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=864264 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44105791 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=864264 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=864264 CPUtime=0.13
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 372 0 0 0 13 0 0 0 16 0 9 0 44105793 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=864264 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=864264 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 885006336 15195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 883220

[startup+12.7026 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 19039
/proc/meminfo: memFree=1756456/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868432 CPUtime=9.07
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 20763 0 1 0 891 16 0 0 18 0 9 0 44105789 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217108 18696 2544 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868432 CPUtime=7.36
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 3482 0 1 0 733 3 0 0 25 0 9 0 44105790 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4126611412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868432 CPUtime=1.44
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 15112 0 0 0 134 10 0 0 16 0 9 0 44105791 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44105791 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868432 CPUtime=0.24
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1473 0 0 0 23 1 0 0 17 0 9 0 44105793 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889274368 18696 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887388

[startup+25.5012 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 19039
/proc/meminfo: memFree=1730664/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 16 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868432 CPUtime=21.73
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 32111 0 1 0 2151 22 0 0 18 0 9 0 44105789 889274368 25120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217108 25120 2541 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868432 CPUtime=18.78
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 4137 0 1 0 1874 4 0 0 25 0 9 0 44105790 889274368 25120 996147200 134512640 134550740 4294955936 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868432 CPUtime=2.66
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 25795 0 0 0 251 15 0 0 16 0 9 0 44105791 889274368 25120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889274368 25120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868432 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889274368 25120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 9619 0 1 0 48315 1016 0 0 25 0 9 0 44105790 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4127155590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868544 CPUtime=17.32
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 120511 0 0 0 1661 71 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868544 CPUtime=0.36
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 514.33
Current children cumulated vsize (KiB) 887500

[startup+582.303 s]
/proc/loadavg: 2.22 2.11 2.03 3/92 19039
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868544 CPUtime=570.72
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 132485 0 1 0 55891 1181 0 0 18 0 9 0 44105789 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217136 105911 2566 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868544 CPUtime=552.87
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 9740 0 1 0 54180 1107 0 0 25 0 9 0 44105790 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4126672880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868544 CPUtime=17.45
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 120511 0 0 0 1674 71 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868544 CPUtime=0.36
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889389056 105911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 574.03
Current children cumulated vsize (KiB) 887500

[startup+642.303 s]
/proc/loadavg: 2.08 2.08 2.02 3/92 19039
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868544 CPUtime=630.41
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 132609 0 1 0 61768 1273 0 0 18 0 9 0 44105789 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217136 105912 2566 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868544 CPUtime=612.41
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 9864 0 1 0 60043 1198 0 0 25 0 9 0 44105790 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4127155552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868544 CPUtime=17.61
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 120511 0 0 0 1689 72 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868544 CPUtime=0.36
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.72
Current children cumulated vsize (KiB) 887500

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

[startup+646.302 s]
/proc/loadavg: 2.08 2.08 2.02 3/92 19039
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868544 CPUtime=634.39
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 132616 0 1 0 62160 1279 0 0 18 0 9 0 44105789 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217136 105912 2566 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868544 CPUtime=616.38
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 9871 0 1 0 60434 1204 0 0 25 0 9 0 44105790 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868544 CPUtime=17.62
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 120511 0 0 0 1690 72 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868544 CPUtime=0.36
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.7
Current children cumulated vsize (KiB) 887500

[startup+649.502 s]
/proc/loadavg: 2.07 2.08 2.02 3/92 19039
/proc/meminfo: memFree=15208/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=3.31
/proc/19017/stat : 19017 (sugar) S 19015 19017 17992 0 -1 4194304 974 27961 0 1 4 0 311 16 15 0 1 0 44105436 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19017/statm: 3400 797 370 3 0 500 0
[pid=19030] ppid=19017 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (sh) S 19017 19017 17992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44105788 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19030/statm: 1339 233 193 169 0 50 0
[pid=19031] ppid=19030 vsize=868544 CPUtime=637.57
/proc/19031/stat : 19031 (java) S 19030 19017 17992 0 -1 0 132621 0 1 0 62475 1282 0 0 18 0 9 0 44105789 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 217136 105912 2566 9 0 211683 0
[pid=19031/tid=19032] ppid=19030 vsize=868544 CPUtime=619.55
/proc/19031/task/19032/stat : 19032 (java) R 19030 19017 17992 0 -1 64 9876 0 1 0 60748 1207 0 0 25 0 9 0 44105790 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4127157932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19033] ppid=19030 vsize=868544 CPUtime=17.62
/proc/19031/task/19033/stat : 19033 (java) S 19030 19017 17992 0 -1 64 120511 0 0 0 1690 72 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19030 19017 17992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19030 19017 17992 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44105791 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19030 vsize=868544 CPUtime=0.36
/proc/19031/task/19037/stat : 19037 (java) S 19030 19017 17992 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19038] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19030 19017 17992 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19031/tid=19039] ppid=19030 vsize=868544 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19030 19017 17992 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44105793 889389056 105912 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.88
Current children cumulated vsize (KiB) 887500

[startup+651.102 s]
/proc/loadavg: 2.07 2.08 2.02 2/82 19039
/proc/meminfo: memFree=1940728/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=642.37
/proc/19017/stat : 19017 (sugar) D 19015 19017 17992 0 -1 4194304 997 160881 0 2 4 75 62853 1305 22 0 1 0 44105436 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19017/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 13600

[startup+651.502 s]
/proc/loadavg: 2.07 2.08 2.02 2/82 19039
/proc/meminfo: memFree=1940728/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=642.4
/proc/19017/stat : 19017 (sugar) D 19015 19017 17992 0 -1 4194304 997 160881 0 2 4 78 62853 1305 18 0 1 0 44105436 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19017/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (KiB) 13600

[startup+651.702 s]
/proc/loadavg: 2.07 2.08 2.02 2/82 19039
/proc/meminfo: memFree=1940728/2055920 swapFree=4192812/4192956
[pid=19017] ppid=19015 vsize=13600 CPUtime=642.42
/proc/19017/stat : 19017 (sugar) D 19015 19017 17992 0 -1 4194304 997 160881 0 2 4 80 62853 1305 18 0 1 0 44105436 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19017/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 651.741
CPU time (s): 642.451
CPU user time (s): 628.584
CPU system time (s): 13.8669
CPU usage (%): 98.5747
Max. virtual memory (cumulated for all children) (KiB): 901640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 628.584
system time used= 13.8669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161908
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= 36433
involuntary context switches= 52196

runsolver used 0.78288 second user time and 2.25866 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 16:47:19
IDJOB=1112788
IDBENCH=61474
IDSOLVER=368
FILE ID=node33/1112788-1215874038
PBS_JOBID= 7903502
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-2.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-1112788-1215874038/watcher-1112788-1215874038 -o /tmp/evaluation-result-1112788-1215874038/solver-1112788-1215874038 -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-1112788-1215874038.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe472930e777421d5e31a3144b4206e
RANDOM SEED=1958274983

node33.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.264
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.264
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:       1825568 kB
Buffers:         52096 kB
Cached:          90296 kB
SwapCached:          0 kB
Active:          70572 kB
Inactive:        98672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8808 kB
Writeback:           0 kB
Mapped:          47020 kB
Slab:            46200 kB
Committed_AS:   232928 kB
PageTables:       1852 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= 66464 MiB
End job on node33 at 2008-07-12 16:58:11