Trace number 2076944

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.01 1815.18

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-10.xml
MD5SUMa1d7d5acf2070b73940ebc1e3be12414
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.05984
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:46:54 2009
0.00/0.08	c 0	PID 17425
0.06/0.08	c 0	HOST node2.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2076944-1247363213.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076944-1247363213.xml' 'HOME/temp.csp'
1.64/1.73	c 1	1 domains, 291 variables, 8 predicates, 8 relations, 3443 constraints
1.64/1.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.69/1.85	c 1	Parsing HOME/temp.csp
3.48/3.64	c 3	parsed 3751 expressions
3.48/3.65	c 3	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/3.65	c 3	Converting to clausal form CSP
4.38/4.53	c 4	converted 376 (10%) expressions
8.34/8.52	c 8	converted 751 (20%) expressions
8.43/8.62	c 8	converted 1126 (30%) expressions
8.43/8.65	c 8	converted 1501 (40%) expressions
8.43/8.68	c 8	converted 1876 (50%) expressions
8.54/8.75	c 8	converted 2251 (60%) expressions
9.03/9.21	c 9	converted 2626 (70%) expressions
9.03/9.24	c 9	converted 3001 (80%) expressions
9.03/9.27	c 9	converted 3376 (90%) expressions
10.12/10.30	c 10	converted 3751 (100%) expressions
10.12/10.30	c 10	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
10.12/10.30	c 10	Heap : 194 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.12/10.30	c 10	Propagation in CSP
11.50/11.74	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.50/11.74	c 11	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
11.50/11.74	c 11	Heap : 188 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.50/11.75	c 11	Simplifing CSP by introducing new Boolean variables
11.60/11.80	c 11	CSP : 291 integers, 26460 booleans, 29903 clauses, largest domain size 26
11.60/11.80	c 11	Heap : 198 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.69/12.92	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.69/12.95	c 13	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
12.69/12.96	c 13	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
12.69/12.96	c 13	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
12.69/12.96	c 13	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
12.69/12.96	c 13	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
12.69/12.96	c 13	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
12.69/12.96	c 13	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
12.69/12.96	c 13	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
12.69/12.96	c 13	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
12.69/12.97	c 13	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
468.99/474.57	c 474	2991 (10%) CSP clauses are encoded (1624856 clauses, 76853378 bytes)
469.08/474.70	c 474	5981 (20%) CSP clauses are encoded (1694296 clauses, 78147047 bytes)
469.28/474.83	c 474	8971 (30%) CSP clauses are encoded (1763736 clauses, 79463469 bytes)
469.39/474.95	c 475	11962 (40%) CSP clauses are encoded (1833202 clauses, 80797175 bytes)
469.48/475.08	c 475	14952 (50%) CSP clauses are encoded (1902617 clauses, 82166238 bytes)
794.42/800.12	c 800	17942 (60%) CSP clauses are encoded (2225665 clauses, 100716974 bytes)
794.51/800.25	c 800	20933 (70%) CSP clauses are encoded (2295131 clauses, 102087005 bytes)
794.62/800.38	c 800	23923 (80%) CSP clauses are encoded (2364571 clauses, 103456527 bytes)
1097.03/1105.49	c 1105	26913 (90%) CSP clauses are encoded (2687619 clauses, 122007263 bytes)
1800.01/1815.12	c ERROR INTERRUPTED
1800.01/1815.18	s UNKNOWN
1800.01/1815.18	c 1815	CPU 1.69 (0.05 0.01 1.52 0.11)
1800.01/1815.18	c 1815	END Sun Jul 12 04:17:09 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-2076944-1247363213/watcher-2076944-1247363213 -o /tmp/evaluation-result-2076944-1247363213/solver-2076944-1247363213 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2076944-1247363213.xml 

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


[startup+0 s]
/proc/loadavg: 2.15 2.16 2.16 4/83 17425
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=12268 CPUtime=0
/proc/17425/stat : 17425 (sugar) R 17423 17425 14866 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23389037 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17425/statm: 3067 316 241 3 0 167 0

[startup+0.0828111 s]
/proc/loadavg: 2.15 2.16 2.16 4/83 17425
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16740 CPUtime=0.06
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23389037 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10223 s]
/proc/loadavg: 2.15 2.16 2.16 4/83 17425
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=0.06
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301268 s]
/proc/loadavg: 2.15 2.16 2.16 4/83 17425
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=0.06
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701342 s]
/proc/loadavg: 2.15 2.16 2.16 4/83 17425
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=0.06
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 2.15 2.16 2.16 3/94 17437
/proc/meminfo: memFree=1688232/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=0.06
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17428] ppid=17425 vsize=5356 CPUtime=0
/proc/17428/stat : 17428 (sh) S 17425 17425 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23389045 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17428/statm: 1339 233 193 169 0 50 0
[pid=17429] ppid=17428 vsize=865816 CPUtime=1.38
/proc/17429/stat : 17429 (java) S 17428 17425 14866 0 -1 0 14841 0 1 0 129 9 0 0 18 0 9 0 23389046 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17429/statm: 216454 13867 2556 9 0 210966 0
[pid=17429/tid=17430] ppid=17428 vsize=865816 CPUtime=0.89
/proc/17429/task/17430/stat : 17430 (java) R 17428 17425 14866 0 -1 64 6204 0 1 0 85 4 0 0 25 0 9 0 23389047 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 102094007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17431] ppid=17428 vsize=865816 CPUtime=0.33
/proc/17429/task/17431/stat : 17431 (java) S 17428 17425 14866 0 -1 64 7419 0 0 0 30 3 0 0 16 0 9 0 23389048 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17432] ppid=17428 vsize=865816 CPUtime=0
/proc/17429/task/17432/stat : 17432 (java) S 17428 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389048 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17433] ppid=17428 vsize=865816 CPUtime=0
/proc/17429/task/17433/stat : 17433 (java) S 17428 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23389048 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17434] ppid=17428 vsize=865816 CPUtime=0
/proc/17429/task/17434/stat : 17434 (java) S 17428 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389050 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17435] ppid=17428 vsize=865816 CPUtime=0.13
/proc/17429/task/17435/stat : 17435 (java) S 17428 17425 14866 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 23389051 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17436] ppid=17428 vsize=865816 CPUtime=0
/proc/17429/task/17436/stat : 17436 (java) S 17428 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389051 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17429/tid=17437] ppid=17428 vsize=865816 CPUtime=0
/proc/17429/task/17437/stat : 17437 (java) S 17428 17425 14866 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23389051 886595584 13867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 888040

[startup+3.10278 s]
/proc/loadavg: 2.14 2.15 2.16 3/94 17447
/proc/meminfo: memFree=1710888/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1309 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=862520 CPUtime=1.3
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 11078 0 1 0 125 5 0 0 18 0 9 0 23389214 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 215630 9825 2158 9 0 210543 0
[pid=17439/tid=17440] ppid=17438 vsize=862520 CPUtime=0.81
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 2150 0 1 0 80 1 0 0 25 0 9 0 23389215 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=862520 CPUtime=0.42
/proc/17439/task/17441/stat : 17441 (java) R 17438 17425 14866 0 -1 64 7920 0 0 0 40 2 0 0 16 0 9 0 23389216 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 103825752 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=862520 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=862520 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23389216 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=862520 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=862520 CPUtime=0.03
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 23389218 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17446] ppid=17438 vsize=862520 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 883220480 9825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=862520 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 883220480 9825 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) 884744

[startup+6.30137 s]
/proc/loadavg: 2.14 2.15 2.16 4/94 17447
/proc/meminfo: memFree=1635816/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1309 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868520 CPUtime=4.47
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 32900 0 1 0 432 15 0 0 18 0 9 0 23389214 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217130 30988 2566 9 0 211635 0
[pid=17439/tid=17440] ppid=17438 vsize=868520 CPUtime=2.18
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 3689 0 1 0 215 3 0 0 25 0 9 0 23389215 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4126518408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868520 CPUtime=2.12
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 27083 0 0 0 202 10 0 0 16 0 9 0 23389216 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868520 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868520 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868520 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868520 CPUtime=0.13
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1426 0 0 0 13 0 0 0 16 0 9 0 23389218 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868520 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868520 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889364480 30988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890744

[startup+12.7025 s]
/proc/loadavg: 2.20 2.16 2.17 4/94 17447
/proc/meminfo: memFree=1500072/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=878852 CPUtime=10.81
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 83650 0 1 0 1043 38 0 0 18 0 9 0 23389214 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 219713 60563 2567 9 0 214218 0
[pid=17439/tid=17440] ppid=17438 vsize=878852 CPUtime=4.03
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 4550 0 1 0 400 3 0 0 25 0 9 0 23389215 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=878852 CPUtime=6.59
/proc/17439/task/17441/stat : 17441 (java) R 17438 17425 14866 0 -1 64 76956 0 0 0 626 33 0 0 17 0 9 0 23389216 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 104190924 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=878852 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=878852 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=878852 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=878852 CPUtime=0.17
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1442 0 0 0 16 1 0 0 16 0 9 0 23389218 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17446] ppid=17438 vsize=878852 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=878852 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 899944448 60563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 901076

[startup+25.5029 s]
/proc/loadavg: 2.16 2.16 2.16 3/94 17447
/proc/meminfo: memFree=1475240/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=23.47
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 85712 0 1 0 2297 50 0 0 18 0 9 0 23389214 889565184 59995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 59995 2593 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=16.24
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6133 0 1 0 1610 14 0 0 25 0 9 0 23389215 889565184 59995 996147200 134512640 134550932 4294955936 18446744073709551615 4126970132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=6.99
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 77390 0 0 0 665 34 0 0 16 0 9 0 23389216 889565184 59995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 59995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 59995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0

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

/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=1646.97
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 123290 0 1 0 164561 136 0 0 18 0 9 0 23389214 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 93006 2592 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=1634.67
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6533 0 1 0 163387 80 0 0 25 0 9 0 23389215 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4126967605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=12.02
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 114558 0 0 0 1149 53 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868716 CPUtime=0.24
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.66
Current children cumulated vsize (KiB) 890940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/91 18045
/proc/meminfo: memFree=1253816/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=1706.41
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 123290 0 1 0 170505 136 0 0 18 0 9 0 23389214 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 93006 2592 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=1694.11
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6533 0 1 0 169331 80 0 0 25 0 9 0 23389215 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4126967552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=12.02
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 114558 0 0 0 1149 53 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868716 CPUtime=0.24
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889565184 93006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.1
Current children cumulated vsize (KiB) 890940

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/91 18045
/proc/meminfo: memFree=1253432/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=1765.84
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 123385 0 1 0 176448 136 0 0 18 0 9 0 23389214 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 93093 2592 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=1753.45
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6541 0 1 0 175265 80 0 0 25 0 9 0 23389215 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4126967546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=12.11
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 114645 0 0 0 1158 53 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868716 CPUtime=0.24
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 890940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.00 2.02 2.05 3/91 18045
/proc/meminfo: memFree=1253432/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=1798.32
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 123395 0 1 0 179696 136 0 0 18 0 9 0 23389214 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 93093 2592 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=1785.82
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6551 0 1 0 178502 80 0 0 25 0 9 0 23389215 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4126967552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=12.22
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 114645 0 0 0 1169 53 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868716 CPUtime=0.24
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 890940

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

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

[startup+1815.1 s]
/proc/loadavg: 2.00 2.02 2.05 3/91 18045
/proc/meminfo: memFree=1253432/2055920 swapFree=4192812/4192956
[pid=17425] ppid=17423 vsize=16868 CPUtime=1.69
/proc/17425/stat : 17425 (sugar) S 17423 17425 14866 0 -1 4194304 1310 15345 0 1 5 1 152 11 16 0 1 0 23389037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17425/statm: 4217 1111 409 3 0 796 0
[pid=17438] ppid=17425 vsize=5356 CPUtime=0
/proc/17438/stat : 17438 (sh) S 17425 17425 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23389214 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17438/statm: 1339 233 193 169 0 50 0
[pid=17439] ppid=17438 vsize=868716 CPUtime=1798.32
/proc/17439/stat : 17439 (java) S 17438 17425 14866 0 -1 0 123395 0 1 0 179696 136 0 0 18 0 9 0 23389214 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 217179 93093 2592 9 0 211656 0
[pid=17439/tid=17440] ppid=17438 vsize=868716 CPUtime=1785.82
/proc/17439/task/17440/stat : 17440 (java) R 17438 17425 14866 0 -1 64 6551 0 1 0 178502 80 0 0 25 0 9 0 23389215 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4126967552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17441] ppid=17438 vsize=868716 CPUtime=12.22
/proc/17439/task/17441/stat : 17441 (java) S 17438 17425 14866 0 -1 64 114645 0 0 0 1169 53 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17442/stat : 17442 (java) S 17438 17425 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17443] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17443/stat : 17443 (java) S 17438 17425 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23389216 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17444] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17444/stat : 17444 (java) S 17438 17425 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17445] ppid=17438 vsize=868716 CPUtime=0.24
/proc/17439/task/17445/stat : 17445 (java) S 17438 17425 14866 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17439/tid=17446] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17446/stat : 17446 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17439/tid=17447] ppid=17438 vsize=868716 CPUtime=0
/proc/17439/task/17447/stat : 17447 (java) S 17438 17425 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23389218 889565184 93093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 890940

Child status: 0

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

Real time (s): 1815.18
CPU time (s): 1800.01
CPU user time (s): 1798.53
CPU system time (s): 1.48
CPU usage (%): 99.1642
Max. virtual memory (cumulated for all children) (KiB): 911320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58476
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17022
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= 1330
involuntary context switches= 1219

runsolver used 2.02469 second user time and 6.29804 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 03:46:54
IDJOB=2076944
IDBENCH=56531
IDSOLVER=738
FILE ID=node2/2076944-1247363213
PBS_JOBID= 9506910
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076944-1247363213/watcher-2076944-1247363213 -o /tmp/evaluation-result-2076944-1247363213/solver-2076944-1247363213 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2076944-1247363213.xml

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

MD5SUM BENCH= a1d7d5acf2070b73940ebc1e3be12414
RANDOM SEED=637516455

node2.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.265
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.265
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:       1727776 kB
Buffers:         22676 kB
Cached:         114616 kB
SwapCached:          0 kB
Active:         229828 kB
Inactive:        50348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5008 kB
Writeback:           0 kB
Mapped:         158576 kB
Slab:            32776 kB
Committed_AS:   865504 kB
PageTables:       2140 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= 66328 MiB
End job on node2 at 2009-07-12 04:17:11