Trace number 1086381

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 1030.02 1036.18

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark40.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 08:25:14 2008
0.00/0.05	c 0	PID 1854
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086381-1215239114.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-1086381-1215239114.xml' 'HOME/temp.csp'
2.64/2.72	c 3	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.64/2.78	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.64/2.78	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'
2.67/2.86	c 3	Parsing HOME/temp.csp
3.07/3.30	c 3	parsed 10000 expressions
3.46/3.62	c 4	parsed 20000 expressions
3.76/3.97	c 4	parsed 30000 expressions
4.05/4.24	c 4	parsed 40000 expressions
4.16/4.38	c 4	parsed 44979 expressions
4.16/4.38	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.16/4.38	c 4	Converting to clausal form CSP
10.69/10.95	c 11	converted 4498 (10%) expressions
21.59/21.81	c 22	converted 8996 (20%) expressions
31.99/32.25	c 32	converted 13494 (30%) expressions
42.78/43.03	c 43	converted 17992 (40%) expressions
52.57/52.82	c 53	converted 22490 (50%) expressions
62.37/62.66	c 63	converted 26988 (60%) expressions
72.87/73.16	c 73	converted 31486 (70%) expressions
82.27/82.51	c 83	converted 35984 (80%) expressions
91.15/91.42	c 92	converted 40482 (90%) expressions
99.55/99.84	c 100	converted 44979 (100%) expressions
99.55/99.84	c 100	CSP : 9867 integers, 124520 booleans, 273724 clauses, largest domain size 4133
99.55/99.84	c 100	Heap : 220 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.55/99.84	c 100	Propagation in CSP
108.85/109.17	c 109	77700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
108.85/109.18	c 109	CSP : 9867 integers, 124520 booleans, 273724 clauses, largest domain size 4133
108.85/109.18	c 109	Heap : 246 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
108.95/109.26	c 109	Simplifing CSP by introducing new Boolean variables
110.85/111.11	c 111	CSP : 9867 integers, 218680 booleans, 367884 clauses, largest domain size 4133
110.85/111.11	c 111	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
112.25/112.59	c 113	Encoding CSP to SAT : HOME/temp.cnf
142.13/142.46	c 143	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
171.62/171.91	c 172	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
182.61/182.95	c 183	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
186.18/186.50	c 187	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
189.95/190.35	c 190	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
193.90/194.34	c 194	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
197.80/198.44	c 199	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
201.53/202.27	c 202	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
205.35/206.11	c 206	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
208.97/209.87	c 210	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
619.07/621.15	c 621	36789 (10%) CSP clauses are encoded (57322684 clauses, 1321054474 bytes)
973.12/978.26	c 978	73577 (20%) CSP clauses are encoded (84972587 clauses, 2034342425 bytes)
1028.95/1034.59	c 1035	ERROR Exception Too large HOME/temp.cnf
1028.95/1034.59	c 1035	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1028.95/1034.59	c 1035	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1028.95/1034.59	c 1035	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1028.95/1034.59	s UNKNOWN
1029.09/1034.71	c 1035	CPU 1016.61 (0.03 0 1016.58 12.51)
1029.09/1034.71	c 1035	END Sat Jul  5 08:42:29 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-1086381-1215239114/watcher-1086381-1215239114 -o /tmp/evaluation-result-1086381-1215239114/solver-1086381-1215239114 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086381-1215239114.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.15 4/80 1854
/proc/meminfo: memFree=797112/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=12132 CPUtime=0
/proc/1854/stat : 1854 (sugar) R 1852 1854 629 0 -1 4194304 288 0 0 0 0 0 0 0 22 0 1 0 2002885966 12423168 256 996147200 4194304 4206940 548682068608 18446744073709551615 237806099243 0 0 4224 0 0 0 0 17 1 0 0
/proc/1854/statm: 3033 256 189 3 0 133 0

[startup+0.098741 s]
/proc/loadavg: 2.00 2.03 2.15 4/80 1854
/proc/meminfo: memFree=797112/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=0.03
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002885966 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102734 s]
/proc/loadavg: 2.00 2.03 2.15 4/80 1854
/proc/meminfo: memFree=797112/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=0.03
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002885966 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302755 s]
/proc/loadavg: 2.00 2.03 2.15 4/80 1854
/proc/meminfo: memFree=797112/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=0.03
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002885966 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702803 s]
/proc/loadavg: 2.00 2.03 2.15 4/80 1854
/proc/meminfo: memFree=797112/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=0.03
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002885966 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.00 2.03 2.15 4/91 1867
/proc/meminfo: memFree=778208/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=0.03
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002885966 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 796 370 3 0 500 0
[pid=1857] ppid=1854 vsize=5356 CPUtime=0
/proc/1857/stat : 1857 (sh) S 1854 1854 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002885972 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1857/statm: 1339 233 193 169 0 50 0
[pid=1858] ppid=1857 vsize=864676 CPUtime=1.42
/proc/1858/stat : 1858 (java) S 1857 1854 629 0 -1 0 14458 0 1 0 134 8 0 0 18 0 9 0 2002885972 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1858/statm: 216169 12508 2529 9 0 210751 0
[pid=1858/tid=1859] ppid=1857 vsize=864676 CPUtime=0.83
/proc/1858/task/1859/stat : 1859 (java) R 1857 1854 629 0 -1 64 3003 0 1 0 81 2 0 0 25 0 9 0 2002885973 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4125952079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1861] ppid=1857 vsize=864676 CPUtime=0.44
/proc/1858/task/1861/stat : 1861 (java) S 1857 1854 629 0 -1 64 10255 0 0 0 40 4 0 0 16 0 9 0 2002885975 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1862] ppid=1857 vsize=864676 CPUtime=0
/proc/1858/task/1862/stat : 1862 (java) S 1857 1854 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002885975 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1863] ppid=1857 vsize=864676 CPUtime=0
/proc/1858/task/1863/stat : 1863 (java) S 1857 1854 629 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002885975 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1864] ppid=1857 vsize=864676 CPUtime=0
/proc/1858/task/1864/stat : 1864 (java) S 1857 1854 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002885977 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1865] ppid=1857 vsize=864676 CPUtime=0.11
/proc/1858/task/1865/stat : 1865 (java) S 1857 1854 629 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2002885977 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1866] ppid=1857 vsize=864676 CPUtime=0
/proc/1858/task/1866/stat : 1866 (java) S 1857 1854 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002885977 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1867] ppid=1857 vsize=864676 CPUtime=0
/proc/1858/task/1867/stat : 1867 (java) S 1857 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002885977 885428224 12508 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10105 s]
/proc/loadavg: 2.00 2.03 2.15 4/91 1867
/proc/meminfo: memFree=738144/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 973 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13600

[startup+6.30238 s]
/proc/loadavg: 2.00 2.03 2.15 3/91 1878
/proc/meminfo: memFree=758624/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 15 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868404 CPUtime=3.46
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 12626 0 1 0 336 10 0 0 18 0 9 0 2002886245 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217101 11218 2542 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868404 CPUtime=2.51
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 3084 0 1 0 248 3 0 0 18 0 9 0 2002886246 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868404 CPUtime=0.72
/proc/1869/task/1871/stat : 1871 (java) R 1868 1854 629 0 -1 64 7426 0 0 0 67 5 0 0 16 0 9 0 2002886247 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 102516772 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868404 CPUtime=0.2
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1419 0 0 0 19 1 0 0 16 0 9 0 2002886249 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889245696 11218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887360

[startup+12.701 s]
/proc/loadavg: 1.93 2.01 2.14 3/83 2013
/proc/meminfo: memFree=1477144/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868404 CPUtime=9.82
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 20226 0 1 0 965 17 0 0 18 0 9 0 2002886245 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217101 14354 2541 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868404 CPUtime=8.18
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 3622 0 1 0 813 5 0 0 25 0 9 0 2002886246 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4126561319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868404 CPUtime=1.4
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 14482 0 0 0 130 10 0 0 16 0 9 0 2002886247 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868404 CPUtime=0.22
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1425 0 0 0 21 1 0 0 15 0 9 0 2002886249 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889245696 14354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887360

[startup+25.5024 s]
/proc/loadavg: 1.94 2.01 2.14 3/83 2013
/proc/meminfo: memFree=1429280/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868404 CPUtime=22.62
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 32052 0 1 0 2234 28 0 0 18 0 9 0 2002886245 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217101 21649 2541 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868404 CPUtime=19.74
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 4388 0 1 0 1967 7 0 0 25 0 9 0 2002886246 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868404 CPUtime=2.62
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 25534 0 0 0 244 18 0 0 16 0 9 0 2002886247 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868404 CPUtime=0.23
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1433 0 0 0 22 1 0 0 15 0 9 0 2002886249 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868404 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889245696 21649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887360

[startup+51.102 s]
/proc/loadavg: 1.96 2.01 2.13 3/83 2013
/proc/meminfo: memFree=1369824/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868404 CPUtime=48.21
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 51586 0 1 0 4780 41 0 0 18 0 9 0 2002886245 889245696 36626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 10491 0 1 0 96881 1131 0 0 25 0 9 0 2002886246 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4127078448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868516 CPUtime=13.88
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 84200 0 0 0 1328 60 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868516 CPUtime=0.31
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1481 0 0 0 30 1 0 0 16 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.02
Current children cumulated vsize (KiB) 887472

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

[startup+1011.1 s]
/proc/loadavg: 2.49 2.30 2.16 3/83 2021
/proc/meminfo: memFree=15392/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868516 CPUtime=1003.08
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 96884 0 1 0 99104 1204 0 0 18 0 9 0 2002886245 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217129 75317 2566 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868516 CPUtime=988.83
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 10506 0 1 0 97742 1141 0 0 25 0 9 0 2002886246 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4127078368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868516 CPUtime=13.9
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 84200 0 0 0 1330 60 0 0 17 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868516 CPUtime=0.31
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1481 0 0 0 30 1 0 0 16 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1005.75
Current children cumulated vsize (KiB) 887472

[startup+1023.9 s]
/proc/loadavg: 2.38 2.28 2.16 3/83 2021
/proc/meminfo: memFree=16160/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868516 CPUtime=1015.78
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 96903 0 1 0 100360 1218 0 0 18 0 9 0 2002886245 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217129 75317 2566 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868516 CPUtime=1001.51
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 10525 0 1 0 98997 1154 0 0 25 0 9 0 2002886246 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4127078421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868516 CPUtime=13.92
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 84200 0 0 0 1332 60 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868516 CPUtime=0.31
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1481 0 0 0 30 1 0 0 16 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1018.45
Current children cumulated vsize (KiB) 887472

[startup+1030.3 s]
/proc/loadavg: 2.35 2.28 2.16 3/83 2021
/proc/meminfo: memFree=15200/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868516 CPUtime=1022.12
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 96913 0 1 0 100987 1225 0 0 18 0 9 0 2002886245 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217129 75317 2566 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868516 CPUtime=1007.83
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 10535 0 1 0 99622 1161 0 0 25 0 9 0 2002886246 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4127078421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868516 CPUtime=13.94
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 84200 0 0 0 1333 61 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868516 CPUtime=0.31
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1481 0 0 0 30 1 0 0 16 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1024.79
Current children cumulated vsize (KiB) 887472

[startup+1033.5 s]
/proc/loadavg: 2.32 2.27 2.16 3/83 2021
/proc/meminfo: memFree=15968/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=2.67
/proc/1854/stat : 1854 (sugar) S 1852 1854 629 0 -1 4194304 974 22611 0 1 3 0 251 13 16 0 1 0 2002885966 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1854/statm: 3400 797 370 3 0 500 0
[pid=1868] ppid=1854 vsize=5356 CPUtime=0
/proc/1868/stat : 1868 (sh) S 1854 1854 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002886245 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1868/statm: 1339 233 193 169 0 50 0
[pid=1869] ppid=1868 vsize=868516 CPUtime=1025.29
/proc/1869/stat : 1869 (java) S 1868 1854 629 0 -1 0 96921 0 1 0 101298 1231 0 0 18 0 9 0 2002886245 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 217129 75317 2566 9 0 211676 0
[pid=1869/tid=1870] ppid=1868 vsize=868516 CPUtime=1010.99
/proc/1869/task/1870/stat : 1870 (java) R 1868 1854 629 0 -1 64 10543 0 1 0 99932 1167 0 0 25 0 9 0 2002886246 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4127078491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1871] ppid=1868 vsize=868516 CPUtime=13.95
/proc/1869/task/1871/stat : 1871 (java) S 1868 1854 629 0 -1 64 84200 0 0 0 1334 61 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1872/stat : 1872 (java) S 1868 1854 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1873/stat : 1873 (java) S 1868 1854 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002886247 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1868 vsize=868516 CPUtime=0.31
/proc/1869/task/1876/stat : 1876 (java) S 1868 1854 629 0 -1 64 1481 0 0 0 30 1 0 0 16 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1868 vsize=868516 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1868 1854 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002886249 889360384 75317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1027.96
Current children cumulated vsize (KiB) 887472

[startup+1035.11 s]
/proc/loadavg: 2.32 2.27 2.16 3/73 2021
/proc/meminfo: memFree=884976/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=1029.49
/proc/1854/stat : 1854 (sugar) R 1852 1854 629 0 -1 4194304 996 119832 0 2 4 36 101658 1251 19 0 1 0 2002885966 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1854/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1029.49
Current children cumulated vsize (KiB) 13600

[startup+1035.9 s]
/proc/loadavg: 2.32 2.27 2.16 3/73 2021
/proc/meminfo: memFree=884976/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=1029.99
/proc/1854/stat : 1854 (sugar) D 1852 1854 629 0 -1 4194304 996 119832 0 2 4 86 101658 1251 18 0 1 0 2002885966 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1854/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1029.99
Current children cumulated vsize (KiB) 13600

[startup+1036.1 s]
/proc/loadavg: 2.30 2.27 2.16 2/73 2021
/proc/meminfo: memFree=1859376/2055920 swapFree=4180448/4192956
[pid=1854] ppid=1852 vsize=13600 CPUtime=1030.01
/proc/1854/stat : 1854 (sugar) R 1852 1854 629 0 -1 4194304 996 119832 0 2 4 88 101658 1251 18 0 1 0 2002885966 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1854/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1030.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1036.18
CPU time (s): 1030.02
CPU user time (s): 1016.62
CPU system time (s): 13.399
CPU usage (%): 99.4058
Max. virtual memory (cumulated for all children) (KiB): 897612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1016.62
system time used= 13.399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120858
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= 47356
involuntary context switches= 42742

runsolver used 1.26481 second user time and 3.49047 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 08:25:14
IDJOB=1086381
IDBENCH=57810
IDSOLVER=346
FILE ID=node24/1086381-1215239114
PBS_JOBID= 7881902
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086381-1215239114/watcher-1086381-1215239114 -o /tmp/evaluation-result-1086381-1215239114/solver-1086381-1215239114 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086381-1215239114.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=29966650

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:        797656 kB
Buffers:         75724 kB
Cached:         309060 kB
SwapCached:       6556 kB
Active:         994744 kB
Inactive:       193176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        797656 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            7324 kB
Writeback:           0 kB
Mapped:         819412 kB
Slab:            54096 kB
Committed_AS:  4389216 kB
PageTables:       3396 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= 66448 MiB
End job on node24 at 2008-07-05 08:42:30