Trace number 1087535

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 795.601 814.036

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-1.xml
MD5SUM503f420cf175bc8344ce8ddb2abd3699
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.2255
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:57:02 2008
0.00/0.04	c 0	PID 3994
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087535-1215244622.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087535-1215244622.xml' 'HOME/temp.csp'
3.26/3.32	c 4	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.26/3.39	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.26/3.39	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.30/3.47	c 4	Parsing HOME/temp.csp
3.30/3.88	c 4	parsed 10000 expressions
3.30/4.16	c 5	parsed 20000 expressions
4.29/4.48	c 5	parsed 30000 expressions
4.59/4.71	c 5	parsed 40000 expressions
4.88/5.07	c 5	parsed 50000 expressions
5.19/5.31	c 6	parsed 60000 expressions
5.39/5.55	c 6	parsed 70000 expressions
5.39/5.57	c 6	parsed 70845 expressions
5.39/5.57	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.39/5.57	c 6	Converting to clausal form CSP
14.05/14.21	c 15	converted 7085 (10%) expressions
27.69/27.91	c 28	converted 14169 (20%) expressions
41.44/41.71	c 42	converted 21254 (30%) expressions
55.58/56.00	c 56	converted 28338 (40%) expressions
68.11/68.51	c 69	converted 35423 (50%) expressions
80.76/81.27	c 82	converted 42507 (60%) expressions
95.00/95.56	c 96	converted 49592 (70%) expressions
106.65/107.20	c 108	converted 56676 (80%) expressions
117.30/117.97	c 118	converted 63761 (90%) expressions
126.96/127.64	c 128	converted 70845 (100%) expressions
126.96/127.64	c 128	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
126.96/127.64	c 128	Heap : 392 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.96/127.64	c 128	Propagation in CSP
143.00/143.77	c 144	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
143.00/143.78	c 144	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
143.00/143.78	c 144	Heap : 433 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
143.20/143.91	c 144	Simplifing CSP by introducing new Boolean variables
145.88/146.63	c 147	CSP : 19753 integers, 355110 booleans, 616679 clauses, largest domain size 2217
145.88/146.63	c 147	Heap : 470 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.37/149.16	c 150	Encoding CSP to SAT : HOME/temp.cnf
178.15/179.07	c 179	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
194.20/195.73	c 196	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
198.16/199.79	c 200	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
202.44/204.62	c 205	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
206.69/208.99	c 209	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
211.02/213.38	c 214	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
215.37/217.75	c 218	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
219.73/222.12	c 222	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
224.01/226.50	c 227	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
228.38/231.85	c 232	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
519.52/530.56	c 531	61668 (10%) CSP clauses are encoded (61275673 clauses, 1395052581 bytes)
777.41/791.74	c 792	123336 (20%) CSP clauses are encoded (88632994 clauses, 2097850434 bytes)
794.66/809.19	c 810	ERROR Exception Too large HOME/temp.cnf
794.66/809.19	c 810	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
794.66/809.19	c 810	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
794.66/809.19	c 810	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
794.66/809.19	s UNKNOWN
794.82/809.32	c 810	CPU 781.89 (0.03 0 781.86 12.95)
794.82/809.32	c 810	END Sat Jul  5 10:10:32 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1087535-1215244622/watcher-1087535-1215244622 -o /tmp/evaluation-result-1087535-1215244622/solver-1087535-1215244622 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1087535-1215244622.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.92 1.98 1.99 4/73 3994
/proc/meminfo: memFree=1809096/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=12272 CPUtime=0
/proc/3994/stat : 3994 (sugar) R 3992 3994 2981 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 636709483 12566528 321 996147200 4194304 4206940 548682068608 18446744073709551615 270187006498 0 0 4224 0 0 0 0 17 0 0 0
/proc/3994/statm: 3068 324 244 3 0 168 0

[startup+0.0727329 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 3994
/proc/meminfo: memFree=1809096/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102018 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 3994
/proc/meminfo: memFree=1809096/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30104 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 3994
/proc/meminfo: memFree=1809096/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70109 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 3994
/proc/meminfo: memFree=1809096/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4006
/proc/meminfo: memFree=1771824/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
[pid=3997] ppid=3994 vsize=5356 CPUtime=0
/proc/3997/stat : 3997 (sh) S 3994 3994 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636709488 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3997/statm: 1339 233 193 169 0 50 0
[pid=3998] ppid=3997 vsize=864656 CPUtime=1.43
/proc/3998/stat : 3998 (java) S 3997 3994 2981 0 -1 0 19948 0 1 0 133 10 0 0 18 0 9 0 636709488 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3998/statm: 216164 17030 2529 9 0 210746 0
[pid=3998/tid=3999] ppid=3997 vsize=864656 CPUtime=0.71
/proc/3998/task/3999/stat : 3999 (java) R 3997 3994 2981 0 -1 64 3279 0 1 0 68 3 0 0 25 0 9 0 636709489 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4126503356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4000] ppid=3997 vsize=864656 CPUtime=0.61
/proc/3998/task/4000/stat : 4000 (java) S 3997 3994 2981 0 -1 64 15485 0 0 0 56 5 0 0 16 0 9 0 636709490 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4001] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4001/stat : 4001 (java) S 3997 3994 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636709491 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4002] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4002/stat : 4002 (java) S 3997 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636709491 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4003] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4003/stat : 4003 (java) S 3997 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636709493 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4004] ppid=3997 vsize=864656 CPUtime=0.08
/proc/3998/task/4004/stat : 4004 (java) S 3997 3994 2981 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 636709493 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4005] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4005/stat : 4005 (java) S 3997 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636709493 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4006] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4006/stat : 4006 (java) S 3997 3994 2981 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636709493 885407744 17030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883612

[startup+3.10237 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4006
/proc/meminfo: memFree=1726064/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.03
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636709483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
[pid=3997] ppid=3994 vsize=5356 CPUtime=0
/proc/3997/stat : 3997 (sh) S 3994 3994 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636709488 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3997/statm: 1339 233 193 169 0 50 0
[pid=3998] ppid=3997 vsize=864676 CPUtime=3.02
/proc/3998/stat : 3998 (java) S 3997 3994 2981 0 -1 0 32903 0 1 0 285 17 0 0 18 0 9 0 636709488 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3998/statm: 216169 28004 2529 9 0 210751 0
[pid=3998/tid=3999] ppid=3997 vsize=864676 CPUtime=1.61
/proc/3998/task/3999/stat : 3999 (java) R 3997 3994 2981 0 -1 64 3902 0 1 0 158 3 0 0 25 0 9 0 636709489 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4126768314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4000] ppid=3997 vsize=864676 CPUtime=1.24
/proc/3998/task/4000/stat : 4000 (java) S 3997 3994 2981 0 -1 64 27775 0 0 0 112 12 0 0 16 0 9 0 636709490 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4001] ppid=3997 vsize=864676 CPUtime=0
/proc/3998/task/4001/stat : 4001 (java) S 3997 3994 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636709491 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4002] ppid=3997 vsize=864676 CPUtime=0
/proc/3998/task/4002/stat : 4002 (java) S 3997 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709491 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4003] ppid=3997 vsize=864676 CPUtime=0
/proc/3998/task/4003/stat : 4003 (java) S 3997 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636709493 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4004] ppid=3997 vsize=864676 CPUtime=0.14
/proc/3998/task/4004/stat : 4004 (java) S 3997 3994 2981 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 636709493 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4005] ppid=3997 vsize=864676 CPUtime=0
/proc/3998/task/4005/stat : 4005 (java) S 3997 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636709493 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4006] ppid=3997 vsize=864676 CPUtime=0
/proc/3998/task/4006/stat : 4006 (java) S 3997 3994 2981 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636709493 885428224 28004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883632

[startup+6.30173 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 4016
/proc/meminfo: memFree=1770344/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 15 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868300 CPUtime=2.88
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 14639 0 1 0 277 11 0 0 20 0 9 0 636709823 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217075 13178 2543 9 0 211650 0
[pid=4008/tid=4009] ppid=4007 vsize=868300 CPUtime=1.93
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 3088 0 1 0 191 2 0 0 25 0 9 0 636709824 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4126568600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868300 CPUtime=0.74
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 9379 0 0 0 68 6 0 0 16 0 9 0 636709825 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868300 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868300 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636709825 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868300 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868300 CPUtime=0.18
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1474 0 0 0 17 1 0 0 16 0 9 0 636709827 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868300 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868300 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889139200 13178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887256

[startup+12.7025 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 4016
/proc/meminfo: memFree=1744240/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 15 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868416 CPUtime=9.25
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 24918 0 1 0 909 16 0 0 20 0 9 0 636709823 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217104 17715 2541 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868416 CPUtime=7.57
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 3532 0 1 0 753 4 0 0 25 0 9 0 636709824 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868416 CPUtime=1.46
/proc/4008/task/4010/stat : 4010 (java) R 4007 3994 2981 0 -1 64 19203 0 0 0 136 10 0 0 15 0 9 0 636709825 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 104185433 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868416 CPUtime=0.2
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1485 0 0 0 19 1 0 0 16 0 9 0 636709827 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889257984 17715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887372

[startup+25.5029 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 4016
/proc/meminfo: memFree=1706672/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 16 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868416 CPUtime=22
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 38016 0 1 0 2175 25 0 0 20 0 9 0 636709823 889257984 27027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217104 27027 2541 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868416 CPUtime=19.06
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 4194 0 1 0 1901 5 0 0 25 0 9 0 636709824 889257984 27027 996147200 134512640 134550740 4294955952 18446744073709551615 4126639889 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868416 CPUtime=2.7
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 31629 0 0 0 253 17 0 0 16 0 9 0 636709825 889257984 27027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889257984 27027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889257984 27027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4008] ppid=4007 vsize=868528 CPUtime=744.97
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 154590 0 1 0 73297 1200 0 0 20 0 9 0 636709823 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217132 122963 2566 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868528 CPUtime=724.86
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 11864 0 1 0 71362 1124 0 0 25 0 9 0 636709824 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868528 CPUtime=19.76
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 140483 0 0 0 1903 73 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868528 CPUtime=0.31
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 748.27
Current children cumulated vsize (KiB) 887484

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

[startup+767.901 s]
/proc/loadavg: 2.15 2.43 2.35 3/84 4035
/proc/meminfo: memFree=15536/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 16 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868528 CPUtime=750.52
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 154599 0 1 0 73844 1208 0 0 20 0 9 0 636709823 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217132 122963 2566 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868528 CPUtime=730.39
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 11873 0 1 0 71907 1132 0 0 25 0 9 0 636709824 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4127079679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868528 CPUtime=19.77
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 140483 0 0 0 1904 73 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868528 CPUtime=0.31
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 753.82
Current children cumulated vsize (KiB) 887484

[startup+793.501 s]
/proc/loadavg: 2.10 2.40 2.34 3/84 4035
/proc/meminfo: memFree=15664/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 16 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868528 CPUtime=775.89
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 154635 0 1 0 76345 1244 0 0 20 0 9 0 636709823 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217132 122963 2566 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868528 CPUtime=755.7
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 11909 0 1 0 74403 1167 0 0 25 0 9 0 636709824 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4126639853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868528 CPUtime=19.83
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 140483 0 0 0 1910 73 0 0 17 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868528 CPUtime=0.31
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 779.19
Current children cumulated vsize (KiB) 887484

[startup+806.307 s]
/proc/loadavg: 2.15 2.39 2.34 3/84 4035
/proc/meminfo: memFree=16112/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.3
/proc/3994/stat : 3994 (sugar) S 3992 3994 2981 0 -1 4194304 974 33328 0 1 3 0 307 20 16 0 1 0 636709483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636709823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868528 CPUtime=788.59
/proc/4008/stat : 4008 (java) S 4007 3994 2981 0 -1 0 154656 0 1 0 77595 1264 0 0 20 0 9 0 636709823 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4008/statm: 217132 122963 2566 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868528 CPUtime=768.36
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2981 0 -1 64 11930 0 1 0 75649 1187 0 0 25 0 9 0 636709824 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4126893806 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868528 CPUtime=19.86
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2981 0 -1 64 140483 0 0 0 1913 73 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636709825 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868528 CPUtime=0.31
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2981 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636709827 889372672 122963 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 791.89
Current children cumulated vsize (KiB) 887484

[startup+809.501 s]
/proc/loadavg: 2.13 2.39 2.34 3/74 4035
/proc/meminfo: memFree=817024/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=794.98
/proc/3994/stat : 3994 (sugar) R 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 14 78186 1295 17 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 794.98
Current children cumulated vsize (KiB) 13600

[startup+811.101 s]
/proc/loadavg: 2.13 2.39 2.34 2/74 4035
/proc/meminfo: memFree=1919872/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=795.46
/proc/3994/stat : 3994 (sugar) D 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 62 78186 1295 18 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 795.46
Current children cumulated vsize (KiB) 13600

[startup+812.702 s]
/proc/loadavg: 2.13 2.39 2.34 2/74 4035
/proc/meminfo: memFree=1925512/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=795.55
/proc/3994/stat : 3994 (sugar) D 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 71 78186 1295 18 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 795.55
Current children cumulated vsize (KiB) 13600

[startup+813.502 s]
/proc/loadavg: 2.13 2.39 2.34 2/74 4035
/proc/meminfo: memFree=1926536/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=795.57
/proc/3994/stat : 3994 (sugar) D 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 73 78186 1295 18 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 795.57
Current children cumulated vsize (KiB) 13600

[startup+813.902 s]
/proc/loadavg: 2.12 2.38 2.34 2/74 4035
/proc/meminfo: memFree=1926088/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=795.58
/proc/3994/stat : 3994 (sugar) D 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 74 78186 1295 18 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 795.58
Current children cumulated vsize (KiB) 13600

[startup+814.007 s]
/proc/loadavg: 2.12 2.38 2.34 2/74 4035
/proc/meminfo: memFree=1926088/2055920 swapFree=4179952/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=795.59
/proc/3994/stat : 3994 (sugar) D 3992 3994 2981 0 -1 4194304 996 188286 0 2 3 75 78186 1295 18 0 1 0 636709483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3994/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 795.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 814.036
CPU time (s): 795.601
CPU user time (s): 781.896
CPU system time (s): 13.7049
CPU usage (%): 97.7354
Max. virtual memory (cumulated for all children) (KiB): 901624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 781.896
system time used= 13.7049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189312
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= 36826
involuntary context switches= 41666

runsolver used 1.01085 second user time and 2.70259 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 09:57:02
IDJOB=1087535
IDBENCH=58009
IDSOLVER=345
FILE ID=node88/1087535-1215244622
PBS_JOBID= 7881971
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087535-1215244622/watcher-1087535-1215244622 -o /tmp/evaluation-result-1087535-1215244622/solver-1087535-1215244622 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1087535-1215244622.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 503f420cf175bc8344ce8ddb2abd3699
RANDOM SEED=676757465

node88.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1809576 kB
Buffers:         13752 kB
Cached:         136520 kB
SwapCached:       7080 kB
Active:         166432 kB
Inactive:        30748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809576 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:           10680 kB
Writeback:           0 kB
Mapped:          54244 kB
Slab:            34440 kB
Committed_AS:  1097100 kB
PageTables:       1924 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= 66488 MiB
End job on node88 at 2008-07-05 10:10:36