Trace number 2076791

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.05 1807.52

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-03.xml
MD5SUM6023d8b01905dd6c34bb294891b52766
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.622904
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
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 03:44:31 2009
0.00/0.08	c 0	PID 20919
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2076791-1247363070.xml TO HOME/temp.csp
0.00/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-2076791-1247363070.xml' 'HOME/temp.csp'
1.07/1.20	c 1	1 domains, 189 variables, 6 predicates, 5 relations, 1001 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	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'
1.17/1.33	c 1	Parsing HOME/temp.csp
2.10/2.21	c 2	parsed 1202 expressions
2.10/2.22	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.22	c 2	Converting to clausal form CSP
2.10/2.24	c 2	converted 121 (10%) expressions
2.70/2.84	c 2	converted 241 (20%) expressions
5.26/5.49	c 5	converted 361 (30%) expressions
7.05/7.27	c 7	converted 481 (40%) expressions
7.05/7.29	c 7	converted 601 (50%) expressions
7.73/7.92	c 7	converted 722 (60%) expressions
9.03/9.27	c 9	converted 842 (70%) expressions
11.51/11.75	c 11	converted 962 (80%) expressions
11.51/11.76	c 11	converted 1082 (90%) expressions
11.51/11.78	c 11	converted 1202 (100%) expressions
11.51/11.78	c 11	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.51/11.78	c 11	Heap : 196 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.51/11.78	c 11	Propagation in CSP
11.51/11.79	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.51/11.79	c 11	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.51/11.79	c 11	Heap : 196 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.60/11.80	c 11	Simplifing CSP by introducing new Boolean variables
11.60/11.83	c 11	CSP : 189 integers, 8032 booleans, 9033 clauses, largest domain size 26
11.60/11.83	c 11	Heap : 199 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.09/13.38	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.09/13.40	c 13	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
13.17/13.40	c 13	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
13.17/13.40	c 13	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
13.17/13.40	c 13	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
13.17/13.41	c 13	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
13.17/13.41	c 13	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
13.17/13.41	c 13	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
13.17/13.41	c 13	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
13.17/13.41	c 13	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
13.17/13.41	c 13	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
159.98/161.76	c 161	904 (10%) CSP clauses are encoded (1052932 clauses, 47160500 bytes)
523.49/528.70	c 528	1807 (20%) CSP clauses are encoded (1327493 clauses, 62798500 bytes)
790.08/795.49	c 795	2710 (30%) CSP clauses are encoded (1602079 clauses, 78922762 bytes)
790.17/795.53	c 795	3614 (40%) CSP clauses are encoded (1623083 clauses, 79294344 bytes)
1387.20/1394.40	c 1394	4517 (50%) CSP clauses are encoded (2151277 clauses, 113566764 bytes)
1800.05/1807.43	c ERROR INTERRUPTED
1800.05/1807.52	s UNKNOWN
1800.05/1807.52	c 1807	CPU 1.17 (0.05 0.02 1.01 0.09)
1800.05/1807.52	c 1807	END Sun Jul 12 04:14:38 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-2076791-1247363070/watcher-2076791-1247363070 -o /tmp/evaluation-result-2076791-1247363070/solver-2076791-1247363070 -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-2076791-1247363070.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.39 2.48 2.30 4/82 20919
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=12272 CPUtime=0
/proc/20919/stat : 20919 (sugar) R 20917 20919 18146 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 23374796 12566528 346 996147200 4194304 4206940 548682068608 18446744073709551615 259373211927 0 0 4224 0 0 0 0 17 1 0 0
/proc/20919/statm: 3068 346 257 3 0 168 0

[startup+0.164008 s]
/proc/loadavg: 2.39 2.48 2.30 4/82 20919
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=0.07
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201013 s]
/proc/loadavg: 2.39 2.48 2.30 4/82 20919
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=0.07
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302022 s]
/proc/loadavg: 2.39 2.48 2.30 4/82 20919
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=0.07
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701082 s]
/proc/loadavg: 2.39 2.48 2.30 4/82 20919
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=0.07
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50116 s]
/proc/loadavg: 2.39 2.48 2.30 4/93 20931
/proc/meminfo: memFree=1368096/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1309 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 16868

[startup+3.10236 s]
/proc/loadavg: 2.44 2.48 2.30 3/93 20941
/proc/meminfo: memFree=1378592/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1309 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=864248 CPUtime=1.82
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 15451 0 1 0 173 9 0 0 18 0 9 0 23374921 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 216062 14136 2566 9 0 210567 0
[pid=20933/tid=20934] ppid=20932 vsize=864248 CPUtime=0.96
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 2867 0 1 0 95 1 0 0 25 0 9 0 23374922 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 103210938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20935] ppid=20932 vsize=864248 CPUtime=0.78
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 11568 0 0 0 72 6 0 0 16 0 9 0 23374924 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20936] ppid=20932 vsize=864248 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20937] ppid=20932 vsize=864248 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=864248 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=864248 CPUtime=0.04
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23374926 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20940] ppid=20932 vsize=864248 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 884989952 14136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=864248 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 884989952 14136 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) 886472

[startup+6.30273 s]
/proc/loadavg: 2.44 2.48 2.30 4/93 20941
/proc/meminfo: memFree=1298016/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1309 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868528 CPUtime=4.99
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 35557 0 1 0 478 21 0 0 18 0 9 0 23374921 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217132 33762 2567 9 0 211637 0
[pid=20933/tid=20934] ppid=20932 vsize=868528 CPUtime=2.25
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 3651 0 1 0 223 2 0 0 25 0 9 0 23374922 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4126524132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868528 CPUtime=2.54
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 29731 0 0 0 238 16 0 0 16 0 9 0 23374924 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868528 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868528 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868528 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868528 CPUtime=0.16
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1472 0 0 0 15 1 0 0 16 0 9 0 23374926 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868528 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868528 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889372672 33762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890752

[startup+12.7025 s]
/proc/loadavg: 2.52 2.50 2.31 4/93 20941
/proc/meminfo: memFree=1182944/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=878860 CPUtime=11.32
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 82507 0 1 0 1083 49 0 0 18 0 9 0 23374921 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 219715 59830 2567 9 0 214220 0
[pid=20933/tid=20934] ppid=20932 vsize=878860 CPUtime=3.88
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 5324 0 1 0 385 3 0 0 25 0 9 0 23374922 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20935] ppid=20932 vsize=878860 CPUtime=7.23
/proc/20933/task/20935/stat : 20935 (java) R 20932 20919 18146 0 -1 64 74998 0 0 0 680 43 0 0 16 0 9 0 23374924 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 102768181 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20936] ppid=20932 vsize=878860 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20937] ppid=20932 vsize=878860 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=878860 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=878860 CPUtime=0.18
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1482 0 0 0 17 1 0 0 16 0 9 0 23374926 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20940] ppid=20932 vsize=878860 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=878860 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 899952640 59830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 901084

[startup+25.502 s]
/proc/loadavg: 2.44 2.48 2.30 3/93 20941
/proc/meminfo: memFree=1163232/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=23.98
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 84583 0 1 0 2342 56 0 0 18 0 9 0 23374921 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 59291 2592 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=15.63
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6057 0 1 0 1554 9 0 0 25 0 9 0 23374922 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4126499070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=8.11
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 76316 0 0 0 767 44 0 0 16 0 9 0 23374924 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.21
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1507 0 0 0 20 1 0 0 17 0 9 0 23374926 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 59291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890948

[startup+51.102 s]
/proc/loadavg: 2.50 2.49 2.31 4/93 20941
/proc/meminfo: memFree=1144928/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=49.3
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 85692 0 1 0 4865 65 0 0 18 0 9 0 23374921 889573376 60350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 60350 2592 9 0 211658 0

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

/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=1653.83
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 121416 0 1 0 165237 146 0 0 18 0 9 0 23374921 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 91539 2591 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=1640.41
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6475 0 1 0 163962 79 0 0 25 0 9 0 23374922 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=13.14
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 112720 0 0 0 1251 63 0 0 16 0 9 0 23374924 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.23
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 23374926 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 91539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655
Current children cumulated vsize (KiB) 890948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/93 21724
/proc/meminfo: memFree=1291624/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=1713.8
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 121485 0 1 0 171224 156 0 0 18 0 9 0 23374921 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 91574 2591 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=1700.23
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6509 0 1 0 169934 89 0 0 25 0 9 0 23374922 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4126925941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=13.31
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 112755 0 0 0 1267 64 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.23
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.97
Current children cumulated vsize (KiB) 890948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/93 21724
/proc/meminfo: memFree=1291304/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=1773.78
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 121491 0 1 0 177222 156 0 0 18 0 9 0 23374921 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 91574 2591 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=1760.12
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6515 0 1 0 175923 89 0 0 25 0 9 0 23374922 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4126928487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=13.39
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 112755 0 0 0 1275 64 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.23
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.95
Current children cumulated vsize (KiB) 890948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.41 s]
/proc/loadavg: 2.00 2.01 2.10 3/93 21724
/proc/meminfo: memFree=1291304/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=1798.88
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 121491 0 1 0 179732 156 0 0 18 0 9 0 23374921 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 91574 2591 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=1785.22
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6515 0 1 0 178433 89 0 0 25 0 9 0 23374922 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4126925959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=13.39
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 112755 0 0 0 1275 64 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.23
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 890948

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

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

[startup+1807.41 s]
/proc/loadavg: 2.00 2.01 2.10 3/93 21724
/proc/meminfo: memFree=1291304/2055920 swapFree=4192812/4192956
[pid=20919] ppid=20917 vsize=16868 CPUtime=1.17
/proc/20919/stat : 20919 (sugar) S 20917 20919 18146 0 -1 4194304 1310 11884 0 1 5 2 101 9 16 0 1 0 23374796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20919/statm: 4217 1111 409 3 0 796 0
[pid=20932] ppid=20919 vsize=5356 CPUtime=0
/proc/20932/stat : 20932 (sh) S 20919 20919 18146 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23374921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20932/statm: 1339 233 193 169 0 50 0
[pid=20933] ppid=20932 vsize=868724 CPUtime=1798.88
/proc/20933/stat : 20933 (java) S 20932 20919 18146 0 -1 0 121491 0 1 0 179732 156 0 0 18 0 9 0 23374921 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20933/statm: 217181 91574 2591 9 0 211658 0
[pid=20933/tid=20934] ppid=20932 vsize=868724 CPUtime=1785.22
/proc/20933/task/20934/stat : 20934 (java) R 20932 20919 18146 0 -1 64 6515 0 1 0 178433 89 0 0 25 0 9 0 23374922 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4126925959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20935] ppid=20932 vsize=868724 CPUtime=13.39
/proc/20933/task/20935/stat : 20935 (java) S 20932 20919 18146 0 -1 64 112755 0 0 0 1275 64 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20936] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20936/stat : 20936 (java) S 20932 20919 18146 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20937] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20937/stat : 20937 (java) S 20932 20919 18146 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23374924 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20938] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20938/stat : 20938 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20939] ppid=20932 vsize=868724 CPUtime=0.23
/proc/20933/task/20939/stat : 20939 (java) S 20932 20919 18146 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20933/tid=20940] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20940/stat : 20940 (java) S 20932 20919 18146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20933/tid=20941] ppid=20932 vsize=868724 CPUtime=0
/proc/20933/task/20941/stat : 20941 (java) S 20932 20919 18146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23374926 889573376 91574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 890948

Child status: 0

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

Real time (s): 1807.52
CPU time (s): 1800.05
CPU user time (s): 1798.38
CPU system time (s): 1.67
CPU usage (%): 99.5865
Max. virtual memory (cumulated for all children) (KiB): 917452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07184
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13561
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= 984
involuntary context switches= 915

runsolver used 2.20966 second user time and 6.17606 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 03:44:30
IDJOB=2076791
IDBENCH=56498
IDSOLVER=739
FILE ID=node1/2076791-1247363070
PBS_JOBID= 9506879
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-03.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-2076791-1247363070/watcher-2076791-1247363070 -o /tmp/evaluation-result-2076791-1247363070/solver-2076791-1247363070 -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-2076791-1247363070.xml

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

MD5SUM BENCH= 6023d8b01905dd6c34bb294891b52766
RANDOM SEED=140543036

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1405928 kB
Buffers:         27128 kB
Cached:         106696 kB
SwapCached:          0 kB
Active:         552212 kB
Inactive:        45184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3244 kB
Writeback:           0 kB
Mapped:         484100 kB
Slab:            36956 kB
Committed_AS:   638112 kB
PageTables:       2764 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= 66380 MiB
End job on node1 at 2009-07-12 04:14:40