Trace number 2077495

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.16 1822.34

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-17_ext.xml
MD5SUM8a2800653f6a3fd24064aa5b82dfed2c
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 benchmark1.54576
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
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:18:37 2009
0.00/0.08	c 0	PID 22774
0.00/0.08	c 0	HOST node35.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077495-1247365117.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-2077495-1247365117.xml' 'HOME/temp.csp'
0.07/0.88	c 1	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.85/1.00	c 1	Parsing HOME/temp.csp
1.30/1.47	c 1	parsed 272 expressions
1.30/1.47	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.47	c 1	Converting to clausal form CSP
1.40/1.50	c 1	converted 28 (10%) expressions
1.40/1.50	c 1	converted 55 (20%) expressions
1.40/1.50	c 1	converted 82 (30%) expressions
1.40/1.50	c 1	converted 109 (40%) expressions
1.40/1.50	c 1	converted 136 (50%) expressions
1.40/1.51	c 1	converted 164 (60%) expressions
1.40/1.51	c 1	converted 191 (70%) expressions
1.40/1.51	c 1	converted 218 (80%) expressions
3.98/4.12	c 4	converted 245 (90%) expressions
13.68/13.93	c 14	converted 272 (100%) expressions
13.68/13.93	c 14	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
13.68/13.93	c 14	Heap : 328 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.68/13.93	c 14	Propagation in CSP
13.68/13.93	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.68/13.93	c 14	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
13.68/13.93	c 14	Heap : 328 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.68/13.93	c 14	Simplifing CSP by introducing new Boolean variables
13.68/13.93	c 14	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
13.68/13.93	c 14	Heap : 328 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.35/15.61	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.35/15.63	c 16	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
15.35/15.64	c 16	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
15.35/15.64	c 16	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
15.35/15.65	c 16	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
15.35/15.65	c 16	119 (50%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
15.35/15.65	c 16	143 (60%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
15.35/15.65	c 16	167 (70%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
15.35/15.65	c 16	191 (80%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
15.35/15.65	c 16	215 (90%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
15.35/15.65	c 16	238 (100%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
1800.03/1822.22	c ERROR INTERRUPTED
1800.16/1822.33	s UNKNOWN
1800.16/1822.33	c 1822	CPU 0.85 (0.06 0.01 0.73 0.05)
1800.16/1822.33	c 1822	END Sun Jul 12 04:48:59 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-2077495-1247365117/watcher-2077495-1247365117 -o /tmp/evaluation-result-2077495-1247365117/solver-2077495-1247365117 -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-2077495-1247365117.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.02 2.08 4/82 22774
/proc/meminfo: memFree=1493504/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=12000 CPUtime=0
/proc/22774/stat : 22774 (sugar) R 22772 22774 21537 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 23578083 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 266152244256 0 0 4224 0 0 0 0 17 1 0 0
/proc/22774/statm: 3000 180 141 3 0 100 0

[startup+0.104046 s]
/proc/loadavg: 1.92 2.02 2.08 4/82 22774
/proc/meminfo: memFree=1493504/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.07
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.20106 s]
/proc/loadavg: 1.92 2.02 2.08 4/82 22774
/proc/meminfo: memFree=1493504/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.07
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301065 s]
/proc/loadavg: 1.92 2.02 2.08 4/82 22774
/proc/meminfo: memFree=1493504/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.07
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701114 s]
/proc/loadavg: 1.92 2.02 2.08 4/82 22774
/proc/meminfo: memFree=1493504/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.07
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 1.92 2.02 2.08 4/93 22796
/proc/meminfo: memFree=1483560/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1309 9130 0 1 6 1 73 5 15 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864228 CPUtime=0.55
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 7063 0 1 0 52 3 0 0 19 0 9 0 23578176 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216057 6217 2567 9 0 210562 0
[pid=22788/tid=22789] ppid=22787 vsize=864228 CPUtime=0.33
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 2563 0 1 0 32 1 0 0 22 0 9 0 23578176 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4159713941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864228 CPUtime=0.17
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 3493 0 0 0 16 1 0 0 16 0 9 0 23578178 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864228 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864228 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23578178 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864228 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864228 CPUtime=0.03
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23578180 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864228 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 884969472 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864228 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 884969472 6217 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) 886452

[startup+3.10239 s]
/proc/loadavg: 1.92 2.02 2.08 3/93 22796
/proc/meminfo: memFree=1453672/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1309 9130 0 1 6 1 73 5 15 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864240 CPUtime=2.14
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 20402 0 1 0 204 10 0 0 19 0 9 0 23578176 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216060 18739 2566 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864240 CPUtime=0.9
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 3148 0 1 0 88 2 0 0 25 0 9 0 23578176 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864240 CPUtime=1.16
/proc/22788/task/22790/stat : 22790 (java) R 22787 22774 21537 0 -1 64 16239 0 0 0 110 6 0 0 16 0 9 0 23578178 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 102549475 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864240 CPUtime=0.04
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23578180 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 884981760 18739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 884981760 18739 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) 886464

[startup+6.30174 s]
/proc/loadavg: 2.01 2.03 2.09 4/93 22796
/proc/meminfo: memFree=1362920/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1309 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864240 CPUtime=5.3
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 45417 0 1 0 509 21 0 0 19 0 9 0 23578176 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216060 42808 2566 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864240 CPUtime=2
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 4434 0 1 0 197 3 0 0 25 0 9 0 23578176 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4126516601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864240 CPUtime=3.23
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 39968 0 0 0 306 17 0 0 16 0 9 0 23578178 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864240 CPUtime=0.04
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23578180 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864240 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 884981760 42808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886464

[startup+12.7025 s]
/proc/loadavg: 2.09 2.05 2.09 3/93 22796
/proc/meminfo: memFree=1141288/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1309 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1111 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=885732 CPUtime=11.64
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 111499 0 1 0 1115 49 0 0 19 0 9 0 23578176 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 221433 93016 2567 9 0 215938 0
[pid=22788/tid=22789] ppid=22787 vsize=885732 CPUtime=4.08
/proc/22788/task/22789/stat : 22789 (java) S 22787 22774 21537 0 -1 64 5797 0 1 0 405 3 0 0 16 0 9 0 23578176 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22787 vsize=885732 CPUtime=7.49
/proc/22788/task/22790/stat : 22790 (java) R 22787 22774 21537 0 -1 64 104687 0 0 0 704 45 0 0 25 0 9 0 23578178 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 102768162 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22787 vsize=885732 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=885732 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=885732 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=885732 CPUtime=0.04
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23578180 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22787 vsize=885732 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 906989568 93016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=885732 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 906989568 93016 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) 907956

[startup+25.5029 s]
/proc/loadavg: 2.07 2.05 2.09 3/93 22796
/proc/meminfo: memFree=1091048/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1311 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864352 CPUtime=24.31
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 131529 0 1 0 2371 60 0 0 19 0 9 0 23578176 885096448 102149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216088 102149 2591 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864352 CPUtime=13.86
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 8163 0 1 0 1381 5 0 0 25 0 9 0 23578176 885096448 102149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864352 CPUtime=10.33
/proc/22788/task/22790/stat : 22790 (java) R 22787 22774 21537 0 -1 64 122328 0 0 0 980 53 0 0 16 0 9 0 23578178 885096448 102149 996147200 134512640 134550932 4294955936 18446744073709551615 102549393 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 102149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 102149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864352 CPUtime=0

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

[pid=22788/tid=22794] ppid=22787 vsize=864352 CPUtime=0.1
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 23578180 885096448 136102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 885096448 136102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 885096448 136102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1580.21
Current children cumulated vsize (KiB) 886576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/84 25435
/proc/meminfo: memFree=1117744/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1311 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864352 CPUtime=1639.34
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 167479 0 1 0 163792 142 0 0 19 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216088 137942 2591 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864352 CPUtime=1626.84
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 8320 0 1 0 162612 72 0 0 25 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4126594448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864352 CPUtime=12.37
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 158112 0 0 0 1169 68 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864352 CPUtime=0.1
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.19
Current children cumulated vsize (KiB) 886576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/84 25435
/proc/meminfo: memFree=1117616/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1311 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864352 CPUtime=1699.31
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 167479 0 1 0 169789 142 0 0 19 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216088 137942 2591 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864352 CPUtime=1686.83
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 8320 0 1 0 168610 73 0 0 25 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864352 CPUtime=12.37
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 158112 0 0 0 1169 68 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864352 CPUtime=0.1
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.16
Current children cumulated vsize (KiB) 886576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 25435
/proc/meminfo: memFree=1117552/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1311 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864352 CPUtime=1759.29
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 167479 0 1 0 175787 142 0 0 19 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216088 137942 2591 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864352 CPUtime=1746.81
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 8320 0 1 0 174608 73 0 0 25 0 9 0 23578176 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4126594407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864352 CPUtime=12.37
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 158112 0 0 0 1169 68 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864352 CPUtime=0.1
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 885096448 137942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.14
Current children cumulated vsize (KiB) 886576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.2 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 25435
/proc/meminfo: memFree=1112944/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1311 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22774 22774 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23578175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=864352 CPUtime=1799.18
/proc/22788/stat : 22788 (java) S 22787 22774 21537 0 -1 0 168678 0 1 0 179776 142 0 0 19 0 9 0 23578176 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 216088 139138 2591 9 0 210565 0
[pid=22788/tid=22789] ppid=22787 vsize=864352 CPUtime=1786.64
/proc/22788/task/22789/stat : 22789 (java) R 22787 22774 21537 0 -1 64 8323 0 1 0 178591 73 0 0 25 0 9 0 23578176 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22790] ppid=22787 vsize=864352 CPUtime=12.42
/proc/22788/task/22790/stat : 22790 (java) S 22787 22774 21537 0 -1 64 159308 0 0 0 1174 68 0 0 16 0 9 0 23578178 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22791] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22774 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22774 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23578178 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22774 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23578180 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22787 vsize=864352 CPUtime=0.1
/proc/22788/task/22794/stat : 22794 (java) S 22787 22774 21537 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 23578180 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23578180 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22788/tid=22796] ppid=22787 vsize=864352 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22774 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23578180 885096448 139138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 886576

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

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

[startup+1822.33 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 25435
/proc/meminfo: memFree=1112944/2055920 swapFree=4192812/4192956
[pid=22774] ppid=22772 vsize=16868 CPUtime=0.85
/proc/22774/stat : 22774 (sugar) S 22772 22774 21537 0 -1 4194304 1323 9130 0 1 6 1 73 5 16 0 1 0 23578083 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22774/statm: 4217 1112 409 3 0 796 0
[pid=22787] ppid=22774 vsize=0 CPUtime=0
/proc/22787/stat : 22787 (sh) Z 22774 22774 21537 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23578175 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22787/statm: 0 0 0 0 0 0 0
[pid=22788] ppid=1 vsize=0 CPUtime=1799.31
/proc/22788/stat : 22788 (java) Z 1 22774 21537 0 -1 1036 168698 0 1 0 179781 150 0 0 16 0 2 0 23578176 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22788/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1822.34
CPU time (s): 1800.16
CPU user time (s): 1798.6
CPU system time (s): 1.56
CPU usage (%): 98.7831
Max. virtual memory (cumulated for all children) (KiB): 907956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.799878
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10807
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= 508
involuntary context switches= 404

runsolver used 2.33564 second user time and 6.39303 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 04:18:37
IDJOB=2077495
IDBENCH=56601
IDSOLVER=739
FILE ID=node35/2077495-1247365117
PBS_JOBID= 9507005
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 8a2800653f6a3fd24064aa5b82dfed2c
RANDOM SEED=1026064999

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1493984 kB
Buffers:         39208 kB
Cached:         225448 kB
SwapCached:          0 kB
Active:         394160 kB
Inactive:        95732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:         246600 kB
Slab:            56660 kB
Committed_AS:   437352 kB
PageTables:       2404 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= 66304 MiB
End job on node35 at 2009-07-12 04:49:01