Trace number 2077065

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.13 1810.66

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-17_ext.xml
MD5SUMc908ca0991ba4da695cfd4e3773b0856
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 benchmark4.02039
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:48:23 2009
0.00/0.08	c 0	PID 22174
0.07/0.08	c 0	HOST node35.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2077065-1247363303.xml TO HOME/temp.csp
0.07/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-2077065-1247363303.xml' 'HOME/temp.csp'
0.96/1.02	c 1	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.96/1.08	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	c 2	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.99/1.16	c 2	Parsing HOME/temp.csp
0.99/1.76	c 2	parsed 254 expressions
0.99/1.77	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.77	c 2	Converting to clausal form CSP
0.99/1.79	c 2	converted 26 (10%) expressions
0.99/1.80	c 2	converted 51 (20%) expressions
0.99/1.80	c 2	converted 77 (30%) expressions
0.99/1.80	c 2	converted 102 (40%) expressions
0.99/1.80	c 2	converted 127 (50%) expressions
0.99/1.80	c 2	converted 153 (60%) expressions
0.99/1.80	c 2	converted 178 (70%) expressions
0.99/1.80	c 2	converted 204 (80%) expressions
6.73/6.91	c 7	converted 229 (90%) expressions
18.41/18.73	c 19	converted 254 (100%) expressions
18.41/18.73	c 19	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
18.41/18.73	c 19	Heap : 424 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.41/18.73	c 19	Propagation in CSP
18.41/18.73	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.41/18.73	c 19	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
18.41/18.73	c 19	Heap : 424 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.41/18.73	c 19	Simplifing CSP by introducing new Boolean variables
18.41/18.73	c 19	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
18.41/18.73	c 19	Heap : 424 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.68/21.06	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.68/21.08	c 21	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
20.68/21.08	c 22	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
20.68/21.09	c 22	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
20.68/21.09	c 22	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
20.68/21.09	c 22	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
20.68/21.09	c 22	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
20.68/21.09	c 22	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
20.68/21.09	c 22	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
20.68/21.09	c 22	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
20.68/21.09	c 22	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
1800.01/1810.53	c ERROR INTERRUPTED
1800.13/1810.65	s UNKNOWN
1800.13/1810.65	c 1811	CPU 0.99 (0.05 0.02 0.84 0.08)
1800.13/1810.65	c 1811	END Sun Jul 12 04:18:34 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-2077065-1247363303/watcher-2077065-1247363303 -o /tmp/evaluation-result-2077065-1247363303/solver-2077065-1247363303 -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-2077065-1247363303.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.28 2.28 2.11 4/73 22174
/proc/meminfo: memFree=1746888/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=12000 CPUtime=0
/proc/22174/stat : 22174 (sugar) R 22172 22174 21537 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 23396735 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 266152737536 0 0 4224 0 0 0 0 17 1 0 0
/proc/22174/statm: 3000 178 139 3 0 100 0

[startup+0.0824309 s]
/proc/loadavg: 2.28 2.28 2.11 4/73 22174
/proc/meminfo: memFree=1746888/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16740 CPUtime=0.07
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23396735 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101776 s]
/proc/loadavg: 2.28 2.28 2.11 4/73 22174
/proc/meminfo: memFree=1746888/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.07
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301801 s]
/proc/loadavg: 2.28 2.28 2.11 4/73 22174
/proc/meminfo: memFree=1746888/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.07
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701842 s]
/proc/loadavg: 2.28 2.28 2.11 4/73 22174
/proc/meminfo: memFree=1746888/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.07
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.33 2.29 2.11 4/84 22186
/proc/meminfo: memFree=1708400/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1309 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10211 s]
/proc/loadavg: 2.33 2.29 2.11 4/84 22196
/proc/meminfo: memFree=1714224/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1309 12449 0 1 5 2 84 8 15 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864396 CPUtime=1.97
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 17034 0 1 0 187 10 0 0 18 0 9 0 23396844 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216099 15345 2566 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864396 CPUtime=0.83
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 3155 0 1 0 80 3 0 0 25 0 9 0 23396845 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4126519864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864396 CPUtime=1.08
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 12864 0 0 0 102 6 0 0 18 0 9 0 23396846 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864396 CPUtime=0.04
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23396848 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885141504 15345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 886620

[startup+6.30147 s]
/proc/loadavg: 2.33 2.29 2.11 4/84 22196
/proc/meminfo: memFree=1617456/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1309 12449 0 1 5 2 84 8 15 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=885888 CPUtime=5.14
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 46836 0 1 0 490 24 0 0 18 0 9 0 23396844 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 221472 39434 2567 9 0 215977 0
[pid=22188/tid=22189] ppid=22187 vsize=885888 CPUtime=1.76
/proc/22188/task/22189/stat : 22189 (java) S 22187 22174 21537 0 -1 64 3643 0 1 0 173 3 0 0 25 0 9 0 23396845 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22190] ppid=22187 vsize=885888 CPUtime=3.31
/proc/22188/task/22190/stat : 22190 (java) R 22187 22174 21537 0 -1 64 42178 0 0 0 312 19 0 0 23 0 9 0 23396846 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 103733025 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22191] ppid=22187 vsize=885888 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=885888 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=885888 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=885888 CPUtime=0.04
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23396848 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22195] ppid=22187 vsize=885888 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=885888 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 907149312 39434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908112

[startup+12.7022 s]
/proc/loadavg: 2.28 2.28 2.11 3/84 22196
/proc/meminfo: memFree=1456304/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1309 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1111 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864396 CPUtime=11.48
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 103484 0 1 0 1098 50 0 0 18 0 9 0 23396844 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216099 80072 2567 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864396 CPUtime=4.37
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 5730 0 1 0 433 4 0 0 16 0 9 0 23396845 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 102524029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864396 CPUtime=7.04
/proc/22188/task/22190/stat : 22190 (java) R 22187 22174 21537 0 -1 64 96739 0 0 0 660 44 0 0 25 0 9 0 23396846 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864396 CPUtime=0.04
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23396848 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864396 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885141504 80072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886620

[startup+25.5026 s]
/proc/loadavg: 2.24 2.27 2.11 3/84 22196
/proc/meminfo: memFree=1249008/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=24.15
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 165751 0 1 0 2336 79 0 0 18 0 9 0 23396844 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 126198 2591 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864508 CPUtime=10.6
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 8385 0 1 0 1055 5 0 0 25 0 9 0 23396845 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4126574727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864508 CPUtime=13.44
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 156329 0 0 0 1272 72 0 0 16 0 9 0 23396846 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.08
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23396848 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 126198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 886732

[startup+51.1024 s]
/proc/loadavg: 2.16 2.25 2.10 3/84 22196
/proc/meminfo: memFree=1232176/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=49.51
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 169018 0 1 0 4871 80 0 0 18 0 9 0 23396844 885256192 129457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 129457 2591 9 0 210604 0

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

[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.09
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 886732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.11 3/93 22745
/proc/meminfo: memFree=862056/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=1650.87
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 193109 0 1 0 164967 120 0 0 18 0 9 0 23396844 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 153461 2591 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864508 CPUtime=1635.71
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 8481 0 1 0 163536 35 0 0 25 0 9 0 23396845 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864508 CPUtime=15.02
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 183583 0 0 0 1420 82 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.09
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.86
Current children cumulated vsize (KiB) 886732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.10 3/93 22745
/proc/meminfo: memFree=846632/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=1710.84
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 193109 0 1 0 170964 120 0 0 18 0 9 0 23396844 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 153461 2591 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864508 CPUtime=1695.69
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 8481 0 1 0 169534 35 0 0 25 0 9 0 23396845 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4126594400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864508 CPUtime=15.02
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 183583 0 0 0 1420 82 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.09
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.83
Current children cumulated vsize (KiB) 886732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.09 3/93 22745
/proc/meminfo: memFree=839976/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=1770.82
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 193109 0 1 0 176962 120 0 0 18 0 9 0 23396844 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 153461 2591 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864508 CPUtime=1755.67
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 8481 0 1 0 175532 35 0 0 25 0 9 0 23396845 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4126574837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864508 CPUtime=15.02
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 183583 0 0 0 1420 82 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.09
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 886732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.03 2.09 3/93 22745
/proc/meminfo: memFree=840104/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1311 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=5356 CPUtime=0
/proc/22187/stat : 22187 (sh) S 22174 22174 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396844 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22187/statm: 1339 233 193 169 0 50 0
[pid=22188] ppid=22187 vsize=864508 CPUtime=1799.02
/proc/22188/stat : 22188 (java) S 22187 22174 21537 0 -1 0 193109 0 1 0 179782 120 0 0 18 0 9 0 23396844 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22188/statm: 216127 153461 2591 9 0 210604 0
[pid=22188/tid=22189] ppid=22187 vsize=864508 CPUtime=1783.86
/proc/22188/task/22189/stat : 22189 (java) R 22187 22174 21537 0 -1 64 8481 0 1 0 178351 35 0 0 25 0 9 0 23396845 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4126594424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22190] ppid=22187 vsize=864508 CPUtime=15.02
/proc/22188/task/22190/stat : 22190 (java) S 22187 22174 21537 0 -1 64 183583 0 0 0 1420 82 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22191] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22191/stat : 22191 (java) S 22187 22174 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22192] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22192/stat : 22192 (java) S 22187 22174 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23396846 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22193] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22193/stat : 22193 (java) S 22187 22174 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22194] ppid=22187 vsize=864508 CPUtime=0.09
/proc/22188/task/22194/stat : 22194 (java) S 22187 22174 21537 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22188/tid=22195] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22195/stat : 22195 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22188/tid=22196] ppid=22187 vsize=864508 CPUtime=0
/proc/22188/task/22196/stat : 22196 (java) S 22187 22174 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396848 885256192 153461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 886732

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

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

[startup+1810.63 s]
/proc/loadavg: 2.00 2.03 2.09 3/93 22745
/proc/meminfo: memFree=840104/2055920 swapFree=4192812/4192956
[pid=22174] ppid=22172 vsize=16868 CPUtime=0.99
/proc/22174/stat : 22174 (sugar) S 22172 22174 21537 0 -1 4194304 1323 12449 0 1 5 2 84 8 16 0 1 0 23396735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22174/statm: 4217 1112 409 3 0 796 0
[pid=22187] ppid=22174 vsize=0 CPUtime=0
/proc/22187/stat : 22187 (sh) Z 22174 22174 21537 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23396844 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22187/statm: 0 0 0 0 0 0 0
[pid=22188] ppid=1 vsize=0 CPUtime=1799.14
/proc/22188/stat : 22188 (java) Z 1 22174 21537 0 -1 1036 193130 0 1 0 179788 126 0 0 16 0 2 0 23396844 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22188/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22174 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=902862
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 1.01384
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.66
CPU time (s): 1800.13
CPU user time (s): 1798.77
CPU system time (s): 1.36
CPU usage (%): 99.4184
Max. virtual memory (cumulated for all children) (KiB): 913236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.902862
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14126
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 519
involuntary context switches= 394

runsolver used 2.21666 second user time and 6.38003 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 03:48:23
IDJOB=2077065
IDBENCH=56545
IDSOLVER=738
FILE ID=node35/2077065-1247363303
PBS_JOBID= 9507005
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg13-17_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-2077065-1247363303/watcher-2077065-1247363303 -o /tmp/evaluation-result-2077065-1247363303/solver-2077065-1247363303 -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-2077065-1247363303.xml

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

MD5SUM BENCH= c908ca0991ba4da695cfd4e3773b0856
RANDOM SEED=1369727507

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747368 kB
Buffers:         28120 kB
Cached:         101284 kB
SwapCached:          0 kB
Active:         221408 kB
Inactive:        39512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:         142196 kB
Slab:            32704 kB
Committed_AS:   448912 kB
PageTables:       2236 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= 66228 MiB
End job on node35 at 2009-07-12 04:18:36