Trace number 2077517

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+minisat? (TO) 1800.07 1835.42

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-16_ext.xml
MD5SUMbfa236023d0a266ae6447e70195043ee
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 benchmark2.18367
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
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/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:19:39 2009
0.00/0.08	c 0	PID 20435
0.06/0.08	c 0	HOST node21.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077517-1247365179.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077517-1247365179.xml' 'HOME/temp.csp'
0.06/0.87	c 1	1 domains, 224 variables, 0 predicates, 2 relations, 30 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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.90/1.00	c 1	Parsing HOME/temp.csp
1.30/1.47	c 1	parsed 257 expressions
1.30/1.48	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.48	c 1	Converting to clausal form CSP
1.40/1.50	c 1	converted 26 (10%) expressions
1.40/1.50	c 1	converted 52 (20%) expressions
1.40/1.50	c 1	converted 78 (30%) expressions
1.40/1.51	c 1	converted 103 (40%) expressions
1.40/1.51	c 1	converted 129 (50%) expressions
1.40/1.51	c 1	converted 155 (60%) expressions
1.40/1.51	c 1	converted 180 (70%) expressions
1.40/1.51	c 1	converted 206 (80%) expressions
4.38/4.54	c 4	converted 232 (90%) expressions
13.63/13.81	c 14	converted 257 (100%) expressions
13.63/13.82	c 14	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
13.63/13.82	c 14	Heap : 331 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.63/13.82	c 14	Propagation in CSP
13.63/13.82	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.63/13.82	c 14	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
13.63/13.82	c 14	Heap : 331 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.63/13.82	c 14	Simplifing CSP by introducing new Boolean variables
13.63/13.82	c 14	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
13.63/13.82	c 14	Heap : 331 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.22/15.44	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.22/15.46	c 15	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
15.22/15.46	c 15	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
15.22/15.46	c 15	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
15.22/15.46	c 15	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
15.22/15.46	c 15	112 (50%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
15.22/15.47	c 15	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
15.22/15.47	c 15	157 (70%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
15.22/15.47	c 15	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
15.22/15.47	c 15	202 (90%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
15.22/15.47	c 15	224 (100%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
1800.07/1835.32	c ERROR INTERRUPTED
1800.07/1835.42	s UNKNOWN
1800.07/1835.42	c 1835	CPU 0.85 (0.05 0.01 0.73 0.06)
1800.07/1835.42	c 1835	END Sun Jul 12 04:50:14 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-2077517-1247365179/watcher-2077517-1247365179 -o /tmp/evaluation-result-2077517-1247365179/solver-2077517-1247365179 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077517-1247365179.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.18 2.28 4/82 20435
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=18576 CPUtime=0
/proc/20435/stat : 20435 (runsolver) R 20433 20435 16475 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23584344 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20435/statm: 4644 284 249 26 0 2626 0

[startup+0.0818221 s]
/proc/loadavg: 1.92 2.18 2.28 4/82 20435
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16740 CPUtime=0.06
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23584344 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102223 s]
/proc/loadavg: 1.92 2.18 2.28 4/82 20435
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.06
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302002 s]
/proc/loadavg: 1.92 2.18 2.28 4/82 20435
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.06
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70105 s]
/proc/loadavg: 1.92 2.18 2.28 4/82 20435
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.06
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 1.92 2.18 2.28 4/93 20457
/proc/meminfo: memFree=990752/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1309 9184 0 1 5 1 73 5 15 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864380 CPUtime=0.56
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 7084 0 1 0 53 3 0 0 18 0 9 0 23584437 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216095 6253 2567 9 0 210600 0
[pid=20449/tid=20450] ppid=20448 vsize=864380 CPUtime=0.34
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 2560 0 1 0 33 1 0 0 22 0 9 0 23584438 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4159506193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864380 CPUtime=0.16
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 3517 0 0 0 15 1 0 0 16 0 9 0 23584439 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864380 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864380 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23584439 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864380 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864380 CPUtime=0.04
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 23584441 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864380 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864380 CPUtime=0
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584441 885125120 6253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886604

[startup+3.10231 s]
/proc/loadavg: 1.92 2.18 2.28 3/93 20457
/proc/meminfo: memFree=962336/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1309 9184 0 1 5 1 73 5 15 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864400 CPUtime=2.15
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 20407 0 1 0 205 10 0 0 18 0 9 0 23584437 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216100 18836 2566 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864400 CPUtime=0.9
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 3181 0 1 0 89 1 0 0 25 0 9 0 23584438 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864400 CPUtime=1.16
/proc/20449/task/20451/stat : 20451 (java) R 20448 20435 16475 0 -1 64 16211 0 0 0 109 7 0 0 16 0 9 0 23584439 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864400 CPUtime=0.05
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 23584441 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584441 885145600 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886624

[startup+6.30266 s]
/proc/loadavg: 1.93 2.18 2.28 3/93 20457
/proc/meminfo: memFree=868064/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1309 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864400 CPUtime=5.33
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 45927 0 1 0 513 20 0 0 18 0 9 0 23584437 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216100 43454 2566 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864400 CPUtime=1.98
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 4483 0 1 0 196 2 0 0 25 0 9 0 23584438 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4126516601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864400 CPUtime=3.27
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 40429 0 0 0 310 17 0 0 16 0 9 0 23584439 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864400 CPUtime=0.05
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 23584441 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864400 CPUtime=0
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584441 885145600 43454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886624

[startup+12.7023 s]
/proc/loadavg: 1.93 2.17 2.28 3/93 20457
/proc/meminfo: memFree=645104/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1309 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1111 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=885892 CPUtime=11.7
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 111297 0 1 0 1124 46 0 0 18 0 9 0 23584437 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 221473 92951 2567 9 0 215978 0
[pid=20449/tid=20450] ppid=20448 vsize=885892 CPUtime=3.92
/proc/20449/task/20450/stat : 20450 (java) S 20448 20435 16475 0 -1 64 5877 0 1 0 390 2 0 0 16 0 9 0 23584438 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20451] ppid=20448 vsize=885892 CPUtime=7.7
/proc/20449/task/20451/stat : 20451 (java) R 20448 20435 16475 0 -1 64 104405 0 0 0 727 43 0 0 25 0 9 0 23584439 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 103831035 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20452] ppid=20448 vsize=885892 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=885892 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=885892 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=885892 CPUtime=0.05
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 23584441 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20456] ppid=20448 vsize=885892 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=885892 CPUtime=0
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584441 907153408 92951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 908116

[startup+25.5017 s]
/proc/loadavg: 1.95 2.17 2.27 3/93 20457
/proc/meminfo: memFree=593200/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1311 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1112 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=24.43
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 131805 0 1 0 2388 55 0 0 18 0 9 0 23584437 885260288 102562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 102562 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=13.97
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8131 0 1 0 1394 3 0 0 25 0 9 0 23584438 885260288 102562 996147200 134512640 134550932 4294955936 18446744073709551615 4126588898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=10.34
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 122636 0 0 0 984 50 0 0 16 0 9 0 23584439 885260288 102562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 102562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 102562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0

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

/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=1626.3
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 167923 0 1 0 162493 137 0 0 18 0 9 0 23584437 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 138523 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=1613.78
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8288 0 1 0 161309 69 0 0 25 0 9 0 23584438 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4126532399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=12.36
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 158588 0 0 0 1171 65 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864512 CPUtime=0.1
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864512 CPUtime=0.02
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.14
Current children cumulated vsize (KiB) 886736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.19 3/85 23222
/proc/meminfo: memFree=695880/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1311 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1112 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=1686.27
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 167923 0 1 0 168490 137 0 0 18 0 9 0 23584437 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 138523 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=1673.75
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8288 0 1 0 167306 69 0 0 25 0 9 0 23584438 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4126588807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=12.36
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 158588 0 0 0 1171 65 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864512 CPUtime=0.1
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864512 CPUtime=0.02
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.11
Current children cumulated vsize (KiB) 886736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.18 3/85 23222
/proc/meminfo: memFree=695880/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1311 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1112 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=1746.25
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 167923 0 1 0 174487 138 0 0 18 0 9 0 23584437 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 138523 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=1733.73
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8288 0 1 0 173303 70 0 0 25 0 9 0 23584438 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4126532357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=12.36
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 158588 0 0 0 1171 65 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864512 CPUtime=0.1
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864512 CPUtime=0.02
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 23584441 885260288 138523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.09
Current children cumulated vsize (KiB) 886736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.3 s]
/proc/loadavg: 2.00 2.05 2.17 3/85 23222
/proc/meminfo: memFree=689672/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1311 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1112 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=1799.23
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 169478 0 1 0 179785 138 0 0 18 0 9 0 23584437 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 140074 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=1786.64
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8292 0 1 0 178594 70 0 0 25 0 9 0 23584438 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4126594458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=12.45
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 160139 0 0 0 1179 66 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864512 CPUtime=0.1
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864512 CPUtime=0.02
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 886736

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

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

[startup+1835.3 s]
/proc/loadavg: 2.00 2.05 2.17 3/85 23222
/proc/meminfo: memFree=689672/2055920 swapFree=4192812/4192956
[pid=20435] ppid=20433 vsize=16868 CPUtime=0.84
/proc/20435/stat : 20435 (sugar) S 20433 20435 16475 0 -1 4194304 1311 9184 0 1 5 1 73 5 16 0 1 0 23584344 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20435/statm: 4217 1112 409 3 0 796 0
[pid=20448] ppid=20435 vsize=5356 CPUtime=0
/proc/20448/stat : 20448 (sh) S 20435 20435 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20448/statm: 1339 233 193 169 0 50 0
[pid=20449] ppid=20448 vsize=864512 CPUtime=1799.23
/proc/20449/stat : 20449 (java) S 20448 20435 16475 0 -1 0 169478 0 1 0 179785 138 0 0 18 0 9 0 23584437 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20449/statm: 216128 140074 2591 9 0 210605 0
[pid=20449/tid=20450] ppid=20448 vsize=864512 CPUtime=1786.64
/proc/20449/task/20450/stat : 20450 (java) R 20448 20435 16475 0 -1 64 8292 0 1 0 178594 70 0 0 25 0 9 0 23584438 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4126594458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20451] ppid=20448 vsize=864512 CPUtime=12.45
/proc/20449/task/20451/stat : 20451 (java) S 20448 20435 16475 0 -1 64 160139 0 0 0 1179 66 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20452] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20452/stat : 20452 (java) S 20448 20435 16475 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20453] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20453/stat : 20453 (java) S 20448 20435 16475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584439 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20454] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20454/stat : 20454 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20455] ppid=20448 vsize=864512 CPUtime=0.1
/proc/20449/task/20455/stat : 20455 (java) S 20448 20435 16475 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20449/tid=20456] ppid=20448 vsize=864512 CPUtime=0
/proc/20449/task/20456/stat : 20456 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20449/tid=20457] ppid=20448 vsize=864512 CPUtime=0.02
/proc/20449/task/20457/stat : 20457 (java) S 20448 20435 16475 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 23584441 885260288 140074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 886736

Child status: 0

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

Real time (s): 1835.42
CPU time (s): 1800.07
CPU user time (s): 1798.63
CPU system time (s): 1.44
CPU usage (%): 98.0739
Max. virtual memory (cumulated for all children) (KiB): 908116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.792879
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10861
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= 509
involuntary context switches= 393

runsolver used 2.53161 second user time and 6.65899 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 04:19:39
IDJOB=2077517
IDBENCH=56605
IDSOLVER=739
FILE ID=node21/2077517-1247365179
PBS_JOBID= 9506973
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077517-1247365179/watcher-2077517-1247365179 -o /tmp/evaluation-result-2077517-1247365179/solver-2077517-1247365179 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077517-1247365179.xml

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

MD5SUM BENCH= bfa236023d0a266ae6447e70195043ee
RANDOM SEED=1505976658

node21.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.240
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.240
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:        999512 kB
Buffers:         35648 kB
Cached:         249204 kB
SwapCached:          0 kB
Active:         787724 kB
Inactive:       195812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:         720024 kB
Slab:            56668 kB
Committed_AS:   903184 kB
PageTables:       3288 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= 66268 MiB
End job on node21 at 2009-07-12 04:50:16