Trace number 2071675

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.03 1811.91

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-14_ext.xml
MD5SUMcd15e316dc6805b4adfe57de13da8970
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 benchmark487.746
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints25
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:20:49 2009
0.00/0.07	c 0	PID 18179
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071675-1247354449.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071675-1247354449.xml' 'HOME/temp.csp'
0.06/0.67	c 1	1 domains, 154 variables, 0 predicates, 2 relations, 25 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.78	c 1	Parsing HOME/temp.csp
1.14/1.25	c 2	parsed 182 expressions
1.14/1.26	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.26	c 2	Converting to clausal form CSP
1.14/1.28	c 2	converted 19 (10%) expressions
1.14/1.28	c 2	converted 37 (20%) expressions
1.14/1.28	c 2	converted 55 (30%) expressions
1.14/1.28	c 2	converted 73 (40%) expressions
1.14/1.28	c 2	converted 91 (50%) expressions
1.14/1.28	c 2	converted 110 (60%) expressions
1.14/1.28	c 2	converted 128 (70%) expressions
1.14/1.28	c 2	converted 146 (80%) expressions
5.09/5.24	c 6	converted 164 (90%) expressions
10.64/10.80	c 11	converted 182 (100%) expressions
10.64/10.80	c 11	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
10.64/10.80	c 11	Heap : 278 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.64/10.80	c 11	Propagation in CSP
10.64/10.80	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.64/10.80	c 11	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
10.64/10.80	c 11	Heap : 278 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.64/10.80	c 11	Simplifing CSP by introducing new Boolean variables
10.64/10.80	c 11	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
10.64/10.80	c 11	Heap : 278 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.23/12.46	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.23/12.47	c 13	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
12.23/12.49	c 13	31 (20%) CSP integer variables are encoded (744 clauses, 8040 bytes)
12.23/12.49	c 13	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
12.23/12.49	c 13	62 (40%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
12.23/12.49	c 13	77 (50%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
12.23/12.49	c 13	93 (60%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
12.23/12.49	c 13	108 (70%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
12.23/12.49	c 13	124 (80%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
12.23/12.49	c 13	139 (90%) CSP integer variables are encoded (3336 clauses, 41305 bytes)
12.23/12.49	c 13	154 (100%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
1230.29/1236.38	c 1237	3 (10%) CSP clauses are encoded (918558 clauses, 71005251 bytes)
1800.03/1811.82	c ERROR INTERRUPTED
1800.03/1811.91	s UNKNOWN
1800.03/1811.91	c 1812	CPU 0.66 (0.05 0.01 0.55 0.05)
1800.03/1811.91	c 1812	END Sun Jul 12 01:51:01 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-2071675-1247354449/watcher-2071675-1247354449 -o /tmp/evaluation-result-2071675-1247354449/solver-2071675-1247354449 -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-2071675-1247354449.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: 2.06 2.13 2.24 4/75 18179
/proc/meminfo: memFree=1813288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=12272 CPUtime=0
/proc/18179/stat : 18179 (sugar) R 18177 18179 17899 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22509519 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/18179/statm: 3068 327 246 3 0 168 0

[startup+0.0882979 s]
/proc/loadavg: 2.06 2.13 2.24 4/75 18179
/proc/meminfo: memFree=1813288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.06
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101294 s]
/proc/loadavg: 2.06 2.13 2.24 4/75 18179
/proc/meminfo: memFree=1813288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.06
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301333 s]
/proc/loadavg: 2.06 2.13 2.24 4/75 18179
/proc/meminfo: memFree=1813288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.06
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701418 s]
/proc/loadavg: 2.06 2.13 2.24 4/75 18179
/proc/meminfo: memFree=1813288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.06
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.05 2.13 2.24 4/86 18201
/proc/meminfo: memFree=1799376/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1309 8932 0 1 5 1 55 5 15 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=864240 CPUtime=0.77
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 9079 0 1 0 72 5 0 0 18 0 9 0 22509590 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216060 8163 2567 9 0 210565 0
[pid=18193/tid=18194] ppid=18192 vsize=864240 CPUtime=0.41
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 2690 0 1 0 40 1 0 0 22 0 9 0 22509591 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4126511880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=864240 CPUtime=0.29
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 5377 0 0 0 27 2 0 0 16 0 9 0 22509592 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22509592 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=864240 CPUtime=0.04
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22509594 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18200] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 884981760 8163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886464

[startup+3.10291 s]
/proc/loadavg: 2.05 2.13 2.24 4/86 18201
/proc/meminfo: memFree=1767312/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1309 8932 0 1 5 1 55 5 15 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865244 CPUtime=2.36
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 21684 0 1 0 223 13 0 0 18 0 9 0 22509590 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216311 19844 2566 9 0 210816 0
[pid=18193/tid=18194] ppid=18192 vsize=865244 CPUtime=0.92
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 3131 0 1 0 90 2 0 0 25 0 9 0 22509591 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865244 CPUtime=1.38
/proc/18193/task/18195/stat : 18195 (java) R 18192 18179 17899 0 -1 64 17541 0 0 0 128 10 0 0 17 0 9 0 22509592 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865244 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865244 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865244 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865244 CPUtime=0.04
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22509594 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865244 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865244 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886009856 19844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887468

[startup+6.30255 s]
/proc/loadavg: 2.05 2.13 2.24 3/86 18201
/proc/meminfo: memFree=1679824/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1309 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1111 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=864240 CPUtime=5.53
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 46115 0 1 0 526 27 0 0 18 0 9 0 22509590 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216060 43542 2566 9 0 210565 0
[pid=18193/tid=18194] ppid=18192 vsize=864240 CPUtime=1.99
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 4302 0 1 0 196 3 0 0 25 0 9 0 22509591 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4126513496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=864240 CPUtime=3.47
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 40801 0 0 0 324 23 0 0 16 0 9 0 22509592 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=864240 CPUtime=0.04
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22509594 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18200] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=864240 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 884981760 43542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886464

[startup+12.7029 s]
/proc/loadavg: 2.12 2.14 2.24 3/86 18201
/proc/meminfo: memFree=1490064/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=11.89
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 105400 0 1 0 1132 57 0 0 18 0 9 0 22509590 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 81570 2591 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=3.64
/proc/18193/task/18194/stat : 18194 (java) S 18192 18179 17899 0 -1 64 7573 0 1 0 359 5 0 0 17 0 9 0 22509591 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=8.16
/proc/18193/task/18195/stat : 18195 (java) R 18192 18179 17899 0 -1 64 96801 0 0 0 765 51 0 0 24 0 9 0 22509592 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 104187610 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.06
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 22509594 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 81570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887600

[startup+25.5015 s]
/proc/loadavg: 2.10 2.14 2.24 3/86 18201
/proc/meminfo: memFree=1478288/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=24.68
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 108202 0 1 0 2410 58 0 0 18 0 9 0 22509590 886145024 84361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 84361 2591 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=16.13
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7589 0 1 0 1608 5 0 0 25 0 9 0 22509591 886145024 84361 996147200 134512640 134550932 4294955936 18446744073709551615 4126574720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=8.45
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 99576 0 0 0 793 52 0 0 16 0 9 0 22509592 886145024 84361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 84361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 84361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0

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

/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=1591.95
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 152189 0 1 0 159072 123 0 0 18 0 9 0 22509590 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 128124 2591 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=1580.62
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7813 0 1 0 158010 52 0 0 25 0 9 0 22509591 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4126574663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=11.22
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 143330 0 0 0 1052 70 0 0 16 0 9 0 22509592 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.09
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22509594 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 128124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.61
Current children cumulated vsize (KiB) 887600

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/93 18278
/proc/meminfo: memFree=1245592/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=1651.35
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 159632 0 1 0 164995 140 0 0 18 0 9 0 22509590 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 130031 2590 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=1638.42
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7846 0 1 0 163776 66 0 0 25 0 9 0 22509591 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4126531232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=12.83
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 150740 0 0 0 1210 73 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.09
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.01
Current children cumulated vsize (KiB) 887600

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/93 18278
/proc/meminfo: memFree=1246488/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=1710.74
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 159632 0 1 0 170934 140 0 0 18 0 9 0 22509590 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 130031 2590 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=1697.81
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7846 0 1 0 169715 66 0 0 25 0 9 0 22509591 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4126574679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=12.83
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 150740 0 0 0 1210 73 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.09
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 887600

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/93 18278
/proc/meminfo: memFree=1245592/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=1770.16
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 159637 0 1 0 176876 140 0 0 18 0 9 0 22509590 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 130031 2590 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=1757.14
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7851 0 1 0 175648 66 0 0 25 0 9 0 22509591 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4126531236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=12.9
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 150740 0 0 0 1217 73 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.09
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.82
Current children cumulated vsize (KiB) 887600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 2.01 3/93 18278
/proc/meminfo: memFree=1246168/2055920 swapFree=4192812/4192956
[pid=18179] ppid=18177 vsize=16868 CPUtime=0.66
/proc/18179/stat : 18179 (sugar) S 18177 18179 17899 0 -1 4194304 1311 8932 0 1 5 1 55 5 16 0 1 0 22509519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18179/statm: 4217 1112 409 3 0 796 0
[pid=18192] ppid=18179 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (sh) S 18179 18179 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22509590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18192/statm: 1339 233 193 169 0 50 0
[pid=18193] ppid=18192 vsize=865376 CPUtime=1799.37
/proc/18193/stat : 18193 (java) S 18192 18179 17899 0 -1 0 159637 0 1 0 179796 141 0 0 18 0 9 0 22509590 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18193/statm: 216344 130031 2590 9 0 210821 0
[pid=18193/tid=18194] ppid=18192 vsize=865376 CPUtime=1786.35
/proc/18193/task/18194/stat : 18194 (java) R 18192 18179 17899 0 -1 64 7851 0 1 0 178569 66 0 0 25 0 9 0 22509591 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4126531943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18195] ppid=18192 vsize=865376 CPUtime=12.9
/proc/18193/task/18195/stat : 18195 (java) S 18192 18179 17899 0 -1 64 150740 0 0 0 1217 73 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18196] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18196/stat : 18196 (java) S 18192 18179 17899 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18197] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18197/stat : 18197 (java) S 18192 18179 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22509592 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18198] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18198/stat : 18198 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18199] ppid=18192 vsize=865376 CPUtime=0.09
/proc/18193/task/18199/stat : 18199 (java) S 18192 18179 17899 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18193/tid=18200] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18200/stat : 18200 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18193/tid=18201] ppid=18192 vsize=865376 CPUtime=0
/proc/18193/task/18201/stat : 18201 (java) S 18192 18179 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22509594 886145024 130031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 887600

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

Real time (s): 1811.91
CPU time (s): 1800.03
CPU user time (s): 1798.56
CPU system time (s): 1.47
CPU usage (%): 99.3441
Max. virtual memory (cumulated for all children) (KiB): 913080

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

runsolver used 2.34264 second user time and 5.9471 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 01:20:49
IDJOB=2071675
IDBENCH=55519
IDSOLVER=738
FILE ID=node80/2071675-1247354449
PBS_JOBID= 9506971
Free space on /tmp= 66232 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-14_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-2071675-1247354449/watcher-2071675-1247354449 -o /tmp/evaluation-result-2071675-1247354449/solver-2071675-1247354449 -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-2071675-1247354449.xml

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

MD5SUM BENCH= cd15e316dc6805b4adfe57de13da8970
RANDOM SEED=1651620926

node80.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1813768 kB
Buffers:          6388 kB
Cached:          85956 kB
SwapCached:          0 kB
Active:         167948 kB
Inactive:        26132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:         113020 kB
Slab:            33220 kB
Committed_AS:   249412 kB
PageTables:       1980 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= 66232 MiB
End job on node80 at 2009-07-12 01:51:03