Trace number 2071730

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.01 1818.74

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-20_ext.xml
MD5SUMf0a225bca6840ff972009519f8fbf370
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 benchmark0.419935
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints36
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:24:47 2009
0.00/0.08	c 0	PID 19783
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071730-1247354686.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071730-1247354686.xml' 'HOME/temp.csp'
0.07/0.54	c 0	1 domains, 320 variables, 0 predicates, 2 relations, 36 constraints
0.07/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.66	c 0	Parsing HOME/temp.csp
0.51/0.90	c 0	parsed 359 expressions
0.51/0.91	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.91	c 0	Converting to clausal form CSP
0.51/0.93	c 0	converted 36 (10%) expressions
0.51/0.93	c 0	converted 72 (20%) expressions
0.51/0.93	c 0	converted 108 (30%) expressions
0.51/0.93	c 0	converted 144 (40%) expressions
0.51/0.93	c 0	converted 180 (50%) expressions
0.51/0.93	c 0	converted 216 (60%) expressions
0.51/0.93	c 0	converted 252 (70%) expressions
0.51/0.93	c 0	converted 288 (80%) expressions
0.91/1.01	c 0	converted 324 (90%) expressions
2.39/2.58	c 2	converted 359 (100%) expressions
2.39/2.58	c 2	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.39/2.58	c 2	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.58	c 2	Propagation in CSP
2.39/2.58	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.58	c 2	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.39/2.58	c 2	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.59	c 2	Simplifing CSP by introducing new Boolean variables
2.39/2.59	c 2	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.39/2.59	c 2	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.87	c 2	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.69/2.87	c 2	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.69/2.87	c 2	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.69/2.88	c 2	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
2.69/2.88	c 2	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
2.69/2.88	c 2	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
2.69/2.88	c 2	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
2.69/2.88	c 2	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
2.69/2.88	c 2	288 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
2.69/2.88	c 2	320 (100%) CSP integer variables are encoded (7680 clauses, 97777 bytes)
56.22/56.96	c 56	4 (10%) CSP clauses are encoded (238932 clauses, 23655605 bytes)
109.16/110.46	c 110	8 (20%) CSP clauses are encoded (470184 clauses, 47709329 bytes)
150.22/151.96	c 151	11 (30%) CSP clauses are encoded (643623 clauses, 65749622 bytes)
203.85/206.17	c 206	15 (40%) CSP clauses are encoded (874875 clauses, 89803346 bytes)
244.23/247.00	c 246	18 (50%) CSP clauses are encoded (1048314 clauses, 107843639 bytes)
273.41/276.47	c 276	22 (60%) CSP clauses are encoded (1185048 clauses, 121887151 bytes)
276.77/279.86	c 279	26 (70%) CSP clauses are encoded (1227264 clauses, 127007211 bytes)
279.25/282.40	c 282	29 (80%) CSP clauses are encoded (1258926 clauses, 130847256 bytes)
282.61/285.78	c 285	33 (90%) CSP clauses are encoded (1301142 clauses, 135967316 bytes)
285.18/288.33	c 288	36 (100%) CSP clauses are encoded (1332804 clauses, 139807361 bytes)
285.18/288.33	c 288	36 CSP clauses encoded
285.18/288.33	c 288	Writing map file : HOME/temp.map
285.18/288.33	c 288	Heap : 124 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
285.18/288.34	c 288	SAT : 8000 SAT variables, 1332804 SAT clauses, 139807361 bytes
285.18/288.34	c 288	Heap : 124 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
285.18/288.37	c 288	SOLVING HOME/temp.cnf
285.18/288.37	c 288	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1818.72	c ERROR INTERRUPTED
1800.01/1818.73	s UNKNOWN
1800.01/1818.73	c 1818	CPU 285.26 (0.06 0.01 283.78 1.41)
1800.01/1818.73	c 1818	END Sun Jul 12 01:55:05 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-2071730-1247354686/watcher-2071730-1247354686 -o /tmp/evaluation-result-2071730-1247354686/solver-2071730-1247354686 -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-2071730-1247354686.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.10 2.04 2.00 4/77 19783
/proc/meminfo: memFree=1285944/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=18576 CPUtime=0
/proc/19783/stat : 19783 (runsolver) R 19781 19783 18937 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22531337 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19783/statm: 4644 284 249 26 0 2626 0

[startup+0.08996 s]
/proc/loadavg: 2.10 2.04 2.00 4/77 19783
/proc/meminfo: memFree=1285944/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.07
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101962 s]
/proc/loadavg: 2.10 2.04 2.00 4/77 19783
/proc/meminfo: memFree=1285944/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.07
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301991 s]
/proc/loadavg: 2.10 2.04 2.00 4/77 19783
/proc/meminfo: memFree=1285944/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.07
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70106 s]
/proc/loadavg: 2.10 2.04 2.00 4/77 19783
/proc/meminfo: memFree=1285944/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1309 4773 0 1 6 1 40 4 16 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.17 2.06 2.01 3/88 19805
/proc/meminfo: memFree=1273120/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1309 4773 0 1 6 1 40 4 16 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
[pid=19796] ppid=19783 vsize=5356 CPUtime=0
/proc/19796/stat : 19796 (sh) S 19783 19783 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22531395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19796/statm: 1339 233 193 169 0 50 0
[pid=19797] ppid=19796 vsize=864364 CPUtime=0.89
/proc/19797/stat : 19797 (java) S 19796 19783 18937 0 -1 0 10904 0 1 0 83 6 0 0 18 0 9 0 22531396 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216091 10170 2566 9 0 210596 0
[pid=19797/tid=19798] ppid=19796 vsize=864364 CPUtime=0.45
/proc/19797/task/19798/stat : 19798 (java) R 19796 19783 18937 0 -1 64 2788 0 1 0 44 1 0 0 21 0 9 0 22531397 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 103211042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19799] ppid=19796 vsize=864364 CPUtime=0.36
/proc/19797/task/19799/stat : 19799 (java) S 19796 19783 18937 0 -1 64 7110 0 0 0 33 3 0 0 17 0 9 0 22531398 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19796 vsize=864364 CPUtime=0
/proc/19797/task/19800/stat : 19800 (java) S 19796 19783 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22531398 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19796 vsize=864364 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19796 19783 18937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22531398 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19796 vsize=864364 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22531400 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19796 vsize=864364 CPUtime=0.05
/proc/19797/task/19803/stat : 19803 (java) S 19796 19783 18937 0 -1 64 307 0 0 0 5 0 0 0 16 0 9 0 22531400 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19796 vsize=864364 CPUtime=0
/proc/19797/task/19804/stat : 19804 (java) S 19796 19783 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22531400 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19796 vsize=864364 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22531400 885108736 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886588

[startup+3.10247 s]
/proc/loadavg: 2.17 2.06 2.01 4/88 19805
/proc/meminfo: memFree=1232224/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1310 4773 0 1 6 1 40 4 15 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
[pid=19796] ppid=19783 vsize=5356 CPUtime=0
/proc/19796/stat : 19796 (sh) S 19783 19783 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22531395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19796/statm: 1339 233 193 169 0 50 0
[pid=19797] ppid=19796 vsize=864476 CPUtime=2.47
/proc/19797/stat : 19797 (java) S 19796 19783 18937 0 -1 0 23631 0 1 0 234 13 0 0 18 0 9 0 22531396 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216119 22859 2590 9 0 210596 0
[pid=19797/tid=19798] ppid=19796 vsize=864476 CPUtime=0.98
/proc/19797/task/19798/stat : 19798 (java) R 19796 19783 18937 0 -1 64 3833 0 1 0 96 2 0 0 19 0 9 0 22531397 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19799] ppid=19796 vsize=864476 CPUtime=1.39
/proc/19797/task/19799/stat : 19799 (java) S 19796 19783 18937 0 -1 64 18771 0 0 0 130 9 0 0 16 0 9 0 22531398 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19800/stat : 19800 (java) S 19796 19783 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19796 19783 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22531400 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19796 vsize=864476 CPUtime=0.08
/proc/19797/task/19803/stat : 19803 (java) S 19796 19783 18937 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22531400 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19804/stat : 19804 (java) S 19796 19783 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22531400 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22531400 885223424 22859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886700

[startup+6.302 s]
/proc/loadavg: 2.16 2.06 2.01 3/88 19805
/proc/meminfo: memFree=1196640/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1310 4773 0 1 6 1 40 4 15 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
[pid=19796] ppid=19783 vsize=5356 CPUtime=0
/proc/19796/stat : 19796 (sh) S 19783 19783 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22531395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19796/statm: 1339 233 193 169 0 50 0
[pid=19797] ppid=19796 vsize=864476 CPUtime=5.63
/proc/19797/stat : 19797 (java) S 19796 19783 18937 0 -1 0 24527 0 1 0 550 13 0 0 18 0 9 0 22531396 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216119 23743 2590 9 0 210596 0
[pid=19797/tid=19798] ppid=19796 vsize=864476 CPUtime=4.1
/proc/19797/task/19798/stat : 19798 (java) R 19796 19783 18937 0 -1 64 3845 0 1 0 408 2 0 0 25 0 9 0 22531397 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4126596243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19799] ppid=19796 vsize=864476 CPUtime=1.44
/proc/19797/task/19799/stat : 19799 (java) S 19796 19783 18937 0 -1 64 19655 0 0 0 134 10 0 0 16 0 9 0 22531398 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19800/stat : 19800 (java) S 19796 19783 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19796 19783 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22531400 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19796 vsize=864476 CPUtime=0.08
/proc/19797/task/19803/stat : 19803 (java) S 19796 19783 18937 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22531400 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19804/stat : 19804 (java) S 19796 19783 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22531400 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22531400 885223424 23743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886700

[startup+12.7021 s]
/proc/loadavg: 2.14 2.06 2.01 3/88 19805
/proc/meminfo: memFree=1189984/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1310 4773 0 1 6 1 40 4 15 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
[pid=19796] ppid=19783 vsize=5356 CPUtime=0
/proc/19796/stat : 19796 (sh) S 19783 19783 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22531395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19796/statm: 1339 233 193 169 0 50 0
[pid=19797] ppid=19796 vsize=864476 CPUtime=11.97
/proc/19797/stat : 19797 (java) S 19796 19783 18937 0 -1 0 26324 0 1 0 1182 15 0 0 18 0 9 0 22531396 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216119 25516 2590 9 0 210596 0
[pid=19797/tid=19798] ppid=19796 vsize=864476 CPUtime=10.33
/proc/19797/task/19798/stat : 19798 (java) R 19796 19783 18937 0 -1 64 3869 0 1 0 1031 2 0 0 25 0 9 0 22531397 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 102094189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19799] ppid=19796 vsize=864476 CPUtime=1.53
/proc/19797/task/19799/stat : 19799 (java) S 19796 19783 18937 0 -1 64 21428 0 0 0 142 11 0 0 16 0 9 0 22531398 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19800/stat : 19800 (java) S 19796 19783 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19796 19783 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22531400 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19796 vsize=864476 CPUtime=0.08
/proc/19797/task/19803/stat : 19803 (java) S 19796 19783 18937 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22531400 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19804/stat : 19804 (java) S 19796 19783 18937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22531400 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19796 19783 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22531400 885223424 25516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886700

[startup+25.5013 s]
/proc/loadavg: 2.11 2.05 2.01 3/88 19805
/proc/meminfo: memFree=1171744/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=0.51
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1310 4773 0 1 6 1 40 4 15 0 1 0 22531337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1111 409 3 0 796 0
[pid=19796] ppid=19783 vsize=5356 CPUtime=0
/proc/19796/stat : 19796 (sh) S 19783 19783 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22531395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19796/statm: 1339 233 193 169 0 50 0
[pid=19797] ppid=19796 vsize=864476 CPUtime=24.64
/proc/19797/stat : 19797 (java) S 19796 19783 18937 0 -1 0 28953 0 1 0 2443 21 0 0 18 0 9 0 22531396 885223424 28085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216119 28085 2590 9 0 210596 0
[pid=19797/tid=19798] ppid=19796 vsize=864476 CPUtime=22.82
/proc/19797/task/19798/stat : 19798 (java) R 19796 19783 18937 0 -1 64 3929 0 1 0 2276 6 0 0 25 0 9 0 22531397 885223424 28085 996147200 134512640 134550932 4294955936 18446744073709551615 4126602708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19799] ppid=19796 vsize=864476 CPUtime=1.7
/proc/19797/task/19799/stat : 19799 (java) S 19796 19783 18937 0 -1 64 23991 0 0 0 157 13 0 0 16 0 9 0 22531398 885223424 28085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19800/stat : 19800 (java) S 19796 19783 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 28085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19796 vsize=864476 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19796 19783 18937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22531398 885223424 28085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19796 vsize=864476 CPUtime=0

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

/proc/meminfo: memFree=1010464/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=146772 CPUtime=1063.02
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 36750 0 0 0 103005 3297 0 0 25 0 1 0 22560175 150294528 35905 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 36693 35905 48 102 0 36588 0
Current children cumulated CPU time (s) 1348.28
Current children cumulated vsize (KiB) 168996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19898
/proc/meminfo: memFree=987296/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=147432 CPUtime=1122.41
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37094 0 0 0 108943 3298 0 0 25 0 1 0 22560175 150970368 36086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 36858 36086 48 102 0 36753 0
Current children cumulated CPU time (s) 1407.67
Current children cumulated vsize (KiB) 169656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19898
/proc/meminfo: memFree=987296/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=147432 CPUtime=1181.79
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37094 0 0 0 114881 3298 0 0 25 0 1 0 22560175 150970368 36086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 36858 36086 48 102 0 36753 0
Current children cumulated CPU time (s) 1467.05
Current children cumulated vsize (KiB) 169656

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19898
/proc/meminfo: memFree=972960/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=147432 CPUtime=1241.18
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37094 0 0 0 120820 3298 0 0 25 0 1 0 22560175 150970368 36086 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 36858 36086 48 102 0 36753 0
Current children cumulated CPU time (s) 1526.44
Current children cumulated vsize (KiB) 169656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19900
/proc/meminfo: memFree=958560/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=147432 CPUtime=1300.56
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37094 0 0 0 126758 3298 0 0 25 0 1 0 22560175 150970368 36086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 36858 36086 48 102 0 36753 0
Current children cumulated CPU time (s) 1585.82
Current children cumulated vsize (KiB) 169656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19900
/proc/meminfo: memFree=955872/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=148224 CPUtime=1359.94
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37326 0 0 0 132696 3298 0 0 25 0 1 0 22560175 151781376 36318 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 37056 36318 48 102 0 36951 0
Current children cumulated CPU time (s) 1645.2
Current children cumulated vsize (KiB) 170448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19900
/proc/meminfo: memFree=942880/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=148620 CPUtime=1419.34
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37590 0 0 0 138635 3299 0 0 25 0 1 0 22560175 152186880 36407 996147200 134512640 134931368 4294956256 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 37155 36407 48 102 0 37050 0
Current children cumulated CPU time (s) 1704.6
Current children cumulated vsize (KiB) 170844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19900
/proc/meminfo: memFree=928480/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=148620 CPUtime=1478.72
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37590 0 0 0 144573 3299 0 0 25 0 1 0 22560175 152186880 36407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 37155 36407 48 102 0 37050 0
Current children cumulated CPU time (s) 1763.98
Current children cumulated vsize (KiB) 170844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.7 s]
/proc/loadavg: 2.16 2.03 2.01 3/88 19900
/proc/meminfo: memFree=928480/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=148620 CPUtime=1514.75
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37590 0 0 0 148176 3299 0 0 25 0 1 0 22560175 152186880 36407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 37155 36407 48 102 0 37050 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 170844

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

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

[startup+1818.7 s]
/proc/loadavg: 2.16 2.03 2.01 3/88 19900
/proc/meminfo: memFree=928480/2055920 swapFree=4192952/4192956
[pid=19783] ppid=19781 vsize=16868 CPUtime=285.26
/proc/19783/stat : 19783 (sugar) S 19781 19783 18937 0 -1 4194304 1365 67442 0 2 6 1 28378 141 17 0 1 0 22531337 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19783/statm: 4217 1113 409 3 0 796 0
[pid=19806] ppid=19783 vsize=5356 CPUtime=0
/proc/19806/stat : 19806 (sh) S 19783 19783 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22560174 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19806/statm: 1339 232 193 169 0 50 0
[pid=19807] ppid=19806 vsize=148620 CPUtime=1514.75
/proc/19807/stat : 19807 (picosat) R 19806 19783 18937 0 -1 4194304 37590 0 0 0 148176 3299 0 0 25 0 1 0 22560175 152186880 36407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19807/statm: 37155 36407 48 102 0 37050 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 170844

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19783 and gives
#  childrusage.ru_utime.tv_sec=283
#  childrusage.ru_utime.tv_usec=850848
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=433782
# CPU time returned by wait4() is 285.285
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.74
CPU time (s): 1800.01
CPU user time (s): 1765.6
CPU system time (s): 34.41
CPU usage (%): 98.9704
Max. virtual memory (cumulated for all children) (KiB): 897452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.851
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69201
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18592
involuntary context switches= 24253

runsolver used 2.27965 second user time and 6.25005 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 01:24:46
IDJOB=2071730
IDBENCH=55526
IDSOLVER=738
FILE ID=node68/2071730-1247354686
PBS_JOBID= 9506895
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= f0a225bca6840ff972009519f8fbf370
RANDOM SEED=463814554

node68.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.258
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.258
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:       1286424 kB
Buffers:         57924 kB
Cached:         273844 kB
SwapCached:          4 kB
Active:         540056 kB
Inactive:       161688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286424 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:         381432 kB
Slab:            52072 kB
Committed_AS:   535860 kB
PageTables:       2708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66224 MiB
End job on node68 at 2009-07-12 01:55:07