Trace number 1070812

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+picosat? (TO) 1800.06 1811.71

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle19.xml
MD5SUM091845f967531c469848bd4cbe23bffa
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.893863
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints913
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension833
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 12:28:08 2008
0.00/0.04	c 0	PID 7867
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1070812-1215167288.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-1070812-1215167288.xml' 'HOME/temp.csp'
1.45/1.50	c 2	1 domains, 187 variables, 8 predicates, 7 relations, 913 constraints
1.45/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.51	c 2	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.45/1.59	c 2	Parsing HOME/temp.csp
3.01/3.10	c 3	parsed 1116 expressions
3.01/3.11	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.11	c 3	Converting to clausal form CSP
3.01/3.13	c 3	converted 112 (10%) expressions
3.50/3.61	c 4	converted 224 (20%) expressions
5.88/6.05	c 6	converted 335 (30%) expressions
8.26/8.45	c 9	converted 447 (40%) expressions
8.64/8.84	c 9	converted 558 (50%) expressions
8.64/8.85	c 9	converted 670 (60%) expressions
8.94/9.19	c 9	converted 782 (70%) expressions
9.04/9.20	c 9	converted 893 (80%) expressions
9.34/9.58	c 10	converted 1005 (90%) expressions
11.13/11.32	c 11	converted 1116 (100%) expressions
11.13/11.32	c 11	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
11.13/11.32	c 11	Heap : 208 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.13/11.32	c 11	Propagation in CSP
11.13/11.35	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.13/11.35	c 11	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
11.13/11.35	c 11	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.13/11.35	c 11	Simplifing CSP by introducing new Boolean variables
11.53/11.77	c 12	CSP : 187 integers, 7014 booleans, 7927 clauses, largest domain size 26
11.53/11.77	c 12	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.71/12.92	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.71/12.94	c 13	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
12.71/12.94	c 13	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
12.71/12.94	c 13	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
12.71/12.95	c 13	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
12.71/12.95	c 13	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
12.71/12.95	c 13	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
12.71/12.95	c 13	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
12.71/12.95	c 13	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
12.71/12.95	c 13	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
12.71/12.95	c 13	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
613.49/614.33	c 614	793 (10%) CSP clauses are encoded (1980789 clauses, 98542823 bytes)
613.49/614.37	c 615	1586 (20%) CSP clauses are encoded (1999207 clauses, 98856255 bytes)
874.66/877.31	c 877	2379 (30%) CSP clauses are encoded (2257696 clauses, 113376677 bytes)
874.66/877.35	c 877	3171 (40%) CSP clauses are encoded (2276088 clauses, 113703605 bytes)
874.66/877.39	c 878	3964 (50%) CSP clauses are encoded (2294481 clauses, 114037375 bytes)
1101.87/1106.76	c 1107	4757 (60%) CSP clauses are encoded (2552970 clauses, 130402847 bytes)
1101.87/1106.79	c 1107	5549 (70%) CSP clauses are encoded (2571562 clauses, 130742503 bytes)
1560.37/1569.68	c 1570	6342 (80%) CSP clauses are encoded (2917809 clauses, 155305610 bytes)
1800.06/1811.63	c ERROR INTERRUPTED
1800.06/1811.71	s UNKNOWN
1800.06/1811.71	c 1812	CPU 1.39 (0.04 0 1.35 0.08)
1800.06/1811.71	c 1812	END Fri Jul  4 12:58:20 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-1070812-1215167288/watcher-1070812-1215167288 -o /tmp/evaluation-result-1070812-1215167288/solver-1070812-1215167288 -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/picosat -tmp=HOME/temp HOME/instance-1070812-1215167288.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/72 7867
/proc/meminfo: memFree=1737384/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=12268 CPUtime=0
/proc/7867/stat : 7867 (sugar) R 7865 7867 7064 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995701079 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7867/statm: 3067 316 241 3 0 167 0

[startup+0.049754 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 7867
/proc/meminfo: memFree=1737384/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=0.03
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1995701079 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101633 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 7867
/proc/meminfo: memFree=1737384/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=0.03
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995701079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301671 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 7867
/proc/meminfo: memFree=1737384/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=0.03
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995701079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701745 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 7867
/proc/meminfo: memFree=1737384/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=0.03
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995701079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 7879
/proc/meminfo: memFree=1709200/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=0.03
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995701079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 796 370 3 0 500 0
[pid=7870] ppid=7867 vsize=5356 CPUtime=0
/proc/7870/stat : 7870 (sh) S 7867 7867 7064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995701084 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7870/statm: 1339 233 193 169 0 50 0
[pid=7871] ppid=7870 vsize=864644 CPUtime=1.42
/proc/7871/stat : 7871 (java) S 7870 7867 7064 0 -1 0 11429 0 1 0 135 7 0 0 18 0 9 0 1995701085 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7871/statm: 216161 10643 2528 9 0 210743 0
[pid=7871/tid=7872] ppid=7870 vsize=864644 CPUtime=0.96
/proc/7871/task/7872/stat : 7872 (java) R 7870 7867 7064 0 -1 64 4884 0 1 0 93 3 0 0 25 0 9 0 1995701086 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7873] ppid=7870 vsize=864644 CPUtime=0.3
/proc/7871/task/7873/stat : 7873 (java) R 7870 7867 7064 0 -1 64 5335 0 0 0 28 2 0 0 16 0 9 0 1995701087 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 102723285 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7874] ppid=7870 vsize=864644 CPUtime=0
/proc/7871/task/7874/stat : 7874 (java) S 7870 7867 7064 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995701087 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7875] ppid=7870 vsize=864644 CPUtime=0
/proc/7871/task/7875/stat : 7875 (java) S 7870 7867 7064 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1995701087 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7876] ppid=7870 vsize=864644 CPUtime=0
/proc/7871/task/7876/stat : 7876 (java) S 7870 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701089 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7877] ppid=7870 vsize=864644 CPUtime=0.13
/proc/7871/task/7877/stat : 7877 (java) S 7870 7867 7064 0 -1 64 510 0 0 0 13 0 0 0 16 0 9 0 1995701089 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7878] ppid=7870 vsize=864644 CPUtime=0
/proc/7871/task/7878/stat : 7878 (java) S 7870 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995701090 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7871/tid=7879] ppid=7870 vsize=864644 CPUtime=0
/proc/7871/task/7879/stat : 7879 (java) S 7870 7867 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995701090 885395456 10643 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883600

[startup+3.1022 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 7889
/proc/meminfo: memFree=1717584/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.46
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 973 11853 0 1 3 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=864076 CPUtime=1.55
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 12333 0 1 0 148 7 0 0 18 0 9 0 1995701232 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 216019 11183 2532 9 0 210601 0
[pid=7881/tid=7882] ppid=7880 vsize=864076 CPUtime=0.84
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 2732 0 1 0 82 2 0 0 25 0 9 0 1995701233 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=864076 CPUtime=0.61
/proc/7881/task/7883/stat : 7883 (java) R 7880 7867 7064 0 -1 64 8571 0 0 0 58 3 0 0 16 0 9 0 1995701234 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 102674840 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=864076 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7885] ppid=7880 vsize=864076 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995701234 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=864076 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=864076 CPUtime=0.07
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1995701236 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=864076 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=864076 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 884813824 11183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.3028 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 7889
/proc/meminfo: memFree=1640464/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.46
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 973 11853 0 1 3 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=864552 CPUtime=4.72
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 33515 0 1 0 454 18 0 0 18 0 9 0 1995701232 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 216138 31902 2540 9 0 210713 0
[pid=7881/tid=7882] ppid=7880 vsize=864552 CPUtime=2.21
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 3633 0 1 0 218 3 0 0 25 0 9 0 1995701233 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=864552 CPUtime=2.36
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 28773 0 0 0 223 13 0 0 16 0 9 0 1995701234 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=864552 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7885] ppid=7880 vsize=864552 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=864552 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=864552 CPUtime=0.11
/proc/7881/task/7887/stat : 7887 (java) R 7880 7867 7064 0 -1 64 412 0 0 0 11 0 0 0 16 0 9 0 1995701236 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 101728014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=864552 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=864552 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 885301248 31902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883508

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 7889
/proc/meminfo: memFree=1502416/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 15 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=878652 CPUtime=11.05
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 86045 0 1 0 1063 42 0 0 18 0 9 0 1995701232 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 219663 62942 2540 9 0 214238 0
[pid=7881/tid=7882] ppid=7880 vsize=878652 CPUtime=3.65
/proc/7881/task/7882/stat : 7882 (java) S 7880 7867 7064 0 -1 64 5877 0 1 0 361 4 0 0 16 0 9 0 1995701233 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=878652 CPUtime=7.16
/proc/7881/task/7883/stat : 7883 (java) R 7880 7867 7064 0 -1 64 78012 0 0 0 680 36 0 0 25 0 9 0 1995701234 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 104182531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=878652 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7885] ppid=7880 vsize=878652 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=878652 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=878652 CPUtime=0.21
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 1995701236 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=878652 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=878652 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 899739648 62942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 897608

[startup+25.5024 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 7889
/proc/meminfo: memFree=1489424/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=23.84
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 86179 0 1 0 2335 49 0 0 18 0 9 0 1995701232 889360384 60454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 60454 2565 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=15.98
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 5986 0 1 0 1588 10 0 0 25 0 9 0 1995701233 889360384 60454 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=7.58
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 78013 0 0 0 722 36 0 0 17 0 9 0 1995701234 889360384 60454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 60454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 60454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=1591.28
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 129746 0 1 0 158968 160 0 0 18 0 9 0 1995701232 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 94151 2566 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=1576.24
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 6523 0 1 0 157524 100 0 0 25 0 9 0 1995701233 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4126950754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=14.75
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 121028 0 0 0 1417 58 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=868516 CPUtime=0.27
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.75
Current children cumulated vsize (KiB) 887472

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 7999
/proc/meminfo: memFree=1217096/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=1650.71
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 129753 0 1 0 164911 160 0 0 18 0 9 0 1995701232 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 94151 2566 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=1635.57
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 6530 0 1 0 163457 100 0 0 25 0 9 0 1995701233 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4126643820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=14.84
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 121028 0 0 0 1426 58 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=868516 CPUtime=0.27
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 889360384 94151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.18
Current children cumulated vsize (KiB) 887472

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 7999
/proc/meminfo: memFree=1216840/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=1710.14
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 129800 0 1 0 170854 160 0 0 18 0 9 0 1995701232 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 94193 2566 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=1694.94
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 6535 0 1 0 169394 100 0 0 25 0 9 0 1995701233 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4126950664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=14.91
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 121070 0 0 0 1433 58 0 0 16 0 9 0 1995701234 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=868516 CPUtime=0.27
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 1995701236 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 889360384 94193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.61
Current children cumulated vsize (KiB) 887472

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 7999
/proc/meminfo: memFree=1216520/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=1769.57
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 129869 0 1 0 176796 161 0 0 18 0 9 0 1995701232 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 94250 2566 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=1754.2
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 6547 0 1 0 175320 100 0 0 25 0 9 0 1995701233 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4126950791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=15.06
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 121127 0 0 0 1448 58 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=868516 CPUtime=0.27
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.04
Current children cumulated vsize (KiB) 887472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 1.99 1.98 1.99 4/92 7999
/proc/meminfo: memFree=1216520/2055920 swapFree=4117732/4192956
[pid=7867] ppid=7865 vsize=13600 CPUtime=1.47
/proc/7867/stat : 7867 (sugar) S 7865 7867 7064 0 -1 4194304 974 11853 0 1 4 0 135 8 16 0 1 0 1995701079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7867/statm: 3400 797 370 3 0 500 0
[pid=7880] ppid=7867 vsize=5356 CPUtime=0
/proc/7880/stat : 7880 (sh) S 7867 7867 7064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995701231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7880/statm: 1339 233 193 169 0 50 0
[pid=7881] ppid=7880 vsize=868516 CPUtime=1798.59
/proc/7881/stat : 7881 (java) S 7880 7867 7064 0 -1 0 129877 0 1 0 179698 161 0 0 18 0 9 0 1995701232 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7881/statm: 217129 94250 2566 9 0 211676 0
[pid=7881/tid=7882] ppid=7880 vsize=868516 CPUtime=1783.13
/proc/7881/task/7882/stat : 7882 (java) R 7880 7867 7064 0 -1 64 6555 0 1 0 178212 101 0 0 25 0 9 0 1995701233 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4126953232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7883] ppid=7880 vsize=868516 CPUtime=15.17
/proc/7881/task/7883/stat : 7883 (java) S 7880 7867 7064 0 -1 64 121127 0 0 0 1459 58 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7880 7867 7064 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995701234 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7887] ppid=7880 vsize=868516 CPUtime=0.27
/proc/7881/task/7887/stat : 7887 (java) S 7880 7867 7064 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7888] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7880 7867 7064 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7881/tid=7889] ppid=7880 vsize=868516 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7880 7867 7064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995701236 889360384 94250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 887472

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

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

Child status: 0

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

Real time (s): 1811.71
CPU time (s): 1800.06
CPU user time (s): 1798.37
CPU system time (s): 1.69
CPU usage (%): 99.3569
Max. virtual memory (cumulated for all children) (KiB): 908100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.40079
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13158
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= 1191
involuntary context switches= 999

runsolver used 2.09968 second user time and 6.18906 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 12:28:08
IDJOB=1070812
IDBENCH=55997
IDSOLVER=345
FILE ID=node47/1070812-1215167288
PBS_JOBID= 7881406
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle19.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070812-1215167288/watcher-1070812-1215167288 -o /tmp/evaluation-result-1070812-1215167288/solver-1070812-1215167288 -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/picosat" -tmp="HOME/temp" HOME/instance-1070812-1215167288.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 091845f967531c469848bd4cbe23bffa
RANDOM SEED=288475216

node47.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.281
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.281
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:       1737928 kB
Buffers:         31172 kB
Cached:         118280 kB
SwapCached:      69100 kB
Active:         217448 kB
Inactive:        46032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737928 kB
SwapTotal:     4192956 kB
SwapFree:      4117732 kB
Dirty:            3808 kB
Writeback:           0 kB
Mapped:         121860 kB
Slab:            39552 kB
Committed_AS:  4095740 kB
PageTables:       2060 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= 66544 MiB
End job on node47 at 2008-07-04 12:58:22