Trace number 2060752

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.14.6+picosat? (TO) 1800.05 1817.26

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-38-38.xml
MD5SUMceccab7dc200f4f23e5f2834014db6dd
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size138
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:27:47 2009
0.00/0.08	c 0	PID 15903
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060752-1247326066.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060752-1247326066.xml' 'HOME/temp.csp'
0.06/0.81	c 0	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.06/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.90	c 0	Parsing HOME/temp.csp
0.94/1.05	c 1	parsed 6447 expressions
0.94/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.06	c 1	Converting to clausal form CSP
0.94/1.09	c 1	converted 645 (10%) expressions
0.94/1.09	c 1	converted 1290 (20%) expressions
1.04/1.11	c 1	converted 1935 (30%) expressions
1.04/1.11	c 1	converted 2579 (40%) expressions
1.14/1.29	c 1	converted 3224 (50%) expressions
1.23/1.36	c 1	converted 3869 (60%) expressions
1.33/1.45	c 1	converted 4513 (70%) expressions
1.44/1.50	c 1	converted 5158 (80%) expressions
1.44/1.56	c 1	converted 5803 (90%) expressions
3.71/3.82	c 3	converted 6447 (100%) expressions
3.71/3.83	c 3	CSP : 15860 integers, 7424 booleans, 47296 clauses, largest domain size 139
3.71/3.83	c 3	Heap : 36 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.71/3.83	c 3	Propagation in CSP
3.91/4.01	c 4	176 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.91/4.02	c 4	CSP : 15860 integers, 7424 booleans, 47296 clauses, largest domain size 139
3.91/4.02	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.91/4.04	c 4	Simplifing CSP by introducing new Boolean variables
3.91/4.07	c 4	CSP : 15860 integers, 7424 booleans, 47296 clauses, largest domain size 139
3.91/4.07	c 4	Heap : 36 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.10/4.29	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.20/4.35	c 4	1586 (10%) CSP integer variables are encoded (8830 clauses, 112657 bytes)
4.20/4.36	c 4	3172 (20%) CSP integer variables are encoded (13324 clauses, 180067 bytes)
4.20/4.39	c 4	4758 (30%) CSP integer variables are encoded (38041 clauses, 550822 bytes)
4.30/4.42	c 4	6344 (40%) CSP integer variables are encoded (63507 clauses, 932812 bytes)
4.30/4.45	c 4	7930 (50%) CSP integer variables are encoded (88631 clauses, 1309672 bytes)
4.30/4.49	c 4	9516 (60%) CSP integer variables are encoded (113539 clauses, 1726617 bytes)
4.40/4.52	c 4	11102 (70%) CSP integer variables are encoded (138256 clauses, 2146806 bytes)
4.40/4.56	c 4	12688 (80%) CSP integer variables are encoded (163722 clauses, 2579728 bytes)
4.40/4.59	c 4	14274 (90%) CSP integer variables are encoded (188900 clauses, 3007754 bytes)
4.50/4.63	c 4	15860 (100%) CSP integer variables are encoded (213754 clauses, 3430272 bytes)
5.39/5.53	c 5	4730 (10%) CSP clauses are encoded (694903 clauses, 12400578 bytes)
6.66/6.85	c 6	9460 (20%) CSP clauses are encoded (1321625 clauses, 25830155 bytes)
7.96/8.17	c 8	14189 (30%) CSP clauses are encoded (1940748 clauses, 39249247 bytes)
9.25/9.46	c 9	18919 (40%) CSP clauses are encoded (2538686 clauses, 52208601 bytes)
10.50/10.77	c 10	23648 (50%) CSP clauses are encoded (3139185 clauses, 65217831 bytes)
13.18/13.40	c 13	28378 (60%) CSP clauses are encoded (4431271 clauses, 94996924 bytes)
14.56/14.89	c 14	33108 (70%) CSP clauses are encoded (5092767 clauses, 111331969 bytes)
15.92/16.29	c 16	37837 (80%) CSP clauses are encoded (5690704 clauses, 126094939 bytes)
17.30/17.68	c 17	42567 (90%) CSP clauses are encoded (6298964 clauses, 141089401 bytes)
19.75/20.15	c 20	47296 (100%) CSP clauses are encoded (7498545 clauses, 169652198 bytes)
19.75/20.15	c 20	47296 CSP clauses encoded
19.75/20.15	c 20	Writing map file : HOME/temp.map
19.75/20.18	c 20	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.75/20.18	c 20	SAT : 236938 SAT variables, 7498545 SAT clauses, 169652198 bytes
19.75/20.18	c 20	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.84/20.23	c 20	SOLVING HOME/temp.cnf
19.84/20.23	c 20	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1817.22	c ERROR INTERRUPTED
1800.05/1817.26	s UNKNOWN
1800.05/1817.26	c 1817	CPU 19.87 (0.06 0.02 18.53 1.26)
1800.05/1817.26	c 1817	END Sat Jul 11 17:58:04 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060752-1247326066/watcher-2060752-1247326066 -o /tmp/evaluation-result-2060752-1247326066/solver-2060752-1247326066 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060752-1247326066.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.44 1.86 1.95 4/75 15903
/proc/meminfo: memFree=957712/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=4708 CPUtime=0
/proc/15903/stat : 15903 (sugar) R 15901 15903 14578 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 19671208 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 255370262572 0 0 4096 0 0 0 0 17 1 0 0
/proc/15903/statm: 1177 40 31 3 0 8 0

[startup+0.0839679 s]
/proc/loadavg: 1.44 1.86 1.95 4/75 15903
/proc/meminfo: memFree=957712/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.06
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.107584 s]
/proc/loadavg: 1.44 1.86 1.95 4/75 15903
/proc/meminfo: memFree=957712/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.06
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301397 s]
/proc/loadavg: 1.44 1.86 1.95 4/75 15903
/proc/meminfo: memFree=957712/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.06
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701439 s]
/proc/loadavg: 1.44 1.86 1.95 4/75 15903
/proc/meminfo: memFree=957712/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.06
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 1.49 1.86 1.95 4/86 15925
/proc/meminfo: memFree=948088/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.78
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1309 7394 0 1 5 1 66 6 16 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
[pid=15916] ppid=15903 vsize=5356 CPUtime=0
/proc/15916/stat : 15916 (sh) S 15903 15903 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15916/statm: 1339 233 193 169 0 50 0
[pid=15917] ppid=15916 vsize=868596 CPUtime=0.66
/proc/15917/stat : 15917 (java) S 15916 15903 14578 0 -1 0 7372 0 1 0 62 4 0 0 18 0 9 0 19671291 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15917/statm: 217149 6615 2566 9 0 211654 0
[pid=15917/tid=15918] ppid=15916 vsize=868596 CPUtime=0.38
/proc/15917/task/15918/stat : 15918 (java) R 15916 15903 14578 0 -1 64 2675 0 1 0 36 2 0 0 22 0 9 0 19671292 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4126581233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15919] ppid=15916 vsize=868596 CPUtime=0.09
/proc/15917/task/15919/stat : 15919 (java) S 15916 15903 14578 0 -1 64 2517 0 0 0 9 0 0 0 16 0 9 0 19671293 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15920] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15920/stat : 15920 (java) S 15916 15903 14578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671293 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15921] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15921/stat : 15921 (java) S 15916 15903 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19671293 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15922] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15922/stat : 15922 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671295 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15923] ppid=15916 vsize=868596 CPUtime=0.15
/proc/15917/task/15923/stat : 15923 (java) S 15916 15903 14578 0 -1 64 1481 0 0 0 15 0 0 0 16 0 9 0 19671295 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15924] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15924/stat : 15924 (java) S 15916 15903 14578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19671295 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15925] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15925/stat : 15925 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671295 889442304 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890820

[startup+3.10269 s]
/proc/loadavg: 1.49 1.86 1.95 4/86 15925
/proc/meminfo: memFree=929976/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.78
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1309 7394 0 1 5 1 66 6 16 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
[pid=15916] ppid=15903 vsize=5356 CPUtime=0
/proc/15916/stat : 15916 (sh) S 15903 15903 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15916/statm: 1339 233 193 169 0 50 0
[pid=15917] ppid=15916 vsize=868596 CPUtime=2.23
/proc/15917/stat : 15917 (java) S 15916 15903 14578 0 -1 0 13266 0 1 0 216 7 0 0 18 0 9 0 19671291 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15917/statm: 217149 12289 2567 9 0 211654 0
[pid=15917/tid=15918] ppid=15916 vsize=868596 CPUtime=1.34
/proc/15917/task/15918/stat : 15918 (java) R 15916 15903 14578 0 -1 64 3026 0 1 0 132 2 0 0 25 0 9 0 19671292 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4126796560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15919] ppid=15916 vsize=868596 CPUtime=0.64
/proc/15917/task/15919/stat : 15919 (java) S 15916 15903 14578 0 -1 64 8010 0 0 0 61 3 0 0 16 0 9 0 19671293 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15920] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15920/stat : 15920 (java) S 15916 15903 14578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671293 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15921] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15921/stat : 15921 (java) S 15916 15903 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19671293 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15922] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15922/stat : 15922 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671295 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15923] ppid=15916 vsize=868596 CPUtime=0.22
/proc/15917/task/15923/stat : 15923 (java) S 15916 15903 14578 0 -1 64 1531 0 0 0 22 0 0 0 16 0 9 0 19671295 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15924] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15924/stat : 15924 (java) S 15916 15903 14578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19671295 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15925] ppid=15916 vsize=868596 CPUtime=0
/proc/15917/task/15925/stat : 15925 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671295 889442304 12289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890820

[startup+6.30203 s]
/proc/loadavg: 1.53 1.86 1.95 3/86 15925
/proc/meminfo: memFree=893048/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.79
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1310 7394 0 1 6 1 66 6 16 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
[pid=15916] ppid=15903 vsize=5356 CPUtime=0
/proc/15916/stat : 15916 (sh) S 15903 15903 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15916/statm: 1339 233 193 169 0 50 0
[pid=15917] ppid=15916 vsize=868708 CPUtime=5.38
/proc/15917/stat : 15917 (java) S 15916 15903 14578 0 -1 0 16573 0 1 0 514 24 0 0 18 0 9 0 19671291 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15917/statm: 217177 14993 2591 9 0 211654 0
[pid=15917/tid=15918] ppid=15916 vsize=868708 CPUtime=3.82
/proc/15917/task/15918/stat : 15918 (java) R 15916 15903 14578 0 -1 64 3489 0 1 0 367 15 0 0 25 0 9 0 19671292 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 102094109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15919] ppid=15916 vsize=868708 CPUtime=1.24
/proc/15917/task/15919/stat : 15919 (java) S 15916 15903 14578 0 -1 64 10813 0 0 0 117 7 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15920] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15920/stat : 15920 (java) S 15916 15903 14578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15921] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15921/stat : 15921 (java) S 15916 15903 14578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15922] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15922/stat : 15922 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15923] ppid=15916 vsize=868708 CPUtime=0.28
/proc/15917/task/15923/stat : 15923 (java) S 15916 15903 14578 0 -1 64 1572 0 0 0 28 0 0 0 15 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15924] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15924/stat : 15924 (java) S 15916 15903 14578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15925] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15925/stat : 15925 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890932

[startup+12.7027 s]
/proc/loadavg: 1.65 1.88 1.95 3/86 15925
/proc/meminfo: memFree=826040/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=0.79
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1310 7394 0 1 6 1 66 6 16 0 1 0 19671208 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1111 409 3 0 796 0
[pid=15916] ppid=15903 vsize=5356 CPUtime=0
/proc/15916/stat : 15916 (sh) S 15903 15903 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15916/statm: 1339 233 193 169 0 50 0
[pid=15917] ppid=15916 vsize=868708 CPUtime=11.69
/proc/15917/stat : 15917 (java) S 15916 15903 14578 0 -1 0 16995 0 1 0 1103 66 0 0 18 0 9 0 19671291 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15917/statm: 217177 14993 2591 9 0 211654 0
[pid=15917/tid=15918] ppid=15916 vsize=868708 CPUtime=9.94
/proc/15917/task/15918/stat : 15918 (java) R 15916 15903 14578 0 -1 64 3911 0 1 0 939 55 0 0 25 0 9 0 19671292 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4127136604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15919] ppid=15916 vsize=868708 CPUtime=1.44
/proc/15917/task/15919/stat : 15919 (java) S 15916 15903 14578 0 -1 64 10813 0 0 0 134 10 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15920] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15920/stat : 15920 (java) S 15916 15903 14578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15921] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15921/stat : 15921 (java) S 15916 15903 14578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19671293 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15922] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15922/stat : 15922 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15923] ppid=15916 vsize=868708 CPUtime=0.28
/proc/15917/task/15923/stat : 15923 (java) S 15916 15903 14578 0 -1 64 1572 0 0 0 28 0 0 0 17 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15924] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15924/stat : 15924 (java) S 15916 15903 14578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15917/tid=15925] ppid=15916 vsize=868708 CPUtime=0
/proc/15917/task/15925/stat : 15925 (java) S 15916 15903 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671295 889556992 14993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890932

[startup+25.501 s]
/proc/loadavg: 1.87 1.92 1.96 3/78 15927
/proc/meminfo: memFree=751096/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=38096 CPUtime=5.2
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 8850 0 0 0 236 284 0 0 25 0 1 0 19673232 39010304 8836 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 9524 8836 40 102 0 9419 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 60320

[startup+51.1017 s]
/proc/loadavg: 1.91 1.92 1.96 3/78 15927
/proc/meminfo: memFree=655736/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=453512/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=295524 CPUtime=1270.12
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 71838 0 0 0 123363 3649 0 0 25 0 1 0 19673232 302616576 71822 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 73881 71822 48 102 0 73776 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 317748

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/84 16006
/proc/meminfo: memFree=452552/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=296444 CPUtime=1329.56
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 72062 0 0 0 129306 3650 0 0 25 0 1 0 19673232 303558656 72046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 74111 72046 48 102 0 74006 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 318668

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.94 3/84 16008
/proc/meminfo: memFree=451656/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=297236 CPUtime=1388.99
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 72286 0 0 0 135249 3650 0 0 25 0 1 0 19673232 304369664 72270 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 74309 72270 48 102 0 74204 0
Current children cumulated CPU time (s) 1408.85
Current children cumulated vsize (KiB) 319460

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/84 16008
/proc/meminfo: memFree=450824/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=298028 CPUtime=1448.42
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 72472 0 0 0 141192 3650 0 0 25 0 1 0 19673232 305180672 72456 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 74507 72456 48 102 0 74402 0
Current children cumulated CPU time (s) 1468.28
Current children cumulated vsize (KiB) 320252

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/84 16008
/proc/meminfo: memFree=450056/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=298820 CPUtime=1507.86
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 72676 0 0 0 147136 3650 0 0 25 0 1 0 19673232 305991680 72660 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 74705 72660 48 102 0 74600 0
Current children cumulated CPU time (s) 1527.72
Current children cumulated vsize (KiB) 321044

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/84 16008
/proc/meminfo: memFree=449224/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=299604 CPUtime=1567.31
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 72875 0 0 0 153080 3651 0 0 25 0 1 0 19673232 306794496 72859 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 74901 72859 48 102 0 74796 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 321828

[startup+1662.3 s]
/proc/loadavg: 2.07 1.99 1.95 3/84 16008
/proc/meminfo: memFree=448456/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=300264 CPUtime=1626.74
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 73041 0 0 0 159023 3651 0 0 25 0 1 0 19673232 307470336 73025 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 75066 73025 48 102 0 74961 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 322488

[startup+1722.3 s]
/proc/loadavg: 2.10 2.00 1.95 3/84 16008
/proc/meminfo: memFree=447624/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=301052 CPUtime=1686.18
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 73242 0 0 0 164967 3651 0 0 25 0 1 0 19673232 308277248 73226 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 75263 73226 48 102 0 75158 0
Current children cumulated CPU time (s) 1706.04
Current children cumulated vsize (KiB) 323276

[startup+1782.3 s]
/proc/loadavg: 2.10 2.02 1.96 3/84 16008
/proc/meminfo: memFree=446664/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=301972 CPUtime=1745.61
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 73470 0 0 0 170910 3651 0 0 25 0 1 0 19673232 309219328 73454 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 75493 73454 48 102 0 75388 0
Current children cumulated CPU time (s) 1765.47
Current children cumulated vsize (KiB) 324196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.06 2.01 1.96 3/84 16008
/proc/meminfo: memFree=446216/2055912 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16868 CPUtime=19.86
/proc/15903/stat : 15903 (sugar) S 15901 15903 14578 0 -1 4194304 1365 25192 0 2 6 2 1853 125 16 0 1 0 19671208 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15903/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15903 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15903 15903 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=302368 CPUtime=1780.19
/proc/15927/stat : 15927 (picosat) R 15926 15903 14578 0 -1 4194304 73570 0 0 0 174368 3651 0 0 25 0 1 0 19673232 309624832 73554 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/15927/statm: 75592 73554 48 102 0 75487 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 324592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15903 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=603171
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=283804
# CPU time returned by wait4() is 19.887
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.26
CPU time (s): 1800.05
CPU user time (s): 1762.27
CPU system time (s): 37.78
CPU usage (%): 99.0528
Max. virtual memory (cumulated for all children) (KiB): 891324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6032
system time used= 1.2838
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26951
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= 13429
involuntary context switches= 13734

runsolver used 2.14867 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-11 17:27:46
IDJOB=2060752
IDBENCH=53746
IDSOLVER=738
FILE ID=node78/2060752-1247326066
PBS_JOBID= 9506477
Free space on /tmp= 126796 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-38-38.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060752-1247326066/watcher-2060752-1247326066 -o /tmp/evaluation-result-2060752-1247326066/solver-2060752-1247326066 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2060752-1247326066.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ceccab7dc200f4f23e5f2834014db6dd
RANDOM SEED=706021183

node78.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:      2055912 kB
MemFree:        958192 kB
Buffers:         62924 kB
Cached:         924232 kB
SwapCached:          0 kB
Active:         124152 kB
Inactive:       896220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        958192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          44312 kB
Slab:            62252 kB
Committed_AS:   159316 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126796 MiB
End job on node78 at 2009-07-11 17:58:06