Trace number 1086065

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? 468.886 480.586

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-10.xml
MD5SUMfed84ca019c3c42e3620b2e79df41b5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.8915
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:53:12 2008
0.00/0.04	c 0	PID 1786
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086065-1215237192.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-1086065-1215237192.xml' 'HOME/temp.csp'
1.76/1.86	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.82/1.91	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.82/1.91	c 2	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.82/1.99	c 2	Parsing HOME/temp.csp
2.22/2.38	c 2	parsed 10000 expressions
2.61/2.73	c 3	parsed 20000 expressions
2.81/2.91	c 3	parsed 26578 expressions
2.81/2.91	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.91	c 3	Converting to clausal form CSP
3.50/3.68	c 4	converted 2658 (10%) expressions
6.68/6.82	c 7	converted 5316 (20%) expressions
9.67/9.89	c 10	converted 7974 (30%) expressions
12.34/12.57	c 12	converted 10632 (40%) expressions
15.42/15.65	c 16	converted 13289 (50%) expressions
17.91/18.19	c 18	converted 15947 (60%) expressions
20.50/20.75	c 21	converted 18605 (70%) expressions
22.99/23.23	c 23	converted 21263 (80%) expressions
25.97/26.21	c 26	converted 23921 (90%) expressions
28.05/28.36	c 28	converted 26578 (100%) expressions
28.05/28.36	c 28	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
28.05/28.36	c 28	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.05/28.36	c 28	Propagation in CSP
31.34/31.67	c 32	198380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.34/31.68	c 32	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
31.34/31.68	c 32	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.43/31.72	c 32	Simplifing CSP by introducing new Boolean variables
31.73/32.10	c 32	CSP : 8122 integers, 126634 booleans, 215261 clauses, largest domain size 2821
31.73/32.10	c 32	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.63/32.94	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.38/37.75	c 38	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
41.85/42.23	c 42	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
45.92/46.30	c 46	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
48.28/48.71	c 49	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
50.63/51.18	c 51	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
53.19/53.72	c 54	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
55.64/56.30	c 56	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
58.38/59.28	c 59	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
61.22/62.12	c 62	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
63.77/64.79	c 65	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
152.89/156.18	c 156	21527 (10%) CSP clauses are encoded (30149495 clauses, 660246959 bytes)
228.29/233.27	c 233	43053 (20%) CSP clauses are encoded (43561089 clauses, 995218854 bytes)
297.08/302.67	c 303	64579 (30%) CSP clauses are encoded (56578314 clauses, 1322450046 bytes)
366.08/372.60	c 372	86105 (40%) CSP clauses are encoded (69341094 clauses, 1646033002 bytes)
434.28/442.77	c 443	107631 (50%) CSP clauses are encoded (82286166 clauses, 1975209344 bytes)
468.27/477.25	c 477	ERROR Exception Too large HOME/temp.cnf
468.27/477.25	c 477	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
468.27/477.25	c 477	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
468.27/477.25	c 477	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
468.27/477.25	s UNKNOWN
468.36/477.65	c 478	CPU 453.38 (0.03 0.01 453.35 14.97)
468.36/477.65	c 478	END Sat Jul  5 08:01:10 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086065-1215237192/watcher-1086065-1215237192 -o /tmp/evaluation-result-1086065-1215237192/solver-1086065-1215237192 -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-1086065-1215237192.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.12 2.08 2.02 4/82 1786
/proc/meminfo: memFree=756640/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=18572 CPUtime=0
/proc/1786/stat : 1786 (runsolver) R 1784 1786 31525 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2002692193 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1786/statm: 4643 292 257 25 0 2626 0

[startup+0.0916419 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 1786
/proc/meminfo: memFree=756640/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.03
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002692193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101636 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 1786
/proc/meminfo: memFree=756640/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.03
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002692193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301659 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 1786
/proc/meminfo: memFree=756640/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.03
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002692193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701696 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 1786
/proc/meminfo: memFree=756640/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.03
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002692193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.12 2.08 2.02 3/93 1798
/proc/meminfo: memFree=724872/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.03
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002692193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
[pid=1789] ppid=1786 vsize=5356 CPUtime=0
/proc/1789/stat : 1789 (sh) S 1786 1786 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002692198 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1789/statm: 1339 233 193 169 0 50 0
[pid=1790] ppid=1789 vsize=864676 CPUtime=1.42
/proc/1790/stat : 1790 (java) S 1789 1786 31525 0 -1 0 14446 0 1 0 135 7 0 0 18 0 9 0 2002692198 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1790/statm: 216169 12490 2529 9 0 210751 0
[pid=1790/tid=1791] ppid=1789 vsize=864676 CPUtime=0.81
/proc/1790/task/1791/stat : 1791 (java) R 1789 1786 31525 0 -1 64 3024 0 1 0 79 2 0 0 24 0 9 0 2002692199 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1792] ppid=1789 vsize=864676 CPUtime=0.46
/proc/1790/task/1792/stat : 1792 (java) S 1789 1786 31525 0 -1 64 10219 0 0 0 43 3 0 0 16 0 9 0 2002692200 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1793] ppid=1789 vsize=864676 CPUtime=0
/proc/1790/task/1793/stat : 1793 (java) S 1789 1786 31525 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002692200 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1794] ppid=1789 vsize=864676 CPUtime=0
/proc/1790/task/1794/stat : 1794 (java) S 1789 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002692200 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1795] ppid=1789 vsize=864676 CPUtime=0
/proc/1790/task/1795/stat : 1795 (java) S 1789 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692202 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1796] ppid=1789 vsize=864676 CPUtime=0.12
/proc/1790/task/1796/stat : 1796 (java) S 1789 1786 31525 0 -1 64 504 0 0 0 12 0 0 0 16 0 9 0 2002692202 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1797] ppid=1789 vsize=864676 CPUtime=0
/proc/1790/task/1797/stat : 1797 (java) S 1789 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002692202 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1790/tid=1798] ppid=1789 vsize=864676 CPUtime=0
/proc/1790/task/1798/stat : 1798 (java) S 1789 1786 31525 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002692202 885428224 12490 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10292 s]
/proc/loadavg: 2.19 2.10 2.03 3/93 1808
/proc/meminfo: memFree=736072/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 15 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=864508 CPUtime=1.16
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 8221 0 1 0 111 5 0 0 18 0 9 0 2002692384 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 216127 7220 2541 9 0 210702 0
[pid=1800/tid=1801] ppid=1799 vsize=864508 CPUtime=0.73
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 2706 0 1 0 72 1 0 0 25 0 9 0 2002692385 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=864508 CPUtime=0.29
/proc/1800/task/1802/stat : 1802 (java) R 1799 1786 31525 0 -1 64 4457 0 0 0 27 2 0 0 16 0 9 0 2002692386 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=864508 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=864508 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=864508 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=864508 CPUtime=0.1
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 2002692388 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=864508 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=864508 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 885256192 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883464

[startup+6.3022 s]
/proc/loadavg: 2.19 2.10 2.03 4/93 1808
/proc/meminfo: memFree=689992/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 15 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868392 CPUtime=4.35
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 12693 0 1 0 422 13 0 0 18 0 9 0 2002692384 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217098 11330 2541 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868392 CPUtime=3.34
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 3142 0 1 0 330 4 0 0 25 0 9 0 2002692385 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4126638206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868392 CPUtime=0.75
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 7390 0 0 0 69 6 0 0 16 0 9 0 2002692386 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868392 CPUtime=0.22
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1463 0 0 0 21 1 0 0 15 0 9 0 2002692388 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889233408 11330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887348

[startup+12.7028 s]
/proc/loadavg: 2.23 2.11 2.03 3/93 1808
/proc/meminfo: memFree=628424/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868392 CPUtime=10.7
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 23731 0 1 0 1048 22 0 0 18 0 9 0 2002692384 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217098 17651 2541 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868392 CPUtime=8.82
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 3597 0 1 0 875 7 0 0 25 0 9 0 2002692385 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868392 CPUtime=1.62
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 17962 0 0 0 150 12 0 0 16 0 9 0 2002692386 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868392 CPUtime=0.22
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1474 0 0 0 21 1 0 0 15 0 9 0 2002692388 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889233408 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887348

[startup+25.5019 s]
/proc/loadavg: 2.20 2.11 2.03 4/93 1808
/proc/meminfo: memFree=493448/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868392 CPUtime=23.43
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 45702 0 1 0 2308 35 0 0 18 0 9 0 2002692384 889233408 30730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217098 30730 2541 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868392 CPUtime=19.42
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 4926 0 1 0 1933 9 0 0 25 0 9 0 2002692385 889233408 30730 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868392 CPUtime=3.74
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 38603 0 0 0 351 23 0 0 16 0 9 0 2002692386 889233408 30730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889233408 30730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868392 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889233408 30730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1800/tid=1806] ppid=1799 vsize=868504 CPUtime=0.33
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1521 0 0 0 31 2 0 0 17 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.35
Current children cumulated vsize (KiB) 887460

[startup+402.302 s]
/proc/loadavg: 3.93 3.22 2.57 3/93 1950
/proc/meminfo: memFree=15880/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868504 CPUtime=392.56
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 60218 0 1 0 38007 1249 0 0 18 0 9 0 2002692384 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217126 41293 2566 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868504 CPUtime=384.58
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 8445 0 1 0 37264 1194 0 0 25 0 9 0 2002692385 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4127080956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868504 CPUtime=7.62
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 49554 0 0 0 710 52 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868504 CPUtime=0.33
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1521 0 0 0 31 2 0 0 17 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.4
Current children cumulated vsize (KiB) 887460

[startup+462.303 s]
/proc/loadavg: 3.85 3.33 2.65 3/93 1950
/proc/meminfo: memFree=16264/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868504 CPUtime=451.78
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 60775 0 1 0 43745 1433 0 0 18 0 9 0 2002692384 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217126 41293 2566 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868504 CPUtime=443.44
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 9002 0 1 0 42969 1375 0 0 25 0 9 0 2002692385 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4126638225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868504 CPUtime=7.99
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 49554 0 0 0 744 55 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868504 CPUtime=0.33
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1521 0 0 0 31 2 0 0 16 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 453.62
Current children cumulated vsize (KiB) 887460

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

[startup+473.503 s]
/proc/loadavg: 4.02 3.38 2.67 3/93 1956
/proc/meminfo: memFree=15664/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868504 CPUtime=462.79
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 60876 0 1 0 44807 1472 0 0 18 0 9 0 2002692384 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217126 41293 2566 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868504 CPUtime=454.38
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 9103 0 1 0 44025 1413 0 0 25 0 9 0 2002692385 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868504 CPUtime=8.05
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 49554 0 0 0 750 55 0 0 15 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868504 CPUtime=0.33
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1521 0 0 0 31 2 0 0 16 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.63
Current children cumulated vsize (KiB) 887460

[startup+476.702 s]
/proc/loadavg: 4.02 3.38 2.67 3/93 1956
/proc/meminfo: memFree=15160/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.84
/proc/1786/stat : 1786 (sugar) S 1784 1786 31525 0 -1 4194304 974 15192 0 1 3 1 171 9 16 0 1 0 2002692193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002692384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868504 CPUtime=465.93
/proc/1800/stat : 1800 (java) S 1799 1786 31525 0 -1 0 60905 0 1 0 45111 1482 0 0 18 0 9 0 2002692384 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217126 41293 2566 9 0 211673 0
[pid=1800/tid=1801] ppid=1799 vsize=868504 CPUtime=457.5
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 31525 0 -1 64 9132 0 1 0 44327 1423 0 0 25 0 9 0 2002692385 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4127083308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868504 CPUtime=8.07
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 31525 0 -1 64 49554 0 0 0 751 56 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 31525 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002692386 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868504 CPUtime=0.33
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 31525 0 -1 64 1521 0 0 0 31 2 0 0 16 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868504 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002692388 889348096 41293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 467.77
Current children cumulated vsize (KiB) 887460

[startup+478.301 s]
/proc/loadavg: 4.02 3.39 2.68 1/93 1956
/proc/meminfo: memFree=15672/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=468.77
/proc/1786/stat : 1786 (sugar) D 1784 1786 31525 0 -1 4194304 996 76399 0 2 3 42 45335 1497 18 0 1 0 2002692193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1786/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 468.77
Current children cumulated vsize (KiB) 13600

[startup+479.901 s]
/proc/loadavg: 4.02 3.39 2.68 2/83 1956
/proc/meminfo: memFree=970448/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=468.83
/proc/1786/stat : 1786 (sugar) D 1784 1786 31525 0 -1 4194304 996 76399 0 2 3 48 45335 1497 18 0 1 0 2002692193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1786/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 468.83
Current children cumulated vsize (KiB) 13600

[startup+480.301 s]
/proc/loadavg: 4.02 3.39 2.68 2/83 1956
/proc/meminfo: memFree=970448/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=468.85
/proc/1786/stat : 1786 (sugar) R 1784 1786 31525 0 -1 4194304 996 76399 0 2 3 50 45335 1497 18 0 1 0 2002692193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1786/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 468.85
Current children cumulated vsize (KiB) 13600

[startup+480.501 s]
/proc/loadavg: 4.02 3.39 2.68 2/83 1956
/proc/meminfo: memFree=970448/2055920 swapFree=4180688/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=468.86
/proc/1786/stat : 1786 (sugar) D 1784 1786 31525 0 -1 4194304 996 76399 0 2 3 51 45335 1497 18 0 1 0 2002692193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1786/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 468.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 480.586
CPU time (s): 468.886
CPU user time (s): 453.394
CPU system time (s): 15.4916
CPU usage (%): 97.5654
Max. virtual memory (cumulated for all children) (KiB): 897596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 453.394
system time used= 15.4916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77425
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= 46302
involuntary context switches= 51920

runsolver used 0.6559 second user time and 1.65175 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 07:53:12
IDJOB=1086065
IDBENCH=57755
IDSOLVER=345
FILE ID=node41/1086065-1215237192
PBS_JOBID= 7881816
Free space on /tmp= 65328 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-10.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-1086065-1215237192/watcher-1086065-1215237192 -o /tmp/evaluation-result-1086065-1215237192/solver-1086065-1215237192 -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-1086065-1215237192.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fed84ca019c3c42e3620b2e79df41b5a
RANDOM SEED=1244872890

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        757312 kB
Buffers:         46576 kB
Cached:        1028532 kB
SwapCached:       6228 kB
Active:        1138412 kB
Inactive:        86516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        757312 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:          205828 kB
Writeback:        1576 kB
Mapped:         166796 kB
Slab:            58724 kB
Committed_AS:  3825044 kB
PageTables:       2120 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= 65324 MiB
End job on node41 at 2008-07-05 08:01:12