Trace number 2077286

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 1811.33

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-13_ext.xml
MD5SUM75a52a4e3aa460b82f249875b46f30ff
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 benchmark375.578
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints26
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 03:58:47 2009
0.05/0.08	c 0	PID 18908
0.05/0.08	c 0	HOST node4.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2077286-1247363927.xml TO HOME/temp.csp
0.05/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-2077286-1247363927.xml' 'HOME/temp.csp'
0.07/0.73	c 0	1 domains, 169 variables, 0 predicates, 1 relations, 26 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 0	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.70/0.85	c 1	Parsing HOME/temp.csp
1.30/1.42	c 1	parsed 197 expressions
1.30/1.43	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.43	c 1	Converting to clausal form CSP
1.30/1.45	c 1	converted 20 (10%) expressions
1.30/1.45	c 1	converted 40 (20%) expressions
1.30/1.45	c 1	converted 60 (30%) expressions
1.30/1.45	c 1	converted 79 (40%) expressions
1.30/1.45	c 1	converted 99 (50%) expressions
1.30/1.45	c 1	converted 119 (60%) expressions
1.30/1.45	c 1	converted 138 (70%) expressions
1.30/1.45	c 1	converted 158 (80%) expressions
8.43/8.69	c 8	converted 178 (90%) expressions
24.98/25.38	c 25	converted 197 (100%) expressions
24.98/25.38	c 25	CSP : 169 integers, 0 booleans, 26 clauses, largest domain size 26
24.98/25.38	c 25	Heap : 622 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.98/25.38	c 25	Propagation in CSP
24.98/25.38	c 25	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.98/25.38	c 25	CSP : 169 integers, 0 booleans, 26 clauses, largest domain size 26
24.98/25.38	c 25	Heap : 622 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.98/25.38	c 25	Simplifing CSP by introducing new Boolean variables
24.98/25.38	c 25	CSP : 169 integers, 0 booleans, 26 clauses, largest domain size 26
24.98/25.38	c 25	Heap : 622 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.15/28.53	c 28	Encoding CSP to SAT : HOME/temp.cnf
28.15/28.54	c 28	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
28.15/28.54	c 28	34 (20%) CSP integer variables are encoded (816 clauses, 8832 bytes)
28.15/28.55	c 28	51 (30%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
28.15/28.55	c 28	68 (40%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
28.15/28.55	c 28	85 (50%) CSP integer variables are encoded (2040 clauses, 24457 bytes)
28.15/28.55	c 28	102 (60%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
28.15/28.56	c 28	119 (70%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
28.15/28.56	c 28	136 (80%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
28.15/28.57	c 28	153 (90%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
28.15/28.57	c 28	169 (100%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
1800.05/1811.22	c ERROR INTERRUPTED
1800.16/1811.32	s UNKNOWN
1800.16/1811.32	c 1811	CPU 0.71 (0.06 0.01 0.57 0.07)
1800.16/1811.32	c 1811	END Sun Jul 12 04:28:58 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-2077286-1247363927/watcher-2077286-1247363927 -o /tmp/evaluation-result-2077286-1247363927/solver-2077286-1247363927 -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-2077286-1247363927.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.85 1.97 1.99 4/76 18908
/proc/meminfo: memFree=1178056/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=4708 CPUtime=0
/proc/18908/stat : 18908 (sugar) R 18906 18908 18871 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23460171 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 259910564189 0 0 4096 0 0 0 0 17 1 0 0
/proc/18908/statm: 1177 43 33 3 0 8 0

[startup+0.068989 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 18908
/proc/meminfo: memFree=1178056/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16344 CPUtime=0.05
/proc/18908/stat : 18908 (sugar) R 18906 18908 18871 0 -1 4194304 989 0 0 0 4 1 0 0 18 0 1 0 23460171 16736256 957 996147200 4194304 4206940 548682068608 18446744073709551615 259927337572 0 0 4224 0 0 0 0 17 1 0 0
/proc/18908/statm: 4086 957 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101992 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 18908
/proc/meminfo: memFree=1178056/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.07
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302008 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 18908
/proc/meminfo: memFree=1178056/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.07
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701052 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 18908
/proc/meminfo: memFree=1178056/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.07
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.85 1.97 1.99 3/87 18930
/proc/meminfo: memFree=1166384/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1309 10759 0 1 6 1 57 6 15 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864900 CPUtime=0.7
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 8388 0 1 0 66 4 0 0 18 0 9 0 23460249 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216225 7487 2568 9 0 210730 0
[pid=18922/tid=18923] ppid=18921 vsize=864900 CPUtime=0.43
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 2572 0 1 0 42 1 0 0 23 0 9 0 23460250 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864900 CPUtime=0.21
/proc/18922/task/18924/stat : 18924 (java) R 18921 18908 18871 0 -1 64 4807 0 0 0 19 2 0 0 16 0 9 0 23460251 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 102499744 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864900 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864900 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864900 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864900 CPUtime=0.04
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 23460253 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864900 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885657600 7487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864900 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885657600 7487 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) 887124

[startup+3.10228 s]
/proc/loadavg: 1.85 1.97 1.99 4/87 18930
/proc/meminfo: memFree=1135920/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1309 10759 0 1 6 1 57 6 15 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864396 CPUtime=2.29
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 21188 0 1 0 220 9 0 0 18 0 9 0 23460249 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216099 19492 2566 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864396 CPUtime=1.02
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 3196 0 1 0 101 1 0 0 25 0 9 0 23460250 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 103211906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864396 CPUtime=1.2
/proc/18922/task/18924/stat : 18924 (java) S 18921 18908 18871 0 -1 64 16979 0 0 0 113 7 0 0 16 0 9 0 23460251 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864396 CPUtime=0.04
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23460253 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885141504 19492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885141504 19492 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) 886620

[startup+6.30158 s]
/proc/loadavg: 1.94 1.98 1.99 4/87 18930
/proc/meminfo: memFree=1049840/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1309 10759 0 1 6 1 57 6 15 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864396 CPUtime=5.45
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 45120 0 1 0 524 21 0 0 18 0 9 0 23460249 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216099 42522 2566 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864396 CPUtime=2.09
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 4449 0 1 0 207 2 0 0 25 0 9 0 23460250 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864396 CPUtime=3.29
/proc/18922/task/18924/stat : 18924 (java) R 18921 18908 18871 0 -1 64 39658 0 0 0 311 18 0 0 16 0 9 0 23460251 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 104196541 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864396 CPUtime=0.04
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23460253 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885141504 42522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864396 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885141504 42522 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) 886620

[startup+12.7022 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 18930
/proc/meminfo: memFree=847984/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1309 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=885888 CPUtime=11.79
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 107170 0 1 0 1133 46 0 0 18 0 9 0 23460249 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 221472 88698 2567 9 0 215977 0
[pid=18922/tid=18923] ppid=18921 vsize=885888 CPUtime=4.24
/proc/18922/task/18923/stat : 18923 (java) S 18921 18908 18871 0 -1 64 5636 0 1 0 422 2 0 0 17 0 9 0 23460250 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18924] ppid=18921 vsize=885888 CPUtime=7.48
/proc/18922/task/18924/stat : 18924 (java) R 18921 18908 18871 0 -1 64 100521 0 0 0 705 43 0 0 25 0 9 0 23460251 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 103731809 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18925] ppid=18921 vsize=885888 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18926] ppid=18921 vsize=885888 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=885888 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=885888 CPUtime=0.04
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23460253 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18929] ppid=18921 vsize=885888 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 907149312 88698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=885888 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 907149312 88698 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) 908112

[startup+25.5024 s]
/proc/loadavg: 2.04 2.00 2.00 4/87 18930
/proc/meminfo: memFree=514928/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1310 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=865400 CPUtime=24.47
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 201627 0 1 0 2364 83 0 0 18 0 9 0 23460249 886169600 166959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216350 166959 2567 9 0 210855 0
[pid=18922/tid=18923] ppid=18921 vsize=865400 CPUtime=8.88
/proc/18922/task/18923/stat : 18923 (java) S 18921 18908 18871 0 -1 64 8666 0 1 0 885 3 0 0 18 0 9 0 23460250 886169600 166959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18924] ppid=18921 vsize=865400 CPUtime=15.52
/proc/18922/task/18924/stat : 18924 (java) R 18921 18908 18871 0 -1 64 191948 0 0 0 1474 78 0 0 25 0 9 0 23460251 886169600 166959 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18925] ppid=18921 vsize=865400 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 886169600 166959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18926] ppid=18921 vsize=865400 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 886169600 166959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=865400 CPUtime=0

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

[pid=18922/tid=18928] ppid=18921 vsize=864508 CPUtime=0.09
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.84
Current children cumulated vsize (KiB) 886732

[startup+1662.3 s]
/proc/loadavg: 3.25 2.74 2.30 4/93 10596
/proc/meminfo: memFree=388352/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1310 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864508 CPUtime=1653.44
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 527425 0 1 0 165075 269 0 0 18 0 9 0 23460249 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216127 183901 2590 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864508 CPUtime=1487.48
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 8831 0 1 0 148706 42 0 0 25 0 9 0 23460250 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4126567624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864508 CPUtime=165.83
/proc/18922/task/18924/stat : 18924 (java) S 18921 18908 18871 0 -1 64 517551 0 0 0 16358 225 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864508 CPUtime=0.09
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 886732

[startup+1722.3 s]
/proc/loadavg: 3.20 2.81 2.35 4/93 15898
/proc/meminfo: memFree=379968/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1310 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864508 CPUtime=1711.84
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 527427 0 1 0 170906 278 0 0 18 0 9 0 23460249 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216127 183901 2590 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864508 CPUtime=1545.84
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 8833 0 1 0 154533 51 0 0 25 0 9 0 23460250 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4126567680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864508 CPUtime=165.87
/proc/18922/task/18924/stat : 18924 (java) S 18921 18908 18871 0 -1 64 517551 0 0 0 16362 225 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864508 CPUtime=0.09
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.54
Current children cumulated vsize (KiB) 886732

[startup+1782.3 s]
/proc/loadavg: 3.35 2.92 2.41 4/93 21449
/proc/meminfo: memFree=374848/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1310 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864508 CPUtime=1770.47
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 527427 0 1 0 176767 280 0 0 18 0 9 0 23460249 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216127 183901 2590 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864508 CPUtime=1604.46
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 8833 0 1 0 160393 53 0 0 25 0 9 0 23460250 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4126567745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864508 CPUtime=165.87
/proc/18922/task/18924/stat : 18924 (java) S 18921 18908 18871 0 -1 64 517551 0 0 0 16362 225 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864508 CPUtime=0.09
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.17
Current children cumulated vsize (KiB) 886732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.93 2.86 2.41 3/87 22056
/proc/meminfo: memFree=375920/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1310 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18908/statm: 4217 1111 409 3 0 796 0
[pid=18921] ppid=18908 vsize=5356 CPUtime=0
/proc/18921/stat : 18921 (sh) S 18908 18908 18871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23460248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18921/statm: 1339 233 193 169 0 50 0
[pid=18922] ppid=18921 vsize=864508 CPUtime=1799.35
/proc/18922/stat : 18922 (java) S 18921 18908 18871 0 -1 0 527427 0 1 0 179654 281 0 0 18 0 9 0 23460249 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18922/statm: 216127 183901 2590 9 0 210604 0
[pid=18922/tid=18923] ppid=18921 vsize=864508 CPUtime=1633.33
/proc/18922/task/18923/stat : 18923 (java) R 18921 18908 18871 0 -1 64 8833 0 1 0 163280 53 0 0 25 0 9 0 23460250 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4126587323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18924] ppid=18921 vsize=864508 CPUtime=165.87
/proc/18922/task/18924/stat : 18924 (java) S 18921 18908 18871 0 -1 64 517551 0 0 0 16362 225 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18925] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18925/stat : 18925 (java) S 18921 18908 18871 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18926] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18926/stat : 18926 (java) S 18921 18908 18871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23460251 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18927] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18927/stat : 18927 (java) S 18921 18908 18871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18928] ppid=18921 vsize=864508 CPUtime=0.09
/proc/18922/task/18928/stat : 18928 (java) S 18921 18908 18871 0 -1 64 340 0 0 0 9 0 0 0 17 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18922/tid=18929] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18929/stat : 18929 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18922/tid=18930] ppid=18921 vsize=864508 CPUtime=0
/proc/18922/task/18930/stat : 18930 (java) S 18921 18908 18871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23460253 885256192 183901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 886732

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

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

[startup+1811.33 s]
/proc/loadavg: 2.93 2.86 2.41 3/87 22056
/proc/meminfo: memFree=375920/2055920 swapFree=4192956/4192956
[pid=18908] ppid=18906 vsize=16868 CPUtime=0.7
/proc/18908/stat : 18908 (sugar) S 18906 18908 18871 0 -1 4194304 1323 10759 0 1 6 1 57 6 16 0 1 0 23460171 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18908/statm: 4217 1112 409 3 0 796 0
[pid=18921] ppid=18908 vsize=0 CPUtime=0
/proc/18921/stat : 18921 (sh) Z 18908 18908 18871 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23460248 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18921/statm: 0 0 0 0 0 0 0
[pid=18922] ppid=1 vsize=0 CPUtime=1799.46
/proc/18922/stat : 18922 (java) R 1 18908 18871 0 -1 1028 527445 0 1 0 179655 291 0 0 17 0 1 0 23460249 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/18922/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 18908 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=639902
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=88986
# CPU time returned by wait4() is 0.728888
# 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): 1811.33
CPU time (s): 1800.16
CPU user time (s): 1797.18
CPU system time (s): 2.98
CPU usage (%): 99.3834
Max. virtual memory (cumulated for all children) (KiB): 913236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.639902
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12436
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= 558
involuntary context switches= 409

runsolver used 2.30965 second user time and 6.37703 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 03:58:47
IDJOB=2077286
IDBENCH=56575
IDSOLVER=739
FILE ID=node4/2077286-1247363927
PBS_JOBID= 9507046
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 75a52a4e3aa460b82f249875b46f30ff
RANDOM SEED=1366427374

node4.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:       1178536 kB
Buffers:         72880 kB
Cached:         606100 kB
SwapCached:          0 kB
Active:         222716 kB
Inactive:       578564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:         132904 kB
Slab:            61128 kB
Committed_AS:   370724 kB
PageTables:       2188 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= 66260 MiB
End job on node4 at 2009-07-12 04:29:00