Trace number 1064714

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? 181.396 189.145

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-tlan3.xml
MD5SUM655780ae736fc1335cd21415b29dffa9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.80366
Satisfiable
(Un)Satisfiability was proved
Number of variables19944
Number of constraints50841
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50841
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Tue Jul  8 01:46:30 2008
0.00/0.15	c 0	PID 5628
0.00/0.16	c 0	HOST node24.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1064714-1215474389.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064714-1215474389.xml' 'HOME/temp.csp'
3.66/3.91	c 4	1 domains, 19944 variables, 9 predicates, 0 relations, 50841 constraints
3.66/3.95	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.66/3.95	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.69/4.03	c 4	Parsing HOME/temp.csp
4.12/4.46	c 4	parsed 10000 expressions
4.32/4.67	c 5	parsed 20000 expressions
4.61/4.91	c 5	parsed 30000 expressions
4.81/5.10	c 5	parsed 40000 expressions
5.01/5.38	c 5	parsed 50000 expressions
5.31/5.63	c 6	parsed 60000 expressions
6.19/6.55	c 6	parsed 70000 expressions
6.29/6.64	c 7	parsed 70795 expressions
6.29/6.65	c 7	Heap : 33 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.29/6.65	c 7	Converting to clausal form CSP
6.39/6.70	c 7	converted 7080 (10%) expressions
6.39/6.73	c 7	converted 14159 (20%) expressions
6.78/7.14	c 7	converted 21239 (30%) expressions
6.97/7.36	c 7	converted 28318 (40%) expressions
7.18/7.50	c 7	converted 35398 (50%) expressions
7.28/7.66	c 8	converted 42477 (60%) expressions
7.47/7.82	c 8	converted 49557 (70%) expressions
7.67/8.02	c 8	converted 56636 (80%) expressions
7.86/8.21	c 8	converted 63716 (90%) expressions
18.46/18.91	c 19	converted 70795 (100%) expressions
18.46/18.93	c 19	CSP : 137924 integers, 0 booleans, 286801 clauses, largest domain size 1195
18.46/18.93	c 19	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.46/18.93	c 19	Propagation in CSP
19.95/20.41	c 20	6893 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.95/20.43	c 20	CSP : 137924 integers, 0 booleans, 286801 clauses, largest domain size 1024
19.95/20.43	c 20	Heap : 191 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.05/20.52	c 20	Simplifing CSP by introducing new Boolean variables
20.15/20.63	c 21	CSP : 137924 integers, 0 booleans, 286801 clauses, largest domain size 1024
20.15/20.63	c 21	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.23/21.76	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.33/21.83	c 22	13793 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.69/24.22	c 24	27585 (20%) CSP integer variables are encoded (1840884 clauses, 32865556 bytes)
28.00/28.70	c 29	41378 (30%) CSP integer variables are encoded (5203061 clauses, 96746919 bytes)
32.41/33.23	c 33	55170 (40%) CSP integer variables are encoded (8588487 clauses, 161070013 bytes)
36.93/38.04	c 38	68962 (50%) CSP integer variables are encoded (11889695 clauses, 227693900 bytes)
41.51/42.72	c 43	82755 (60%) CSP integer variables are encoded (15159366 clauses, 296356991 bytes)
45.98/47.35	c 47	96547 (70%) CSP integer variables are encoded (18377256 clauses, 363932681 bytes)
50.83/52.32	c 52	110340 (80%) CSP integer variables are encoded (21850580 clauses, 436872485 bytes)
55.66/57.38	c 57	124132 (90%) CSP integer variables are encoded (25377323 clauses, 510934088 bytes)
60.66/62.61	c 63	137924 (100%) CSP integer variables are encoded (28902927 clauses, 584971772 bytes)
60.86/62.84	c 63	28681 (10%) CSP clauses are encoded (28931608 clauses, 585377262 bytes)
180.40/186.61	c 187	ERROR Exception Too large HOME/temp.cnf
180.42/186.72	c 187	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
180.42/186.72	c 187	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
180.42/186.72	c 187	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
180.42/186.72	s UNKNOWN
180.45/187.26	c 187	CPU 166.08 (0.03 0.01 166.05 14.38)
180.45/187.26	c 187	END Tue Jul  8 01:49:37 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-1064714-1215474389/watcher-1064714-1215474389 -o /tmp/evaluation-result-1064714-1215474389/solver-1064714-1215474389 -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-1064714-1215474389.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: 2.65 2.22 2.10 4/80 5628
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=18572 CPUtime=0
/proc/5628/stat : 5628 (runsolver) R 5626 5628 2811 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4141889 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5628/statm: 4643 292 257 25 0 2626 0

[startup+0.0326939 s]
/proc/loadavg: 2.65 2.22 2.10 4/80 5628
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=124 CPUtime=0
/proc/5628/stat : 5628 (sugar) D 5626 5628 2811 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 4141889 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 237785642473 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/5628/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101703 s]
/proc/loadavg: 2.65 2.22 2.10 4/80 5628
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=12412 CPUtime=0
/proc/5628/stat : 5628 (sugar) R 5626 5628 2811 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 4141889 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 0 0 0 17 1 0 0
/proc/5628/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301731 s]
/proc/loadavg: 2.65 2.22 2.10 4/80 5628
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=0.04
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4141889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701769 s]
/proc/loadavg: 2.65 2.22 2.10 4/80 5628
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=0.04
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4141889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.68 2.24 2.10 3/91 5640
/proc/meminfo: memFree=1813464/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=0.04
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4141889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 796 370 3 0 500 0
[pid=5631] ppid=5628 vsize=5356 CPUtime=0
/proc/5631/stat : 5631 (sh) S 5628 5628 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4141905 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5631/statm: 1339 233 193 169 0 50 0
[pid=5632] ppid=5631 vsize=864676 CPUtime=1.25
/proc/5632/stat : 5632 (java) S 5631 5628 2811 0 -1 0 13108 0 1 0 117 8 0 0 18 0 9 0 4141905 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5632/statm: 216169 10660 2529 9 0 210751 0
[pid=5632/tid=5633] ppid=5631 vsize=864676 CPUtime=0.7
/proc/5632/task/5633/stat : 5633 (java) R 5631 5628 2811 0 -1 64 2822 0 1 0 68 2 0 0 22 0 9 0 4141907 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4126440844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5634] ppid=5631 vsize=864676 CPUtime=0.43
/proc/5632/task/5634/stat : 5634 (java) S 5631 5628 2811 0 -1 64 9111 0 0 0 39 4 0 0 17 0 9 0 4141914 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5635] ppid=5631 vsize=864676 CPUtime=0
/proc/5632/task/5635/stat : 5635 (java) S 5631 5628 2811 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4141914 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5636] ppid=5631 vsize=864676 CPUtime=0
/proc/5632/task/5636/stat : 5636 (java) S 5631 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4141914 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5637] ppid=5631 vsize=864676 CPUtime=0
/proc/5632/task/5637/stat : 5637 (java) S 5631 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4141916 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5638] ppid=5631 vsize=864676 CPUtime=0.1
/proc/5632/task/5638/stat : 5638 (java) S 5631 5628 2811 0 -1 64 474 0 0 0 10 0 0 0 17 0 9 0 4141916 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5639] ppid=5631 vsize=864676 CPUtime=0
/proc/5632/task/5639/stat : 5639 (java) S 5631 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4141916 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5640] ppid=5631 vsize=864676 CPUtime=0
/proc/5632/task/5640/stat : 5640 (java) S 5631 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4141916 885428224 10660 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 883632

[startup+3.10302 s]
/proc/loadavg: 2.68 2.24 2.10 4/91 5640
/proc/meminfo: memFree=1774360/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=0.04
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4141889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 796 370 3 0 500 0
[pid=5631] ppid=5628 vsize=5356 CPUtime=0
/proc/5631/stat : 5631 (sh) S 5628 5628 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4141905 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5631/statm: 1339 233 193 169 0 50 0
[pid=5632] ppid=5631 vsize=864696 CPUtime=2.83
/proc/5632/stat : 5632 (java) S 5631 5628 2811 0 -1 0 29384 0 1 0 265 18 0 0 18 0 9 0 4141905 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5632/statm: 216174 24979 2529 9 0 210756 0
[pid=5632/tid=5633] ppid=5631 vsize=864696 CPUtime=1.32
/proc/5632/task/5633/stat : 5633 (java) R 5631 5628 2811 0 -1 64 3890 0 1 0 129 3 0 0 20 0 9 0 4141907 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4126718695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5634] ppid=5631 vsize=864696 CPUtime=1.35
/proc/5632/task/5634/stat : 5634 (java) S 5631 5628 2811 0 -1 64 24301 0 0 0 122 13 0 0 17 0 9 0 4141914 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5635] ppid=5631 vsize=864696 CPUtime=0
/proc/5632/task/5635/stat : 5635 (java) S 5631 5628 2811 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4141914 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5636] ppid=5631 vsize=864696 CPUtime=0
/proc/5632/task/5636/stat : 5636 (java) S 5631 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4141914 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5637] ppid=5631 vsize=864696 CPUtime=0
/proc/5632/task/5637/stat : 5637 (java) S 5631 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4141916 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5638] ppid=5631 vsize=864696 CPUtime=0.13
/proc/5632/task/5638/stat : 5638 (java) S 5631 5628 2811 0 -1 64 492 0 0 0 13 0 0 0 16 0 9 0 4141916 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5639] ppid=5631 vsize=864696 CPUtime=0
/proc/5632/task/5639/stat : 5639 (java) S 5631 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4141916 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5632/tid=5640] ppid=5631 vsize=864696 CPUtime=0
/proc/5632/task/5640/stat : 5640 (java) S 5631 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4141916 885448704 24979 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 883652

[startup+6.30234 s]
/proc/loadavg: 2.68 2.24 2.10 3/91 5650
/proc/meminfo: memFree=1805976/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 973 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=864100 CPUtime=2.3
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 12665 0 1 0 221 9 0 0 18 0 9 0 4142284 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 216025 10919 2532 9 0 210607 0
[pid=5642/tid=5643] ppid=5641 vsize=864100 CPUtime=1.46
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 2949 0 1 0 144 2 0 0 25 0 9 0 4142285 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4126430697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=864100 CPUtime=0.73
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 8682 0 0 0 68 5 0 0 16 0 9 0 4142287 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=864100 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=864100 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4142287 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=864100 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=864100 CPUtime=0.07
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 4142289 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=864100 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=864100 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 884838400 10919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 883056

[startup+12.703 s]
/proc/loadavg: 2.57 2.23 2.10 4/91 5650
/proc/meminfo: memFree=1694040/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868396 CPUtime=8.63
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 55296 0 1 0 830 33 0 0 18 0 9 0 4142284 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217099 32990 2541 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868396 CPUtime=4.96
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 4503 0 1 0 492 4 0 0 25 0 9 0 4142285 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4126749047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868396 CPUtime=3.43
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 48626 0 0 0 316 27 0 0 16 0 9 0 4142287 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868396 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868396 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=868396 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=868396 CPUtime=0.21
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 1470 0 0 0 21 0 0 0 16 0 9 0 4142289 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=868396 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=868396 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 889237504 32990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 887352

[startup+25.5023 s]
/proc/loadavg: 2.48 2.22 2.10 3/91 5650
/proc/meminfo: memFree=1577240/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 16 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868508 CPUtime=21.14
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 87164 0 1 0 2032 82 0 0 18 0 9 0 4142284 889352192 53934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217127 53934 2565 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868508 CPUtime=13.66
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 5733 0 1 0 1329 37 0 0 25 0 9 0 4142285 889352192 53934 996147200 134512640 134550740 4294955952 18446744073709551615 4127043938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868508 CPUtime=7.18
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 79232 0 0 0 675 43 0 0 16 0 9 0 4142287 889352192 53934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 99.32
Current children cumulated vsize (KiB) 887464

[startup+162.302 s]
/proc/loadavg: 3.24 2.64 2.27 3/91 5650
/proc/meminfo: memFree=16344/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868508 CPUtime=153.36
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 89377 0 1 0 14114 1222 0 0 18 0 9 0 4142284 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217127 53944 2565 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868508 CPUtime=143.86
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 7937 0 1 0 13229 1157 0 0 25 0 9 0 4142285 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4127097217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868508 CPUtime=9.17
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 79232 0 0 0 855 62 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=868508 CPUtime=0.28
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 1511 0 0 0 28 0 0 0 16 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.05
Current children cumulated vsize (KiB) 887464

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

[startup+166.303 s]
/proc/loadavg: 3.22 2.64 2.27 3/91 5650
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868508 CPUtime=157.08
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 89441 0 1 0 14457 1251 0 0 18 0 9 0 4142284 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217127 53944 2565 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868508 CPUtime=147.55
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 8001 0 1 0 13568 1187 0 0 25 0 9 0 4142285 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868508 CPUtime=9.22
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 79232 0 0 0 860 62 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=868508 CPUtime=0.28
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 1511 0 0 0 28 0 0 0 16 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 887464

[startup+179.102 s]
/proc/loadavg: 3.26 2.67 2.29 3/91 5650
/proc/meminfo: memFree=15832/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868508 CPUtime=169.42
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 89652 0 1 0 15589 1353 0 0 18 0 9 0 4142284 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217127 53944 2565 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868508 CPUtime=159.69
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 8212 0 1 0 14682 1287 0 0 25 0 9 0 4142285 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868508 CPUtime=9.42
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 79232 0 0 0 878 64 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=868508 CPUtime=0.28
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 1511 0 0 0 28 0 0 0 16 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.11
Current children cumulated vsize (KiB) 887464

[startup+185.503 s]
/proc/loadavg: 3.24 2.68 2.29 3/91 5650
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 15 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=868508 CPUtime=175.63
/proc/5642/stat : 5642 (java) S 5641 5628 2811 0 -1 0 89757 0 1 0 16161 1402 0 0 18 0 9 0 4142284 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 217127 53944 2565 9 0 211674 0
[pid=5642/tid=5643] ppid=5641 vsize=868508 CPUtime=165.8
/proc/5642/task/5643/stat : 5643 (java) R 5641 5628 2811 0 -1 64 8317 0 1 0 15245 1335 0 0 25 0 9 0 4142285 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4127060697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5644] ppid=5641 vsize=868508 CPUtime=9.52
/proc/5642/task/5644/stat : 5644 (java) S 5641 5628 2811 0 -1 64 79232 0 0 0 887 65 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5645] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5645/stat : 5645 (java) S 5641 5628 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5646] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5646/stat : 5646 (java) S 5641 5628 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4142287 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5647] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5647/stat : 5647 (java) S 5641 5628 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5648] ppid=5641 vsize=868508 CPUtime=0.28
/proc/5642/task/5648/stat : 5648 (java) S 5641 5628 2811 0 -1 64 1511 0 0 0 28 0 0 0 16 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5649] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5649/stat : 5649 (java) S 5641 5628 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5642/tid=5650] ppid=5641 vsize=868508 CPUtime=0
/proc/5642/task/5650/stat : 5650 (java) S 5641 5628 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4142289 889352192 53944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.32
Current children cumulated vsize (KiB) 887464

[startup+187.102 s]
/proc/loadavg: 3.30 2.70 2.30 3/84 5650
/proc/meminfo: memFree=38296/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=3.69
/proc/5628/stat : 5628 (sugar) S 5626 5628 2811 0 -1 4194304 974 30570 0 1 3 1 343 22 16 0 1 0 4141889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5628/statm: 3400 797 370 3 0 500 0
[pid=5641] ppid=5628 vsize=5356 CPUtime=0
/proc/5641/stat : 5641 (sh) S 5628 5628 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4142284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5641/statm: 1339 233 193 169 0 50 0
[pid=5642] ppid=5641 vsize=0 CPUtime=176.76
/proc/5642/stat : 5642 (java) Z 5641 5628 2811 0 -1 1036 89789 0 1 0 16261 1415 0 0 16 0 2 0 4142284 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 180.45
Current children cumulated vsize (KiB) 18956

[startup+187.901 s]
/proc/loadavg: 3.30 2.70 2.30 3/84 5650
/proc/meminfo: memFree=38296/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=180.74
/proc/5628/stat : 5628 (sugar) R 5626 5628 2811 0 -1 4194304 996 120645 0 2 3 28 16605 1438 16 0 1 0 4141889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5628/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.74
Current children cumulated vsize (KiB) 13600

[startup+188.701 s]
/proc/loadavg: 3.30 2.70 2.30 3/81 5650
/proc/meminfo: memFree=1004200/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=181.35
/proc/5628/stat : 5628 (sugar) D 5626 5628 2811 0 -1 4194304 996 120645 0 2 3 89 16605 1438 15 0 1 0 4141889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5628/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.35
Current children cumulated vsize (KiB) 13600

[startup+189.101 s]
/proc/loadavg: 3.30 2.70 2.30 2/81 5650
/proc/meminfo: memFree=1861160/2055920 swapFree=4192812/4192956
[pid=5628] ppid=5626 vsize=13600 CPUtime=181.38
/proc/5628/stat : 5628 (sugar) D 5626 5628 2811 0 -1 4194304 996 120645 0 2 3 92 16605 1438 15 0 1 0 4141889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5628/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 189.145
CPU time (s): 181.396
CPU user time (s): 166.09
CPU system time (s): 15.3067
CPU usage (%): 95.9032
Max. virtual memory (cumulated for all children) (KiB): 909844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.09
system time used= 15.3067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121671
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= 27235
involuntary context switches= 31488

runsolver used 0.235964 second user time and 0.686895 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-08 01:46:30
IDJOB=1064714
IDBENCH=54985
IDSOLVER=345
FILE ID=node24/1064714-1215474389
PBS_JOBID= 7888597
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-tlan3.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-1064714-1215474389/watcher-1064714-1215474389 -o /tmp/evaluation-result-1064714-1215474389/solver-1064714-1215474389 -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-1064714-1215474389.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 655780ae736fc1335cd21415b29dffa9
RANDOM SEED=316922802

node24.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.220
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.220
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:       1834640 kB
Buffers:          4712 kB
Cached:          53156 kB
SwapCached:          0 kB
Active:         172352 kB
Inactive:        12412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11496 kB
Writeback:           0 kB
Mapped:         144540 kB
Slab:            21508 kB
Committed_AS:   911260 kB
PageTables:       2060 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= 66444 MiB
End job on node24 at 2008-07-08 01:49:39