Trace number 2071587

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.06 1805.55

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.11752
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 01:15:18 2009
0.04/0.07	c 0	PID 20359
0.04/0.07	c 0	HOST node92.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2071587-1247354118.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071587-1247354118.xml' 'HOME/temp.csp'
0.06/0.39	c 0	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.06/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.37/0.51	c 0	Parsing HOME/temp.csp
0.37/0.74	c 0	parsed 287 expressions
0.37/0.75	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.75	c 0	Converting to clausal form CSP
0.37/0.76	c 1	converted 29 (10%) expressions
0.37/0.77	c 1	converted 58 (20%) expressions
0.37/0.77	c 1	converted 87 (30%) expressions
0.37/0.77	c 1	converted 115 (40%) expressions
0.37/0.77	c 1	converted 144 (50%) expressions
0.37/0.77	c 1	converted 173 (60%) expressions
0.37/0.77	c 1	converted 201 (70%) expressions
0.37/0.77	c 1	converted 230 (80%) expressions
1.50/1.61	c 1	converted 259 (90%) expressions
4.60/4.75	c 4	converted 287 (100%) expressions
4.60/4.75	c 4	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
4.60/4.75	c 4	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.75	c 4	Propagation in CSP
4.60/4.75	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.60/4.75	c 4	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
4.60/4.75	c 4	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.75	c 5	Simplifing CSP by introducing new Boolean variables
4.60/4.75	c 5	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
4.60/4.75	c 5	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.59/5.71	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.59/5.73	c 5	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
5.59/5.73	c 5	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
5.59/5.74	c 5	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
5.59/5.74	c 5	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
5.59/5.74	c 5	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
5.59/5.74	c 5	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
5.59/5.74	c 5	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
5.59/5.74	c 5	202 (80%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
5.59/5.74	c 5	227 (90%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
5.59/5.74	c 5	252 (100%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
346.85/348.76	c 349	4 (10%) CSP clauses are encoded (601168 clauses, 54998028 bytes)
609.17/612.33	c 612	7 (20%) CSP clauses are encoded (1047508 clauses, 97999590 bytes)
862.63/865.98	c 866	10 (30%) CSP clauses are encoded (1493848 clauses, 141001152 bytes)
1128.68/1132.16	c 1132	13 (40%) CSP clauses are encoded (1940188 clauses, 184002714 bytes)
1395.13/1398.73	c 1398	16 (50%) CSP clauses are encoded (2386528 clauses, 227004276 bytes)
1577.93/1581.70	c 1581	20 (60%) CSP clauses are encoded (2729558 clauses, 259769031 bytes)
1585.22/1588.98	c 1589	23 (70%) CSP clauses are encoded (2797763 clauses, 267422620 bytes)
1592.41/1596.13	c 1596	26 (80%) CSP clauses are encoded (2865968 clauses, 275248546 bytes)
1599.60/1603.39	c 1603	29 (90%) CSP clauses are encoded (2934173 clauses, 283074472 bytes)
1606.91/1610.63	c 1610	32 (100%) CSP clauses are encoded (3002378 clauses, 290900398 bytes)
1606.91/1610.63	c 1610	32 CSP clauses encoded
1606.91/1610.63	c 1610	Writing map file : HOME/temp.map
1606.91/1610.64	c 1610	Heap : 254 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1606.91/1610.64	c 1610	SAT : 6300 SAT variables, 3002378 SAT clauses, 290900398 bytes
1606.91/1610.64	c 1610	Heap : 254 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1606.94/1610.74	c 1610	SOLVING HOME/temp.cnf
1606.94/1610.74	c 1610	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1805.52	c ERROR INTERRUPTED
1800.06/1805.55	s UNKNOWN
1800.06/1805.55	c 1805	CPU 1607.01 (0.05 0.01 1604.64 2.31)
1800.06/1805.55	c 1805	END Sun Jul 12 01:45:23 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-2071587-1247354118/watcher-2071587-1247354118 -o /tmp/evaluation-result-2071587-1247354118/solver-2071587-1247354118 -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-2071587-1247354118.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.16 2.17 2.23 4/81 20359
/proc/meminfo: memFree=1873624/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=12272 CPUtime=0
/proc/20359/stat : 20359 (sugar) R 20357 20359 19819 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 22476801 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 251293396673 0 0 4224 0 0 0 0 17 0 0 0
/proc/20359/statm: 3068 327 246 3 0 168 0

[startup+0.052069 s]
/proc/loadavg: 2.16 2.17 2.23 4/81 20359
/proc/meminfo: memFree=1873624/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=15948 CPUtime=0.04
/proc/20359/stat : 20359 (sugar) R 20357 20359 19819 0 -1 4194304 913 0 0 0 3 1 0 0 18 0 1 0 22476801 16330752 881 996147200 4194304 4206940 548682068608 18446744073709551615 251288140798 0 0 4224 0 0 0 0 17 0 0 0
/proc/20359/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.109976 s]
/proc/loadavg: 2.16 2.17 2.23 4/81 20359
/proc/meminfo: memFree=1873624/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.06
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30211 s]
/proc/loadavg: 2.16 2.17 2.23 4/81 20359
/proc/meminfo: memFree=1873624/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.06
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702149 s]
/proc/loadavg: 2.16 2.17 2.23 4/81 20359
/proc/meminfo: memFree=1873624/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1309 6761 0 1 5 1 27 4 15 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50125 s]
/proc/loadavg: 2.16 2.17 2.23 4/92 20381
/proc/meminfo: memFree=1853248/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1309 6761 0 1 5 1 27 4 15 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864360 CPUtime=1.04
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 12122 0 1 0 99 5 0 0 20 0 9 0 22476845 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216090 11194 2566 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864360 CPUtime=0.46
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 2909 0 1 0 45 1 0 0 25 0 9 0 22476846 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 103211054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864360 CPUtime=0.51
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 8201 0 0 0 49 2 0 0 17 0 9 0 22476847 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22476848 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864360 CPUtime=0.04
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22476850 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885104640 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886584

[startup+3.10145 s]
/proc/loadavg: 2.16 2.17 2.23 4/92 20381
/proc/meminfo: memFree=1811008/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1309 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864360 CPUtime=2.63
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 27746 0 1 0 252 11 0 0 20 0 9 0 22476845 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216090 26671 2566 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864360 CPUtime=0.96
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 3650 0 1 0 95 1 0 0 25 0 9 0 22476846 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4126523769 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864360 CPUtime=1.6
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 23084 0 0 0 152 8 0 0 16 0 9 0 22476847 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22476848 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864360 CPUtime=0.04
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22476850 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864360 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885104640 26671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886584

[startup+6.30285 s]
/proc/loadavg: 2.23 2.19 2.23 3/92 20381
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1310 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864472 CPUtime=5.81
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 56562 0 1 0 558 23 0 0 20 0 9 0 22476845 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216118 45091 2591 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864472 CPUtime=2.02
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 5087 0 1 0 200 2 0 0 25 0 9 0 22476846 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4126595370 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864472 CPUtime=3.69
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 50441 0 0 0 350 19 0 0 16 0 9 0 22476847 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864472 CPUtime=0.06
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 22476850 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885219328 45091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886696

[startup+12.7017 s]
/proc/loadavg: 2.21 2.18 2.23 3/92 20381
/proc/meminfo: memFree=1694592/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1310 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864472 CPUtime=12.18
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 57617 0 1 0 1194 24 0 0 20 0 9 0 22476845 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216118 46140 2591 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864472 CPUtime=8.35
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 5093 0 1 0 833 2 0 0 25 0 9 0 22476846 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4126540943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864472 CPUtime=3.73
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 51490 0 0 0 353 20 0 0 16 0 9 0 22476847 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864472 CPUtime=0.06
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 22476850 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885219328 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886696

[startup+25.5023 s]
/proc/loadavg: 2.16 2.17 2.23 3/92 20381
/proc/meminfo: memFree=1690688/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1310 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864472 CPUtime=24.91
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 58596 0 1 0 2467 24 0 0 20 0 9 0 22476845 885219328 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216118 47113 2591 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864472 CPUtime=21.04
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 5099 0 1 0 2102 2 0 0 25 0 9 0 22476846 885219328 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4126600922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864472 CPUtime=3.77
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 52463 0 0 0 357 20 0 0 16 0 9 0 22476847 885219328 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0

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

[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864472 CPUtime=0.09
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 341 0 0 0 8 1 0 0 16 0 9 0 22476850 885219328 81216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885219328 81216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.68
Current children cumulated vsize (KiB) 886696

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.06 3/93 20508
/proc/meminfo: memFree=1314288/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1310 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864472 CPUtime=1538.29
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 136734 0 1 0 153636 193 0 0 20 0 9 0 22476845 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216118 81290 2590 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864472 CPUtime=1524.47
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 6203 0 1 0 152315 132 0 0 25 0 9 0 22476846 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4126595344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864472 CPUtime=13.7
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 129491 0 0 0 1311 59 0 0 16 0 9 0 22476847 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864472 CPUtime=0.09
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 341 0 0 0 8 1 0 0 16 0 9 0 22476850 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885219328 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.66
Current children cumulated vsize (KiB) 886696

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/93 20508
/proc/meminfo: memFree=1275120/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=0.37
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1310 6761 0 1 5 1 27 4 16 0 1 0 22476801 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1111 409 3 0 796 0
[pid=20372] ppid=20359 vsize=5356 CPUtime=0
/proc/20372/stat : 20372 (sh) S 20359 20359 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476845 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20372/statm: 1339 233 193 169 0 50 0
[pid=20373] ppid=20372 vsize=864472 CPUtime=1598.24
/proc/20373/stat : 20373 (java) S 20372 20359 19819 0 -1 0 136873 0 1 0 159608 216 0 0 20 0 9 0 22476845 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20373/statm: 216118 81291 2590 9 0 210595 0
[pid=20373/tid=20374] ppid=20372 vsize=864472 CPUtime=1583.75
/proc/20373/task/20374/stat : 20374 (java) R 20372 20359 19819 0 -1 64 6342 0 1 0 158221 154 0 0 25 0 9 0 22476846 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4126595463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20375] ppid=20372 vsize=864472 CPUtime=14.38
/proc/20373/task/20375/stat : 20375 (java) S 20372 20359 19819 0 -1 64 129491 0 0 0 1378 60 0 0 16 0 9 0 22476847 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20376] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20376/stat : 20376 (java) S 20372 20359 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20377] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20377/stat : 20377 (java) S 20372 20359 19819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476848 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20378] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20378/stat : 20378 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20379] ppid=20372 vsize=864472 CPUtime=0.09
/proc/20373/task/20379/stat : 20379 (java) S 20372 20359 19819 0 -1 64 341 0 0 0 8 1 0 0 16 0 9 0 22476850 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20380] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20380/stat : 20380 (java) S 20372 20359 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22476850 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20373/tid=20381] ppid=20372 vsize=864472 CPUtime=0
/proc/20373/task/20381/stat : 20381 (java) S 20372 20359 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476850 885219328 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.61
Current children cumulated vsize (KiB) 886696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/85 20510
/proc/meminfo: memFree=1468336/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=1607
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1365 143976 0 2 5 1 160463 231 16 0 1 0 22476801 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1113 409 3 0 796 0
[pid=20509] ppid=20359 vsize=5356 CPUtime=0
/proc/20509/stat : 20509 (sh) S 20359 20359 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22637875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20509/statm: 1339 232 193 169 0 50 0
[pid=20510] ppid=20509 vsize=116792 CPUtime=51.1
/proc/20510/stat : 20510 (picosat) R 20509 20359 19819 0 -1 4194304 28274 0 0 0 2460 2650 0 0 25 0 1 0 22637876 119595008 28260 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/20510/statm: 29198 28260 40 102 0 29093 0
Current children cumulated CPU time (s) 1658.1
Current children cumulated vsize (KiB) 139016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/85 20510
/proc/meminfo: memFree=1338352/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=1607
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1365 143976 0 2 5 1 160463 231 16 0 1 0 22476801 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1113 409 3 0 796 0
[pid=20509] ppid=20359 vsize=5356 CPUtime=0
/proc/20509/stat : 20509 (sh) S 20359 20359 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22637875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20509/statm: 1339 232 193 169 0 50 0
[pid=20510] ppid=20509 vsize=250120 CPUtime=110.59
/proc/20510/stat : 20510 (picosat) R 20509 20359 19819 0 -1 4194304 60955 0 0 0 5338 5721 0 0 25 0 1 0 22637876 256122880 60941 996147200 134512640 134931368 4294956256 18446744073709551615 134548592 0 0 4096 0 0 0 0 17 1 0 0
/proc/20510/statm: 62530 60941 40 102 0 62425 0
Current children cumulated CPU time (s) 1717.59
Current children cumulated vsize (KiB) 272344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 20510
/proc/meminfo: memFree=1302704/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=1607
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1365 143976 0 2 5 1 160463 231 16 0 1 0 22476801 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1113 409 3 0 796 0
[pid=20509] ppid=20359 vsize=5356 CPUtime=0
/proc/20509/stat : 20509 (sh) S 20359 20359 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22637875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20509/statm: 1339 232 193 169 0 50 0
[pid=20510] ppid=20509 vsize=282468 CPUtime=170.07
/proc/20510/stat : 20510 (picosat) R 20509 20359 19819 0 -1 4194304 69375 0 0 0 10492 6515 0 0 25 0 1 0 22637876 289247232 69360 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20510/statm: 70617 69360 42 102 0 70512 0
Current children cumulated CPU time (s) 1777.07
Current children cumulated vsize (KiB) 304692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 20510
/proc/meminfo: memFree=1301936/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=1607
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1365 143976 0 2 5 1 160463 231 16 0 1 0 22476801 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1113 409 3 0 796 0
[pid=20509] ppid=20359 vsize=5356 CPUtime=0
/proc/20509/stat : 20509 (sh) S 20359 20359 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22637875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20509/statm: 1339 232 193 169 0 50 0
[pid=20510] ppid=20509 vsize=282864 CPUtime=193.06
/proc/20510/stat : 20510 (picosat) R 20509 20359 19819 0 -1 4194304 69489 0 0 0 12791 6515 0 0 25 0 1 0 22637876 289652736 69474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20510/statm: 70716 69474 42 102 0 70611 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 305088

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 20510
/proc/meminfo: memFree=1301936/2055920 swapFree=4192812/4192956
[pid=20359] ppid=20357 vsize=16868 CPUtime=1607
/proc/20359/stat : 20359 (sugar) S 20357 20359 19819 0 -1 4194304 1365 143976 0 2 5 1 160463 231 16 0 1 0 22476801 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20359/statm: 4217 1113 409 3 0 796 0
[pid=20509] ppid=20359 vsize=5356 CPUtime=0
/proc/20509/stat : 20509 (sh) S 20359 20359 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22637875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20509/statm: 1339 232 193 169 0 50 0
[pid=20510] ppid=20509 vsize=282864 CPUtime=193.06
/proc/20510/stat : 20510 (picosat) R 20509 20359 19819 0 -1 4194304 69489 0 0 0 12791 6515 0 0 25 0 1 0 22637876 289652736 69474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20510/statm: 70716 69474 42 102 0 70611 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 305088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20359 and gives
#  childrusage.ru_utime.tv_sec=1604
#  childrusage.ru_utime.tv_usec=697048
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=339644
# CPU time returned by wait4() is 1607.04
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.55
CPU time (s): 1800.06
CPU user time (s): 1732.59
CPU system time (s): 67.47
CPU usage (%): 99.6957
Max. virtual memory (cumulated for all children) (KiB): 912560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1604.7
system time used= 2.33964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145735
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= 45463
involuntary context switches= 59611

runsolver used 2.32565 second user time and 5.76112 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 01:15:18
IDJOB=2071587
IDBENCH=55508
IDSOLVER=738
FILE ID=node92/2071587-1247354118
PBS_JOBID= 9506858
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.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-2071587-1247354118/watcher-2071587-1247354118 -o /tmp/evaluation-result-2071587-1247354118/solver-2071587-1247354118 -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-2071587-1247354118.xml

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

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=2019070512

node92.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.216
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.216
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:       1874104 kB
Buffers:          5812 kB
Cached:          42876 kB
SwapCached:          0 kB
Active:         122604 kB
Inactive:        10408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:         100996 kB
Slab:            33952 kB
Committed_AS:   891240 kB
PageTables:       2028 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= 66252 MiB
End job on node92 at 2009-07-12 01:45:25