Trace number 2080728

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 1817.26

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-47.xml
MD5SUM7b978f7e72f5ef3bb3f2c0a43fe68f37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2209
Number of constraints50853
Maximum constraint arity2
Maximum domain size47
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50853
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 05:55:00 2009
0.00/0.08	c 0	PID 23098
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080728-1247370899.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-2080728-1247370899.xml' 'HOME/temp.csp'
2.63/2.79	c 2	1 domains, 2209 variables, 4 predicates, 0 relations, 50853 constraints
2.74/2.86	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.74/2.86	c 3	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'
2.75/2.94	c 3	Parsing HOME/temp.csp
2.75/3.08	c 3	parsed 10000 expressions
2.75/3.20	c 3	parsed 20000 expressions
2.75/3.28	c 3	parsed 30000 expressions
3.27/3.42	c 3	parsed 40000 expressions
3.27/3.49	c 3	parsed 50000 expressions
3.37/3.51	c 3	parsed 53067 expressions
3.37/3.52	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.37/3.52	c 3	Converting to clausal form CSP
4.45/4.61	c 4	converted 5307 (10%) expressions
5.84/6.01	c 6	converted 10614 (20%) expressions
7.02/7.25	c 7	converted 15921 (30%) expressions
8.62/8.86	c 9	converted 21227 (40%) expressions
9.80/10.08	c 10	converted 26534 (50%) expressions
11.08/11.32	c 11	converted 31841 (60%) expressions
12.27/12.55	c 12	converted 37147 (70%) expressions
14.06/14.33	c 14	converted 42454 (80%) expressions
15.25/15.58	c 15	converted 47761 (90%) expressions
16.53/16.82	c 17	converted 53067 (100%) expressions
16.53/16.82	c 17	CSP : 2209 integers, 49042 booleans, 151099 clauses, largest domain size 47
16.53/16.82	c 17	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.53/16.82	c 17	Propagation in CSP
18.91/19.24	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.91/19.25	c 19	CSP : 2209 integers, 49042 booleans, 151099 clauses, largest domain size 47
18.91/19.25	c 19	Heap : 86 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.91/19.29	c 19	Simplifing CSP by introducing new Boolean variables
19.31/19.64	c 19	CSP : 2209 integers, 101614 booleans, 203671 clauses, largest domain size 47
19.31/19.64	c 19	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.89/20.29	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.09/20.41	c 20	221 (10%) CSP integer variables are encoded (9945 clauses, 127511 bytes)
20.09/20.45	c 20	442 (20%) CSP integer variables are encoded (19890 clauses, 276686 bytes)
20.19/20.51	c 20	663 (30%) CSP integer variables are encoded (29835 clauses, 425861 bytes)
20.19/20.56	c 20	884 (40%) CSP integer variables are encoded (39780 clauses, 575036 bytes)
20.29/20.61	c 20	1105 (50%) CSP integer variables are encoded (49725 clauses, 724211 bytes)
20.29/20.66	c 20	1326 (60%) CSP integer variables are encoded (59670 clauses, 873386 bytes)
20.39/20.71	c 20	1547 (70%) CSP integer variables are encoded (69615 clauses, 1022561 bytes)
20.39/20.76	c 20	1768 (80%) CSP integer variables are encoded (79560 clauses, 1171736 bytes)
20.48/20.81	c 21	1989 (90%) CSP integer variables are encoded (89505 clauses, 1320911 bytes)
20.48/20.87	c 21	2209 (100%) CSP integer variables are encoded (99405 clauses, 1472570 bytes)
24.05/24.47	c 24	20368 (10%) CSP clauses are encoded (817973 clauses, 16869264 bytes)
27.50/27.99	c 28	40735 (20%) CSP clauses are encoded (1535063 clauses, 32508940 bytes)
31.07/31.52	c 31	61102 (30%) CSP clauses are encoded (2249780 clauses, 48722752 bytes)
34.61/35.11	c 35	81469 (40%) CSP clauses are encoded (2967522 clauses, 65006592 bytes)
38.07/38.68	c 38	101836 (50%) CSP clauses are encoded (3682373 clauses, 81225646 bytes)
41.63/42.23	c 42	122203 (60%) CSP clauses are encoded (4393304 clauses, 97358472 bytes)
45.09/45.76	c 45	142570 (70%) CSP clauses are encoded (5107700 clauses, 113570304 bytes)
48.55/49.30	c 49	162937 (80%) CSP clauses are encoded (5817491 clauses, 129677900 bytes)
52.10/52.84	c 53	183304 (90%) CSP clauses are encoded (6527790 clauses, 145804274 bytes)
55.56/56.38	c 56	203671 (100%) CSP clauses are encoded (7239508 clauses, 162001738 bytes)
55.56/56.38	c 56	203671 CSP clauses encoded
55.56/56.38	c 56	Writing map file : HOME/temp.map
55.67/56.42	c 56	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.67/56.42	c 56	SAT : 203228 SAT variables, 7239508 SAT clauses, 162001738 bytes
55.67/56.42	c 56	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.67/56.47	c 56	SOLVING HOME/temp.cnf
55.67/56.47	c 56	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1817.22	c ERROR INTERRUPTED
1800.03/1817.25	s UNKNOWN
1800.03/1817.25	c 1817	CPU 55.72 (0.06 0.01 54.25 1.4)
1800.03/1817.25	c 1817	END Sun Jul 12 06:25:17 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-2080728-1247370899/watcher-2080728-1247370899 -o /tmp/evaluation-result-2080728-1247370899/solver-2080728-1247370899 -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-2080728-1247370899.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.22 2.23 2.18 4/80 23098
/proc/meminfo: memFree=1500704/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=12268 CPUtime=0
/proc/23098/stat : 23098 (sugar) R 23096 23098 19041 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24153890 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 1 0 0
/proc/23098/statm: 3067 316 241 3 0 167 0

[startup+0.101788 s]
/proc/loadavg: 2.22 2.23 2.18 4/80 23098
/proc/meminfo: memFree=1500704/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=0.06
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201807 s]
/proc/loadavg: 2.22 2.23 2.18 4/80 23098
/proc/meminfo: memFree=1500704/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=0.06
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30182 s]
/proc/loadavg: 2.22 2.23 2.18 4/80 23098
/proc/meminfo: memFree=1500704/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=0.06
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701899 s]
/proc/loadavg: 2.22 2.23 2.18 4/80 23098
/proc/meminfo: memFree=1500704/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=0.06
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.22 2.23 2.18 4/91 23110
/proc/meminfo: memFree=1466312/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=0.06
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23098 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24153899 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=864772 CPUtime=1.39
/proc/23102/stat : 23102 (java) S 23101 23098 19041 0 -1 0 16239 0 1 0 132 7 0 0 18 0 9 0 24153899 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 216193 13771 2556 9 0 210705 0
[pid=23102/tid=23103] ppid=23101 vsize=864772 CPUtime=0.81
/proc/23102/task/23103/stat : 23103 (java) R 23101 23098 19041 0 -1 64 3097 0 1 0 79 2 0 0 24 0 9 0 24153900 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23101 vsize=864772 CPUtime=0.45
/proc/23102/task/23104/stat : 23104 (java) S 23101 23098 19041 0 -1 64 11938 0 0 0 41 4 0 0 16 0 9 0 24153901 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23101 vsize=864772 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23098 19041 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24153901 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23101 vsize=864772 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23098 19041 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24153901 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23101 vsize=864772 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24153903 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=864772 CPUtime=0.1
/proc/23102/task/23108/stat : 23108 (java) S 23101 23098 19041 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 24153903 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=864772 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23098 19041 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24153903 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=864772 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23098 19041 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24153903 885526528 13771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10236 s]
/proc/loadavg: 2.22 2.23 2.18 4/91 23110
/proc/meminfo: memFree=1426120/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=2.75
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1309 25230 0 1 5 1 256 13 15 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 16868

[startup+6.30297 s]
/proc/loadavg: 2.28 2.25 2.19 3/91 23120
/proc/meminfo: memFree=1460040/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=2.75
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1309 25230 0 1 5 1 256 13 16 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
[pid=23111] ppid=23098 vsize=5356 CPUtime=0
/proc/23111/stat : 23111 (sh) S 23098 23098 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24154177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23111/statm: 1339 233 193 169 0 50 0
[pid=23112] ppid=23111 vsize=868620 CPUtime=3.39
/proc/23112/stat : 23112 (java) S 23111 23098 19041 0 -1 0 14061 0 1 0 331 8 0 0 19 0 9 0 24154177 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 217155 12500 2567 9 0 211660 0
[pid=23112/tid=23113] ppid=23111 vsize=868620 CPUtime=2.55
/proc/23112/task/23113/stat : 23113 (java) R 23111 23098 19041 0 -1 64 2969 0 1 0 253 2 0 0 25 0 9 0 24154178 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4126555496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23114] ppid=23111 vsize=868620 CPUtime=0.65
/proc/23112/task/23114/stat : 23114 (java) S 23111 23098 19041 0 -1 64 8912 0 0 0 61 4 0 0 16 0 9 0 24154179 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23115] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23115/stat : 23115 (java) S 23111 23098 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24154179 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23116] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23116/stat : 23116 (java) S 23111 23098 19041 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24154179 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23117] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23117/stat : 23117 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24154181 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23118] ppid=23111 vsize=868620 CPUtime=0.17
/proc/23112/task/23118/stat : 23118 (java) S 23111 23098 19041 0 -1 64 1476 0 0 0 17 0 0 0 15 0 9 0 24154181 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23119] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23119/stat : 23119 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24154181 889466880 12500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23120] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23120/stat : 23120 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24154181 889466880 12500 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) 890844

[startup+12.7022 s]
/proc/loadavg: 2.26 2.24 2.19 3/91 23120
/proc/meminfo: memFree=1402248/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=2.76
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1309 25230 0 1 6 1 256 13 16 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
[pid=23111] ppid=23098 vsize=5356 CPUtime=0
/proc/23111/stat : 23111 (sh) S 23098 23098 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24154177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23111/statm: 1339 233 193 169 0 50 0
[pid=23112] ppid=23111 vsize=868620 CPUtime=9.71
/proc/23112/stat : 23112 (java) S 23111 23098 19041 0 -1 0 27953 0 1 0 956 15 0 0 19 0 9 0 24154177 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 217155 22091 2568 9 0 211660 0
[pid=23112/tid=23113] ppid=23111 vsize=868620 CPUtime=7.99
/proc/23112/task/23113/stat : 23113 (java) R 23111 23098 19041 0 -1 64 3393 0 1 0 796 3 0 0 25 0 9 0 24154178 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4126572812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23114] ppid=23111 vsize=868620 CPUtime=1.53
/proc/23112/task/23114/stat : 23114 (java) S 23111 23098 19041 0 -1 64 22378 0 0 0 142 11 0 0 16 0 9 0 24154179 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23115] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23115/stat : 23115 (java) S 23111 23098 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24154179 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23116] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23116/stat : 23116 (java) S 23111 23098 19041 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24154179 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23117] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23117/stat : 23117 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24154181 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23118] ppid=23111 vsize=868620 CPUtime=0.17
/proc/23112/task/23118/stat : 23118 (java) S 23111 23098 19041 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 24154181 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23119] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23119/stat : 23119 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24154181 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23120] ppid=23111 vsize=868620 CPUtime=0
/proc/23112/task/23120/stat : 23120 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24154181 889466880 22091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890844

[startup+25.5026 s]
/proc/loadavg: 2.20 2.23 2.18 3/91 23120
/proc/meminfo: memFree=1329288/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=2.76
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1310 25230 0 1 6 1 256 13 16 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
[pid=23111] ppid=23098 vsize=5356 CPUtime=0
/proc/23111/stat : 23111 (sh) S 23098 23098 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24154177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23111/statm: 1339 233 193 169 0 50 0
[pid=23112] ppid=23111 vsize=868732 CPUtime=22.37
/proc/23112/stat : 23112 (java) S 23111 23098 19041 0 -1 0 45111 0 1 0 2200 37 0 0 19 0 9 0 24154177 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 217183 32962 2593 9 0 211660 0
[pid=23112/tid=23113] ppid=23111 vsize=868732 CPUtime=18.8
/proc/23112/task/23113/stat : 23113 (java) R 23111 23098 19041 0 -1 64 4078 0 1 0 1865 15 0 0 25 0 9 0 24154178 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4127011820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23114] ppid=23111 vsize=868732 CPUtime=3.29
/proc/23112/task/23114/stat : 23114 (java) S 23111 23098 19041 0 -1 64 38798 0 0 0 309 20 0 0 16 0 9 0 24154179 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23115] ppid=23111 vsize=868732 CPUtime=0
/proc/23112/task/23115/stat : 23115 (java) S 23111 23098 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24154179 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23116] ppid=23111 vsize=868732 CPUtime=0
/proc/23112/task/23116/stat : 23116 (java) S 23111 23098 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24154179 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23117] ppid=23111 vsize=868732 CPUtime=0
/proc/23112/task/23117/stat : 23117 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24154181 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23118] ppid=23111 vsize=868732 CPUtime=0.26
/proc/23112/task/23118/stat : 23118 (java) S 23111 23098 19041 0 -1 64 1531 0 0 0 25 1 0 0 15 0 9 0 24154181 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23119] ppid=23111 vsize=868732 CPUtime=0
/proc/23112/task/23119/stat : 23119 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24154181 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23120] ppid=23111 vsize=868732 CPUtime=0
/proc/23112/task/23120/stat : 23120 (java) S 23111 23098 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24154181 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890956

[startup+51.1025 s]
/proc/loadavg: 2.13 2.21 2.18 3/91 23120
/proc/meminfo: memFree=1214280/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=2.76
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1310 25230 0 1 6 1 256 13 16 0 1 0 24153890 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1111 409 3 0 796 0
[pid=23111] ppid=23098 vsize=5356 CPUtime=0
/proc/23111/stat : 23111 (sh) S 23098 23098 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24154177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23111/statm: 1339 233 193 169 0 50 0
[pid=23112] ppid=23111 vsize=868732 CPUtime=47.66
/proc/23112/stat : 23112 (java) S 23111 23098 19041 0 -1 0 45566 0 1 0 4659 107 0 0 19 0 9 0 24154177 889581568 32962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 217183 32962 2593 9 0 211660 0

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

/proc/meminfo: memFree=1038032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1293.41
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 125845 3496 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1349.13
Current children cumulated vsize (KiB) 304928

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 23128
/proc/meminfo: memFree=1038032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1352.85
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 131789 3496 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1408.57
Current children cumulated vsize (KiB) 304928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 23128
/proc/meminfo: memFree=1038096/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1412.28
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 137732 3496 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1468
Current children cumulated vsize (KiB) 304928

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 23128
/proc/meminfo: memFree=1038096/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1471.72
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 143675 3497 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1527.44
Current children cumulated vsize (KiB) 304928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 23128
/proc/meminfo: memFree=1038032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1531.15
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 149618 3497 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1586.87
Current children cumulated vsize (KiB) 304928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 23128
/proc/meminfo: memFree=1038032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1590.58
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 155561 3497 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1646.3
Current children cumulated vsize (KiB) 304928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 23128
/proc/meminfo: memFree=1038032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=282704 CPUtime=1650.01
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 67845 0 0 0 161504 3497 0 0 25 0 1 0 24159538 289488896 67584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70676 67584 48 102 0 70571 0
Current children cumulated CPU time (s) 1705.73
Current children cumulated vsize (KiB) 304928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23128
/proc/meminfo: memFree=1037136/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=283232 CPUtime=1709.44
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 68100 0 0 0 167447 3497 0 0 25 0 1 0 24159538 290029568 67718 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23122/statm: 70808 67718 48 102 0 70703 0
Current children cumulated CPU time (s) 1765.16
Current children cumulated vsize (KiB) 305456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.2 s]
/proc/loadavg: 2.05 2.01 2.01 3/77 23181
/proc/meminfo: memFree=1265408/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=283232 CPUtime=1744.31
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 68100 0 0 0 170932 3499 0 0 25 0 1 0 24159538 290029568 67718 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23122/statm: 70808 67718 48 102 0 70703 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 305456

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

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

[startup+1817.2 s]
/proc/loadavg: 2.05 2.01 2.01 3/77 23181
/proc/meminfo: memFree=1265408/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=16868 CPUtime=55.72
/proc/23098/stat : 23098 (sugar) S 23096 23098 19041 0 -1 4194304 1365 71199 0 2 6 1 5425 140 17 0 1 0 24153890 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23098/statm: 4217 1113 409 3 0 796 0
[pid=23121] ppid=23098 vsize=5356 CPUtime=0
/proc/23121/stat : 23121 (sh) S 23098 23098 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24159538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23121/statm: 1339 232 193 169 0 50 0
[pid=23122] ppid=23121 vsize=283232 CPUtime=1744.31
/proc/23122/stat : 23122 (picosat) R 23121 23098 19041 0 -1 4194304 68100 0 0 0 170932 3499 0 0 25 0 1 0 24159538 290029568 67718 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23122/statm: 70808 67718 48 102 0 70703 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 305456

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23098 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=325741
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=424783
# CPU time returned by wait4() is 55.7505
# 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): 1817.26
CPU time (s): 1800.03
CPU user time (s): 1763.63
CPU system time (s): 36.4
CPU usage (%): 99.0519
Max. virtual memory (cumulated for all children) (KiB): 903100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.3257
system time used= 1.42478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72958
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= 11857
involuntary context switches= 13007

runsolver used 2.42363 second user time and 5.86811 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 05:55:00
IDJOB=2080728
IDBENCH=57138
IDSOLVER=738
FILE ID=node42/2080728-1247370899
PBS_JOBID= 9507053
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-47.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-2080728-1247370899/watcher-2080728-1247370899 -o /tmp/evaluation-result-2080728-1247370899/solver-2080728-1247370899 -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-2080728-1247370899.xml

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

MD5SUM BENCH= 7b978f7e72f5ef3bb3f2c0a43fe68f37
RANDOM SEED=782117633

node42.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.283
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.283
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:       1501184 kB
Buffers:         39220 kB
Cached:         171376 kB
SwapCached:          0 kB
Active:         428208 kB
Inactive:        73092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16360 kB
Writeback:           0 kB
Mapped:         308548 kB
Slab:            38100 kB
Committed_AS:   926332 kB
PageTables:       2324 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= 66280 MiB
End job on node42 at 2009-07-12 06:25:19