Trace number 1111608

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.12 3629.95

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-16_ext.xml
MD5SUM1ee509f538fed315d26e452307dacb03
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 10:06:28 2008
0.00/0.04	c 0	PID 11486
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111608-1215849987.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111608-1215849987.xml' 'HOME/temp.csp'
0.03/0.71	c 0	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.85	c 0	Parsing HOME/temp.csp
1.49/1.68	c 1	parsed 240 expressions
1.49/1.69	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.69	c 1	MAX CSP: 29 constraints
1.49/1.69	c 1	Converting to clausal form CSP
1.58/1.71	c 1	converted 28 (10%) expressions
1.58/1.71	c 1	converted 55 (20%) expressions
1.58/1.72	c 1	converted 82 (30%) expressions
1.58/1.72	c 1	converted 109 (40%) expressions
1.58/1.72	c 1	converted 136 (50%) expressions
1.58/1.72	c 1	converted 164 (60%) expressions
1.58/1.72	c 1	converted 191 (70%) expressions
4.35/4.51	c 4	converted 218 (80%) expressions
16.40/16.77	c 16	converted 245 (90%) expressions
17.19/17.56	c 17	converted 272 (100%) expressions
17.19/17.56	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 44
17.19/17.56	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.19/17.56	c 17	Propagation in CSP
17.19/17.57	c 17	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.19/17.57	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
17.19/17.57	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.19/17.57	c 17	Simplifing CSP by introducing new Boolean variables
17.19/17.57	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
17.19/17.57	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.37/19.79	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.47/19.82	c 19	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
19.47/19.82	c 19	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
19.47/19.82	c 19	80 (30%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
19.47/19.82	c 19	107 (40%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
19.47/19.83	c 19	133 (50%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
19.47/19.83	c 19	160 (60%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
19.47/19.83	c 19	187 (70%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
19.47/19.83	c 19	213 (80%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
19.47/19.83	c 19	240 (90%) CSP integer variables are encoded (5022 clauses, 63223 bytes)
19.47/19.83	c 19	266 (100%) CSP integer variables are encoded (5197 clauses, 65498 bytes)
3600.01/3629.82	c ERROR INTERRUPTED
3600.12/3629.95	s UNKNOWN
3600.12/3629.95	c 3629	CPU 0.61 (0.02 0.01 0.59 0.07)
3600.12/3629.95	c 3629	END Sat Jul 12 11:06:57 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111608-1215849987/watcher-1111608-1215849987 -o /tmp/evaluation-result-1111608-1215849987/solver-1111608-1215849987 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111608-1215849987.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 11486
/proc/meminfo: memFree=1694280/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=12272 CPUtime=0
/proc/11486/stat : 11486 (sugar) R 11484 11486 11062 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 41695938 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 0 0 0 0 17 0 0 0
/proc/11486/statm: 3068 364 274 3 0 168 0

[startup+0.103809 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 11486
/proc/meminfo: memFree=1694280/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.03
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 41695938 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201818 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 11486
/proc/meminfo: memFree=1694280/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.03
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 41695938 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301829 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 11486
/proc/meminfo: memFree=1694280/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.03
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 41695938 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701871 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 11486
/proc/meminfo: memFree=1694280/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.03
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 41695938 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 2.00 2.00 2.00 5/117 11508
/proc/meminfo: memFree=1684656/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 15 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864352 CPUtime=0.69
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 6846 0 1 0 67 2 0 0 18 0 9 0 41696016 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216088 6089 2532 9 0 210670 0
[pid=11500/tid=11501] ppid=11499 vsize=864352 CPUtime=0.49
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 2452 0 1 0 48 1 0 0 21 0 9 0 41696016 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864352 CPUtime=0.15
/proc/11500/task/11502/stat : 11502 (java) R 11499 11486 11062 0 -1 64 3378 0 0 0 14 1 0 0 16 0 9 0 41696017 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 102731993 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864352 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864352 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41696018 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864352 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864352 CPUtime=0.04
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 320 0 0 0 4 0 0 0 19 0 9 0 41696020 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864352 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864352 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41696020 885096448 6089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883308

[startup+3.10213 s]
/proc/loadavg: 2.00 2.00 2.00 4/117 11508
/proc/meminfo: memFree=1659440/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864216 CPUtime=2.28
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 19182 0 1 0 221 7 0 0 18 0 9 0 41696016 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216054 17408 2540 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864216 CPUtime=1.09
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 3164 0 1 0 108 1 0 0 22 0 9 0 41696016 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4126557967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864216 CPUtime=1.1
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 14991 0 0 0 105 5 0 0 16 0 9 0 41696017 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864216 CPUtime=0.07
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 331 0 0 0 7 0 0 0 17 0 9 0 41696020 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41696020 884957184 17408 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883172

[startup+6.30148 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 11508
/proc/meminfo: memFree=1542448/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864216 CPUtime=5.44
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 49521 0 1 0 525 19 0 0 18 0 9 0 41696016 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216054 36634 2540 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864216 CPUtime=1.99
/proc/11500/task/11501/stat : 11501 (java) S 11499 11486 11062 0 -1 64 4465 0 1 0 197 2 0 0 16 0 9 0 41696016 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864216 CPUtime=3.36
/proc/11500/task/11502/stat : 11502 (java) R 11499 11486 11062 0 -1 64 44029 0 0 0 320 16 0 0 25 0 9 0 41696017 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864216 CPUtime=0.07
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 331 0 0 0 7 0 0 0 17 0 9 0 41696020 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41696020 884957184 36634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883172

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 11508
/proc/meminfo: memFree=1381056/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864216 CPUtime=11.76
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 108881 0 1 0 1134 42 0 0 18 0 9 0 41696016 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216054 85356 2540 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864216 CPUtime=4.46
/proc/11500/task/11501/stat : 11501 (java) S 11499 11486 11062 0 -1 64 5705 0 1 0 444 2 0 0 17 0 9 0 41696016 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864216 CPUtime=7.2
/proc/11500/task/11502/stat : 11502 (java) R 11499 11486 11062 0 -1 64 102149 0 0 0 681 39 0 0 25 0 9 0 41696017 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 102514326 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864216 CPUtime=0.07
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 331 0 0 0 7 0 0 0 17 0 9 0 41696020 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864216 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41696020 884957184 85356 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 883172

[startup+25.5025 s]
/proc/loadavg: 2.07 2.02 2.00 3/117 11508
/proc/meminfo: memFree=1200256/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864328 CPUtime=24.4
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 164355 0 1 0 2374 66 0 0 18 0 9 0 41696016 885071872 124688 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216082 124688 2565 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864328 CPUtime=11.45
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 8381 0 1 0 1141 4 0 0 25 0 9 0 41696016 885071872 124688 996147200 134512640 134550740 4294955936 18446744073709551615 4126649314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864328 CPUtime=12.82
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 154923 0 0 0 1221 61 0 0 16 0 9 0 41696017 885071872 124688 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 124688 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 124688 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11500/tid=11506] ppid=11499 vsize=864328 CPUtime=0.12
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 41696020 885071872 181462 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885071872 181462 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864328 CPUtime=0.04
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 3 1 0 0 15 0 9 0 41696020 885071872 181462 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3373.85
Current children cumulated vsize (KiB) 883284

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 11557
/proc/meminfo: memFree=1028552/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864328 CPUtime=3432.81
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 222516 0 1 0 343133 148 0 0 18 0 9 0 41696016 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216082 182647 2565 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864328 CPUtime=3416.43
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 8584 0 1 0 341581 62 0 0 25 0 9 0 41696016 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4126630591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864328 CPUtime=16.17
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 212872 0 0 0 1535 82 0 0 16 0 9 0 41696017 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864328 CPUtime=0.12
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864328 CPUtime=0.04
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 3 1 0 0 15 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3433.5
Current children cumulated vsize (KiB) 883284

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 11557
/proc/meminfo: memFree=1028424/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864328 CPUtime=3492.47
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 222516 0 1 0 349099 148 0 0 18 0 9 0 41696016 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216082 182647 2565 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864328 CPUtime=3476.09
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 8584 0 1 0 347547 62 0 0 25 0 9 0 41696016 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864328 CPUtime=16.17
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 212872 0 0 0 1535 82 0 0 16 0 9 0 41696017 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864328 CPUtime=0.12
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864328 CPUtime=0.04
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 3 1 0 0 15 0 9 0 41696020 885071872 182647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3493.16
Current children cumulated vsize (KiB) 883284

[startup+3582.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/117 11557
/proc/meminfo: memFree=978760/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864328 CPUtime=3552.09
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 230116 0 1 0 355029 180 0 0 18 0 9 0 41696016 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216082 183205 2565 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864328 CPUtime=3532.94
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 8630 0 1 0 353203 91 0 0 25 0 9 0 41696016 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4126630528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864328 CPUtime=18.95
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 220426 0 0 0 1809 86 0 0 16 0 9 0 41696017 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864328 CPUtime=0.12
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864328 CPUtime=0.04
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 3 1 0 0 15 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3552.78
Current children cumulated vsize (KiB) 883284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 2.10 2.05 2.01 3/117 11557
/proc/meminfo: memFree=978760/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 974 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=5356 CPUtime=0
/proc/11499/stat : 11499 (sh) S 11486 11486 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41696015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11499/statm: 1339 233 193 169 0 50 0
[pid=11500] ppid=11499 vsize=864328 CPUtime=3599.32
/proc/11500/stat : 11500 (java) S 11499 11486 11062 0 -1 0 230116 0 1 0 359752 180 0 0 18 0 9 0 41696016 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 216082 183205 2565 9 0 210629 0
[pid=11500/tid=11501] ppid=11499 vsize=864328 CPUtime=3580.16
/proc/11500/task/11501/stat : 11501 (java) R 11499 11486 11062 0 -1 64 8630 0 1 0 357925 91 0 0 25 0 9 0 41696016 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11502] ppid=11499 vsize=864328 CPUtime=18.95
/proc/11500/task/11502/stat : 11502 (java) S 11499 11486 11062 0 -1 64 220426 0 0 0 1809 86 0 0 16 0 9 0 41696017 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11503] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11499 11486 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11504] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11499 11486 11062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41696018 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11505] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11506] ppid=11499 vsize=864328 CPUtime=0.12
/proc/11500/task/11506/stat : 11506 (java) S 11499 11486 11062 0 -1 64 364 0 0 0 12 0 0 0 16 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11507] ppid=11499 vsize=864328 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11499 11486 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11500/tid=11508] ppid=11499 vsize=864328 CPUtime=0.05
/proc/11500/task/11508/stat : 11508 (java) S 11499 11486 11062 0 -1 64 0 0 0 0 4 1 0 0 15 0 9 0 41696020 885071872 183205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 883284

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

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

[startup+3629.93 s]
/proc/loadavg: 2.10 2.05 2.01 3/117 11557
/proc/meminfo: memFree=978760/2055920 swapFree=4192956/4192956
[pid=11486] ppid=11484 vsize=13600 CPUtime=0.69
/proc/11486/stat : 11486 (sugar) S 11484 11486 11062 0 -1 4194304 983 12019 0 1 2 1 59 7 16 0 1 0 41695938 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/11486/statm: 3400 797 370 3 0 500 0
[pid=11499] ppid=11486 vsize=0 CPUtime=0
/proc/11499/stat : 11499 (sh) Z 11486 11486 11062 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41696015 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/11499/statm: 0 0 0 0 0 0 0
[pid=11500] ppid=1 vsize=0 CPUtime=3599.43
/proc/11500/stat : 11500 (java) Z 1 11486 11062 0 -1 1036 230135 0 1 0 359755 188 0 0 16 0 2 0 41696016 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11500/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.12
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 3629.95
CPU time (s): 3600.12
CPU user time (s): 3598.16
CPU system time (s): 1.96
CPU usage (%): 99.1781
Max. virtual memory (cumulated for all children) (KiB): 904668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.627904
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13326
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= 606
involuntary context switches= 405

runsolver used 5.21921 second user time and 15.0197 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-12 10:06:27
IDJOB=1111608
IDBENCH=61300
IDSOLVER=368
FILE ID=node79/1111608-1215849987
PBS_JOBID= 7903436
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg13-16_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111608-1215849987/watcher-1111608-1215849987 -o /tmp/evaluation-result-1111608-1215849987/solver-1111608-1215849987 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111608-1215849987.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ee509f538fed315d26e452307dacb03
RANDOM SEED=1545963465

node79.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694760 kB
Buffers:         13156 kB
Cached:          91700 kB
SwapCached:          0 kB
Active:         268032 kB
Inactive:        44344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694760 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:         227404 kB
Slab:            30816 kB
Committed_AS:   560936 kB
PageTables:       4244 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= 66496 MiB
End job on node79 at 2008-07-12 11:06:59