Trace number 1086717

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? 445.024 453.002

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
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 benchmark8.71867
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.04/0.26	c 0	BEGIN Sat Jul  5 08:54:56 2008
0.04/0.26	c 0	PID 2134
0.04/0.33	c 0	HOST node24.alineos.net
0.04/0.33	c 0	CONVERTING HOME/instance-1086717-1215240895.xml TO HOME/temp.csp
0.04/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086717-1215240895.xml' 'HOME/temp.csp'
1.87/2.58	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.95/2.63	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/2.63	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.96/2.71	c 3	Parsing HOME/temp.csp
2.61/3.34	c 3	parsed 10000 expressions
2.90/3.68	c 3	parsed 20000 expressions
3.20/3.98	c 4	parsed 28774 expressions
3.20/3.98	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/3.98	c 4	Converting to clausal form CSP
4.50/5.22	c 5	converted 2878 (10%) expressions
7.38/8.18	c 8	converted 5755 (20%) expressions
10.37/11.18	c 11	converted 8633 (30%) expressions
13.04/13.82	c 14	converted 11510 (40%) expressions
15.62/16.44	c 16	converted 14387 (50%) expressions
18.51/19.38	c 19	converted 17265 (60%) expressions
21.00/21.87	c 22	converted 20142 (70%) expressions
23.39/24.26	c 24	converted 23020 (80%) expressions
25.68/26.53	c 26	converted 25897 (90%) expressions
28.46/29.31	c 29	converted 28774 (100%) expressions
28.46/29.31	c 29	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
28.46/29.31	c 29	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.46/29.31	c 29	Propagation in CSP
31.33/32.29	c 32	74880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.33/32.29	c 32	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
31.33/32.30	c 32	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.44/32.34	c 32	Simplifing CSP by introducing new Boolean variables
31.84/32.76	c 33	CSP : 7310 integers, 139266 booleans, 235100 clauses, largest domain size 2721
31.84/32.76	c 33	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.63/33.51	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.11/38.00	c 38	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
41.49/42.43	c 42	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
45.25/46.22	c 46	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
47.63/48.62	c 48	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
49.98/51.06	c 51	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
52.40/53.67	c 53	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
54.96/56.30	c 56	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
57.60/58.94	c 59	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
60.25/61.84	c 62	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
62.80/64.50	c 64	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
160.47/163.80	c 164	23510 (10%) CSP clauses are encoded (30861200 clauses, 685977670 bytes)
234.49/238.35	c 238	47020 (20%) CSP clauses are encoded (45879006 clauses, 1066668882 bytes)
303.78/308.15	c 308	70530 (30%) CSP clauses are encoded (60088071 clauses, 1428597192 bytes)
371.41/376.46	c 376	94040 (40%) CSP clauses are encoded (73828591 clauses, 1780921549 bytes)
442.81/449.31	c 449	117550 (50%) CSP clauses are encoded (87761382 clauses, 2140627134 bytes)
444.09/450.60	c 450	ERROR Exception Too large HOME/temp.cnf
444.09/450.74	c 450	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
444.09/450.74	c 450	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
444.09/450.74	c 450	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
444.09/450.74	s UNKNOWN
444.11/451.05	c 451	CPU 431.29 (0.03 0.01 431.26 12.83)
444.11/451.05	c 451	END Sat Jul  5 09:02:27 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-1086717-1215240895/watcher-1086717-1215240895 -o /tmp/evaluation-result-1086717-1215240895/solver-1086717-1215240895 -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-1086717-1215240895.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.03 2.26 2.27 4/72 2134
/proc/meminfo: memFree=1865392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=18572 CPUtime=0
/proc/2134/stat : 2134 (runsolver) R 2132 2134 629 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003064137 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2134/statm: 4643 292 257 25 0 2626 0

[startup+0.104706 s]
/proc/loadavg: 2.03 2.26 2.27 4/72 2134
/proc/meminfo: memFree=1865392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=12272 CPUtime=0
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2003064137 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2134/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201714 s]
/proc/loadavg: 2.03 2.26 2.27 4/72 2134
/proc/meminfo: memFree=1865392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13604 CPUtime=0.04
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 822 0 0 0 3 1 0 0 18 0 1 0 2003064137 13930496 790 996147200 4194304 4206940 548682068608 18446744073709551615 237788430418 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2134/statm: 3401 790 364 3 0 501 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13604

[startup+0.301725 s]
/proc/loadavg: 2.03 2.26 2.27 4/72 2134
/proc/meminfo: memFree=1865392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=0.04
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2003064137 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701771 s]
/proc/loadavg: 2.03 2.26 2.27 4/72 2134
/proc/meminfo: memFree=1865392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=0.04
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 2003064137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2134/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.03 2.26 2.27 4/83 2146
/proc/meminfo: memFree=1854688/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=0.04
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 2003064137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2134/statm: 3400 796 370 3 0 500 0
[pid=2137] ppid=2134 vsize=5356 CPUtime=0
/proc/2137/stat : 2137 (sh) S 2134 2134 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003064171 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2137/statm: 1339 233 193 169 0 50 0
[pid=2138] ppid=2137 vsize=864676 CPUtime=0.83
/proc/2138/stat : 2138 (java) S 2137 2134 629 0 -1 0 8324 0 1 0 80 3 0 0 18 0 9 0 2003064171 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2138/statm: 216169 7315 2529 9 0 210751 0
[pid=2138/tid=2139] ppid=2137 vsize=864676 CPUtime=0.58
/proc/2138/task/2139/stat : 2139 (java) R 2137 2134 629 0 -1 64 2693 0 1 0 57 1 0 0 19 0 9 0 2003064190 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4126432837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2140] ppid=2137 vsize=864676 CPUtime=0.13
/proc/2138/task/2140/stat : 2140 (java) S 2137 2134 629 0 -1 64 4454 0 0 0 12 1 0 0 16 0 9 0 2003064202 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2141] ppid=2137 vsize=864676 CPUtime=0
/proc/2138/task/2141/stat : 2141 (java) S 2137 2134 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003064202 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2142] ppid=2137 vsize=864676 CPUtime=0
/proc/2138/task/2142/stat : 2142 (java) S 2137 2134 629 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003064202 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2143] ppid=2137 vsize=864676 CPUtime=0
/proc/2138/task/2143/stat : 2143 (java) S 2137 2134 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003064206 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2144] ppid=2137 vsize=864676 CPUtime=0.09
/proc/2138/task/2144/stat : 2144 (java) S 2137 2134 629 0 -1 64 477 0 0 0 9 0 0 0 16 0 9 0 2003064206 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2145] ppid=2137 vsize=864676 CPUtime=0
/proc/2138/task/2145/stat : 2145 (java) S 2137 2134 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003064206 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2138/tid=2146] ppid=2137 vsize=864676 CPUtime=0
/proc/2138/task/2146/stat : 2146 (java) S 2137 2134 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003064206 885428224 7315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 883632

[startup+3.10202 s]
/proc/loadavg: 2.03 2.26 2.27 3/83 2146
/proc/meminfo: memFree=1818976/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 973 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 2.03 2.25 2.27 3/83 2156
/proc/meminfo: memFree=1831904/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868444 CPUtime=3.63
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 11643 0 1 0 354 9 0 0 18 0 9 0 2003064401 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217111 10364 2544 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868444 CPUtime=2.86
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 2971 0 1 0 283 3 0 0 25 0 9 0 2003064402 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4126521190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868444 CPUtime=0.52
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 6485 0 0 0 48 4 0 0 16 0 9 0 2003064403 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003064403 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868444 CPUtime=0.22
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1491 0 0 0 22 0 0 0 15 0 9 0 2003064405 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889286656 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 887400

[startup+12.703 s]
/proc/loadavg: 2.02 2.25 2.26 3/83 2156
/proc/meminfo: memFree=1807840/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868444 CPUtime=9.99
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 21642 0 1 0 984 15 0 0 18 0 9 0 2003064401 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217111 16169 2541 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868444 CPUtime=8.28
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 3608 0 1 0 824 4 0 0 25 0 9 0 2003064402 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4126572384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868444 CPUtime=1.46
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 15838 0 0 0 136 10 0 0 16 0 9 0 2003064403 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868444 CPUtime=0.23
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1500 0 0 0 23 0 0 0 15 0 9 0 2003064405 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889286656 16169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 887400

[startup+25.5024 s]
/proc/loadavg: 2.10 2.25 2.26 3/83 2156
/proc/meminfo: memFree=1759648/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868444 CPUtime=22.72
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 35319 0 1 0 2246 26 0 0 18 0 9 0 2003064401 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217111 27952 2541 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868444 CPUtime=19.51
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 4299 0 1 0 1947 4 0 0 25 0 9 0 2003064402 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 102109813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868444 CPUtime=2.95
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 28822 0 0 0 275 20 0 0 16 0 9 0 2003064403 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868444 CPUtime=0.23
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1502 0 0 0 23 0 0 0 16 0 9 0 2003064405 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868444 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889286656 27952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 887400

[startup+51.102 s]
/proc/loadavg: 2.22 2.26 2.27 3/84 2187
/proc/meminfo: memFree=1609944/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868556 CPUtime=48.12
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 49633 0 1 0 4711 101 0 0 18 0 9 0 2003064401 889401344 40204 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+409.601 s]
/proc/loadavg: 2.04 2.12 2.19 3/83 2244
/proc/meminfo: memFree=15392/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868556 CPUtime=401.87
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 53444 0 1 0 39046 1141 0 0 18 0 9 0 2003064401 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217139 40217 2566 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868556 CPUtime=393.8
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 9083 0 1 0 38291 1089 0 0 25 0 9 0 2003064402 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4127105985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868556 CPUtime=7.72
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 42118 0 0 0 722 50 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868556 CPUtime=0.32
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1547 0 0 0 32 0 0 0 17 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 403.83
Current children cumulated vsize (KiB) 887512

[startup+435.202 s]
/proc/loadavg: 2.10 2.12 2.19 3/83 2244
/proc/meminfo: memFree=15520/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868556 CPUtime=427.01
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 53710 0 1 0 41480 1221 0 0 18 0 9 0 2003064401 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217139 40217 2566 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868556 CPUtime=418.75
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 9349 0 1 0 40708 1167 0 0 25 0 9 0 2003064402 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4127087059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868556 CPUtime=7.91
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 42118 0 0 0 739 52 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868556 CPUtime=0.32
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1547 0 0 0 32 0 0 0 17 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 428.97
Current children cumulated vsize (KiB) 887512

[startup+441.603 s]
/proc/loadavg: 2.17 2.14 2.19 3/83 2244
/proc/meminfo: memFree=16160/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868556 CPUtime=433.29
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 53774 0 1 0 42086 1243 0 0 18 0 9 0 2003064401 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217139 40217 2566 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868556 CPUtime=424.97
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 9413 0 1 0 41309 1188 0 0 25 0 9 0 2003064402 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4127089414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868556 CPUtime=7.96
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 42118 0 0 0 743 53 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868556 CPUtime=0.32
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1547 0 0 0 32 0 0 0 17 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.25
Current children cumulated vsize (KiB) 887512

[startup+448.003 s]
/proc/loadavg: 2.24 2.15 2.20 3/83 2244
/proc/meminfo: memFree=16096/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=1.96
/proc/2134/stat : 2134 (sugar) S 2132 2134 629 0 -1 4194304 974 15978 0 1 3 1 184 8 16 0 1 0 2003064137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2134/statm: 3400 797 370 3 0 500 0
[pid=2147] ppid=2134 vsize=5356 CPUtime=0
/proc/2147/stat : 2147 (sh) S 2134 2134 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003064401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2147/statm: 1339 233 193 169 0 50 0
[pid=2148] ppid=2147 vsize=868556 CPUtime=439.57
/proc/2148/stat : 2148 (java) S 2147 2134 629 0 -1 0 53840 0 1 0 42695 1262 0 0 18 0 9 0 2003064401 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2148/statm: 217139 40217 2566 9 0 211686 0
[pid=2148/tid=2149] ppid=2147 vsize=868556 CPUtime=431.21
/proc/2148/task/2149/stat : 2149 (java) R 2147 2134 629 0 -1 64 9479 0 1 0 41914 1207 0 0 25 0 9 0 2003064402 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4127109393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2150] ppid=2147 vsize=868556 CPUtime=8
/proc/2148/task/2150/stat : 2150 (java) S 2147 2134 629 0 -1 64 42118 0 0 0 747 53 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2151] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2151/stat : 2151 (java) S 2147 2134 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2152] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2152/stat : 2152 (java) S 2147 2134 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003064403 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2153] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2153/stat : 2153 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2154] ppid=2147 vsize=868556 CPUtime=0.32
/proc/2148/task/2154/stat : 2154 (java) S 2147 2134 629 0 -1 64 1547 0 0 0 32 0 0 0 17 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2148/tid=2155] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2155/stat : 2155 (java) S 2147 2134 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2148/tid=2156] ppid=2147 vsize=868556 CPUtime=0
/proc/2148/task/2156/stat : 2156 (java) S 2147 2134 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003064405 889401344 40217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.53
Current children cumulated vsize (KiB) 887512

[startup+451.203 s]
/proc/loadavg: 2.22 2.15 2.20 2/76 2244
/proc/meminfo: memFree=166688/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=444.13
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 996 70144 0 2 3 1 43126 1283 16 0 1 0 2003064137 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2134/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.13
Current children cumulated vsize (KiB) 13600

[startup+452.003 s]
/proc/loadavg: 2.22 2.15 2.20 2/76 2244
/proc/meminfo: memFree=166688/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=444.82
/proc/2134/stat : 2134 (sugar) R 2132 2134 629 0 -1 4194304 996 70144 0 2 3 70 43126 1283 21 0 1 0 2003064137 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2134/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.82
Current children cumulated vsize (KiB) 13600

[startup+452.402 s]
/proc/loadavg: 2.22 2.15 2.20 3/73 2244
/proc/meminfo: memFree=1889136/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=444.98
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 996 70144 0 2 3 86 43126 1283 18 0 1 0 2003064137 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2134/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.98
Current children cumulated vsize (KiB) 13600

[startup+452.802 s]
/proc/loadavg: 2.22 2.15 2.20 3/73 2244
/proc/meminfo: memFree=1889136/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=444.99
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 996 70144 0 2 3 87 43126 1283 18 0 1 0 2003064137 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2134/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.99
Current children cumulated vsize (KiB) 13600

[startup+452.902 s]
/proc/loadavg: 2.22 2.15 2.20 3/73 2244
/proc/meminfo: memFree=1889136/2055920 swapFree=4180448/4192956
[pid=2134] ppid=2132 vsize=13600 CPUtime=444.99
/proc/2134/stat : 2134 (sugar) D 2132 2134 629 0 -1 4194304 996 70144 0 2 3 87 43126 1283 18 0 1 0 2003064137 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2134/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 453.002
CPU time (s): 445.024
CPU user time (s): 431.308
CPU system time (s): 13.7159
CPU usage (%): 98.239
Max. virtual memory (cumulated for all children) (KiB): 897648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.308
system time used= 13.7159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71170
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= 48595
involuntary context switches= 50212

runsolver used 0.580911 second user time and 1.57376 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 08:54:56
IDJOB=1086717
IDBENCH=57867
IDSOLVER=346
FILE ID=node24/1086717-1215240895
PBS_JOBID= 7881902
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-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-1086717-1215240895/watcher-1086717-1215240895 -o /tmp/evaluation-result-1086717-1215240895/solver-1086717-1215240895 -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-1086717-1215240895.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=1019539162

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:       1866064 kB
Buffers:          2764 kB
Cached:          37132 kB
SwapCached:       6276 kB
Active:         133184 kB
Inactive:         3692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866064 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            5132 kB
Writeback:           0 kB
Mapped:         104840 kB
Slab:            38008 kB
Committed_AS:  3696076 kB
PageTables:       2012 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= 66456 MiB
End job on node24 at 2008-07-05 09:02:29