Trace number 1087430

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? 417.567 424.158

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-3.xml
MD5SUM8eb4eb3fb4371bb64ac48dd192eca4b5
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 benchmark22.7865
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Tue Jul  8 03:03:07 2008
0.00/0.05	c 0	PID 9268
0.00/0.06	c 0	HOST node68.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1087430-1215478987.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087430-1215478987.xml' 'HOME/temp.csp'
0.04/0.93	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 1	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'
1.08/1.01	c 1	Parsing HOME/temp.csp
1.44/1.33	c 2	parsed 10000 expressions
1.55/1.45	c 2	parsed 13452 expressions
1.55/1.46	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.55/1.46	c 2	Converting to clausal form CSP
1.65/1.50	c 2	converted 1346 (10%) expressions
1.94/1.70	c 2	converted 2691 (20%) expressions
3.24/3.03	c 3	converted 4036 (30%) expressions
4.53/4.36	c 5	converted 5381 (40%) expressions
5.71/5.55	c 6	converted 6726 (50%) expressions
7.11/6.96	c 7	converted 8072 (60%) expressions
8.39/8.28	c 9	converted 9417 (70%) expressions
9.88/9.77	c 10	converted 10762 (80%) expressions
11.06/10.93	c 11	converted 12107 (90%) expressions
12.05/11.98	c 12	converted 13452 (100%) expressions
12.05/11.98	c 12	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
12.05/11.98	c 12	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.05/11.98	c 12	Propagation in CSP
14.23/14.15	c 14	264000 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.23/14.16	c 14	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
14.23/14.16	c 14	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.23/14.18	c 14	Simplifing CSP by introducing new Boolean variables
14.83/14.71	c 15	CSP : 7024 integers, 58557 booleans, 104021 clauses, largest domain size 2721
14.83/14.71	c 15	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.22/15.14	c 15	Encoding CSP to SAT : HOME/temp.cnf
18.38/18.36	c 19	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
21.46/21.47	c 22	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
24.62/24.60	c 25	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
27.30/27.39	c 28	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
29.66/29.78	c 30	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
32.01/32.16	c 32	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
34.37/34.51	c 35	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
36.75/36.93	c 37	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
39.12/39.36	c 40	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
41.57/41.92	c 42	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
93.93/95.18	c 95	10403 (10%) CSP clauses are encoded (21603559 clauses, 458508777 bytes)
136.94/138.88	c 139	20805 (20%) CSP clauses are encoded (30225678 clauses, 669541608 bytes)
176.60/179.15	c 179	31207 (30%) CSP clauses are encoded (38423108 clauses, 872396763 bytes)
216.64/219.82	c 220	41609 (40%) CSP clauses are encoded (46545618 clauses, 1072983648 bytes)
255.71/259.58	c 260	52011 (50%) CSP clauses are encoded (54481862 clauses, 1269904981 bytes)
295.95/300.40	c 301	62413 (60%) CSP clauses are encoded (62769980 clauses, 1474399841 bytes)
331.74/336.68	c 337	72815 (70%) CSP clauses are encoded (70651598 clauses, 1669637920 bytes)
367.00/372.24	c 373	83217 (80%) CSP clauses are encoded (78455506 clauses, 1865012236 bytes)
402.21/408.04	c 408	93619 (90%) CSP clauses are encoded (86063656 clauses, 2063279805 bytes)
416.52/422.65	c 423	ERROR Exception Too large HOME/temp.cnf
416.52/422.65	c 423	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
416.52/422.65	c 423	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
416.52/422.65	c 423	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
416.52/422.65	s UNKNOWN
416.57/422.76	c 423	CPU 402.89 (0.04 0.01 402.85 13.71)
416.57/422.76	c 423	END Tue Jul  8 03:10:10 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-1087430-1215478987/watcher-1087430-1215478987 -o /tmp/evaluation-result-1087430-1215478987/solver-1087430-1215478987 -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-1087430-1215478987.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.00 2.00 1.83 4/81 9268
/proc/meminfo: memFree=1442584/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=7504 CPUtime=0
/proc/9268/stat : 9268 (sugar) R 9266 9268 8997 0 -1 4194304 66 0 0 0 0 0 0 0 19 0 1 0 4306805 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 223185270153 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9268/statm: 1876 51 38 3 0 55 0

[startup+0.0776241 s]
/proc/loadavg: 2.00 2.00 1.83 4/81 9268
/proc/meminfo: memFree=1442584/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=0.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4306805 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101626 s]
/proc/loadavg: 2.00 2.00 1.83 4/81 9268
/proc/meminfo: memFree=1442584/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=0.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4306805 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301644 s]
/proc/loadavg: 2.00 2.00 1.83 4/81 9268
/proc/meminfo: memFree=1442584/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=0.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4306805 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701684 s]
/proc/loadavg: 2.00 2.00 1.83 4/81 9268
/proc/meminfo: memFree=1442584/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=0.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4306805 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 2.00 2.00 1.83 2/81 9293
/proc/meminfo: memFree=1452248/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.03
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 3 1 94 5 15 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=865028 CPUtime=0.62
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 6303 0 1 0 60 2 0 0 20 0 9 0 4306899 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 216257 5494 2540 9 0 210832 0
[pid=9285/tid=9286] ppid=9284 vsize=865028 CPUtime=0.42
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 2628 0 1 0 41 1 0 0 17 0 9 0 4306900 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4126096487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9287] ppid=9284 vsize=865028 CPUtime=0.1
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 2630 0 0 0 10 0 0 0 16 0 9 0 4306901 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9288] ppid=9284 vsize=865028 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9289] ppid=9284 vsize=865028 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=865028 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=865028 CPUtime=0.08
/proc/9285/task/9291/stat : 9291 (java) R 9284 9268 8997 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 4306903 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 104286806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=865028 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=865028 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 885788672 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 883984

[startup+3.10189 s]
/proc/loadavg: 2.00 2.00 1.83 2/81 9293
/proc/meminfo: memFree=1437080/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.03
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 3 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869244 CPUtime=2.32
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 9065 0 1 0 226 6 0 0 20 0 9 0 4306899 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217311 8025 2541 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869244 CPUtime=1.8
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 2827 0 1 0 178 2 0 0 17 0 9 0 4306900 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4125980672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869244 CPUtime=0.31
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 4065 0 0 0 29 2 0 0 16 0 9 0 4306901 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869244 CPUtime=0.18
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1476 0 0 0 18 0 0 0 16 0 9 0 4306903 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890105856 8025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 888200

[startup+6.30218 s]
/proc/loadavg: 2.00 2.00 1.83 3/92 9330
/proc/meminfo: memFree=1397760/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869244 CPUtime=5.47
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 14846 0 1 0 536 11 0 0 20 0 9 0 4306899 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217311 10989 2541 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869244 CPUtime=4.39
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 3279 0 1 0 436 3 0 0 25 0 9 0 4306900 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4126569358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869244 CPUtime=0.85
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 9384 0 0 0 79 6 0 0 16 0 9 0 4306901 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869244 CPUtime=0.2
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1486 0 0 0 20 0 0 0 16 0 9 0 4306903 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890105856 10989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 888200

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 1.84 3/92 9330
/proc/meminfo: memFree=1365632/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869244 CPUtime=11.81
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 23100 0 1 0 1163 18 0 0 20 0 9 0 4306899 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217311 17071 2541 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869244 CPUtime=9.85
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 3751 0 1 0 980 5 0 0 25 0 9 0 4306900 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4126627674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869244 CPUtime=1.71
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 17159 0 0 0 160 11 0 0 15 0 9 0 4306901 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869244 CPUtime=0.21
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1493 0 0 0 21 0 0 0 15 0 9 0 4306903 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869244 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890105856 17071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 888200

[startup+25.5029 s]
/proc/loadavg: 2.06 2.02 1.84 4/92 9330
/proc/meminfo: memFree=1336576/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869356 CPUtime=24.48
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 29262 0 1 0 2420 28 0 0 20 0 9 0 4306899 890220544 20347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217339 20347 2566 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869356 CPUtime=21.44
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 4356 0 1 0 2133 11 0 0 25 0 9 0 4306900 890220544 20347 996147200 134512640 134550740 4294955952 18446744073709551615 4127070188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=2.74
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 259 15 0 0 16 0 9 0 4306901 890220544 20347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 12113 0 1 0 37634 1220 0 0 25 0 9 0 4306900 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4127062165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=6.73
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 605 68 0 0 16 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869356 CPUtime=0.29
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 396.64
Current children cumulated vsize (KiB) 888312

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

[startup+409.503 s]
/proc/loadavg: 2.89 2.38 2.03 3/92 9332
/proc/meminfo: memFree=16072/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869356 CPUtime=402.64
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 37175 0 1 0 38951 1313 0 0 20 0 9 0 4306899 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217339 20361 2566 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869356 CPUtime=395.51
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 12256 0 1 0 38310 1241 0 0 25 0 9 0 4306900 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=6.82
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 612 70 0 0 16 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869356 CPUtime=0.29
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.68
Current children cumulated vsize (KiB) 888312

[startup+415.903 s]
/proc/loadavg: 2.90 2.39 2.04 3/92 9332
/proc/meminfo: memFree=15432/2055920 swapFree=4192956/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869356 CPUtime=408.91
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 37305 0 1 0 39555 1336 0 0 20 0 9 0 4306899 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217339 20361 2566 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869356 CPUtime=401.7
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 12386 0 1 0 38907 1263 0 0 25 0 9 0 4306900 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4126879063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=6.88
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 618 70 0 0 16 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869356 CPUtime=0.29
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.95
Current children cumulated vsize (KiB) 888312

[startup+419.106 s]
/proc/loadavg: 2.91 2.40 2.04 3/92 9332
/proc/meminfo: memFree=14984/2055920 swapFree=4192952/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869356 CPUtime=412.06
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 37377 0 1 0 39858 1348 0 0 20 0 9 0 4306899 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217339 20361 2566 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869356 CPUtime=404.81
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 12458 0 1 0 39206 1275 0 0 25 0 9 0 4306900 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4126622454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=6.92
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 621 71 0 0 16 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869356 CPUtime=0.29
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.1
Current children cumulated vsize (KiB) 888312

[startup+422.303 s]
/proc/loadavg: 2.91 2.41 2.05 3/92 9332
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=1.04
/proc/9268/stat : 9268 (sugar) S 9266 9268 8997 0 -1 4194304 974 10086 0 1 4 1 94 5 16 0 1 0 4306805 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9268/statm: 3400 797 370 3 0 500 0
[pid=9284] ppid=9268 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9268 9268 8997 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4306899 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9284/statm: 1339 233 193 169 0 50 0
[pid=9285] ppid=9284 vsize=869356 CPUtime=415.19
/proc/9285/stat : 9285 (java) S 9284 9268 8997 0 -1 0 37445 0 1 0 40158 1361 0 0 20 0 9 0 4306899 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9285/statm: 217339 20361 2566 9 0 211886 0
[pid=9285/tid=9286] ppid=9284 vsize=869356 CPUtime=407.91
/proc/9285/task/9286/stat : 9286 (java) R 9284 9268 8997 0 -1 64 12526 0 1 0 39503 1288 0 0 25 0 9 0 4306900 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4127062120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9287] ppid=9284 vsize=869356 CPUtime=6.95
/proc/9285/task/9287/stat : 9287 (java) S 9284 9268 8997 0 -1 64 22689 0 0 0 624 71 0 0 16 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9288] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9288/stat : 9288 (java) S 9284 9268 8997 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9289] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9289/stat : 9289 (java) S 9284 9268 8997 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4306901 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9290] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9290/stat : 9290 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9291] ppid=9284 vsize=869356 CPUtime=0.29
/proc/9285/task/9291/stat : 9291 (java) S 9284 9268 8997 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9285/tid=9292] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9292/stat : 9292 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9285/tid=9293] ppid=9284 vsize=869356 CPUtime=0
/proc/9285/task/9293/stat : 9293 (java) S 9284 9268 8997 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4306903 890220544 20361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.23
Current children cumulated vsize (KiB) 888312

[startup+423.102 s]
/proc/loadavg: 2.91 2.41 2.05 3/92 9332
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=416.91
/proc/9268/stat : 9268 (sugar) R 9266 9268 8997 0 -1 4194304 996 47836 0 2 4 31 40285 1371 18 0 1 0 4306805 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 223188063273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9268/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.91
Current children cumulated vsize (KiB) 13600

[startup+423.902 s]
/proc/loadavg: 2.91 2.41 2.05 3/82 9332
/proc/meminfo: memFree=1411864/2055920 swapFree=4192812/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=417.54
/proc/9268/stat : 9268 (sugar) D 9266 9268 8997 0 -1 4194304 996 47836 0 2 4 94 40285 1371 18 0 1 0 4306805 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/9268/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.54
Current children cumulated vsize (KiB) 13600

[startup+424.102 s]
/proc/loadavg: 2.91 2.41 2.05 3/82 9332
/proc/meminfo: memFree=1411864/2055920 swapFree=4192812/4192956
[pid=9268] ppid=9266 vsize=13600 CPUtime=417.55
/proc/9268/stat : 9268 (sugar) D 9266 9268 8997 0 -1 4194304 996 47836 0 2 4 95 40285 1371 18 0 1 0 4306805 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/9268/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.55
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 424.158
CPU time (s): 417.567
CPU user time (s): 402.898
CPU system time (s): 14.6688
CPU usage (%): 98.4459
Max. virtual memory (cumulated for all children) (KiB): 893580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 402.898
system time used= 14.6688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48862
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= 72366
involuntary context switches= 74358

runsolver used 0.429934 second user time and 1.55376 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-08 03:03:07
IDJOB=1087430
IDBENCH=57996
IDSOLVER=345
FILE ID=node68/1087430-1215478987
PBS_JOBID= 7888730
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-3.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-1087430-1215478987/watcher-1087430-1215478987 -o /tmp/evaluation-result-1087430-1215478987/solver-1087430-1215478987 -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-1087430-1215478987.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb4eb3fb4371bb64ac48dd192eca4b5
RANDOM SEED=2027112244

node68.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.240
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.240
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:       1443064 kB
Buffers:         32844 kB
Cached:         474436 kB
SwapCached:          0 kB
Active:         203944 kB
Inactive:       334276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:          52500 kB
Slab:            59972 kB
Committed_AS:   127164 kB
PageTables:       1724 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= 66548 MiB
End job on node68 at 2008-07-08 03:10:11