Trace number 1086990

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+minisat? 463.682 473.855

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark5.06223
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.12	c 0	Sugar v1-13 + HOME/minisat
0.02/0.13	c 0	BEGIN Sat Jul  5 09:17:39 2008
0.02/0.13	c 0	PID 7311
0.02/0.14	c 0	HOST node65.alineos.net
0.02/0.14	c 0	CONVERTING HOME/instance-1086990-1215242258.xml TO HOME/temp.csp
0.02/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086990-1215242258.xml' 'HOME/temp.csp'
1.59/1.87	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.66/1.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.91	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.66/1.99	c 1	Parsing HOME/temp.csp
2.23/2.57	c 2	parsed 10000 expressions
2.63/2.91	c 2	parsed 20000 expressions
2.63/2.94	c 2	parsed 21230 expressions
2.63/2.95	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.63/2.95	c 2	Converting to clausal form CSP
2.73/3.02	c 2	converted 2123 (10%) expressions
5.19/5.56	c 5	converted 4246 (20%) expressions
7.67/8.03	c 7	converted 6369 (30%) expressions
9.93/10.39	c 10	converted 8492 (40%) expressions
12.11/12.50	c 12	converted 10615 (50%) expressions
14.09/14.58	c 14	converted 12738 (60%) expressions
16.57/17.00	c 16	converted 14861 (70%) expressions
18.44/18.99	c 18	converted 16984 (80%) expressions
20.22/20.76	c 20	converted 19107 (90%) expressions
21.91/22.44	c 22	converted 21230 (100%) expressions
21.91/22.44	c 22	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
21.91/22.44	c 22	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.91/22.44	c 22	Propagation in CSP
25.27/25.83	c 25	209280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.27/25.84	c 25	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
25.27/25.84	c 25	Heap : 102 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.27/25.88	c 25	Simplifing CSP by introducing new Boolean variables
25.57/26.11	c 26	CSP : 7035 integers, 97918 booleans, 170425 clauses, largest domain size 2821
25.57/26.11	c 26	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.26/26.81	c 26	Encoding CSP to SAT : HOME/temp.cnf
30.41/31.09	c 31	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
34.58/35.26	c 35	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
38.74/39.48	c 39	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
41.30/42.18	c 42	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
43.58/44.43	c 44	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
45.83/46.73	c 46	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
48.10/49.04	c 48	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
50.44/51.42	c 51	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
52.81/53.86	c 53	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
55.33/56.40	c 56	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
135.61/138.04	c 137	17043 (10%) CSP clauses are encoded (26143984 clauses, 571758973 bytes)
197.22/200.64	c 200	34085 (20%) CSP clauses are encoded (37515841 clauses, 857554326 bytes)
255.80/260.12	c 260	51128 (30%) CSP clauses are encoded (48396767 clauses, 1132309624 bytes)
315.45/320.84	c 320	68170 (40%) CSP clauses are encoded (59541478 clauses, 1415089522 bytes)
372.45/379.03	c 378	85213 (50%) CSP clauses are encoded (70393578 clauses, 1691441208 bytes)
427.11/434.79	c 434	102255 (60%) CSP clauses are encoded (81021736 clauses, 1962989865 bytes)
462.71/471.19	c 471	ERROR Exception Too large HOME/temp.cnf
462.71/471.19	c 471	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
462.71/471.19	c 471	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
462.71/471.19	c 471	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
462.71/471.19	s UNKNOWN
462.80/471.25	c 471	CPU 449.27 (0.03 0.02 449.24 13.55)
462.80/471.25	c 471	END Sat Jul  5 09:25:30 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-1086990-1215242258/watcher-1086990-1215242258 -o /tmp/evaluation-result-1086990-1215242258/solver-1086990-1215242258 -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/minisat -tmp=HOME/temp HOME/instance-1086990-1215242258.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.28 2.39 2.18 4/80 7311
/proc/meminfo: memFree=1596688/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=18572 CPUtime=0
/proc/7311/stat : 7311 (runsolver) D 7309 7311 4292 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003195640 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/7311/statm: 4643 292 257 25 0 2626 0

[startup+0.051257 s]
/proc/loadavg: 2.28 2.39 2.18 4/80 7311
/proc/meminfo: memFree=1596688/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=12268 CPUtime=0
/proc/7311/stat : 7311 (sugar) D 7309 7311 4292 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003195640 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/7311/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101263 s]
/proc/loadavg: 2.28 2.39 2.18 4/80 7311
/proc/meminfo: memFree=1596688/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=12808 CPUtime=0.02
/proc/7311/stat : 7311 (sugar) R 7309 7311 4292 0 -1 4194304 566 0 0 0 1 1 0 0 18 0 1 0 2003195640 13115392 534 996147200 4194304 4206940 548682068608 18446744073709551615 257217134683 0 0 4224 0 0 0 0 17 1 0 0
/proc/7311/statm: 3202 534 316 3 0 302 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12808

[startup+0.301283 s]
/proc/loadavg: 2.28 2.39 2.18 4/80 7311
/proc/meminfo: memFree=1596688/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=0.04
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003195640 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701317 s]
/proc/loadavg: 2.28 2.39 2.18 4/80 7311
/proc/meminfo: memFree=1596688/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=0.04
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003195640 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 2.28 2.39 2.18 4/91 7323
/proc/meminfo: memFree=1576120/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=0.04
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003195640 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 796 370 3 0 500 0
[pid=7314] ppid=7311 vsize=5356 CPUtime=0
/proc/7314/stat : 7314 (sh) S 7311 7311 4292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003195654 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7314/statm: 1339 233 193 169 0 50 0
[pid=7315] ppid=7314 vsize=865700 CPUtime=1.25
/proc/7315/stat : 7315 (java) S 7314 7311 4292 0 -1 0 12258 0 1 0 118 7 0 0 18 0 9 0 2003195655 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7315/statm: 216425 10563 2529 9 0 211007 0
[pid=7315/tid=7316] ppid=7314 vsize=865700 CPUtime=0.68
/proc/7315/task/7316/stat : 7316 (java) R 7314 7311 4292 0 -1 64 2846 0 1 0 66 2 0 0 18 0 9 0 2003195658 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7317] ppid=7314 vsize=865700 CPUtime=0.42
/proc/7315/task/7317/stat : 7317 (java) R 7314 7311 4292 0 -1 64 8218 0 0 0 39 3 0 0 17 0 9 0 2003195665 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 104182463 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7318] ppid=7314 vsize=865700 CPUtime=0
/proc/7315/task/7318/stat : 7318 (java) S 7314 7311 4292 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003195665 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7319] ppid=7314 vsize=865700 CPUtime=0
/proc/7315/task/7319/stat : 7319 (java) S 7314 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003195665 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7320] ppid=7314 vsize=865700 CPUtime=0
/proc/7315/task/7320/stat : 7320 (java) S 7314 7311 4292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003195668 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7321] ppid=7314 vsize=865700 CPUtime=0.11
/proc/7315/task/7321/stat : 7321 (java) S 7314 7311 4292 0 -1 64 494 0 0 0 11 0 0 0 16 0 9 0 2003195668 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7322] ppid=7314 vsize=865700 CPUtime=0
/proc/7315/task/7322/stat : 7322 (java) S 7314 7311 4292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003195668 886476800 10563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7315/tid=7323] ppid=7314 vsize=865700 CPUtime=0
/proc/7315/task/7323/stat : 7323 (java) S 7314 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195668 886476800 10563 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) 884656

[startup+3.10251 s]
/proc/loadavg: 2.28 2.39 2.18 4/91 7333
/proc/meminfo: memFree=1587320/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.67
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 1 154 9 15 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=864200 CPUtime=1.15
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 7308 0 1 0 111 4 0 0 18 0 9 0 2003195831 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 216050 6355 2543 9 0 210625 0
[pid=7325/tid=7326] ppid=7324 vsize=864200 CPUtime=0.8
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 2664 0 1 0 79 1 0 0 18 0 9 0 2003195832 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4125966895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=864200 CPUtime=0.22
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 3587 0 0 0 21 1 0 0 16 0 9 0 2003195833 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=864200 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=864200 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003195833 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=864200 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=864200 CPUtime=0.09
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 360 0 0 0 9 0 0 0 16 0 9 0 2003195836 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=864200 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=864200 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 884940800 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 883156

[startup+6.30278 s]
/proc/loadavg: 2.34 2.40 2.18 3/91 7333
/proc/meminfo: memFree=1564024/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.67
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 1 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=873568 CPUtime=4.31
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 14167 0 1 0 421 10 0 0 18 0 9 0 2003195831 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 218392 11644 2541 9 0 212967 0
[pid=7325/tid=7326] ppid=7324 vsize=873568 CPUtime=3.42
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 3017 0 1 0 339 3 0 0 25 0 9 0 2003195832 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=873568 CPUtime=0.65
/proc/7325/task/7327/stat : 7327 (java) R 7324 7311 4292 0 -1 64 8966 0 0 0 60 5 0 0 16 0 9 0 2003195833 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 103735830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=873568 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=873568 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=873568 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=873568 CPUtime=0.21
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1487 0 0 0 20 1 0 0 15 0 9 0 2003195836 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=873568 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=873568 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 894533632 11644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 892524

[startup+12.7023 s]
/proc/loadavg: 2.39 2.41 2.19 3/91 7333
/proc/meminfo: memFree=1537848/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.67
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 1 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868440 CPUtime=10.64
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 22384 0 1 0 1048 16 0 0 18 0 9 0 2003195831 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217110 16991 2541 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868440 CPUtime=8.76
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 3612 0 1 0 872 4 0 0 25 0 9 0 2003195832 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4126575967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868440 CPUtime=1.63
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 16580 0 0 0 153 10 0 0 16 0 9 0 2003195833 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=868440 CPUtime=0.23
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1495 0 0 0 22 1 0 0 15 0 9 0 2003195836 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 889282560 16991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887396

[startup+25.5014 s]
/proc/loadavg: 2.30 2.39 2.18 4/91 7333
/proc/meminfo: memFree=1479864/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.67
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 1 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868440 CPUtime=23.3
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 39520 0 1 0 2303 27 0 0 18 0 9 0 2003195831 889282560 30352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217110 30352 2541 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868440 CPUtime=19.3
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 4868 0 1 0 1925 5 0 0 25 0 9 0 2003195832 889282560 30352 996147200 134512640 134550740 4294955952 18446744073709551615 4126596727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868440 CPUtime=3.73
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 32451 0 0 0 353 20 0 0 16 0 9 0 2003195833 889282560 30352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889282560 30352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868440 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889282560 30352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.302 s]
/proc/loadavg: 2.11 2.19 2.16 3/91 7333
/proc/meminfo: memFree=15928/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.68
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 2 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868552 CPUtime=393.65
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 47331 0 1 0 38232 1133 0 0 18 0 9 0 2003195831 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217138 33437 2566 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868552 CPUtime=386.06
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 9159 0 1 0 37528 1078 0 0 25 0 9 0 2003195832 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868552 CPUtime=7.23
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 35932 0 0 0 672 51 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=868552 CPUtime=0.31
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 395.33
Current children cumulated vsize (KiB) 887508

[startup+462.302 s]
/proc/loadavg: 2.14 2.18 2.16 3/91 7333
/proc/meminfo: memFree=14968/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.68
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 2 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868552 CPUtime=452.53
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 48030 0 1 0 43937 1316 0 0 18 0 9 0 2003195831 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217138 33437 2566 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868552 CPUtime=444.51
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 9858 0 1 0 43194 1257 0 0 25 0 9 0 2003195832 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4126643272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868552 CPUtime=7.65
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 35932 0 0 0 710 55 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=868552 CPUtime=0.31
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 454.21
Current children cumulated vsize (KiB) 887508

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

[startup+467.103 s]
/proc/loadavg: 2.13 2.18 2.16 3/91 7333
/proc/meminfo: memFree=15288/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.68
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 2 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868552 CPUtime=457.19
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 48087 0 1 0 44386 1333 0 0 18 0 9 0 2003195831 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217138 33437 2566 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868552 CPUtime=449.14
/proc/7325/task/7326/stat : 7326 (java) D 7324 7311 4292 0 -1 64 9915 0 1 0 43640 1274 0 0 25 0 9 0 2003195832 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868552 CPUtime=7.7
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 35932 0 0 0 714 56 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=868552 CPUtime=0.31
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.87
Current children cumulated vsize (KiB) 887508

[startup+470.303 s]
/proc/loadavg: 2.12 2.18 2.16 3/91 7333
/proc/meminfo: memFree=16312/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=1.68
/proc/7311/stat : 7311 (sugar) S 7309 7311 4292 0 -1 4194304 974 13208 0 1 3 2 154 9 16 0 1 0 2003195640 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7311/statm: 3400 797 370 3 0 500 0
[pid=7324] ppid=7311 vsize=5356 CPUtime=0
/proc/7324/stat : 7324 (sh) S 7311 7311 4292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003195831 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7324/statm: 1339 233 193 169 0 50 0
[pid=7325] ppid=7324 vsize=868552 CPUtime=460.25
/proc/7325/stat : 7325 (java) S 7324 7311 4292 0 -1 0 48122 0 1 0 44683 1342 0 0 18 0 9 0 2003195831 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7325/statm: 217138 33437 2566 9 0 211685 0
[pid=7325/tid=7326] ppid=7324 vsize=868552 CPUtime=452.19
/proc/7325/task/7326/stat : 7326 (java) R 7324 7311 4292 0 -1 64 9950 0 1 0 43936 1283 0 0 25 0 9 0 2003195832 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7327] ppid=7324 vsize=868552 CPUtime=7.71
/proc/7325/task/7327/stat : 7327 (java) S 7324 7311 4292 0 -1 64 35932 0 0 0 715 56 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7328] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7328/stat : 7328 (java) S 7324 7311 4292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7329] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7329/stat : 7329 (java) S 7324 7311 4292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003195833 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7330] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7330/stat : 7330 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7331] ppid=7324 vsize=868552 CPUtime=0.31
/proc/7325/task/7331/stat : 7331 (java) S 7324 7311 4292 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7332] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7332/stat : 7332 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7325/tid=7333] ppid=7324 vsize=868552 CPUtime=0
/proc/7325/task/7333/stat : 7333 (java) S 7324 7311 4292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003195836 889397248 33437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 887508

[startup+471.905 s]
/proc/loadavg: 2.12 2.18 2.16 3/81 7333
/proc/meminfo: memFree=1249736/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=463.45
/proc/7311/stat : 7311 (sugar) R 7309 7311 4292 0 -1 4194304 996 61638 0 2 3 63 44924 1355 22 0 1 0 2003195640 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7311/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 463.45
Current children cumulated vsize (KiB) 13600

[startup+472.701 s]
/proc/loadavg: 2.12 2.18 2.16 3/81 7333
/proc/meminfo: memFree=1249736/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=463.61
/proc/7311/stat : 7311 (sugar) D 7309 7311 4292 0 -1 4194304 996 61638 0 2 3 79 44924 1355 18 0 1 0 2003195640 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7311/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 463.61
Current children cumulated vsize (KiB) 13600

[startup+473.501 s]
/proc/loadavg: 2.11 2.17 2.15 2/81 7333
/proc/meminfo: memFree=1603400/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=463.64
/proc/7311/stat : 7311 (sugar) D 7309 7311 4292 0 -1 4194304 996 61638 0 2 3 82 44924 1355 18 0 1 0 2003195640 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/7311/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 463.64
Current children cumulated vsize (KiB) 13600

[startup+473.701 s]
/proc/loadavg: 2.11 2.17 2.15 2/81 7333
/proc/meminfo: memFree=1603400/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=463.65
/proc/7311/stat : 7311 (sugar) D 7309 7311 4292 0 -1 4194304 996 61638 0 2 3 83 44924 1355 18 0 1 0 2003195640 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/7311/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 463.65
Current children cumulated vsize (KiB) 13600

[startup+473.801 s]
/proc/loadavg: 2.11 2.17 2.15 2/81 7333
/proc/meminfo: memFree=1603400/2055920 swapFree=4180808/4192956
[pid=7311] ppid=7309 vsize=13600 CPUtime=463.65
/proc/7311/stat : 7311 (sugar) D 7309 7311 4292 0 -1 4194304 996 61638 0 2 3 83 44924 1355 18 0 1 0 2003195640 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/7311/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 463.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 473.855
CPU time (s): 463.682
CPU user time (s): 449.285
CPU system time (s): 14.3968
CPU usage (%): 97.853
Max. virtual memory (cumulated for all children) (KiB): 892776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.285
system time used= 14.3968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62664
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= 52538
involuntary context switches= 64127

runsolver used 0.570913 second user time and 1.65375 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 09:17:38
IDJOB=1086990
IDBENCH=57913
IDSOLVER=346
FILE ID=node65/1086990-1215242258
PBS_JOBID= 7881879
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086990-1215242258/watcher-1086990-1215242258 -o /tmp/evaluation-result-1086990-1215242258/solver-1086990-1215242258 -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/minisat" -tmp="HOME/temp" HOME/instance-1086990-1215242258.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=1947621639

node65.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.231
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.231
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:       1597360 kB
Buffers:          2232 kB
Cached:          44732 kB
SwapCached:       5940 kB
Active:         396444 kB
Inactive:        10644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597360 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:         373664 kB
Slab:            36124 kB
Committed_AS:  4784656 kB
PageTables:       2540 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= 66484 MiB
End job on node65 at 2008-07-05 09:25:32