Trace number 2071752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.19 1817.35

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg8-12_ext.xml
MD5SUMa30bac125ccd6edcdaea2d160e56f6b8
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:25:35 2009
0.00/0.08	c 0	PID 20746
0.07/0.08	c 0	HOST node67.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071752-1247354734.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071752-1247354734.xml' 'HOME/temp.csp'
0.07/0.93	c 0	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
0.07/0.98	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.06	c 1	Parsing HOME/temp.csp
1.69/1.81	c 1	parsed 119 expressions
1.69/1.81	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.81	c 1	Converting to clausal form CSP
1.69/1.83	c 1	converted 12 (10%) expressions
1.69/1.83	c 1	converted 24 (20%) expressions
1.69/1.83	c 1	converted 36 (30%) expressions
1.69/1.84	c 1	converted 48 (40%) expressions
1.69/1.84	c 1	converted 60 (50%) expressions
1.69/1.84	c 1	converted 72 (60%) expressions
1.69/1.84	c 1	converted 84 (70%) expressions
1.69/1.84	c 1	converted 96 (80%) expressions
6.53/6.73	c 6	converted 108 (90%) expressions
11.09/11.40	c 11	converted 119 (100%) expressions
11.09/11.40	c 11	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
11.09/11.40	c 11	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.09/11.40	c 11	Propagation in CSP
11.09/11.40	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.09/11.40	c 11	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
11.09/11.40	c 11	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.09/11.40	c 11	Simplifing CSP by introducing new Boolean variables
11.09/11.40	c 11	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
11.09/11.40	c 11	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.58/12.83	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.58/12.84	c 12	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
12.58/12.85	c 12	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
12.58/12.86	c 12	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
12.58/12.86	c 12	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
12.58/12.86	c 12	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
12.58/12.86	c 12	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
12.58/12.87	c 12	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
12.58/12.87	c 12	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
12.58/12.87	c 12	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
12.58/12.87	c 12	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
595.45/601.24	c 601	2 (10%) CSP clauses are encoded (482498 clauses, 27311363 bytes)
1081.70/1092.13	c 1092	4 (20%) CSP clauses are encoded (962692 clauses, 54801720 bytes)
1626.21/1641.75	c 1641	6 (30%) CSP clauses are encoded (1442886 clauses, 84119802 bytes)
1800.08/1817.23	c ERROR INTERRUPTED
1800.19/1817.34	s UNKNOWN
1800.19/1817.34	c 1817	CPU 0.91 (0.05 0.02 0.78 0.06)
1800.19/1817.34	c 1817	END Sun Jul 12 01:55:52 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071752-1247354734/watcher-2071752-1247354734 -o /tmp/evaluation-result-2071752-1247354734/solver-2071752-1247354734 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071752-1247354734.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/82 20746
/proc/meminfo: memFree=1613192/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=18576 CPUtime=0
/proc/20746/stat : 20746 (runsolver) R 20744 20746 18973 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22536182 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20746/statm: 4644 284 249 26 0 2626 0

[startup+0.087155 s]
/proc/loadavg: 1.92 2.00 1.99 4/82 20746
/proc/meminfo: memFree=1613192/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16740 CPUtime=0.07
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22536182 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100977 s]
/proc/loadavg: 1.92 2.00 1.99 4/82 20746
/proc/meminfo: memFree=1613192/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.07
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301997 s]
/proc/loadavg: 1.92 2.00 1.99 4/82 20746
/proc/meminfo: memFree=1613192/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.07
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701042 s]
/proc/loadavg: 1.92 2.00 1.99 4/82 20746
/proc/meminfo: memFree=1613192/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.07
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 1.92 2.00 1.99 3/86 20761
/proc/meminfo: memFree=1607080/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1309 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=862292 CPUtime=0.49
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 5572 0 1 0 46 3 0 0 18 0 9 0 22536281 882987008 4776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 215573 4776 2158 9 0 210486 0
[pid=20760/tid=20761] ppid=20759 vsize=862292 CPUtime=0.36
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 2015 0 1 0 35 1 0 0 20 0 9 0 22536281 882987008 4776 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884516

[startup+3.10229 s]
/proc/loadavg: 1.92 2.00 1.99 4/93 20768
/proc/meminfo: memFree=1580016/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1309 9298 0 1 5 2 78 5 15 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864408 CPUtime=2.08
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 16486 0 1 0 200 8 0 0 18 0 9 0 22536281 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216102 14986 2566 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864408 CPUtime=0.97
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 3193 0 1 0 96 1 0 0 25 0 9 0 22536281 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864408 CPUtime=1.03
/proc/20760/task/20762/stat : 20762 (java) R 20759 20746 18973 0 -1 64 12284 0 0 0 98 5 0 0 17 0 9 0 22536283 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 102759502 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864408 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864408 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864408 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864408 CPUtime=0.04
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 22536285 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864408 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864408 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885153792 14986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886632

[startup+6.30161 s]
/proc/loadavg: 2.01 2.02 2.00 4/93 20768
/proc/meminfo: memFree=1484592/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1309 9298 0 1 5 2 78 5 15 0 1 0 22536182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1111 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=885400 CPUtime=5.25
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 46938 0 1 0 502 23 0 0 18 0 9 0 22536281 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 221350 40111 2567 9 0 215855 0
[pid=20760/tid=20761] ppid=20759 vsize=885400 CPUtime=1.95
/proc/20760/task/20761/stat : 20761 (java) S 20759 20746 18973 0 -1 64 3744 0 1 0 193 2 0 0 25 0 9 0 22536281 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=885400 CPUtime=3.22
/proc/20760/task/20762/stat : 20762 (java) R 20759 20746 18973 0 -1 64 42185 0 0 0 303 19 0 0 22 0 9 0 22536283 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 102768171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=885400 CPUtime=0.04
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 22536285 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 906649600 40111 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 907624

[startup+12.7023 s]
/proc/loadavg: 2.09 2.03 2.01 3/93 20768
/proc/meminfo: memFree=1322032/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=885400 CPUtime=11.59
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 102890 0 1 0 1111 48 0 0 18 0 9 0 22536281 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 221350 75321 2567 9 0 215855 0
[pid=20760/tid=20761] ppid=20759 vsize=885400 CPUtime=3.7
/proc/20760/task/20761/stat : 20761 (java) S 20759 20746 18973 0 -1 64 5955 0 1 0 367 3 0 0 16 0 9 0 22536281 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=885400 CPUtime=7.81
/proc/20760/task/20762/stat : 20762 (java) R 20759 20746 18973 0 -1 64 95926 0 0 0 738 43 0 0 25 0 9 0 22536283 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=885400 CPUtime=0.04
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 22536285 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=885400 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 906649600 75321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 907624

[startup+25.5026 s]
/proc/loadavg: 2.07 2.03 2.00 4/93 20768
/proc/meminfo: memFree=1312240/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864520 CPUtime=24.26
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 108091 0 1 0 2376 50 0 0 18 0 9 0 22536281 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216130 75249 2591 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864520 CPUtime=16.14
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 6311 0 1 0 1611 3 0 0 25 0 9 0 22536281 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4126598375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864520 CPUtime=8.01
/proc/20760/task/20762/stat : 20762 (java) S 20759 20746 18973 0 -1 64 100749 0 0 0 756 45 0 0 16 0 9 0 22536283 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.08
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22536285 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) R 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 886744

[startup+51.1022 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 20768
/proc/meminfo: memFree=1309552/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9

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

[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.09
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.16
Current children cumulated vsize (KiB) 886744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20837
/proc/meminfo: memFree=1100432/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864520 CPUtime=1645.7
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 160454 0 1 0 164451 119 0 0 18 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216130 117014 2590 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864520 CPUtime=1632.7
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 6584 0 1 0 163220 50 0 0 25 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4126598356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864520 CPUtime=12.89
/proc/20760/task/20762/stat : 20762 (java) S 20759 20746 18973 0 -1 64 152830 0 0 0 1221 68 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.09
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 886744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20837
/proc/meminfo: memFree=1100496/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864520 CPUtime=1705.15
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 160458 0 1 0 170395 120 0 0 18 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216130 117014 2590 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864520 CPUtime=1692.07
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 6588 0 1 0 169157 50 0 0 25 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4126578276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864520 CPUtime=12.96
/proc/20760/task/20762/stat : 20762 (java) S 20759 20746 18973 0 -1 64 152830 0 0 0 1228 68 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.09
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.05
Current children cumulated vsize (KiB) 886744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20837
/proc/meminfo: memFree=1100304/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864520 CPUtime=1764.6
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 160464 0 1 0 176340 120 0 0 18 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216130 117014 2590 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864520 CPUtime=1751.42
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 6594 0 1 0 175091 51 0 0 25 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864520 CPUtime=13.06
/proc/20760/task/20762/stat : 20762 (java) S 20759 20746 18973 0 -1 64 152830 0 0 0 1238 68 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.09
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.5
Current children cumulated vsize (KiB) 886744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20837
/proc/meminfo: memFree=1100368/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1311 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=5356 CPUtime=0
/proc/20759/stat : 20759 (sh) S 20746 20746 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22536280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20759/statm: 1339 233 193 169 0 50 0
[pid=20760] ppid=20759 vsize=864520 CPUtime=1799.18
/proc/20760/stat : 20760 (java) S 20759 20746 18973 0 -1 0 160472 0 1 0 179798 120 0 0 18 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 216130 117014 2590 9 0 210607 0
[pid=20760/tid=20761] ppid=20759 vsize=864520 CPUtime=1785.87
/proc/20760/task/20761/stat : 20761 (java) R 20759 20746 18973 0 -1 64 6602 0 1 0 178536 51 0 0 25 0 9 0 22536281 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4126577656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20762] ppid=20759 vsize=864520 CPUtime=13.19
/proc/20760/task/20762/stat : 20762 (java) S 20759 20746 18973 0 -1 64 152830 0 0 0 1251 68 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20763] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20763/stat : 20763 (java) S 20759 20746 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20764] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20764/stat : 20764 (java) S 20759 20746 18973 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22536283 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20765] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20765/stat : 20765 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20766] ppid=20759 vsize=864520 CPUtime=0.09
/proc/20760/task/20766/stat : 20766 (java) S 20759 20746 18973 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20767] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20767/stat : 20767 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22536285 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20760/tid=20768] ppid=20759 vsize=864520 CPUtime=0
/proc/20760/task/20768/stat : 20768 (java) S 20759 20746 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22536286 885268480 117014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 886744

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

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

[startup+1817.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20837
/proc/meminfo: memFree=1100368/2055920 swapFree=4192956/4192956
[pid=20746] ppid=20744 vsize=16868 CPUtime=0.9
/proc/20746/stat : 20746 (sugar) S 20744 20746 18973 0 -1 4194304 1323 9298 0 1 5 2 78 5 16 0 1 0 22536182 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20746/statm: 4217 1112 409 3 0 796 0
[pid=20759] ppid=20746 vsize=0 CPUtime=0
/proc/20759/stat : 20759 (sh) Z 20746 20746 18973 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 22536280 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20759/statm: 0 0 0 0 0 0 0
[pid=20760] ppid=1 vsize=0 CPUtime=1799.29
/proc/20760/stat : 20760 (java) Z 1 20746 18973 0 -1 1036 160492 0 1 0 179803 126 0 0 16 0 2 0 22536281 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1817.35
CPU time (s): 1800.19
CPU user time (s): 1798.86
CPU system time (s): 1.33
CPU usage (%): 99.0559
Max. virtual memory (cumulated for all children) (KiB): 907736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.836872
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10974
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= 493
involuntary context switches= 384

runsolver used 2.36964 second user time and 5.9331 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 01:25:34
IDJOB=2071752
IDBENCH=55528
IDSOLVER=738
FILE ID=node67/2071752-1247354734
PBS_JOBID= 9506880
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg8-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071752-1247354734/watcher-2071752-1247354734 -o /tmp/evaluation-result-2071752-1247354734/solver-2071752-1247354734 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071752-1247354734.xml

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

MD5SUM BENCH= a30bac125ccd6edcdaea2d160e56f6b8
RANDOM SEED=1144753947

node67.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.239
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.239
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:       1613672 kB
Buffers:         58512 kB
Cached:         263876 kB
SwapCached:          0 kB
Active:         134960 kB
Inactive:       244688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          77648 kB
Slab:            47760 kB
Committed_AS:   247456 kB
PageTables:       1964 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= 66484 MiB
End job on node67 at 2009-07-12 01:55:54