Trace number 1075890

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.13+minisat? (TO) 1800.18 1804.53

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-12_ext.xml
MD5SUMa5656f4953dca2b0bb60baf5002b0ce7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:38:49 2008
0.00/0.05	c 0	PID 30853
0.03/0.05	c 0	HOST node4.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1075890-1215182328.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075890-1215182328.xml' 'HOME/temp.csp'
1.36/1.41	c 1	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
1.36/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.38/1.55	c 1	Parsing HOME/temp.csp
2.80/2.95	c 3	parsed 119 expressions
2.80/2.95	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.80/2.95	c 3	Converting to clausal form CSP
2.80/2.97	c 3	converted 12 (10%) expressions
2.80/2.97	c 3	converted 24 (20%) expressions
2.80/2.97	c 3	converted 36 (30%) expressions
2.80/2.97	c 3	converted 48 (40%) expressions
2.80/2.98	c 3	converted 60 (50%) expressions
2.80/2.98	c 3	converted 72 (60%) expressions
2.80/2.98	c 3	converted 84 (70%) expressions
2.80/2.98	c 3	converted 96 (80%) expressions
8.59/8.71	c 8	converted 108 (90%) expressions
19.99/20.12	c 20	converted 119 (100%) expressions
19.99/20.12	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.99/20.12	c 20	Heap : 426 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.99/20.12	c 20	Propagation in CSP
19.99/20.12	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.99/20.12	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.99/20.12	c 20	Heap : 426 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.99/20.12	c 20	Simplifing CSP by introducing new Boolean variables
19.99/20.12	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.99/20.12	c 20	Heap : 426 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.58/22.77	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.58/22.79	c 23	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
22.58/22.79	c 23	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
22.69/22.80	c 23	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
22.69/22.80	c 23	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
22.69/22.81	c 23	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
22.69/22.81	c 23	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
22.69/22.81	c 23	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
22.69/22.81	c 23	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
22.69/22.81	c 23	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
22.69/22.81	c 23	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
848.35/848.81	c 849	2 (10%) CSP clauses are encoded (509572 clauses, 29369069 bytes)
1582.35/1585.88	c 1586	4 (20%) CSP clauses are encoded (1016840 clauses, 58966037 bytes)
1800.06/1804.42	c ERROR INTERRUPTED
1800.18/1804.52	s UNKNOWN
1800.18/1804.52	c 1804	CPU 1.27 (0.03 0.01 1.24 0.1)
1800.18/1804.52	c 1804	END Fri Jul  4 17:08:53 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1075890-1215182328/watcher-1075890-1215182328 -o /tmp/evaluation-result-1075890-1215182328/solver-1075890-1215182328 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1075890-1215182328.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): 2200 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: 1.92 1.98 1.99 4/81 30853
/proc/meminfo: memFree=1022672/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=12268 CPUtime=0
/proc/30853/stat : 30853 (sugar) R 30851 30853 30144 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1997208251 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30853/statm: 3067 316 241 3 0 167 0

[startup+0.0526821 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30853
/proc/meminfo: memFree=1022672/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=0.03
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1997208251 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104814 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30853
/proc/meminfo: memFree=1022672/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=0.04
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997208251 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301821 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30853
/proc/meminfo: memFree=1022672/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=0.04
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997208251 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701869 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30853
/proc/meminfo: memFree=1022672/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=0.04
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997208251 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 30865
/proc/meminfo: memFree=989560/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 956 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10209 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 30875
/proc/meminfo: memFree=1000760/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 973 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864168 CPUtime=1.61
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 14277 0 1 0 154 7 0 0 18 0 9 0 1997208399 884908032 12989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216042 12989 2540 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864168 CPUtime=0.84
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 2824 0 1 0 83 1 0 0 25 0 9 0 1997208400 884908032 12991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864168 CPUtime=0.69
/proc/30867/task/30869/stat : 30869 (java) R 30866 30853 30144 0 -1 64 10430 0 0 0 64 5 0 0 16 0 9 0 1997208401 884908032 12992 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 12993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 12994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 884908032 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864168 CPUtime=0.05
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 329 0 0 0 5 0 0 0 16 0 9 0 1997208403 884908032 12997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 884908032 12998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 884908032 13000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883124

[startup+6.3024 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 30875
/proc/meminfo: memFree=920376/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 973 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864168 CPUtime=4.81
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 35747 0 1 0 461 20 0 0 18 0 9 0 1997208399 884908032 33750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216042 33750 2540 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864168 CPUtime=2.12
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 3661 0 1 0 211 1 0 0 25 0 9 0 1997208400 884908032 33750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864168 CPUtime=2.61
/proc/30867/task/30869/stat : 30869 (java) R 30866 30853 30144 0 -1 64 31060 0 0 0 244 17 0 0 16 0 9 0 1997208401 884908032 33751 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 33752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 33752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 884908032 33753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864168 CPUtime=0.06
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 1997208403 884908032 33754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 884908032 33754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 884908032 33755 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883124

[startup+12.703 s]
/proc/loadavg: 2.09 2.02 2.01 4/92 30875
/proc/meminfo: memFree=783480/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 973 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864168 CPUtime=11.21
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 91169 0 1 0 1072 49 0 0 18 0 9 0 1997208399 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216042 67910 2540 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864168 CPUtime=4.16
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 5777 0 1 0 413 3 0 0 16 0 9 0 1997208400 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4126531672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864168 CPUtime=6.96
/proc/30867/task/30869/stat : 30869 (java) R 30866 30853 30144 0 -1 64 84365 0 0 0 652 44 0 0 25 0 9 0 1997208401 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864168 CPUtime=0.06
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 1997208403 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864168 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 884908032 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 883124

[startup+25.5012 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 30875
/proc/meminfo: memFree=558264/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=23.99
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 156670 0 1 0 2314 85 0 0 18 0 9 0 1997208399 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216070 117266 2564 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864280 CPUtime=9.39
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 8120 0 1 0 935 4 0 0 25 0 9 0 1997208400 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4126604679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864280 CPUtime=14.48
/proc/30867/task/30869/stat : 30869 (java) S 30866 30853 30144 0 -1 64 147502 0 0 0 1369 79 0 0 16 0 9 0 1997208401 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.09
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1997208403 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 117266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 883236

[startup+51.1017 s]
/proc/loadavg: 2.09 2.03 2.01 3/92 30875
/proc/meminfo: memFree=554424/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=49.59
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 157443 0 1 0 4873 86 0 0 18 0 9 0 1997208399 885022720 118037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.1
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.77
Current children cumulated vsize (KiB) 883236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30911
/proc/meminfo: memFree=1143432/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=1657.15
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 184332 0 1 0 165581 134 0 0 18 0 9 0 1997208399 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216070 144802 2564 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864280 CPUtime=1639.96
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 8248 0 1 0 163955 41 0 0 25 0 9 0 1997208400 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4126584832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864280 CPUtime=17.05
/proc/30867/task/30869/stat : 30869 (java) S 30866 30853 30144 0 -1 64 175029 0 0 0 1614 91 0 0 16 0 9 0 1997208401 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.1
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 144802 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.53
Current children cumulated vsize (KiB) 883236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30911
/proc/meminfo: memFree=1136392/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=1716.9
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 186126 0 1 0 171556 134 0 0 18 0 9 0 1997208399 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216070 146592 2564 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864280 CPUtime=1699.61
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 8252 0 1 0 169920 41 0 0 25 0 9 0 1997208400 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864280 CPUtime=17.17
/proc/30867/task/30869/stat : 30869 (java) S 30866 30853 30144 0 -1 64 176819 0 0 0 1625 92 0 0 16 0 9 0 1997208401 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.1
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1997208403 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 146592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.28
Current children cumulated vsize (KiB) 883236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30911
/proc/meminfo: memFree=1132744/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=1776.66
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 187565 0 1 0 177531 135 0 0 18 0 9 0 1997208399 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216070 148028 2564 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864280 CPUtime=1759.27
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 8255 0 1 0 175886 41 0 0 25 0 9 0 1997208400 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4126603812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864280 CPUtime=17.26
/proc/30867/task/30869/stat : 30869 (java) S 30866 30853 30144 0 -1 64 178255 0 0 0 1633 93 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.1
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.04
Current children cumulated vsize (KiB) 883236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30911
/proc/meminfo: memFree=1130568/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 974 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=5356 CPUtime=0
/proc/30866/stat : 30866 (sh) S 30853 30853 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997208399 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30866/statm: 1339 233 193 169 0 50 0
[pid=30867] ppid=30866 vsize=864280 CPUtime=1798.68
/proc/30867/stat : 30867 (java) S 30866 30853 30144 0 -1 0 187565 0 1 0 179733 135 0 0 18 0 9 0 1997208399 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30867/statm: 216070 148028 2564 9 0 210617 0
[pid=30867/tid=30868] ppid=30866 vsize=864280 CPUtime=1781.29
/proc/30867/task/30868/stat : 30868 (java) R 30866 30853 30144 0 -1 64 8255 0 1 0 178088 41 0 0 25 0 9 0 1997208400 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4126604484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30869] ppid=30866 vsize=864280 CPUtime=17.26
/proc/30867/task/30869/stat : 30869 (java) S 30866 30853 30144 0 -1 64 178255 0 0 0 1633 93 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30870] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30870/stat : 30870 (java) S 30866 30853 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30871] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30871/stat : 30871 (java) S 30866 30853 30144 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997208401 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30872] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30872/stat : 30872 (java) S 30866 30853 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30873] ppid=30866 vsize=864280 CPUtime=0.1
/proc/30867/task/30873/stat : 30873 (java) S 30866 30853 30144 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30874] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30874/stat : 30874 (java) S 30866 30853 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30867/tid=30875] ppid=30866 vsize=864280 CPUtime=0
/proc/30867/task/30875/stat : 30875 (java) S 30866 30853 30144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997208403 885022720 148028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 883236

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

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

[startup+1804.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30911
/proc/meminfo: memFree=1130568/2055920 swapFree=4180028/4192956
[pid=30853] ppid=30851 vsize=13600 CPUtime=1.38
/proc/30853/stat : 30853 (sugar) S 30851 30853 30144 0 -1 4194304 982 13718 0 1 3 1 124 10 16 0 1 0 1997208251 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30853/statm: 3400 797 370 3 0 500 0
[pid=30866] ppid=30853 vsize=0 CPUtime=0
/proc/30866/stat : 30866 (sh) Z 30853 30853 30144 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997208399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30866/statm: 0 0 0 0 0 0 0
[pid=30867] ppid=1 vsize=0 CPUtime=1798.8
/proc/30867/stat : 30867 (java) Z 1 30853 30144 0 -1 1036 187585 0 1 0 179736 144 0 0 16 0 2 0 1997208399 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1804.53
CPU time (s): 1800.18
CPU user time (s): 1798.63
CPU system time (s): 1.55
CPU usage (%): 99.759
Max. virtual memory (cumulated for all children) (KiB): 909740

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

runsolver used 2.24666 second user time and 6.00609 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 16:38:49
IDJOB=1075890
IDBENCH=56549
IDSOLVER=346
FILE ID=node4/1075890-1215182328
PBS_JOBID= 7881576
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-12_ext.xml
COMMAND LINE= DIR/sugar -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-1075890-1215182328/watcher-1075890-1215182328 -o /tmp/evaluation-result-1075890-1215182328/solver-1075890-1215182328 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1075890-1215182328.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5656f4953dca2b0bb60baf5002b0ce7
RANDOM SEED=505015233

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1023152 kB
Buffers:         46080 kB
Cached:         160376 kB
SwapCached:       6792 kB
Active:         919708 kB
Inactive:        56036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1023152 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            3816 kB
Writeback:           0 kB
Mapped:         785808 kB
Slab:            40488 kB
Committed_AS:  4037032 kB
PageTables:       3528 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= 66524 MiB
End job on node4 at 2008-07-04 17:08:55