Trace number 2077593

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.09 1853.33

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.600907
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:21:24 2009
0.00/0.07	c 0	PID 18886
0.06/0.08	c 0	HOST node8.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077593-1247365284.xml TO HOME/temp.csp
0.06/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-2077593-1247365284.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 301 variables, 7 predicates, 7 relations, 2940 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	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.80/0.95	c 1	Parsing HOME/temp.csp
1.21/1.38	c 2	parsed 3256 expressions
1.21/1.39	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 2	Converting to clausal form CSP
1.30/1.47	c 2	converted 326 (10%) expressions
3.91/4.01	c 4	converted 652 (20%) expressions
3.91/4.04	c 4	converted 977 (30%) expressions
4.01/4.16	c 5	converted 1303 (40%) expressions
4.01/4.19	c 5	converted 1628 (50%) expressions
4.10/4.23	c 5	converted 1954 (60%) expressions
4.21/4.31	c 5	converted 2280 (70%) expressions
4.21/4.36	c 5	converted 2605 (80%) expressions
4.40/4.51	c 5	converted 2931 (90%) expressions
5.31/5.44	c 6	converted 3256 (100%) expressions
5.31/5.44	c 6	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
5.31/5.44	c 6	Heap : 107 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.31/5.44	c 6	Propagation in CSP
5.31/5.45	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.31/5.45	c 6	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
5.31/5.45	c 6	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.31/5.46	c 6	Simplifing CSP by introducing new Boolean variables
5.50/5.70	c 6	CSP : 301 integers, 23092 booleans, 26032 clauses, largest domain size 26
5.50/5.70	c 6	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.41/6.54	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.41/6.57	c 7	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
6.41/6.57	c 7	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
6.41/6.58	c 7	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
6.41/6.58	c 7	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
6.41/6.58	c 7	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
6.41/6.58	c 7	181 (60%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
6.41/6.58	c 7	211 (70%) CSP integer variables are encoded (5064 clauses, 63769 bytes)
6.41/6.58	c 7	241 (80%) CSP integer variables are encoded (5784 clauses, 73129 bytes)
6.41/6.58	c 7	271 (90%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
6.41/6.58	c 7	301 (100%) CSP integer variables are encoded (7224 clauses, 91849 bytes)
118.60/127.51	c 128	2604 (10%) CSP clauses are encoded (1223752 clauses, 55070121 bytes)
118.68/127.65	c 128	5207 (20%) CSP clauses are encoded (1284205 clauses, 56193155 bytes)
134.96/145.76	c 146	7810 (30%) CSP clauses are encoded (1407979 clauses, 61142949 bytes)
135.06/145.87	c 146	10413 (40%) CSP clauses are encoded (1468407 clauses, 62287741 bytes)
135.24/146.00	c 146	13016 (50%) CSP clauses are encoded (1528860 clauses, 63480017 bytes)
149.65/161.96	c 162	15620 (60%) CSP clauses are encoded (1652660 clauses, 68708692 bytes)
149.74/162.07	c 162	18223 (70%) CSP clauses are encoded (1713113 clauses, 69900968 bytes)
181.96/197.57	c 198	20826 (80%) CSP clauses are encoded (1900208 clauses, 79165024 bytes)
289.70/316.98	c 317	23429 (90%) CSP clauses are encoded (2362819 clauses, 107552827 bytes)
289.89/317.11	c 318	26032 (100%) CSP clauses are encoded (2425172 clauses, 108779575 bytes)
289.89/317.11	c 318	26032 CSP clauses encoded
289.89/317.11	c 318	Writing map file : HOME/temp.map
289.89/317.12	c 318	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
289.89/317.13	c 318	SAT : 30617 SAT variables, 2425172 SAT clauses, 108779575 bytes
289.89/317.13	c 318	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
289.93/317.21	c 318	SOLVING HOME/temp.cnf
289.93/317.21	c 318	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1853.31	c ERROR INTERRUPTED
1800.09/1853.33	s UNKNOWN
1800.09/1853.33	c 1854	CPU 289.97 (0.05 0.01 288.66 1.25)
1800.09/1853.33	c 1854	END Sun Jul 12 04:52:18 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-2077593-1247365284/watcher-2077593-1247365284 -o /tmp/evaluation-result-2077593-1247365284/solver-2077593-1247365284 -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-2077593-1247365284.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: 2.11 2.09 2.14 4/81 18886
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=2504 CPUtime=0
/proc/18886/stat : 18886 (sugar) R 18884 18886 18774 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 23595691 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 228703925641 0 0 4096 0 0 0 0 17 1 0 0
/proc/18886/statm: 626 26 19 3 0 5 0

[startup+0.0783939 s]
/proc/loadavg: 2.11 2.09 2.14 4/81 18886
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16740 CPUtime=0.06
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 23595691 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18886/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102049 s]
/proc/loadavg: 2.11 2.09 2.14 4/81 18886
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.06
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301069 s]
/proc/loadavg: 2.11 2.09 2.14 4/81 18886
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.06
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701105 s]
/proc/loadavg: 2.11 2.09 2.14 4/81 18886
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.06
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.11 2.09 2.14 3/92 18908
/proc/meminfo: memFree=1679832/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.8
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1309 8842 0 1 5 1 69 5 16 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
[pid=18899] ppid=18886 vsize=5356 CPUtime=0
/proc/18899/stat : 18899 (sh) S 18886 18886 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23595778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18899/statm: 1339 233 193 169 0 50 0
[pid=18900] ppid=18899 vsize=864256 CPUtime=0.61
/proc/18900/stat : 18900 (java) S 18899 18886 18774 0 -1 0 7724 0 1 0 57 4 0 0 18 0 9 0 23595779 884998144 6994 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18900/statm: 216064 6994 2567 9 0 210569 0
[pid=18900/tid=18901] ppid=18899 vsize=864256 CPUtime=0.36
/proc/18900/task/18901/stat : 18901 (java) R 18899 18886 18774 0 -1 64 2590 0 1 0 35 1 0 0 18 0 9 0 23595780 884998144 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18902] ppid=18899 vsize=864256 CPUtime=0.17
/proc/18900/task/18902/stat : 18902 (java) R 18899 18886 18774 0 -1 64 4121 0 0 0 16 1 0 0 16 0 9 0 23595781 884998144 6995 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18903] ppid=18899 vsize=864256 CPUtime=0
/proc/18900/task/18903/stat : 18903 (java) S 18899 18886 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23595781 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18904] ppid=18899 vsize=864256 CPUtime=0
/proc/18900/task/18904/stat : 18904 (java) S 18899 18886 18774 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23595781 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18905] ppid=18899 vsize=864256 CPUtime=0
/proc/18900/task/18905/stat : 18905 (java) S 18899 18886 18774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23595783 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18906] ppid=18899 vsize=864256 CPUtime=0.04
/proc/18900/task/18906/stat : 18906 (java) S 18899 18886 18774 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23595783 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18907] ppid=18899 vsize=864256 CPUtime=0
/proc/18900/task/18907/stat : 18907 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23595783 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18908] ppid=18899 vsize=864256 CPUtime=0
/proc/18900/task/18908/stat : 18908 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23595783 884998144 6996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10233 s]
/proc/loadavg: 2.11 2.09 2.14 4/92 18908
/proc/meminfo: memFree=1649688/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.8
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1309 8842 0 1 5 1 69 5 16 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
[pid=18899] ppid=18886 vsize=5356 CPUtime=0
/proc/18899/stat : 18899 (sh) S 18886 18886 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23595778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18899/statm: 1339 233 193 169 0 50 0
[pid=18900] ppid=18899 vsize=868532 CPUtime=2.21
/proc/18900/stat : 18900 (java) S 18899 18886 18774 0 -1 0 19810 0 1 0 211 10 0 0 18 0 9 0 23595779 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18900/statm: 217133 19017 2566 9 0 211638 0
[pid=18900/tid=18901] ppid=18899 vsize=868532 CPUtime=1.02
/proc/18900/task/18901/stat : 18901 (java) R 18899 18886 18774 0 -1 64 3188 0 1 0 100 2 0 0 24 0 9 0 23595780 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18902] ppid=18899 vsize=868532 CPUtime=1.03
/proc/18900/task/18902/stat : 18902 (java) S 18899 18886 18774 0 -1 64 14466 0 0 0 97 6 0 0 16 0 9 0 23595781 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18903] ppid=18899 vsize=868532 CPUtime=0
/proc/18900/task/18903/stat : 18903 (java) S 18899 18886 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23595781 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18904] ppid=18899 vsize=868532 CPUtime=0
/proc/18900/task/18904/stat : 18904 (java) S 18899 18886 18774 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23595781 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18905] ppid=18899 vsize=868532 CPUtime=0
/proc/18900/task/18905/stat : 18905 (java) S 18899 18886 18774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23595783 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18906] ppid=18899 vsize=868532 CPUtime=0.12
/proc/18900/task/18906/stat : 18906 (java) R 18899 18886 18774 0 -1 64 1454 0 0 0 12 0 0 0 16 0 9 0 23595783 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 102079252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18907] ppid=18899 vsize=868532 CPUtime=0
/proc/18900/task/18907/stat : 18907 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23595783 889376768 19017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18908] ppid=18899 vsize=868532 CPUtime=0
/proc/18900/task/18908/stat : 18908 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23595783 889376768 19017 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) 890756

[startup+6.30264 s]
/proc/loadavg: 2.18 2.11 2.14 3/92 18908
/proc/meminfo: memFree=1559768/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.8
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1310 8842 0 1 5 1 69 5 16 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
[pid=18899] ppid=18886 vsize=5356 CPUtime=0
/proc/18899/stat : 18899 (sh) S 18886 18886 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23595778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18899/statm: 1339 233 193 169 0 50 0
[pid=18900] ppid=18899 vsize=889360 CPUtime=5.4
/proc/18900/stat : 18900 (java) S 18899 18886 18774 0 -1 0 47242 0 1 0 519 21 0 0 18 0 9 0 23595779 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18900/statm: 222340 41296 2567 9 0 216845 0
[pid=18900/tid=18901] ppid=18899 vsize=889360 CPUtime=1.88
/proc/18900/task/18901/stat : 18901 (java) S 18899 18886 18774 0 -1 64 4511 0 1 0 185 3 0 0 25 0 9 0 23595780 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18902] ppid=18899 vsize=889360 CPUtime=3.33
/proc/18900/task/18902/stat : 18902 (java) R 18899 18886 18774 0 -1 64 40545 0 0 0 317 16 0 0 23 0 9 0 23595781 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 102768017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18903] ppid=18899 vsize=889360 CPUtime=0
/proc/18900/task/18903/stat : 18903 (java) S 18899 18886 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23595781 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18904] ppid=18899 vsize=889360 CPUtime=0
/proc/18900/task/18904/stat : 18904 (java) S 18899 18886 18774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23595781 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18905] ppid=18899 vsize=889360 CPUtime=0
/proc/18900/task/18905/stat : 18905 (java) S 18899 18886 18774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23595783 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18906] ppid=18899 vsize=889360 CPUtime=0.16
/proc/18900/task/18906/stat : 18906 (java) S 18899 18886 18774 0 -1 64 1484 0 0 0 16 0 0 0 16 0 9 0 23595783 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18907] ppid=18899 vsize=889360 CPUtime=0
/proc/18900/task/18907/stat : 18907 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23595783 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18908] ppid=18899 vsize=889360 CPUtime=0
/proc/18900/task/18908/stat : 18908 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23595783 910704640 41296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 911584

[startup+12.7012 s]
/proc/loadavg: 2.16 2.11 2.14 3/92 18908
/proc/meminfo: memFree=1540056/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.8
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1310 8842 0 1 5 1 69 5 16 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
[pid=18899] ppid=18886 vsize=5356 CPUtime=0
/proc/18899/stat : 18899 (sh) S 18886 18886 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23595778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18899/statm: 1339 233 193 169 0 50 0
[pid=18900] ppid=18899 vsize=868732 CPUtime=11.8
/proc/18900/stat : 18900 (java) S 18899 18886 18774 0 -1 0 47407 0 1 0 1152 28 0 0 18 0 9 0 23595779 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18900/statm: 217183 36199 2593 9 0 211660 0
[pid=18900/tid=18901] ppid=18899 vsize=868732 CPUtime=7.84
/proc/18900/task/18901/stat : 18901 (java) R 18899 18886 18774 0 -1 64 4630 0 1 0 775 9 0 0 25 0 9 0 23595780 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4126947774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18902] ppid=18899 vsize=868732 CPUtime=3.71
/proc/18900/task/18902/stat : 18902 (java) S 18899 18886 18774 0 -1 64 40546 0 0 0 354 17 0 0 16 0 9 0 23595781 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18903] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18903/stat : 18903 (java) S 18899 18886 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23595781 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18904] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18904/stat : 18904 (java) S 18899 18886 18774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23595781 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18905] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18905/stat : 18905 (java) S 18899 18886 18774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23595783 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18906] ppid=18899 vsize=868732 CPUtime=0.22
/proc/18900/task/18906/stat : 18906 (java) S 18899 18886 18774 0 -1 64 1529 0 0 0 22 0 0 0 17 0 9 0 23595783 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18907] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18907/stat : 18907 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23595783 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18908] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18908/stat : 18908 (java) S 18899 18886 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23595783 889581568 36199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 890956

[startup+25.5024 s]
/proc/loadavg: 2.13 2.10 2.14 3/92 18908
/proc/meminfo: memFree=1525464/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=0.8
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1310 8842 0 1 5 1 69 5 16 0 1 0 23595691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1111 409 3 0 796 0
[pid=18899] ppid=18886 vsize=5356 CPUtime=0
/proc/18899/stat : 18899 (sh) S 18886 18886 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23595778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18899/statm: 1339 233 193 169 0 50 0
[pid=18900] ppid=18899 vsize=868732 CPUtime=24.58
/proc/18900/stat : 18900 (java) S 18899 18886 18774 0 -1 0 48218 0 1 0 2424 34 0 0 18 0 9 0 23595779 889581568 36943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18900/statm: 217183 36943 2593 9 0 211660 0
[pid=18900/tid=18901] ppid=18899 vsize=868732 CPUtime=20.3
/proc/18900/task/18901/stat : 18901 (java) R 18899 18886 18774 0 -1 64 4697 0 1 0 2016 14 0 0 25 0 9 0 23595780 889581568 36943 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18902] ppid=18899 vsize=868732 CPUtime=4.04
/proc/18900/task/18902/stat : 18902 (java) S 18899 18886 18774 0 -1 64 41290 0 0 0 386 18 0 0 16 0 9 0 23595781 889581568 36943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18903] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18903/stat : 18903 (java) S 18899 18886 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23595781 889581568 36943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18904] ppid=18899 vsize=868732 CPUtime=0
/proc/18900/task/18904/stat : 18904 (java) S 18899 18886 18774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23595781 889581568 36943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18900/tid=18905] ppid=18899 vsize=868732 CPUtime=0

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

/proc/meminfo: memFree=1080080/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=152272 CPUtime=1081.11
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 37889 0 0 0 105591 2520 0 0 25 0 1 0 23627413 155926528 36277 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/10364/statm: 38068 36277 48 102 0 37963 0
Current children cumulated CPU time (s) 1371.08
Current children cumulated vsize (KiB) 174496

[startup+1482.3 s]
/proc/loadavg: 2.34 2.12 2.18 3/87 21768
/proc/meminfo: memFree=764944/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=152272 CPUtime=1139.41
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 37889 0 0 0 111421 2520 0 0 25 0 1 0 23627413 155926528 36277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38068 36277 48 102 0 37963 0
Current children cumulated CPU time (s) 1429.38
Current children cumulated vsize (KiB) 174496

[startup+1542.3 s]
/proc/loadavg: 2.22 2.13 2.18 3/86 21809
/proc/meminfo: memFree=1418200/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=154516 CPUtime=1199.2
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 38451 0 0 0 117398 2522 0 0 25 0 1 0 23627413 158224384 36839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38629 36839 48 102 0 38524 0
Current children cumulated CPU time (s) 1489.17
Current children cumulated vsize (KiB) 176740

[startup+1602.3 s]
/proc/loadavg: 2.08 2.10 2.17 3/86 21809
/proc/meminfo: memFree=1383000/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=154648 CPUtime=1259.18
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 38679 0 0 0 123396 2522 0 0 25 0 1 0 23627413 158359552 36880 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38662 36880 48 102 0 38557 0
Current children cumulated CPU time (s) 1549.15
Current children cumulated vsize (KiB) 176872

[startup+1662.3 s]
/proc/loadavg: 2.03 2.08 2.16 3/86 21809
/proc/meminfo: memFree=1308504/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=154648 CPUtime=1319.17
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 38679 0 0 0 129395 2522 0 0 25 0 1 0 23627413 158359552 36880 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38662 36880 48 102 0 38557 0
Current children cumulated CPU time (s) 1609.14
Current children cumulated vsize (KiB) 176872

[startup+1722.3 s]
/proc/loadavg: 2.05 2.08 2.15 3/86 21809
/proc/meminfo: memFree=1279448/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=154912 CPUtime=1379.15
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 38962 0 0 0 135393 2522 0 0 25 0 1 0 23627413 158629888 36965 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38728 36965 48 102 0 38623 0
Current children cumulated CPU time (s) 1669.12
Current children cumulated vsize (KiB) 177136

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 2.14 3/86 21811
/proc/meminfo: memFree=1227544/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=154912 CPUtime=1439.13
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 38962 0 0 0 141391 2522 0 0 25 0 1 0 23627413 158629888 36965 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38728 36965 48 102 0 38623 0
Current children cumulated CPU time (s) 1729.1
Current children cumulated vsize (KiB) 177136

[startup+1842.3 s]
/proc/loadavg: 2.03 2.06 2.13 3/86 21811
/proc/meminfo: memFree=1189720/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=155176 CPUtime=1499.12
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 39246 0 0 0 147390 2522 0 0 25 0 1 0 23627413 158900224 37046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1789.09
Current children cumulated vsize (KiB) 177400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.3 s]
/proc/loadavg: 2.02 2.06 2.13 3/86 21811
/proc/meminfo: memFree=1178136/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=155176 CPUtime=1510.12
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 39246 0 0 0 148490 2522 0 0 25 0 1 0 23627413 158900224 37046 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 177400

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

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

[startup+1853.3 s]
/proc/loadavg: 2.02 2.06 2.13 3/86 21811
/proc/meminfo: memFree=1178136/2055920 swapFree=4192812/4192956
[pid=18886] ppid=18884 vsize=16868 CPUtime=289.97
/proc/18886/stat : 18886 (sugar) S 18884 18886 18774 0 -1 4194304 1365 86998 0 2 5 1 28866 125 16 0 1 0 23595691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18886/statm: 4217 1113 409 3 0 796 0
[pid=10361] ppid=18886 vsize=5356 CPUtime=0
/proc/10361/stat : 10361 (sh) S 18886 18886 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23627413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10361/statm: 1339 232 193 169 0 50 0
[pid=10364] ppid=10361 vsize=155176 CPUtime=1510.12
/proc/10364/stat : 10364 (picosat) R 10361 18886 18774 0 -1 4194304 39246 0 0 0 148490 2522 0 0 25 0 1 0 23627413 158900224 37046 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 1 0 0
/proc/10364/statm: 38794 37046 48 102 0 38689 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 177400

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18886 and gives
#  childrusage.ru_utime.tv_sec=288
#  childrusage.ru_utime.tv_usec=720107
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=275806
# CPU time returned by wait4() is 289.996
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1853.33
CPU time (s): 1800.09
CPU user time (s): 1773.61
CPU system time (s): 26.48
CPU usage (%): 97.1271
Max. virtual memory (cumulated for all children) (KiB): 911584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.72
system time used= 1.27581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88757
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= 15030
involuntary context switches= 29211

runsolver used 2.16767 second user time and 5.72713 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 04:21:24
IDJOB=2077593
IDBENCH=56626
IDSOLVER=738
FILE ID=node8/2077593-1247365284
PBS_JOBID= 9507079
Free space on /tmp= 66284 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-01.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-2077593-1247365284/watcher-2077593-1247365284 -o /tmp/evaluation-result-2077593-1247365284/solver-2077593-1247365284 -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-2077593-1247365284.xml

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

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1298842011

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1689232 kB
Buffers:         33844 kB
Cached:         152408 kB
SwapCached:          0 kB
Active:         186504 kB
Inactive:       110668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:         128740 kB
Slab:            54488 kB
Committed_AS:   899688 kB
PageTables:       1944 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= 66288 MiB
End job on node8 at 2009-07-12 04:52:20