Trace number 1107569

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.04 1812.62

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-7_ext.xml
MD5SUM23f8803fe7f88f151b1993998f042f43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.38118
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.22	c 0	Sugar v1-13 + HOME/picosat
0.02/0.22	c 0	BEGIN Tue Jul  8 02:33:13 2008
0.02/0.22	c 0	PID 3015
0.02/0.23	c 0	HOST node78.alineos.net
0.02/0.23	c 0	CONVERTING HOME/instance-1107569-1215477193.xml TO HOME/temp.csp
0.02/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107569-1215477193.xml' 'HOME/temp.csp'
0.04/0.95	c 1	1 domains, 42 variables, 0 predicates, 2 relations, 13 constraints
0.55/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.55/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/1.09	c 1	Parsing HOME/temp.csp
0.56/1.59	c 1	parsed 58 expressions
0.56/1.60	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/1.60	c 1	Converting to clausal form CSP
0.56/1.62	c 1	converted 6 (10%) expressions
0.56/1.62	c 1	converted 12 (20%) expressions
0.56/1.62	c 1	converted 18 (30%) expressions
0.56/1.62	c 1	converted 24 (40%) expressions
0.56/1.62	c 1	converted 29 (50%) expressions
0.56/1.62	c 1	converted 35 (60%) expressions
0.56/1.62	c 1	converted 41 (70%) expressions
0.56/1.99	c 2	converted 47 (80%) expressions
2.62/3.17	c 3	converted 53 (90%) expressions
4.11/4.69	c 4	converted 58 (100%) expressions
4.11/4.69	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.11/4.69	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.11/4.69	c 4	Propagation in CSP
4.11/4.69	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.11/4.69	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.11/4.69	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.11/4.69	c 4	Simplifing CSP by introducing new Boolean variables
4.11/4.69	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.11/4.69	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.61/5.17	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.61/5.18	c 5	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
4.61/5.18	c 5	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
4.61/5.19	c 5	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
4.61/5.19	c 5	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
4.61/5.19	c 5	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
4.61/5.19	c 5	26 (60%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.72/5.20	c 5	30 (70%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.72/5.20	c 5	34 (80%) CSP integer variables are encoded (816 clauses, 8832 bytes)
4.72/5.20	c 5	38 (90%) CSP integer variables are encoded (912 clauses, 9888 bytes)
4.72/5.20	c 5	42 (100%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
38.69/39.27	c 39	2 (10%) CSP clauses are encoded (154136 clauses, 6320078 bytes)
55.97/56.55	c 56	3 (20%) CSP clauses are encoded (230700 clauses, 9505826 bytes)
73.47/74.09	c 74	4 (30%) CSP clauses are encoded (307264 clauses, 12692807 bytes)
107.75/108.32	c 108	6 (40%) CSP clauses are encoded (460392 clauses, 19394128 bytes)
124.95/125.56	c 125	7 (50%) CSP clauses are encoded (536956 clauses, 22761297 bytes)
191.82/192.42	c 192	8 (60%) CSP clauses are encoded (689921 clauses, 29033303 bytes)
329.36/330.07	c 330	10 (70%) CSP clauses are encoded (995851 clauses, 44126285 bytes)
398.24/398.90	c 399	11 (80%) CSP clauses are encoded (1148816 clauses, 51672776 bytes)
469.60/470.31	c 470	12 (90%) CSP clauses are encoded (1301781 clauses, 59219267 bytes)
538.28/539.06	c 539	13 (100%) CSP clauses are encoded (1454746 clauses, 66973337 bytes)
538.28/539.06	c 539	13 CSP clauses encoded
538.28/539.06	c 539	Writing map file : HOME/temp.map
538.28/539.06	c 539	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
538.28/539.06	c 539	SAT : 1050 SAT variables, 1454746 SAT clauses, 66973337 bytes
538.28/539.06	c 539	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
538.28/539.10	c 539	SOLVING HOME/temp.cnf
538.28/539.10	c 539	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1812.62	c ERROR INTERRUPTED
1800.04/1812.62	s UNKNOWN
1800.04/1812.62	c 1812	CPU 537.42 (0.03 0.02 537.39 0.93)
1800.04/1812.62	c 1812	END Tue Jul  8 03:03:25 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107569-1215477193/watcher-1107569-1215477193 -o /tmp/evaluation-result-1107569-1215477193/solver-1107569-1215477193 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1107569-1215477193.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.47 1.12 1.04 2/73 3015
/proc/meminfo: memFree=1609464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=18572 CPUtime=0
/proc/3015/stat : 3015 (runsolver) D 3013 3015 2898 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4415890 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3015/statm: 4643 292 257 25 0 2626 0

[startup+0.084461 s]
/proc/loadavg: 1.47 1.12 1.04 2/73 3015
/proc/meminfo: memFree=1609464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=11864 CPUtime=0
/proc/3015/stat : 3015 (sugar) D 3013 3015 2898 0 -1 4194304 124 0 4 0 0 0 0 0 18 0 1 0 4415890 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 255391270736 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3015/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.101461 s]
/proc/loadavg: 1.47 1.12 1.04 2/73 3015
/proc/meminfo: memFree=1609464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=12000 CPUtime=0
/proc/3015/stat : 3015 (sugar) D 3013 3015 2898 0 -1 4194304 157 0 5 0 0 0 0 0 18 0 1 0 4415890 12288000 130 996147200 4194304 4206940 548682068608 18446744073709551615 255390795408 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3015/statm: 3000 130 96 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.30149 s]
/proc/loadavg: 1.47 1.12 1.04 2/73 3015
/proc/meminfo: memFree=1609464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.04
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 884 127 16 0 3 1 0 0 19 0 1 0 4415890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701535 s]
/proc/loadavg: 1.47 1.12 1.04 2/73 3015
/proc/meminfo: memFree=1609464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.04
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 884 127 16 0 3 1 0 0 19 0 1 0 4415890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 1.52 1.14 1.04 2/84 3027
/proc/meminfo: memFree=1568096/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.56
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 957 7938 16 78 3 1 41 11 16 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+3.10279 s]
/proc/loadavg: 1.52 1.14 1.04 4/84 3037
/proc/meminfo: memFree=1554464/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.56
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 957 7938 16 78 3 1 41 11 15 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
[pid=3028] ppid=3015 vsize=5356 CPUtime=0
/proc/3028/stat : 3028 (sh) S 3015 3015 2898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4415991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3028/statm: 1339 233 193 169 0 50 0
[pid=3029] ppid=3028 vsize=864172 CPUtime=2.06
/proc/3029/stat : 3029 (java) S 3028 3015 2898 0 -1 0 16840 0 4 0 199 7 0 0 18 0 9 0 4415991 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3029/statm: 216043 15636 2540 9 0 210618 0
[pid=3029/tid=3030] ppid=3028 vsize=864172 CPUtime=0.89
/proc/3029/task/3030/stat : 3030 (java) R 3028 3015 2898 0 -1 64 3159 0 4 0 88 1 0 0 22 0 9 0 4415992 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4126515651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3031] ppid=3028 vsize=864172 CPUtime=1.1
/proc/3029/task/3031/stat : 3031 (java) S 3028 3015 2898 0 -1 64 12667 0 0 0 105 5 0 0 17 0 9 0 4415993 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3032] ppid=3028 vsize=864172 CPUtime=0
/proc/3029/task/3032/stat : 3032 (java) S 3028 3015 2898 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4415994 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3033] ppid=3028 vsize=864172 CPUtime=0
/proc/3029/task/3033/stat : 3033 (java) S 3028 3015 2898 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4415994 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3034] ppid=3028 vsize=864172 CPUtime=0
/proc/3029/task/3034/stat : 3034 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4415995 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3035] ppid=3028 vsize=864172 CPUtime=0.04
/proc/3029/task/3035/stat : 3035 (java) S 3028 3015 2898 0 -1 64 317 0 0 0 4 0 0 0 16 0 9 0 4415996 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3036] ppid=3028 vsize=864172 CPUtime=0
/proc/3029/task/3036/stat : 3036 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4415996 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3037] ppid=3028 vsize=864172 CPUtime=0
/proc/3029/task/3037/stat : 3037 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4415996 884912128 15636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 883128

[startup+6.30111 s]
/proc/loadavg: 1.55 1.15 1.05 3/84 3037
/proc/meminfo: memFree=1490016/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.57
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 958 7938 16 78 3 2 41 11 15 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
[pid=3028] ppid=3015 vsize=5356 CPUtime=0
/proc/3028/stat : 3028 (sh) S 3015 3015 2898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4415991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3028/statm: 1339 233 193 169 0 50 0
[pid=3029] ppid=3028 vsize=864284 CPUtime=5.24
/proc/3029/stat : 3029 (java) S 3028 3015 2898 0 -1 0 27757 0 4 0 511 13 0 0 18 0 9 0 4415991 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3029/statm: 216071 26086 2564 9 0 210618 0
[pid=3029/tid=3030] ppid=3028 vsize=864284 CPUtime=2.55
/proc/3029/task/3030/stat : 3030 (java) R 3028 3015 2898 0 -1 64 3744 0 4 0 253 2 0 0 24 0 9 0 4415992 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4126590596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3031] ppid=3028 vsize=864284 CPUtime=2.58
/proc/3029/task/3031/stat : 3031 (java) S 3028 3015 2898 0 -1 64 22975 0 0 0 248 10 0 0 16 0 9 0 4415993 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3032] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3032/stat : 3032 (java) S 3028 3015 2898 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4415994 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3033] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3033/stat : 3033 (java) S 3028 3015 2898 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4415994 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3034] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3034/stat : 3034 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4415995 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3035] ppid=3028 vsize=864284 CPUtime=0.08
/proc/3029/task/3035/stat : 3035 (java) S 3028 3015 2898 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 4415996 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3036] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3036/stat : 3036 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4415996 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3037] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3037/stat : 3037 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4415996 885026816 26086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 883240

[startup+12.7018 s]
/proc/loadavg: 1.59 1.16 1.05 3/84 3064
/proc/meminfo: memFree=1793248/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.57
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 958 7938 16 78 3 2 41 11 15 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
[pid=3028] ppid=3015 vsize=5356 CPUtime=0
/proc/3028/stat : 3028 (sh) S 3015 3015 2898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4415991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3028/statm: 1339 233 193 169 0 50 0
[pid=3029] ppid=3028 vsize=864284 CPUtime=11.63
/proc/3029/stat : 3029 (java) S 3028 3015 2898 0 -1 0 27792 0 4 0 1149 14 0 0 18 0 9 0 4415991 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3029/statm: 216071 26113 2564 9 0 210618 0
[pid=3029/tid=3030] ppid=3028 vsize=864284 CPUtime=8.88
/proc/3029/task/3030/stat : 3030 (java) R 3028 3015 2898 0 -1 64 3752 0 4 0 886 2 0 0 25 0 9 0 4415992 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3029/tid=3031] ppid=3028 vsize=864284 CPUtime=2.63
/proc/3029/task/3031/stat : 3031 (java) S 3028 3015 2898 0 -1 64 23002 0 0 0 253 10 0 0 16 0 9 0 4415993 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3029/tid=3032] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3032/stat : 3032 (java) S 3028 3015 2898 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4415994 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3033] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3033/stat : 3033 (java) S 3028 3015 2898 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4415994 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3034] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3034/stat : 3034 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4415995 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3035] ppid=3028 vsize=864284 CPUtime=0.08
/proc/3029/task/3035/stat : 3035 (java) S 3028 3015 2898 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 4415996 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3036] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3036/stat : 3036 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4415996 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3037] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3037/stat : 3037 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4415996 885026816 26113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 883240

[startup+25.5021 s]
/proc/loadavg: 1.65 1.19 1.06 3/84 3064
/proc/meminfo: memFree=1786080/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.57
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 958 7938 16 78 3 2 41 11 15 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
[pid=3028] ppid=3015 vsize=5356 CPUtime=0
/proc/3028/stat : 3028 (sh) S 3015 3015 2898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4415991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3028/statm: 1339 233 193 169 0 50 0
[pid=3029] ppid=3028 vsize=864284 CPUtime=24.42
/proc/3029/stat : 3029 (java) S 3028 3015 2898 0 -1 0 29095 0 4 0 2424 18 0 0 18 0 9 0 4415991 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3029/statm: 216071 27382 2564 9 0 210618 0
[pid=3029/tid=3030] ppid=3028 vsize=864284 CPUtime=21.56
/proc/3029/task/3030/stat : 3030 (java) R 3028 3015 2898 0 -1 64 3786 0 4 0 2151 5 0 0 25 0 9 0 4415992 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4126590596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3029/tid=3031] ppid=3028 vsize=864284 CPUtime=2.75
/proc/3029/task/3031/stat : 3031 (java) S 3028 3015 2898 0 -1 64 24267 0 0 0 263 12 0 0 16 0 9 0 4415993 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3029/tid=3032] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3032/stat : 3032 (java) S 3028 3015 2898 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4415994 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3033] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3033/stat : 3033 (java) S 3028 3015 2898 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4415994 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3034] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3034/stat : 3034 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4415995 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3035] ppid=3028 vsize=864284 CPUtime=0.08
/proc/3029/task/3035/stat : 3035 (java) S 3028 3015 2898 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 4415996 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3029/tid=3036] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3036/stat : 3036 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4415996 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3029/tid=3037] ppid=3028 vsize=864284 CPUtime=0
/proc/3029/task/3037/stat : 3037 (java) S 3028 3015 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4415996 885026816 27382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 883240

[startup+51.1028 s]
/proc/loadavg: 1.79 1.27 1.09 3/84 3064
/proc/meminfo: memFree=1766240/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=0.57
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 958 7938 16 78 3 2 41 11 16 0 1 0 4415890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 797 370 3 0 500 0
[pid=3028] ppid=3015 vsize=5356 CPUtime=0
/proc/3028/stat : 3028 (sh) S 3015 3015 2898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4415991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3028/statm: 1339 233 193 169 0 50 0
[pid=3029] ppid=3028 vsize=864284 CPUtime=50
/proc/3029/stat : 3029 (java) S 3028 3015 2898 0 -1 0 33109 0 4 0 4977 23 0 0 18 0 9 0 4415991 885026816 31346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=756.15
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 73658 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1294.52
Current children cumulated vsize (KiB) 121336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/76 3066
/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=815.59
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 79602 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1353.96
Current children cumulated vsize (KiB) 121336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.78 3/76 3066
/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=875.03
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 85546 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1413.4
Current children cumulated vsize (KiB) 121336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/76 3066
/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=934.47
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 91490 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1472.84
Current children cumulated vsize (KiB) 121336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/76 3066
/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=993.9
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 97433 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1532.27
Current children cumulated vsize (KiB) 121336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/76 3066
/proc/meminfo: memFree=1720672/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=1053.35
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 103378 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1591.72
Current children cumulated vsize (KiB) 121336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/76 3066
/proc/meminfo: memFree=1720608/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=1112.78
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 109321 1957 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1651.15
Current children cumulated vsize (KiB) 121336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/76 3072
/proc/meminfo: memFree=1720472/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=1172.22
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25262 0 0 0 115264 1958 0 0 25 0 1 0 4469801 104837120 24884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24884 48 102 0 25490 0
Current children cumulated CPU time (s) 1710.59
Current children cumulated vsize (KiB) 121336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/76 3072
/proc/meminfo: memFree=1720344/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=1231.66
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25286 0 0 0 121208 1958 0 0 25 0 1 0 4469801 104837120 24908 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24908 48 102 0 25490 0
Current children cumulated CPU time (s) 1770.03
Current children cumulated vsize (KiB) 121336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 2.00 2.00 1.84 3/76 3072
/proc/meminfo: memFree=1720344/2055912 swapFree=4192956/4192956
[pid=3015] ppid=3013 vsize=13600 CPUtime=538.37
/proc/3015/stat : 3015 (sugar) S 3013 3015 2898 0 -1 4194304 1005 81211 16 82 3 2 53739 93 16 0 1 0 4415890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3015/statm: 3400 798 370 3 0 500 0
[pid=3065] ppid=3015 vsize=5356 CPUtime=0
/proc/3065/stat : 3065 (sh) S 3015 3015 2898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4469800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3065/statm: 1339 232 193 169 0 50 0
[pid=3066] ppid=3065 vsize=102380 CPUtime=1261.67
/proc/3066/stat : 3066 (picosat) R 3065 3015 2898 0 -1 4194304 25286 0 0 0 124209 1958 0 0 25 0 1 0 4469801 104837120 24908 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3066/statm: 25595 24908 48 102 0 25490 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 121336

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

Real time (s): 1812.62
CPU time (s): 1800.04
CPU user time (s): 1779.51
CPU system time (s): 20.53
CPU usage (%): 99.3057
Max. virtual memory (cumulated for all children) (KiB): 904308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 537.432
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82570
page faults= 98
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18183
involuntary context switches= 19960

runsolver used 2.78858 second user time and 5.44217 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-08 02:33:13
IDJOB=1107569
IDBENCH=55533
IDSOLVER=345
FILE ID=node78/1107569-1215477193
PBS_JOBID= 7888682
Free space on /tmp= 126636 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107569-1215477193/watcher-1107569-1215477193 -o /tmp/evaluation-result-1107569-1215477193/solver-1107569-1215477193 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1107569-1215477193.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23f8803fe7f88f151b1993998f042f43
RANDOM SEED=1431080131

node78.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.232
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.232
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:      2055912 kB
MemFree:       1610072 kB
Buffers:         27260 kB
Cached:          66172 kB
SwapCached:          0 kB
Active:         371896 kB
Inactive:        42784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1610072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:         333116 kB
Slab:            15812 kB
Committed_AS:   464032 kB
PageTables:       2404 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= 126636 MiB
End job on node78 at 2008-07-08 03:03:27