Trace number 2071885

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+minisat? (TO) 1800.07 1813.92

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-17_ext.xml
MD5SUM9bb2e152e67c1e9d0e114d3aaec20495
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.6084
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.08	c 0	BEGIN Sun Jul 12 01:33:18 2009
0.07/0.08	c 0	PID 17454
0.07/0.09	c 0	HOST node19.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2071885-1247355198.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071885-1247355198.xml' 'HOME/temp.csp'
0.07/0.50	c 1	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.07/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.47/0.60	c 1	Parsing HOME/temp.csp
0.47/0.94	c 1	parsed 254 expressions
0.47/0.95	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.95	c 1	Converting to clausal form CSP
0.47/0.97	c 1	converted 26 (10%) expressions
0.47/0.97	c 1	converted 51 (20%) expressions
0.47/0.97	c 1	converted 77 (30%) expressions
0.47/0.97	c 1	converted 102 (40%) expressions
0.47/0.97	c 1	converted 127 (50%) expressions
0.47/0.97	c 1	converted 153 (60%) expressions
0.47/0.98	c 1	converted 178 (70%) expressions
0.47/0.98	c 1	converted 204 (80%) expressions
2.51/2.65	c 3	converted 229 (90%) expressions
6.47/6.68	c 7	converted 254 (100%) expressions
6.47/6.68	c 7	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
6.47/6.68	c 7	Heap : 179 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.47/6.68	c 7	Propagation in CSP
6.47/6.68	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.47/6.68	c 7	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
6.47/6.68	c 7	Heap : 179 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.47/6.68	c 7	Simplifing CSP by introducing new Boolean variables
6.47/6.68	c 7	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
6.47/6.68	c 7	Heap : 179 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.76/7.97	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.76/7.99	c 8	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
7.76/7.99	c 8	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
7.76/8.00	c 8	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
7.76/8.00	c 8	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
7.76/8.00	c 8	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
7.86/8.00	c 8	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
7.86/8.00	c 8	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
7.86/8.00	c 8	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
7.86/8.00	c 8	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
7.86/8.00	c 8	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
535.85/541.03	c 541	3 (10%) CSP clauses are encoded (614070 clauses, 53582621 bytes)
1090.52/1101.00	c 1101	6 (20%) CSP clauses are encoded (1222836 clauses, 108060653 bytes)
1599.36/1613.05	c 1613	9 (30%) CSP clauses are encoded (1831602 clauses, 164094218 bytes)
1800.07/1813.83	c ERROR INTERRUPTED
1800.07/1813.92	s UNKNOWN
1800.07/1813.92	c 1814	CPU 0.48 (0.05 0.02 0.34 0.07)
1800.07/1813.92	c 1814	END Sun Jul 12 02:03:32 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-2071885-1247355198/watcher-2071885-1247355198 -o /tmp/evaluation-result-2071885-1247355198/solver-2071885-1247355198 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071885-1247355198.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 1.98 1.99 4/73 17454
/proc/meminfo: memFree=1838880/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=12268 CPUtime=0
/proc/17454/stat : 17454 (sugar) R 17452 17454 14979 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 22586441 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 0 4224 0 0 0 0 17 1 0 0
/proc/17454/statm: 3067 316 241 3 0 167 0

[startup+0.085797 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 17454
/proc/meminfo: memFree=1838880/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16740 CPUtime=0.07
/proc/17454/stat : 17454 (sugar) R 17452 17454 14979 0 -1 4194304 1108 0 0 0 5 2 0 0 18 0 1 0 22586441 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 255250636226 0 0 4224 0 0 0 0 17 1 0 0
/proc/17454/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101875 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 17454
/proc/meminfo: memFree=1838880/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.07
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301828 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 17454
/proc/meminfo: memFree=1838880/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.07
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701862 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 17454
/proc/meminfo: memFree=1838880/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1309 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50195 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 17476
/proc/meminfo: memFree=1825352/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1309 7227 0 1 5 2 34 6 15 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864364 CPUtime=0.95
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 9542 0 1 0 91 4 0 0 18 0 9 0 22586494 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216091 8622 2566 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864364 CPUtime=0.51
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 2778 0 1 0 50 1 0 0 21 0 9 0 22586495 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4126525835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864364 CPUtime=0.37
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 5759 0 0 0 35 2 0 0 17 0 9 0 22586496 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22586496 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864364 CPUtime=0.04
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 22586499 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886588

[startup+3.10213 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 17476
/proc/meminfo: memFree=1789704/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1309 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864868 CPUtime=2.54
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 22925 0 1 0 242 12 0 0 18 0 9 0 22586494 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216217 21536 2566 9 0 210722 0
[pid=17468/tid=17469] ppid=17467 vsize=864868 CPUtime=1
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 3237 0 1 0 98 2 0 0 25 0 9 0 22586495 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864868 CPUtime=1.47
/proc/17468/task/17470/stat : 17470 (java) R 17467 17454 14979 0 -1 64 18683 0 0 0 138 9 0 0 17 0 9 0 22586496 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864868 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864868 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864868 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864868 CPUtime=0.04
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 22586499 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864868 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885624832 21536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864868 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885624832 21536 996147200 134512640 134550932 4294955936 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) 887092

[startup+6.30248 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 17476
/proc/meminfo: memFree=1695048/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1309 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1111 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864364 CPUtime=5.71
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 49442 0 1 0 546 25 0 0 18 0 9 0 22586494 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216091 47721 2566 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864364 CPUtime=2.05
/proc/17468/task/17469/stat : 17469 (java) S 17467 17454 14979 0 -1 64 4550 0 1 0 203 2 0 0 16 0 9 0 22586495 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864364 CPUtime=3.58
/proc/17468/task/17470/stat : 17470 (java) R 17467 17454 14979 0 -1 64 43887 0 0 0 337 21 0 0 25 0 9 0 22586496 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864364 CPUtime=0.04
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 22586499 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885108736 47721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864364 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885108736 47721 996147200 134512640 134550932 4294955936 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) 886588

[startup+12.7022 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 17476
/proc/meminfo: memFree=1622728/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=12.05
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 67497 0 1 0 1170 35 0 0 18 0 9 0 22586494 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 55383 2591 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=6.78
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 5729 0 1 0 675 3 0 0 25 0 9 0 22586495 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4126541796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=5.16
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 60741 0 0 0 486 30 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.08
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22586499 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 55383 996147200 134512640 134550932 4294955936 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) 886700

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17476
/proc/meminfo: memFree=1622792/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=24.72
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 67497 0 1 0 2437 35 0 0 18 0 9 0 22586494 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 55383 2591 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=19.45
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 5729 0 1 0 1942 3 0 0 25 0 9 0 22586495 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=5.16
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 60741 0 0 0 486 30 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 55383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0

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

/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=1588.2
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 127103 0 1 0 158666 154 0 0 18 0 9 0 22586494 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 93161 2590 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=1576.19
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 6322 0 1 0 157530 89 0 0 25 0 9 0 22586495 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=11.88
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 119744 0 0 0 1125 63 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.09
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.67
Current children cumulated vsize (KiB) 886700

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1271424/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=1648.16
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 127144 0 1 0 164655 161 0 0 18 0 9 0 22586494 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 93161 2590 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=1635.92
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 6363 0 1 0 163496 96 0 0 25 0 9 0 22586495 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4126581773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=12.11
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 119744 0 0 0 1148 63 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.09
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.63
Current children cumulated vsize (KiB) 886700

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17565
/proc/meminfo: memFree=1260728/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=1708.13
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 127158 0 1 0 170652 161 0 0 18 0 9 0 22586494 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 93161 2590 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=1695.74
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 6377 0 1 0 169478 96 0 0 25 0 9 0 22586495 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4126581760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=12.26
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 119744 0 0 0 1163 63 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.09
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.6
Current children cumulated vsize (KiB) 886700

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17565
/proc/meminfo: memFree=1256760/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=1768.11
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 127170 0 1 0 176649 162 0 0 18 0 9 0 22586494 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 93161 2590 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=1755.59
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 6389 0 1 0 175463 96 0 0 25 0 9 0 22586495 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4126601400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=12.38
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 119744 0 0 0 1175 63 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.09
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.58
Current children cumulated vsize (KiB) 886700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 17565
/proc/meminfo: memFree=1226168/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=16868 CPUtime=0.47
/proc/17454/stat : 17454 (sugar) S 17452 17454 14979 0 -1 4194304 1311 7227 0 1 5 2 34 6 16 0 1 0 22586441 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17454/statm: 4217 1112 409 3 0 796 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 14979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22586494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864476 CPUtime=1799.6
/proc/17468/stat : 17468 (java) S 17467 17454 14979 0 -1 0 127205 0 1 0 179789 171 0 0 18 0 9 0 22586494 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216119 93161 2590 9 0 210596 0
[pid=17468/tid=17469] ppid=17467 vsize=864476 CPUtime=1786.91
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 14979 0 -1 64 6424 0 1 0 178586 105 0 0 25 0 9 0 22586495 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4126542512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864476 CPUtime=12.55
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 14979 0 -1 64 119744 0 0 0 1192 63 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 14979 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 14979 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22586496 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 14979 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864476 CPUtime=0.09
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 14979 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864476 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 14979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22586499 885223424 93161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 886700

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 17454 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=395939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=95985
# CPU time returned by wait4() is 0.491924
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.92
CPU time (s): 1800.07
CPU user time (s): 1798.28
CPU system time (s): 1.79
CPU usage (%): 99.2363
Max. virtual memory (cumulated for all children) (KiB): 908196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.395939
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8903
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= 540
involuntary context switches= 398

runsolver used 2.17967 second user time and 6.14007 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 01:33:18
IDJOB=2071885
IDBENCH=55545
IDSOLVER=739
FILE ID=node19/2071885-1247355198
PBS_JOBID= 9506809
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 9bb2e152e67c1e9d0e114d3aaec20495
RANDOM SEED=1476441269

node19.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.211
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.211
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:       1839360 kB
Buffers:         18596 kB
Cached:          94284 kB
SwapCached:          0 kB
Active:         139684 kB
Inactive:        30696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          68276 kB
Slab:            31340 kB
Committed_AS:   246588 kB
PageTables:       1916 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= 66428 MiB
End job on node19 at 2009-07-12 02:03:34