Trace number 1086611

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? 869.335 881.991

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
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 benchmark18.2692
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
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:02:56 2008
0.00/0.05	c 0	PID 3492
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086611-1215478975.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086611-1215478975.xml' 'HOME/temp.csp'
3.43/3.50	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.43/3.56	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.56	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.46/3.64	c 3	Parsing HOME/temp.csp
3.46/4.21	c 4	parsed 10000 expressions
4.37/4.57	c 4	parsed 20000 expressions
4.77/4.91	c 4	parsed 30000 expressions
4.97/5.18	c 5	parsed 40000 expressions
5.37/5.59	c 5	parsed 50000 expressions
5.66/5.86	c 5	parsed 60000 expressions
5.85/6.03	c 5	parsed 66233 expressions
5.85/6.03	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.85/6.03	c 5	Converting to clausal form CSP
16.05/16.32	c 16	converted 6624 (10%) expressions
32.87/33.37	c 33	converted 13247 (20%) expressions
49.10/49.73	c 49	converted 19870 (30%) expressions
66.23/67.02	c 66	converted 26494 (40%) expressions
82.48/83.44	c 83	converted 33117 (50%) expressions
98.12/99.26	c 99	converted 39740 (60%) expressions
114.65/115.99	c 115	converted 46364 (70%) expressions
129.80/131.25	c 131	converted 52987 (80%) expressions
144.26/145.81	c 145	converted 59610 (90%) expressions
157.54/159.25	c 159	converted 66233 (100%) expressions
157.54/159.25	c 159	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
157.54/159.26	c 159	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
157.54/159.26	c 159	Propagation in CSP
178.19/180.08	c 180	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
178.19/180.08	c 180	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
178.19/180.08	c 180	Heap : 262 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
178.29/180.18	c 180	Simplifing CSP by introducing new Boolean variables
179.19/181.04	c 180	CSP : 17932 integers, 338988 booleans, 574017 clauses, largest domain size 2997
179.19/181.04	c 180	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
181.07/182.94	c 182	Encoding CSP to SAT : HOME/temp.cnf
218.87/220.91	c 220	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
246.51/248.73	c 248	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
253.05/255.31	c 255	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
259.64/262.15	c 262	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
266.36/269.15	c 269	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
272.76/275.77	c 275	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
279.07/282.27	c 282	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
285.55/289.01	c 288	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
291.75/295.43	c 295	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
297.83/301.73	c 301	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
842.68/853.22	c 853	57402 (10%) CSP clauses are encoded (90162296 clauses, 2079544265 bytes)
868.50/879.47	c 879	ERROR Exception Too large HOME/temp.cnf
868.50/879.47	c 879	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
868.50/879.47	c 879	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
868.50/879.47	c 879	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
868.50/879.47	s UNKNOWN
868.57/879.57	c 879	CPU 855.46 (0.03 0.01 855.43 13.15)
868.57/879.57	c 879	END Tue Jul  8 03:17:35 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-1086611-1215478975/watcher-1086611-1215478975 -o /tmp/evaluation-result-1086611-1215478975/solver-1086611-1215478975 -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-1086611-1215478975.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.08 2.05 1.86 4/81 3492
/proc/meminfo: memFree=1834200/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=12132 CPUtime=0
/proc/3492/stat : 3492 (sugar) R 3490 3492 3106 0 -1 4194304 224 0 0 0 0 0 0 0 20 0 1 0 4599623 12423168 192 996147200 4194304 4206940 548682068608 18446744073709551615 225612042977 0 0 4224 0 0 0 0 17 1 0 0
/proc/3492/statm: 3033 192 142 3 0 133 0

[startup+0.067037 s]
/proc/loadavg: 2.08 2.05 1.86 4/81 3492
/proc/meminfo: memFree=1834200/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101918 s]
/proc/loadavg: 2.08 2.05 1.86 4/81 3492
/proc/meminfo: memFree=1834200/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301055 s]
/proc/loadavg: 2.08 2.05 1.86 4/81 3492
/proc/meminfo: memFree=1834200/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701092 s]
/proc/loadavg: 2.08 2.05 1.86 4/81 3492
/proc/meminfo: memFree=1834200/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.08 2.05 1.86 4/92 3504
/proc/meminfo: memFree=1796736/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
[pid=3495] ppid=3492 vsize=5356 CPUtime=0
/proc/3495/stat : 3495 (sh) S 3492 3492 3106 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 4599629 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3495/statm: 1339 233 193 169 0 50 0
[pid=3496] ppid=3495 vsize=866660 CPUtime=1.42
/proc/3496/stat : 3496 (java) S 3495 3492 3106 0 -1 0 18483 0 1 0 132 10 0 0 18 0 9 0 4599629 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3496/statm: 216665 15566 2529 9 0 211247 0
[pid=3496/tid=3497] ppid=3495 vsize=866660 CPUtime=0.68
/proc/3496/task/3497/stat : 3497 (java) R 3495 3492 3106 0 -1 64 3022 0 1 0 66 2 0 0 25 0 9 0 4599630 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3498] ppid=3495 vsize=866660 CPUtime=0.61
/proc/3496/task/3498/stat : 3498 (java) R 3495 3492 3106 0 -1 64 14274 0 0 0 55 6 0 0 17 0 9 0 4599631 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 103834255 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3499] ppid=3495 vsize=866660 CPUtime=0
/proc/3496/task/3499/stat : 3499 (java) S 3495 3492 3106 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4599632 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3500] ppid=3495 vsize=866660 CPUtime=0
/proc/3496/task/3500/stat : 3500 (java) S 3495 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4599632 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3501] ppid=3495 vsize=866660 CPUtime=0
/proc/3496/task/3501/stat : 3501 (java) S 3495 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4599633 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3502] ppid=3495 vsize=866660 CPUtime=0.09
/proc/3496/task/3502/stat : 3502 (java) S 3495 3492 3106 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 4599634 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3503] ppid=3495 vsize=866660 CPUtime=0
/proc/3496/task/3503/stat : 3503 (java) S 3495 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599634 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3504] ppid=3495 vsize=866660 CPUtime=0
/proc/3496/task/3504/stat : 3504 (java) S 3495 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599634 887459840 15566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885616

[startup+3.1023 s]
/proc/loadavg: 2.08 2.05 1.86 4/92 3504
/proc/meminfo: memFree=1750720/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=0.04
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4599623 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 796 370 3 0 500 0
[pid=3495] ppid=3492 vsize=5356 CPUtime=0
/proc/3495/stat : 3495 (sh) S 3492 3492 3106 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 4599629 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3495/statm: 1339 233 193 169 0 50 0
[pid=3496] ppid=3495 vsize=864676 CPUtime=3
/proc/3496/stat : 3496 (java) S 3495 3492 3106 0 -1 0 31798 0 1 0 284 16 0 0 18 0 9 0 4599629 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3496/statm: 216169 26400 2529 9 0 210751 0
[pid=3496/tid=3497] ppid=3495 vsize=864676 CPUtime=1.48
/proc/3496/task/3497/stat : 3497 (java) R 3495 3492 3106 0 -1 64 3868 0 1 0 146 2 0 0 25 0 9 0 4599630 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3498] ppid=3495 vsize=864676 CPUtime=1.33
/proc/3496/task/3498/stat : 3498 (java) S 3495 3492 3106 0 -1 64 26709 0 0 0 122 11 0 0 16 0 9 0 4599631 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3499] ppid=3495 vsize=864676 CPUtime=0
/proc/3496/task/3499/stat : 3499 (java) S 3495 3492 3106 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4599632 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3500] ppid=3495 vsize=864676 CPUtime=0
/proc/3496/task/3500/stat : 3500 (java) S 3495 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599632 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3501] ppid=3495 vsize=864676 CPUtime=0
/proc/3496/task/3501/stat : 3501 (java) S 3495 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4599633 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3502] ppid=3495 vsize=864676 CPUtime=0.15
/proc/3496/task/3502/stat : 3502 (java) R 3495 3492 3106 0 -1 64 520 0 0 0 15 0 0 0 16 0 9 0 4599634 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 102127297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3503] ppid=3495 vsize=864676 CPUtime=0
/proc/3496/task/3503/stat : 3503 (java) S 3495 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599634 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3496/tid=3504] ppid=3495 vsize=864676 CPUtime=0
/proc/3496/task/3504/stat : 3504 (java) S 3495 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599634 885428224 26400 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883632

[startup+6.30157 s]
/proc/loadavg: 2.23 2.08 1.87 4/92 3514
/proc/meminfo: memFree=1799808/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 15 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=864200 CPUtime=2.7
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 13166 0 1 0 262 8 0 0 18 0 9 0 4599980 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 216050 11741 2543 9 0 210625 0
[pid=3506/tid=3507] ppid=3505 vsize=864200 CPUtime=1.81
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 3075 0 1 0 179 2 0 0 25 0 9 0 4599981 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=864200 CPUtime=0.73
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 9030 0 0 0 69 4 0 0 16 0 9 0 4599982 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=864200 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=864200 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4599982 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=864200 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=864200 CPUtime=0.12
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 4599984 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3513] ppid=3505 vsize=864200 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=864200 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 884940800 11741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883156

[startup+12.7021 s]
/proc/loadavg: 2.21 2.08 1.87 3/92 3514
/proc/meminfo: memFree=1775104/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 15 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868316 CPUtime=9.03
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 20933 0 1 0 888 15 0 0 18 0 9 0 4599980 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217079 15093 2541 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868316 CPUtime=7.36
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 3522 0 1 0 733 3 0 0 25 0 9 0 4599981 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4126574368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868316 CPUtime=1.4
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 15227 0 0 0 131 9 0 0 16 0 9 0 4599982 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=868316 CPUtime=0.23
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1487 0 0 0 22 1 0 0 15 0 9 0 4599984 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889155584 15093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887272

[startup+25.5022 s]
/proc/loadavg: 2.23 2.09 1.88 3/92 3514
/proc/meminfo: memFree=1754944/2055920 swapFree=4192956/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 16 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868316 CPUtime=21.69
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 25356 0 1 0 2147 22 0 0 18 0 9 0 4599980 889155584 19144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217079 19144 2541 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868316 CPUtime=19.24
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 3894 0 1 0 1919 5 0 0 25 0 9 0 4599981 889155584 19144 996147200 134512640 134550740 4294955952 18446744073709551615 4126577506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868316 CPUtime=2.17
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 19269 0 0 0 203 14 0 0 16 0 9 0 4599982 889155584 19144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889155584 19144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868316 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889155584 19144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3506/tid=3512] ppid=3505 vsize=868428 CPUtime=0.33
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 812.19
Current children cumulated vsize (KiB) 887384

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

[startup+844.701 s]
/proc/loadavg: 2.12 2.09 1.98 3/93 3515
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 16 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868428 CPUtime=830.84
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 111897 0 1 0 81845 1239 0 0 18 0 9 0 4599980 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217107 84296 2566 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868428 CPUtime=812.12
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 10841 0 1 0 80052 1160 0 0 25 0 9 0 4599981 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4127092478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868428 CPUtime=18.36
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 98815 0 0 0 1760 76 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=868428 CPUtime=0.33
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 834.3
Current children cumulated vsize (KiB) 887384

[startup+857.502 s]
/proc/loadavg: 2.10 2.09 1.98 3/93 3515
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 16 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868428 CPUtime=843.46
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 111922 0 1 0 83091 1255 0 0 18 0 9 0 4599980 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217107 84296 2566 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868428 CPUtime=824.71
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 10866 0 1 0 81295 1176 0 0 25 0 9 0 4599981 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4127091659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868428 CPUtime=18.39
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 98815 0 0 0 1763 76 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=868428 CPUtime=0.33
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 846.92
Current children cumulated vsize (KiB) 887384

[startup+870.301 s]
/proc/loadavg: 2.08 2.08 1.98 3/93 3515
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 16 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868428 CPUtime=856.07
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 111948 0 1 0 84333 1274 0 0 18 0 9 0 4599980 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217107 84296 2566 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868428 CPUtime=837.29
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 10892 0 1 0 82534 1195 0 0 25 0 9 0 4599981 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4126488132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868428 CPUtime=18.42
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 98815 0 0 0 1766 76 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=868428 CPUtime=0.33
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 859.53
Current children cumulated vsize (KiB) 887384

[startup+876.708 s]
/proc/loadavg: 2.07 2.08 1.98 3/93 3515
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=3.46
/proc/3492/stat : 3492 (sugar) S 3490 3492 3106 0 -1 4194304 974 32453 0 1 3 1 323 19 16 0 1 0 4599623 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3492/statm: 3400 797 370 3 0 500 0
[pid=3505] ppid=3492 vsize=5356 CPUtime=0
/proc/3505/stat : 3505 (sh) S 3492 3492 3106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3505/statm: 1339 233 193 169 0 50 0
[pid=3506] ppid=3505 vsize=868428 CPUtime=862.39
/proc/3506/stat : 3506 (java) S 3505 3492 3106 0 -1 0 111965 0 1 0 84953 1286 0 0 18 0 9 0 4599980 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3506/statm: 217107 84296 2566 9 0 211654 0
[pid=3506/tid=3507] ppid=3505 vsize=868428 CPUtime=843.58
/proc/3506/task/3507/stat : 3507 (java) R 3505 3492 3106 0 -1 64 10909 0 1 0 83152 1206 0 0 25 0 9 0 4599981 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4126644214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3508] ppid=3505 vsize=868428 CPUtime=18.43
/proc/3506/task/3508/stat : 3508 (java) S 3505 3492 3106 0 -1 64 98815 0 0 0 1767 76 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3509] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3509/stat : 3509 (java) S 3505 3492 3106 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3510] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3510/stat : 3510 (java) S 3505 3492 3106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599982 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3511] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3511/stat : 3511 (java) S 3505 3492 3106 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3512] ppid=3505 vsize=868428 CPUtime=0.33
/proc/3506/task/3512/stat : 3512 (java) S 3505 3492 3106 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3506/tid=3513] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3513/stat : 3513 (java) S 3505 3492 3106 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3506/tid=3514] ppid=3505 vsize=868428 CPUtime=0
/proc/3506/task/3514/stat : 3514 (java) S 3505 3492 3106 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599984 889270272 84296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 865.85
Current children cumulated vsize (KiB) 887384

[startup+879.901 s]
/proc/loadavg: 2.07 2.08 1.98 3/83 3517
/proc/meminfo: memFree=1014216/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=868.92
/proc/3492/stat : 3492 (sugar) R 3490 3492 3106 0 -1 4194304 996 144723 0 2 3 31 85543 1315 19 0 1 0 4599623 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 868.92
Current children cumulated vsize (KiB) 13600

[startup+880.701 s]
/proc/loadavg: 2.07 2.08 1.98 3/83 3517
/proc/meminfo: memFree=1014216/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=869.25
/proc/3492/stat : 3492 (sugar) D 3490 3492 3106 0 -1 4194304 996 144723 0 2 3 64 85543 1315 18 0 1 0 4599623 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.25
Current children cumulated vsize (KiB) 13600

[startup+881.501 s]
/proc/loadavg: 2.07 2.08 1.98 2/83 3517
/proc/meminfo: memFree=1482120/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=869.29
/proc/3492/stat : 3492 (sugar) D 3490 3492 3106 0 -1 4194304 996 144723 0 2 3 68 85543 1315 18 0 1 0 4599623 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.29
Current children cumulated vsize (KiB) 13600

[startup+881.901 s]
/proc/loadavg: 2.07 2.08 1.98 2/83 3517
/proc/meminfo: memFree=1482120/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=13600 CPUtime=869.3
/proc/3492/stat : 3492 (sugar) D 3490 3492 3106 0 -1 4194304 996 144723 0 2 3 69 85543 1315 18 0 1 0 4599623 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 881.991
CPU time (s): 869.335
CPU user time (s): 855.476
CPU system time (s): 13.8589
CPU usage (%): 98.565
Max. virtual memory (cumulated for all children) (KiB): 901524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.476
system time used= 13.8589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145749
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= 48399
involuntary context switches= 63960

runsolver used 1.06984 second user time and 3.04654 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-08 03:02:55
IDJOB=1086611
IDBENCH=57846
IDSOLVER=345
FILE ID=node31/1086611-1215478975
PBS_JOBID= 7888687
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086611-1215478975/watcher-1086611-1215478975 -o /tmp/evaluation-result-1086611-1215478975/solver-1086611-1215478975 -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-1086611-1215478975.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=1206156077

node31.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.236
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.236
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:       1834744 kB
Buffers:         34064 kB
Cached:         115740 kB
SwapCached:          0 kB
Active:         139552 kB
Inactive:        49196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19976 kB
Writeback:           0 kB
Mapped:          59180 kB
Slab:            17412 kB
Committed_AS:   136564 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB
End job on node31 at 2008-07-08 03:17:37