Trace number 2077560

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 1849.03

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-02.xml
MD5SUM4a2819ff550e7cc1f6156e6c5b327d2b
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 benchmark3.83542
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints1757
Maximum constraint arity28
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1639
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:20:19 2009
0.00/0.07	c 0	PID 19915
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077560-1247365219.xml TO HOME/temp.csp
0.00/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-2077560-1247365219.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 296 variables, 8 predicates, 8 relations, 1757 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.72/0.83	c 1	Parsing HOME/temp.csp
1.05/1.16	c 1	parsed 2070 expressions
1.05/1.17	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.17	c 1	Converting to clausal form CSP
1.05/1.19	c 1	converted 207 (10%) expressions
2.55/2.65	c 2	converted 414 (20%) expressions
4.14/4.30	c 4	converted 621 (30%) expressions
4.24/4.37	c 4	converted 828 (40%) expressions
4.24/4.39	c 4	converted 1035 (50%) expressions
4.34/4.46	c 4	converted 1242 (60%) expressions
4.45/4.54	c 4	converted 1449 (70%) expressions
4.54/4.60	c 4	converted 1656 (80%) expressions
4.54/4.62	c 4	converted 1863 (90%) expressions
4.54/4.69	c 4	converted 2070 (100%) expressions
4.54/4.69	c 4	CSP : 296 integers, 0 booleans, 1757 clauses, largest domain size 26
4.54/4.69	c 4	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.54/4.69	c 4	Propagation in CSP
4.64/4.70	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.64/4.70	c 5	CSP : 296 integers, 0 booleans, 1757 clauses, largest domain size 26
4.64/4.70	c 5	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.64/4.71	c 5	Simplifing CSP by introducing new Boolean variables
4.64/4.78	c 5	CSP : 296 integers, 14484 booleans, 16241 clauses, largest domain size 26
4.64/4.78	c 5	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.23/5.34	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.23/5.37	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.23/5.38	c 5	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
5.23/5.38	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
5.23/5.38	c 5	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
5.23/5.38	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.23/5.38	c 5	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
5.23/5.38	c 5	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
5.23/5.38	c 5	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
5.23/5.38	c 5	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
5.23/5.38	c 5	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
199.87/210.51	c 210	1625 (10%) CSP clauses are encoded (1644436 clauses, 79892416 bytes)
199.87/210.60	c 210	3249 (20%) CSP clauses are encoded (1682160 clauses, 80576170 bytes)
199.95/210.67	c 210	4873 (30%) CSP clauses are encoded (1719859 clauses, 81317357 bytes)
200.06/210.76	c 211	6497 (40%) CSP clauses are encoded (1757583 clauses, 82061353 bytes)
216.83/229.33	c 229	8121 (50%) CSP clauses are encoded (1858603 clauses, 86840780 bytes)
232.67/246.62	c 246	9745 (60%) CSP clauses are encoded (1959723 clauses, 91613785 bytes)
232.75/246.70	c 247	11369 (70%) CSP clauses are encoded (1998272 clauses, 92340195 bytes)
232.75/246.78	c 247	12993 (80%) CSP clauses are encoded (2036796 clauses, 93089980 bytes)
238.28/252.62	c 252	14617 (90%) CSP clauses are encoded (2123702 clauses, 97871868 bytes)
240.41/254.86	c 255	16241 (100%) CSP clauses are encoded (2191329 clauses, 101213273 bytes)
240.41/254.86	c 255	16241 CSP clauses encoded
240.41/254.86	c 255	Writing map file : HOME/temp.map
240.41/254.88	c 255	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
240.41/254.88	c 255	SAT : 21884 SAT variables, 2191329 SAT clauses, 101213273 bytes
240.41/254.88	c 255	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
240.48/254.93	c 255	SOLVING HOME/temp.cnf
240.48/254.93	c 255	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1849.02	c ERROR INTERRUPTED
1800.09/1849.03	s UNKNOWN
1800.09/1849.03	c 1849	CPU 240.53 (0.06 0.01 239.35 1.11)
1800.09/1849.03	c 1849	END Sun Jul 12 04:51:08 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-2077560-1247365219/watcher-2077560-1247365219 -o /tmp/evaluation-result-2077560-1247365219/solver-2077560-1247365219 -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-2077560-1247365219.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.18 2.08 2.01 4/83 19915
/proc/meminfo: memFree=1346576/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=18576 CPUtime=0
/proc/19915/stat : 19915 (runsolver) R 19913 19915 19878 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23587456 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234045893927 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19915/statm: 4644 284 249 26 0 2626 0

[startup+0.101852 s]
/proc/loadavg: 2.18 2.08 2.01 4/83 19915
/proc/meminfo: memFree=1346576/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.06
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201861 s]
/proc/loadavg: 2.18 2.08 2.01 4/83 19915
/proc/meminfo: memFree=1346576/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.06
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301878 s]
/proc/loadavg: 2.18 2.08 2.01 4/83 19915
/proc/meminfo: memFree=1346576/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.06
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701911 s]
/proc/loadavg: 2.18 2.08 2.01 4/83 19915
/proc/meminfo: memFree=1346576/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.06
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.18 2.08 2.01 4/94 19937
/proc/meminfo: memFree=1330936/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.72
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1309 7995 0 1 5 1 61 5 15 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
[pid=19928] ppid=19915 vsize=5356 CPUtime=0
/proc/19928/stat : 19928 (sh) S 19915 19915 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23587532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19928/statm: 1339 233 193 169 0 50 0
[pid=19929] ppid=19928 vsize=864252 CPUtime=0.73
/proc/19929/stat : 19929 (java) S 19928 19915 19878 0 -1 0 8459 0 1 0 69 4 0 0 18 0 9 0 23587532 884994048 7728 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19929/statm: 216063 7730 2566 9 0 210568 0
[pid=19929/tid=19930] ppid=19928 vsize=864252 CPUtime=0.4
/proc/19929/task/19930/stat : 19930 (java) R 19928 19915 19878 0 -1 64 2651 0 1 0 40 0 0 0 18 0 9 0 23587533 884994048 7731 996147200 134512640 134550932 4294955936 18446744073709551615 4126529270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19931] ppid=19928 vsize=864252 CPUtime=0.27
/proc/19929/task/19931/stat : 19931 (java) S 19928 19915 19878 0 -1 64 4795 0 0 0 25 2 0 0 16 0 9 0 23587534 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19932] ppid=19928 vsize=864252 CPUtime=0
/proc/19929/task/19932/stat : 19932 (java) S 19928 19915 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23587534 884994048 7733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19933] ppid=19928 vsize=864252 CPUtime=0
/proc/19929/task/19933/stat : 19933 (java) S 19928 19915 19878 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23587534 884994048 7734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19934] ppid=19928 vsize=864252 CPUtime=0
/proc/19929/task/19934/stat : 19934 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23587536 884994048 7736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19935] ppid=19928 vsize=864252 CPUtime=0.03
/proc/19929/task/19935/stat : 19935 (java) S 19928 19915 19878 0 -1 64 313 0 0 0 3 0 0 0 16 0 9 0 23587536 884994048 7737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19936] ppid=19928 vsize=864252 CPUtime=0
/proc/19929/task/19936/stat : 19936 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23587536 884994048 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19937] ppid=19928 vsize=864252 CPUtime=0
/proc/19929/task/19937/stat : 19937 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23587536 884994048 7740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886476

[startup+3.10216 s]
/proc/loadavg: 2.18 2.08 2.01 3/94 19937
/proc/meminfo: memFree=1296120/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.72
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1309 7995 0 1 5 1 61 5 16 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
[pid=19928] ppid=19915 vsize=5356 CPUtime=0
/proc/19928/stat : 19928 (sh) S 19915 19915 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23587532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19928/statm: 1339 233 193 169 0 50 0
[pid=19929] ppid=19928 vsize=868572 CPUtime=2.32
/proc/19929/stat : 19929 (java) S 19928 19915 19878 0 -1 0 20967 0 1 0 223 9 0 0 18 0 9 0 23587532 889417728 20176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19929/statm: 217143 20177 2566 9 0 211648 0
[pid=19929/tid=19930] ppid=19928 vsize=868572 CPUtime=1.05
/proc/19929/task/19930/stat : 19930 (java) R 19928 19915 19878 0 -1 64 3244 0 1 0 104 1 0 0 25 0 9 0 23587533 889417728 20177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19931] ppid=19928 vsize=868572 CPUtime=1.12
/proc/19929/task/19931/stat : 19931 (java) R 19928 19915 19878 0 -1 64 15543 0 0 0 106 6 0 0 16 0 9 0 23587534 889417728 20179 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19932] ppid=19928 vsize=868572 CPUtime=0
/proc/19929/task/19932/stat : 19932 (java) S 19928 19915 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23587534 889417728 20180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19933] ppid=19928 vsize=868572 CPUtime=0
/proc/19929/task/19933/stat : 19933 (java) S 19928 19915 19878 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23587534 889417728 20181 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19934] ppid=19928 vsize=868572 CPUtime=0
/proc/19929/task/19934/stat : 19934 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23587536 889417728 20182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19935] ppid=19928 vsize=868572 CPUtime=0.12
/proc/19929/task/19935/stat : 19935 (java) S 19928 19915 19878 0 -1 64 1480 0 0 0 12 0 0 0 16 0 9 0 23587536 889417728 20183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19936] ppid=19928 vsize=868572 CPUtime=0
/proc/19929/task/19936/stat : 19936 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23587536 889417728 20184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19937] ppid=19928 vsize=868572 CPUtime=0
/proc/19929/task/19937/stat : 19937 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23587536 889417728 20185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890796

[startup+6.3015 s]
/proc/loadavg: 2.24 2.10 2.02 3/94 19937
/proc/meminfo: memFree=1213240/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.73
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1310 7995 0 1 6 1 61 5 15 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
[pid=19928] ppid=19915 vsize=5356 CPUtime=0
/proc/19928/stat : 19928 (sh) S 19915 19915 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23587532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19928/statm: 1339 233 193 169 0 50 0
[pid=19929] ppid=19928 vsize=868768 CPUtime=5.5
/proc/19929/stat : 19929 (java) S 19928 19915 19878 0 -1 0 34522 0 1 0 534 16 0 0 18 0 9 0 23587532 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19929/statm: 217192 33624 2592 9 0 211669 0
[pid=19929/tid=19930] ppid=19928 vsize=868768 CPUtime=2.63
/proc/19929/task/19930/stat : 19930 (java) R 19928 19915 19878 0 -1 64 4134 0 1 0 261 2 0 0 25 0 9 0 23587533 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4126958800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19931] ppid=19928 vsize=868768 CPUtime=2.65
/proc/19929/task/19931/stat : 19931 (java) S 19928 19915 19878 0 -1 64 28146 0 0 0 253 12 0 0 16 0 9 0 23587534 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19932] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19932/stat : 19932 (java) S 19928 19915 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19933] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19933/stat : 19933 (java) S 19928 19915 19878 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19934] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19934/stat : 19934 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23587536 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19935] ppid=19928 vsize=868768 CPUtime=0.19
/proc/19929/task/19935/stat : 19935 (java) S 19928 19915 19878 0 -1 64 1539 0 0 0 19 0 0 0 15 0 9 0 23587536 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19936] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19936/stat : 19936 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23587536 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19937] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19937/stat : 19937 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23587536 889618432 33624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890992

[startup+12.7022 s]
/proc/loadavg: 2.22 2.09 2.02 4/94 19937
/proc/meminfo: memFree=1197048/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.73
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1310 7995 0 1 6 1 61 5 15 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
[pid=19928] ppid=19915 vsize=5356 CPUtime=0
/proc/19928/stat : 19928 (sh) S 19915 19915 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23587532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19928/statm: 1339 233 193 169 0 50 0
[pid=19929] ppid=19928 vsize=868768 CPUtime=11.87
/proc/19929/stat : 19929 (java) S 19928 19915 19878 0 -1 0 34905 0 1 0 1166 21 0 0 18 0 9 0 23587532 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19929/statm: 217192 33955 2592 9 0 211669 0
[pid=19929/tid=19930] ppid=19928 vsize=868768 CPUtime=8.82
/proc/19929/task/19930/stat : 19930 (java) R 19928 19915 19878 0 -1 64 4186 0 1 0 876 6 0 0 25 0 9 0 23587533 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4126958885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19931] ppid=19928 vsize=868768 CPUtime=2.81
/proc/19929/task/19931/stat : 19931 (java) S 19928 19915 19878 0 -1 64 28472 0 0 0 269 12 0 0 16 0 9 0 23587534 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19932] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19932/stat : 19932 (java) S 19928 19915 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19933] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19933/stat : 19933 (java) S 19928 19915 19878 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19934] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19934/stat : 19934 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23587536 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19935] ppid=19928 vsize=868768 CPUtime=0.2
/proc/19929/task/19935/stat : 19935 (java) S 19928 19915 19878 0 -1 64 1544 0 0 0 20 0 0 0 16 0 9 0 23587536 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19936] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19936/stat : 19936 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23587536 889618432 33955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19937] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19937/stat : 19937 (java) S 19928 19915 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23587536 889618432 33955 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) 890992

[startup+25.5025 s]
/proc/loadavg: 2.25 2.10 2.02 3/94 19937
/proc/meminfo: memFree=1161976/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=0.73
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1310 7995 0 1 6 1 61 5 15 0 1 0 23587456 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1111 409 3 0 796 0
[pid=19928] ppid=19915 vsize=5356 CPUtime=0
/proc/19928/stat : 19928 (sh) S 19915 19915 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23587532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19928/statm: 1339 233 193 169 0 50 0
[pid=19929] ppid=19928 vsize=868768 CPUtime=24.6
/proc/19929/stat : 19929 (java) S 19928 19915 19878 0 -1 0 37717 0 1 0 2431 29 0 0 18 0 9 0 23587532 889618432 36693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19929/statm: 217192 36693 2592 9 0 211669 0
[pid=19929/tid=19930] ppid=19928 vsize=868768 CPUtime=21.19
/proc/19929/task/19930/stat : 19930 (java) R 19928 19915 19878 0 -1 64 4260 0 1 0 2106 13 0 0 25 0 9 0 23587533 889618432 36693 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19931] ppid=19928 vsize=868768 CPUtime=3.18
/proc/19929/task/19931/stat : 19931 (java) S 19928 19915 19878 0 -1 64 31210 0 0 0 304 14 0 0 16 0 9 0 23587534 889618432 36693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19932] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19932/stat : 19932 (java) S 19928 19915 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 36693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19933] ppid=19928 vsize=868768 CPUtime=0
/proc/19929/task/19933/stat : 19933 (java) S 19928 19915 19878 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23587534 889618432 36693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19929/tid=19934] ppid=19928 vsize=868768 CPUtime=0

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

/proc/meminfo: memFree=900888/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=143016 CPUtime=1134.99
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 35240 0 0 0 111182 2317 0 0 25 0 1 0 23612950 146448384 33624 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 35754 33624 48 102 0 35649 0
Current children cumulated CPU time (s) 1375.52
Current children cumulated vsize (KiB) 165240

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.15 3/78 22538
/proc/meminfo: memFree=899608/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=143808 CPUtime=1194.69
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 35649 0 0 0 117151 2318 0 0 25 0 1 0 23612950 147259392 33847 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 35952 33847 48 102 0 35847 0
Current children cumulated CPU time (s) 1435.22
Current children cumulated vsize (KiB) 166032

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.14 3/78 22538
/proc/meminfo: memFree=898904/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=143808 CPUtime=1254.41
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 35649 0 0 0 123122 2319 0 0 25 0 1 0 23612950 147259392 33847 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 35952 33847 48 102 0 35847 0
Current children cumulated CPU time (s) 1494.94
Current children cumulated vsize (KiB) 166032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/78 22538
/proc/meminfo: memFree=898840/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=143808 CPUtime=1314.11
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 35847 0 0 0 129092 2319 0 0 25 0 1 0 23612950 147259392 33855 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 35952 33855 48 102 0 35847 0
Current children cumulated CPU time (s) 1554.64
Current children cumulated vsize (KiB) 166032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/78 22538
/proc/meminfo: memFree=898776/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=143808 CPUtime=1373.81
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 35847 0 0 0 135062 2319 0 0 25 0 1 0 23612950 147259392 33855 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 35952 33855 48 102 0 35847 0
Current children cumulated CPU time (s) 1614.34
Current children cumulated vsize (KiB) 166032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/78 22538
/proc/meminfo: memFree=898136/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=144468 CPUtime=1433.51
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 36226 0 0 0 141032 2319 0 0 25 0 1 0 23612950 147935232 34028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 36117 34028 48 102 0 36012 0
Current children cumulated CPU time (s) 1674.04
Current children cumulated vsize (KiB) 166692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/78 22538
/proc/meminfo: memFree=897752/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=144468 CPUtime=1493.21
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 36226 0 0 0 147002 2319 0 0 25 0 1 0 23612950 147935232 34028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 36117 34028 48 102 0 36012 0
Current children cumulated CPU time (s) 1733.74
Current children cumulated vsize (KiB) 166692

[startup+1842.3 s]
/proc/loadavg: 1.93 1.98 2.08 3/85 22582
/proc/meminfo: memFree=1225624/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=145524 CPUtime=1552.89
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 36735 0 0 0 152969 2320 0 0 25 0 1 0 23612950 149016576 34324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 36381 34324 48 102 0 36276 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (KiB) 167748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1849 s]
/proc/loadavg: 1.94 1.98 2.08 3/85 22582
/proc/meminfo: memFree=1225504/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=145524 CPUtime=1559.56
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 36735 0 0 0 153636 2320 0 0 25 0 1 0 23612950 149016576 34324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 36381 34324 48 102 0 36276 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 167748

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

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

[startup+1849 s]
/proc/loadavg: 1.94 1.98 2.08 3/85 22582
/proc/meminfo: memFree=1225504/2055920 swapFree=4192956/4192956
[pid=19915] ppid=19913 vsize=16868 CPUtime=240.53
/proc/19915/stat : 19915 (sugar) S 19913 19915 19878 0 -1 4194304 1365 78569 0 2 6 1 23935 111 16 0 1 0 23587456 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19915/statm: 4217 1113 409 3 0 796 0
[pid=31704] ppid=19915 vsize=5356 CPUtime=0
/proc/31704/stat : 31704 (sh) S 19915 19915 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612950 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31704/statm: 1339 232 193 169 0 50 0
[pid=31705] ppid=31704 vsize=145524 CPUtime=1559.56
/proc/31705/stat : 31705 (picosat) R 31704 19915 19878 0 -1 4194304 36735 0 0 0 153636 2320 0 0 25 0 1 0 23612950 149016576 34324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31705/statm: 36381 34324 48 102 0 36276 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 167748

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19915 and gives
#  childrusage.ru_utime.tv_sec=239
#  childrusage.ru_utime.tv_usec=417602
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=128828
# CPU time returned by wait4() is 240.546
# 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): 1849.03
CPU time (s): 1800.09
CPU user time (s): 1775.77
CPU system time (s): 24.32
CPU usage (%): 97.3531
Max. virtual memory (cumulated for all children) (KiB): 911484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.418
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80328
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= 13962
involuntary context switches= 24355

runsolver used 2.49362 second user time and 5.98809 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 04:20:19
IDJOB=2077560
IDBENCH=56617
IDSOLVER=738
FILE ID=node79/2077560-1247365219
PBS_JOBID= 9507092
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 4a2819ff550e7cc1f6156e6c5b327d2b
RANDOM SEED=336011616

node79.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.229
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.229
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:       1347120 kB
Buffers:         71844 kB
Cached:         372536 kB
SwapCached:          0 kB
Active:         317740 kB
Inactive:       317872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15312 kB
Writeback:           0 kB
Mapped:         212472 kB
Slab:            57880 kB
Committed_AS:   473760 kB
PageTables:       2304 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= 66348 MiB
End job on node79 at 2009-07-12 04:51:10