Trace number 2080772

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.08 1812.74

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-38.xml
MD5SUMee51d8f03f846d4f6b75cf05c1c7369b
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 variables1444
Number of constraints26751
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26751
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:59:04 2009
0.00/0.08	c 0	PID 25152
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080772-1247371144.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-2080772-1247371144.xml' 'HOME/temp.csp'
1.74/1.85	c 2	1 domains, 1444 variables, 4 predicates, 0 relations, 26751 constraints
1.74/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.86	c 2	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'
1.82/1.94	c 2	Parsing HOME/temp.csp
2.03/2.11	c 2	parsed 10000 expressions
2.13/2.22	c 2	parsed 20000 expressions
2.22/2.34	c 3	parsed 28200 expressions
2.22/2.35	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.35	c 3	Converting to clausal form CSP
2.73/2.89	c 3	converted 2820 (10%) expressions
3.41/3.55	c 4	converted 5640 (20%) expressions
4.01/4.12	c 4	converted 8460 (30%) expressions
4.70/4.85	c 5	converted 11280 (40%) expressions
5.30/5.43	c 6	converted 14100 (50%) expressions
5.79/6.00	c 6	converted 16920 (60%) expressions
6.38/6.57	c 7	converted 19740 (70%) expressions
7.28/7.47	c 8	converted 22560 (80%) expressions
7.86/8.04	c 8	converted 25380 (90%) expressions
8.46/8.61	c 9	converted 28200 (100%) expressions
8.46/8.61	c 9	CSP : 1444 integers, 25596 booleans, 79349 clauses, largest domain size 38
8.46/8.61	c 9	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.46/8.61	c 9	Propagation in CSP
9.45/9.67	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.45/9.68	c 10	CSP : 1444 integers, 25596 booleans, 79349 clauses, largest domain size 38
9.45/9.68	c 10	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.55/9.70	c 10	Simplifing CSP by introducing new Boolean variables
9.66/9.88	c 10	CSP : 1444 integers, 53428 booleans, 107181 clauses, largest domain size 38
9.66/9.88	c 10	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.04/10.27	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.14/10.36	c 11	145 (10%) CSP integer variables are encoded (5220 clauses, 65770 bytes)
10.14/10.38	c 11	289 (20%) CSP integer variables are encoded (10404 clauses, 134513 bytes)
10.24/10.40	c 11	434 (30%) CSP integer variables are encoded (15624 clauses, 212813 bytes)
10.24/10.43	c 11	578 (40%) CSP integer variables are encoded (20808 clauses, 290573 bytes)
10.24/10.46	c 11	722 (50%) CSP integer variables are encoded (25992 clauses, 368333 bytes)
10.24/10.48	c 11	867 (60%) CSP integer variables are encoded (31212 clauses, 446633 bytes)
10.34/10.51	c 11	1011 (70%) CSP integer variables are encoded (36396 clauses, 524393 bytes)
10.34/10.53	c 11	1156 (80%) CSP integer variables are encoded (41616 clauses, 602693 bytes)
10.34/10.55	c 11	1300 (90%) CSP integer variables are encoded (46800 clauses, 680453 bytes)
10.34/10.58	c 11	1444 (100%) CSP integer variables are encoded (51984 clauses, 758213 bytes)
11.82/12.04	c 12	10719 (10%) CSP clauses are encoded (355316 clauses, 6836853 bytes)
13.19/13.42	c 14	21437 (20%) CSP clauses are encoded (659880 clauses, 13081819 bytes)
14.47/14.78	c 15	32155 (30%) CSP clauses are encoded (961564 clauses, 19280985 bytes)
15.86/16.15	c 16	42873 (40%) CSP clauses are encoded (1266129 clauses, 25742678 bytes)
17.24/17.55	c 18	53591 (50%) CSP clauses are encoded (1570952 clauses, 32319898 bytes)
18.62/18.94	c 19	64309 (60%) CSP clauses are encoded (1873419 clauses, 38847415 bytes)
20.00/20.33	c 21	75027 (70%) CSP clauses are encoded (2176173 clauses, 45380242 bytes)
21.39/21.72	c 22	85745 (80%) CSP clauses are encoded (2480403 clauses, 51997564 bytes)
22.78/23.16	c 23	96463 (90%) CSP clauses are encoded (2782730 clauses, 58630313 bytes)
24.16/24.57	c 25	107181 (100%) CSP clauses are encoded (3087086 clauses, 65305660 bytes)
24.16/24.57	c 25	107181 CSP clauses encoded
24.16/24.58	c 25	Writing map file : HOME/temp.map
24.26/24.60	c 25	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.26/24.60	c 25	SAT : 106856 SAT variables, 3087086 SAT clauses, 65305660 bytes
24.26/24.60	c 25	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.26/24.62	c 25	SOLVING HOME/temp.cnf
24.26/24.62	c 25	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1812.61	c ERROR INTERRUPTED
1800.06/1812.63	s UNKNOWN
1800.06/1812.63	c 1813	CPU 24.3 (0.06 0.02 23.49 0.73)
1800.06/1812.63	c 1813	END Sun Jul 12 06:29: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-2080772-1247371144/watcher-2080772-1247371144 -o /tmp/evaluation-result-2080772-1247371144/solver-2080772-1247371144 -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-2080772-1247371144.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.00 2.00 2.00 4/81 25152
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=12268 CPUtime=0
/proc/25152/stat : 25152 (sugar) R 25150 25152 18669 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24181326 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25152/statm: 3067 316 241 3 0 167 0

[startup+0.08823 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25152
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=0.06
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101225 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25152
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=0.06
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301247 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25152
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=0.06
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701304 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25152
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=0.06
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 25164
/proc/meminfo: memFree=1479672/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=0.06
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
[pid=25155] ppid=25152 vsize=5356 CPUtime=0
/proc/25155/stat : 25155 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24181335 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25155/statm: 1339 233 193 169 0 50 0
[pid=25156] ppid=25155 vsize=864788 CPUtime=1.38
/proc/25156/stat : 25156 (java) S 25155 25152 18669 0 -1 0 14950 0 1 0 132 6 0 0 18 0 9 0 24181335 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25156/statm: 216197 12981 2556 9 0 210709 0
[pid=25156/tid=25157] ppid=25155 vsize=864788 CPUtime=0.78
/proc/25156/task/25157/stat : 25157 (java) R 25155 25152 18669 0 -1 64 3091 0 1 0 76 2 0 0 24 0 9 0 24181336 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4125963246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25158] ppid=25155 vsize=864788 CPUtime=0.47
/proc/25156/task/25158/stat : 25158 (java) S 25155 25152 18669 0 -1 64 10638 0 0 0 43 4 0 0 16 0 9 0 24181338 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25159] ppid=25155 vsize=864788 CPUtime=0
/proc/25156/task/25159/stat : 25159 (java) S 25155 25152 18669 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24181338 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25160] ppid=25155 vsize=864788 CPUtime=0
/proc/25156/task/25160/stat : 25160 (java) S 25155 25152 18669 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24181338 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25161] ppid=25155 vsize=864788 CPUtime=0
/proc/25156/task/25161/stat : 25161 (java) S 25155 25152 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24181340 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25162] ppid=25155 vsize=864788 CPUtime=0.12
/proc/25156/task/25162/stat : 25162 (java) S 25155 25152 18669 0 -1 64 517 0 0 0 12 0 0 0 16 0 9 0 24181340 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25163] ppid=25155 vsize=864788 CPUtime=0
/proc/25156/task/25163/stat : 25163 (java) S 25155 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24181340 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25156/tid=25164] ppid=25155 vsize=864788 CPUtime=0
/proc/25156/task/25164/stat : 25164 (java) S 25155 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24181340 885542912 12981 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887012

[startup+3.10262 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25174
/proc/meminfo: memFree=1496376/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=1.82
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1309 15682 0 1 5 2 166 9 16 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
[pid=25165] ppid=25152 vsize=5356 CPUtime=0
/proc/25165/stat : 25165 (sh) S 25152 25152 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24181513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25165/statm: 1339 233 193 169 0 50 0
[pid=25166] ppid=25165 vsize=868520 CPUtime=1.21
/proc/25166/stat : 25166 (java) S 25165 25152 18669 0 -1 0 8939 0 1 0 116 5 0 0 18 0 9 0 24181513 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 217130 8023 2569 9 0 211635 0
[pid=25166/tid=25167] ppid=25165 vsize=868520 CPUtime=0.79
/proc/25166/task/25167/stat : 25167 (java) R 25165 25152 18669 0 -1 64 2624 0 1 0 78 1 0 0 25 0 9 0 24181514 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4126539191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25165 vsize=868520 CPUtime=0.19
/proc/25166/task/25168/stat : 25168 (java) S 25165 25152 18669 0 -1 64 4136 0 0 0 18 1 0 0 16 0 9 0 24181516 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25165 vsize=868520 CPUtime=0
/proc/25166/task/25169/stat : 25169 (java) S 25165 25152 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24181516 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25165 vsize=868520 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25165 25152 18669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24181516 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25165 vsize=868520 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25165 25152 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24181518 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25165 vsize=868520 CPUtime=0.18
/proc/25166/task/25172/stat : 25172 (java) S 25165 25152 18669 0 -1 64 1477 0 0 0 17 1 0 0 16 0 9 0 24181518 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25173] ppid=25165 vsize=868520 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24181518 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25165 vsize=868520 CPUtime=0
/proc/25166/task/25174/stat : 25174 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24181518 889364480 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890744

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25174
/proc/meminfo: memFree=1466872/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=1.82
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1309 15682 0 1 5 2 166 9 16 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
[pid=25165] ppid=25152 vsize=5356 CPUtime=0
/proc/25165/stat : 25165 (sh) S 25152 25152 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24181513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25165/statm: 1339 233 193 169 0 50 0
[pid=25166] ppid=25165 vsize=868608 CPUtime=4.37
/proc/25166/stat : 25166 (java) S 25165 25152 18669 0 -1 0 14635 0 1 0 428 9 0 0 18 0 9 0 24181513 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 217152 13308 2566 9 0 211657 0
[pid=25166/tid=25167] ppid=25165 vsize=868608 CPUtime=3.44
/proc/25166/task/25167/stat : 25167 (java) R 25165 25152 18669 0 -1 64 3005 0 1 0 342 2 0 0 25 0 9 0 24181514 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4126520964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25165 vsize=868608 CPUtime=0.72
/proc/25166/task/25168/stat : 25168 (java) S 25165 25152 18669 0 -1 64 9449 0 0 0 67 5 0 0 16 0 9 0 24181516 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25165 vsize=868608 CPUtime=0
/proc/25166/task/25169/stat : 25169 (java) S 25165 25152 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24181516 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25165 vsize=868608 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25165 25152 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24181516 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25165 vsize=868608 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25165 25152 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24181518 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25165 vsize=868608 CPUtime=0.19
/proc/25166/task/25172/stat : 25172 (java) S 25165 25152 18669 0 -1 64 1479 0 0 0 18 1 0 0 16 0 9 0 24181518 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25173] ppid=25165 vsize=868608 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24181518 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25165 vsize=868608 CPUtime=0
/proc/25166/task/25174/stat : 25174 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24181518 889454592 13308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890832

[startup+12.7029 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 25174
/proc/meminfo: memFree=1429752/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=1.82
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1310 15682 0 1 5 2 166 9 16 0 1 0 24181326 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1111 409 3 0 796 0
[pid=25165] ppid=25152 vsize=5356 CPUtime=0
/proc/25165/stat : 25165 (sh) S 25152 25152 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24181513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25165/statm: 1339 233 193 169 0 50 0
[pid=25166] ppid=25165 vsize=868720 CPUtime=10.68
/proc/25166/stat : 25166 (java) S 25165 25152 18669 0 -1 0 27878 0 1 0 1044 24 0 0 18 0 9 0 24181513 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 217180 19325 2593 9 0 211657 0
[pid=25166/tid=25167] ppid=25165 vsize=868720 CPUtime=8.6
/proc/25166/task/25167/stat : 25167 (java) R 25165 25152 18669 0 -1 64 3479 0 1 0 851 9 0 0 25 0 9 0 24181514 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4126530483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25165 vsize=868720 CPUtime=1.78
/proc/25166/task/25168/stat : 25168 (java) S 25165 25152 18669 0 -1 64 22167 0 0 0 166 12 0 0 16 0 9 0 24181516 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25165 vsize=868720 CPUtime=0
/proc/25166/task/25169/stat : 25169 (java) S 25165 25152 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24181516 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25165 vsize=868720 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25165 25152 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24181516 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25165 vsize=868720 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25165 25152 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24181518 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25165 vsize=868720 CPUtime=0.27
/proc/25166/task/25172/stat : 25172 (java) S 25165 25152 18669 0 -1 64 1530 0 0 0 26 1 0 0 16 0 9 0 24181518 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25173] ppid=25165 vsize=868720 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24181518 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25165 vsize=868720 CPUtime=0
/proc/25166/task/25174/stat : 25174 (java) S 25165 25152 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24181518 889569280 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890944

[startup+25.5016 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25176
/proc/meminfo: memFree=1431864/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=11964 CPUtime=0.86
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 2140 0 0 0 39 47 0 0 25 0 1 0 24183789 12251136 2126 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 2991 2126 40 102 0 2886 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 34188

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 25176
/proc/meminfo: memFree=1335480/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0

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

/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 32534 0 0 0 137242 1530 0 0 25 0 1 0 24183789 136749056 31427 996147200 134512640 134931368 4294956256 18446744073709551615 134524200 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33386 31427 48 102 0 33281 0
Current children cumulated CPU time (s) 1412.02
Current children cumulated vsize (KiB) 155768

[startup+1482.3 s]
/proc/loadavg: 2.01 2.14 2.09 3/84 25475
/proc/meminfo: memFree=1695864/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=133544 CPUtime=1447.42
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 32534 0 0 0 143212 1530 0 0 25 0 1 0 24183789 136749056 31427 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33386 31427 48 102 0 33281 0
Current children cumulated CPU time (s) 1471.72
Current children cumulated vsize (KiB) 155768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.11 2.08 3/84 25475
/proc/meminfo: memFree=1694968/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134468 CPUtime=1507.13
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 32794 0 0 0 149183 1530 0 0 25 0 1 0 24183789 137695232 31687 996147200 134512640 134931368 4294956256 18446744073709551615 134524212 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33617 31687 48 102 0 33512 0
Current children cumulated CPU time (s) 1531.43
Current children cumulated vsize (KiB) 156692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.09 2.08 3/84 25475
/proc/meminfo: memFree=1694648/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134468 CPUtime=1566.84
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 32965 0 0 0 155153 1531 0 0 25 0 1 0 24183789 137695232 31699 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33617 31699 48 102 0 33512 0
Current children cumulated CPU time (s) 1591.14
Current children cumulated vsize (KiB) 156692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/86 25541
/proc/meminfo: memFree=1445816/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134468 CPUtime=1626.37
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 32965 0 0 0 161104 1533 0 0 25 0 1 0 24183789 137695232 31699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33617 31699 48 102 0 33512 0
Current children cumulated CPU time (s) 1650.67
Current children cumulated vsize (KiB) 156692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/86 25541
/proc/meminfo: memFree=1067384/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134468 CPUtime=1685.8
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 33146 0 0 0 167046 1534 0 0 25 0 1 0 24183789 137695232 31714 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33617 31714 48 102 0 33512 0
Current children cumulated CPU time (s) 1710.1
Current children cumulated vsize (KiB) 156692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/86 25541
/proc/meminfo: memFree=1067192/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134468 CPUtime=1745.52
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 33146 0 0 0 173018 1534 0 0 25 0 1 0 24183789 137695232 31714 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33617 31714 48 102 0 33512 0
Current children cumulated CPU time (s) 1769.82
Current children cumulated vsize (KiB) 156692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 2.00 2.04 2.06 3/86 25541
/proc/meminfo: memFree=1066424/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134996 CPUtime=1775.76
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 33457 0 0 0 176042 1534 0 0 25 0 1 0 24183789 138235904 31851 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33749 31851 48 102 0 33644 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 157220

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

############
# WARNING:
# current cumulated CPU time (24.3 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1775.76 s) to the 'lost time'.

[startup+1812.6 s]
/proc/loadavg: 2.00 2.04 2.06 3/86 25541
/proc/meminfo: memFree=1066424/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) S 25150 25152 18669 0 -1 4194304 1365 44292 0 2 6 2 2349 73 17 0 1 0 24181326 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25152/statm: 4217 1113 409 3 0 796 0
[pid=25175] ppid=25152 vsize=5356 CPUtime=0
/proc/25175/stat : 25175 (sh) S 25152 25152 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25175/statm: 1339 232 193 169 0 50 0
[pid=25176] ppid=25175 vsize=134996 CPUtime=1775.76
/proc/25176/stat : 25176 (picosat) R 25175 25152 18669 0 -1 4194304 33457 0 0 0 176042 1534 0 0 25 0 1 0 24183789 138235904 31851 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25176/statm: 33749 31851 48 102 0 33644 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 157220

[startup+1812.72 s]
/proc/loadavg: 2.00 2.04 2.06 2/85 25542
/proc/meminfo: memFree=1194176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) D 25150 25152 18669 0 -1 4194304 1423 44569 0 2 6 2 2349 73 16 0 1 0 24181326 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25152/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1812.72 s]
/proc/loadavg: 2.00 2.04 2.06 2/85 25542
/proc/meminfo: memFree=1194176/2055920 swapFree=4192812/4192956
[pid=25152] ppid=25150 vsize=16868 CPUtime=24.3
/proc/25152/stat : 25152 (sugar) D 25150 25152 18669 0 -1 4194304 1423 44569 0 2 6 2 2349 73 16 0 1 0 24181326 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25152/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1775.76
#  lost CPU user time (s): 1760.42
#  lost CPU system time (s): 15.34

Real time (s): 1812.74
CPU time (s): 1800.08
CPU user time (s): 1783.98
CPU system time (s): 16.1039
CPU usage (%): 99.3016
Max. virtual memory (cumulated for all children) (KiB): 902084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5564
system time used= 0.763883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46051
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= 9370
involuntary context switches= 10007

runsolver used 2.16267 second user time and 5.86911 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 05:59:04
IDJOB=2080772
IDBENCH=57147
IDSOLVER=738
FILE ID=node13/2080772-1247371144
PBS_JOBID= 9507031
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= ee51d8f03f846d4f6b75cf05c1c7369b
RANDOM SEED=873723676

node13.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.241
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.241
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:       1508656 kB
Buffers:         51928 kB
Cached:         271072 kB
SwapCached:          0 kB
Active:         287516 kB
Inactive:       183308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4580 kB
Writeback:           0 kB
Mapped:         168268 kB
Slab:            61228 kB
Committed_AS:   380844 kB
PageTables:       2204 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= 66256 MiB
End job on node13 at 2009-07-12 06:29:19