Trace number 2083072

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+minisat? (TO) 187.118 2002.04

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-1.xml
MD5SUMd8c3423564a2d6b9b1f50261d186e818
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.9481
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 07:30:31 2009
0.04/0.07	c 0	PID 24572
0.04/0.07	c 0	HOST node77.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2083072-1247376631.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083072-1247376631.xml' 'HOME/temp.csp'
1.86/2.00	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
1.95/2.01	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/2.01	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.95/2.09	c 2	Parsing HOME/temp.csp
2.13/2.25	c 2	parsed 10000 expressions
2.22/2.40	c 3	parsed 20000 expressions
2.42/2.55	c 3	parsed 30000 expressions
2.53/2.69	c 3	parsed 36052 expressions
2.62/2.70	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/2.70	c 3	Converting to clausal form CSP
3.41/3.54	c 4	converted 3606 (10%) expressions
6.60/6.72	c 7	converted 7211 (20%) expressions
9.69/9.89	c 10	converted 10816 (30%) expressions
12.47/12.63	c 13	converted 14421 (40%) expressions
15.55/15.78	c 16	converted 18026 (50%) expressions
18.23/18.47	c 19	converted 21632 (60%) expressions
21.61/21.81	c 22	converted 25237 (70%) expressions
24.20/24.44	c 25	converted 28842 (80%) expressions
26.57/26.89	c 27	converted 32447 (90%) expressions
28.87/29.12	c 29	converted 36052 (100%) expressions
28.87/29.13	c 29	CSP : 13207 integers, 91836 booleans, 219800 clauses, largest domain size 2641
28.87/29.13	c 29	Heap : 150 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.87/29.13	c 29	Propagation in CSP
32.05/32.35	c 32	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.05/32.35	c 33	CSP : 13207 integers, 91836 booleans, 219800 clauses, largest domain size 2641
32.05/32.35	c 33	Heap : 159 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.15/32.42	c 33	Simplifing CSP by introducing new Boolean variables
32.64/32.91	c 33	CSP : 13207 integers, 176956 booleans, 304920 clauses, largest domain size 2641
32.64/32.91	c 33	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.64/33.94	c 34	Encoding CSP to SAT : HOME/temp.cnf
37.22/37.59	c 38	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
40.91/41.28	c 41	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
44.55/48.67	c 49	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
48.33/52.40	c 53	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
52.16/58.81	c 59	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
56.12/62.89	c 63	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
60.27/71.12	c 71	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
64.35/75.23	c 75	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
68.40/84.26	c 84	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
72.48/88.33	c 88	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
86.41/108.57	c 109	30492 (10%) CSP clauses are encoded (33572152 clauses, 734327772 bytes)
113.74/1173.56	c 1174	60984 (20%) CSP clauses are encoded (42212030 clauses, 973744408 bytes)
135.28/1195.29	c 1195	91476 (30%) CSP clauses are encoded (50906028 clauses, 1215414819 bytes)
156.74/1220.12	c 1220	121968 (40%) CSP clauses are encoded (59580918 clauses, 1468126898 bytes)
178.59/1250.15	c 1250	152460 (50%) CSP clauses are encoded (68503472 clauses, 1733008221 bytes)
187.09/2000.02	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083072-1247376631/watcher-2083072-1247376631 -o /tmp/evaluation-result-2083072-1247376631/solver-2083072-1247376631 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083072-1247376631.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.03 2.07 4/74 24572
/proc/meminfo: memFree=1780712/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=12272 CPUtime=0
/proc/24572/stat : 24572 (sugar) R 24570 24572 21382 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 24728327 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228057536000 0 0 4224 0 0 0 0 17 0 0 0
/proc/24572/statm: 3068 327 246 3 0 168 0

[startup+0.053113 s]
/proc/loadavg: 2.00 2.03 2.07 4/74 24572
/proc/meminfo: memFree=1780712/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16080 CPUtime=0.04
/proc/24572/stat : 24572 (sugar) R 24570 24572 21382 0 -1 4194304 928 0 0 0 3 1 0 0 18 0 1 0 24728327 16465920 896 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/24572/statm: 4020 897 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101124 s]
/proc/loadavg: 2.00 2.03 2.07 4/74 24572
/proc/meminfo: memFree=1780712/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=0.06
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301161 s]
/proc/loadavg: 2.00 2.03 2.07 4/74 24572
/proc/meminfo: memFree=1780712/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=0.06
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701241 s]
/proc/loadavg: 2.00 2.03 2.07 4/74 24572
/proc/meminfo: memFree=1780712/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=0.06
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5014 s]
/proc/loadavg: 2.00 2.03 2.07 4/85 24584
/proc/meminfo: memFree=1745680/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=0.06
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24575] ppid=24572 vsize=5356 CPUtime=0
/proc/24575/stat : 24575 (sh) S 24572 24572 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24728334 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24575/statm: 1339 233 193 169 0 50 0
[pid=24576] ppid=24575 vsize=864760 CPUtime=1.4
/proc/24576/stat : 24576 (java) S 24575 24572 21382 0 -1 0 18083 0 1 0 132 8 0 0 19 0 9 0 24728334 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24576/statm: 216190 15144 2556 9 0 210702 0
[pid=24576/tid=24577] ppid=24575 vsize=864760 CPUtime=0.63
/proc/24576/task/24577/stat : 24577 (java) R 24575 24572 21382 0 -1 64 3055 0 1 0 61 2 0 0 25 0 9 0 24728335 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4126405585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24578] ppid=24575 vsize=864760 CPUtime=0.63
/proc/24576/task/24578/stat : 24578 (java) S 24575 24572 21382 0 -1 64 13811 0 0 0 58 5 0 0 17 0 9 0 24728337 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24579] ppid=24575 vsize=864760 CPUtime=0
/proc/24576/task/24579/stat : 24579 (java) S 24575 24572 21382 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24728337 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24580] ppid=24575 vsize=864760 CPUtime=0
/proc/24576/task/24580/stat : 24580 (java) S 24575 24572 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24728337 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24581] ppid=24575 vsize=864760 CPUtime=0
/proc/24576/task/24581/stat : 24581 (java) S 24575 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24728339 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24582] ppid=24575 vsize=864760 CPUtime=0.11
/proc/24576/task/24582/stat : 24582 (java) S 24575 24572 21382 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 24728339 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24583] ppid=24575 vsize=864760 CPUtime=0
/proc/24576/task/24583/stat : 24583 (java) S 24575 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24728339 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24576/tid=24584] ppid=24575 vsize=864760 CPUtime=0
/proc/24576/task/24584/stat : 24584 (java) S 24575 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728339 885514240 15144 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10272 s]
/proc/loadavg: 2.08 2.05 2.07 3/85 24594
/proc/meminfo: memFree=1771536/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.96
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1309 19539 0 1 5 1 180 10 15 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868552 CPUtime=1.06
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 10517 0 1 0 101 5 0 0 18 0 9 0 24728529 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217138 9421 2569 9 0 211643 0
[pid=24586/tid=24587] ppid=24585 vsize=868552 CPUtime=0.6
/proc/24586/task/24587/stat : 24587 (java) R 24585 24572 21382 0 -1 64 2697 0 1 0 59 1 0 0 24 0 9 0 24728530 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4126510576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868552 CPUtime=0.29
/proc/24586/task/24588/stat : 24588 (java) S 24585 24572 21382 0 -1 64 5651 0 0 0 27 2 0 0 16 0 9 0 24728531 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868552 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868552 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24728531 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868552 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 24585 24572 21382 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24728533 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24592] ppid=24585 vsize=868552 CPUtime=0.15
/proc/24586/task/24592/stat : 24592 (java) S 24585 24572 21382 0 -1 64 1466 0 0 0 15 0 0 0 16 0 9 0 24728533 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=24585 vsize=868552 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24728533 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24594] ppid=24585 vsize=868552 CPUtime=0
/proc/24586/task/24594/stat : 24594 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728533 889397248 9421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890776

[startup+6.30235 s]
/proc/loadavg: 2.08 2.05 2.07 3/85 24594
/proc/meminfo: memFree=1735760/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.96
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1309 19539 0 1 5 1 180 10 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868636 CPUtime=4.24
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 15139 0 1 0 416 8 0 0 18 0 9 0 24728529 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217159 13657 2567 9 0 211664 0
[pid=24586/tid=24587] ppid=24585 vsize=868636 CPUtime=3.28
/proc/24586/task/24587/stat : 24587 (java) R 24585 24572 21382 0 -1 64 3036 0 1 0 327 1 0 0 25 0 9 0 24728530 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868636 CPUtime=0.73
/proc/24586/task/24588/stat : 24588 (java) R 24585 24572 21382 0 -1 64 9896 0 0 0 69 4 0 0 15 0 9 0 24728531 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 24585 24572 21382 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24728533 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24592] ppid=24585 vsize=868636 CPUtime=0.19
/proc/24586/task/24592/stat : 24592 (java) S 24585 24572 21382 0 -1 64 1504 0 0 0 18 1 0 0 15 0 9 0 24728533 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24728533 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24594] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24594/stat : 24594 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728533 889483264 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890860

[startup+12.7026 s]
/proc/loadavg: 2.14 2.06 2.08 3/85 24594
/proc/meminfo: memFree=1699296/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.96
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1309 19539 0 1 5 1 180 10 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868636 CPUtime=10.6
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 27630 0 1 0 1043 17 0 0 18 0 9 0 24728529 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217159 22429 2568 9 0 211664 0
[pid=24586/tid=24587] ppid=24585 vsize=868636 CPUtime=8.64
/proc/24586/task/24587/stat : 24587 (java) R 24585 24572 21382 0 -1 64 3503 0 1 0 862 2 0 0 25 0 9 0 24728530 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868636 CPUtime=1.74
/proc/24586/task/24588/stat : 24588 (java) R 24585 24572 21382 0 -1 64 21916 0 0 0 161 13 0 0 16 0 9 0 24728531 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 103732098 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 24585 24572 21382 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24728533 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24592] ppid=24585 vsize=868636 CPUtime=0.2
/proc/24586/task/24592/stat : 24592 (java) S 24585 24572 21382 0 -1 64 1508 0 0 0 19 1 0 0 16 0 9 0 24728533 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24728533 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24594] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24594/stat : 24594 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728533 889483264 22429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890860

[startup+25.5031 s]
/proc/loadavg: 2.20 2.08 2.08 3/85 24594
/proc/meminfo: memFree=1624480/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.96
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1309 19539 0 1 5 1 180 10 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868636 CPUtime=23.32
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 54476 0 1 0 2302 30 0 0 18 0 9 0 24728529 889483264 40610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217159 40610 2569 9 0 211664 0
[pid=24586/tid=24587] ppid=24585 vsize=868636 CPUtime=19.07
/proc/24586/task/24587/stat : 24587 (java) R 24585 24572 21382 0 -1 64 4900 0 1 0 1904 3 0 0 25 0 9 0 24728530 889483264 40610 996147200 134512640 134550932 4294955936 18446744073709551615 4126448547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868636 CPUtime=4.01
/proc/24586/task/24588/stat : 24588 (java) S 24585 24572 21382 0 -1 64 47362 0 0 0 377 24 0 0 16 0 9 0 24728531 889483264 40610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 40610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868636 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24728531 889483264 40610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868636 CPUtime=0

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

/proc/meminfo: memFree=37680/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1310 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868748 CPUtime=185.12
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 71633 0 1 0 17494 1018 0 0 18 0 9 0 24728529 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217187 53655 2593 9 0 211664 0
[pid=24586/tid=24587] ppid=24585 vsize=868748 CPUtime=177.13
/proc/24586/task/24587/stat : 24587 (java) D 24585 24572 21382 0 -1 64 7689 0 1 0 16745 968 0 0 25 0 9 0 24728530 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868748 CPUtime=7.65
/proc/24586/task/24588/stat : 24588 (java) S 24585 24572 21382 0 -1 64 61683 0 0 0 718 47 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 24585 24572 21382 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24592] ppid=24585 vsize=868748 CPUtime=0.3
/proc/24586/task/24592/stat : 24592 (java) S 24585 24572 21382 0 -1 64 1558 0 0 0 29 1 0 0 16 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24594] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24594/stat : 24594 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.09
Current children cumulated vsize (KiB) 890972
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000 s]
/proc/loadavg: 10.74 10.33 7.92 1/85 24643
/proc/meminfo: memFree=38640/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1310 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1111 409 3 0 796 0
[pid=24585] ppid=24572 vsize=5356 CPUtime=0
/proc/24585/stat : 24585 (sh) S 24572 24572 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24585/statm: 1339 233 193 169 0 50 0
[pid=24586] ppid=24585 vsize=868748 CPUtime=185.12
/proc/24586/stat : 24586 (java) S 24585 24572 21382 0 -1 0 71633 0 1 0 17494 1018 0 0 18 0 9 0 24728529 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217187 53655 2593 9 0 211664 0
[pid=24586/tid=24587] ppid=24585 vsize=868748 CPUtime=177.13
/proc/24586/task/24587/stat : 24587 (java) D 24585 24572 21382 0 -1 64 7689 0 1 0 16745 968 0 0 25 0 9 0 24728530 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=24585 vsize=868748 CPUtime=7.65
/proc/24586/task/24588/stat : 24588 (java) S 24585 24572 21382 0 -1 64 61683 0 0 0 718 47 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24586/tid=24589] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 24585 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 24585 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24728531 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 24585 24572 21382 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24592] ppid=24585 vsize=868748 CPUtime=0.3
/proc/24586/task/24592/stat : 24592 (java) S 24585 24572 21382 0 -1 64 1558 0 0 0 29 1 0 0 16 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24594] ppid=24585 vsize=868748 CPUtime=0
/proc/24586/task/24594/stat : 24594 (java) S 24585 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728533 889597952 53655 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.09
Current children cumulated vsize (KiB) 890972
heavy processes:

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

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

[startup+2000.7 s]
/proc/loadavg: 10.74 10.33 7.92 1/85 24643
/proc/meminfo: memFree=38640/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1323 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1112 409 3 0 796 0
[pid=24585] ppid=24572 vsize=0 CPUtime=0
/proc/24585/stat : 24585 (sh) Z 24572 24572 21382 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24728528 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24585/statm: 0 0 0 0 0 0 0
[pid=24586] ppid=1 vsize=869396 CPUtime=185.12
/proc/24586/stat : 24586 (java) S 1 24572 21382 0 -1 0 71655 0 1 0 17494 1018 0 0 16 0 10 0 24728529 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24586/statm: 217349 53673 2594 9 0 211826 0
[pid=24586/tid=24587] ppid=1 vsize=869396 CPUtime=177.13
/proc/24586/task/24587/stat : 24587 (java) D 1 24572 21382 0 -1 64 7689 0 1 0 16745 968 0 0 25 0 10 0 24728530 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24586/tid=24588] ppid=1 vsize=869396 CPUtime=7.65
/proc/24586/task/24588/stat : 24588 (java) D 1 24572 21382 0 -1 64 61683 0 0 0 718 47 0 0 15 0 10 0 24728531 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24586/tid=24589] ppid=1 vsize=869396 CPUtime=0
/proc/24586/task/24589/stat : 24589 (java) S 1 24572 21382 0 -1 64 15 0 0 0 0 0 0 0 16 0 10 0 24728531 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24590] ppid=1 vsize=869396 CPUtime=0
/proc/24586/task/24590/stat : 24590 (java) S 1 24572 21382 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 24728531 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24591] ppid=1 vsize=869396 CPUtime=0
/proc/24586/task/24591/stat : 24591 (java) S 1 24572 21382 0 -1 64 6 0 0 0 0 0 0 0 17 0 10 0 24728533 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24586/tid=24592] ppid=1 vsize=869396 CPUtime=0.3
/proc/24586/task/24592/stat : 24592 (java) S 1 24572 21382 0 -1 64 1558 0 0 0 29 1 0 0 16 0 10 0 24728533 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24586/tid=24593] ppid=1 vsize=869396 CPUtime=0
/proc/24586/task/24593/stat : 24593 (java) S 1 24572 21382 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 24728533 890261504 53673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.09
Current children cumulated vsize (KiB) 886264

[startup+2000.8 s]
/proc/loadavg: 10.74 10.33 7.92 1/87 24646
/proc/meminfo: memFree=38808/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1323 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1112 409 3 0 796 0
[pid=24585] ppid=24572 vsize=0 CPUtime=0
/proc/24585/stat : 24585 (sh) Z 24572 24572 21382 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24728528 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24572

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

[startup+2001.4 s]
/proc/loadavg: 10.74 10.33 7.92 1/87 24646
/proc/meminfo: memFree=38808/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1323 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1112 409 3 0 796 0
[pid=24585] ppid=24572 vsize=0 CPUtime=0
/proc/24585/stat : 24585 (sh) Z 24572 24572 21382 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24728528 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 16868

[startup+2001.8 s]
/proc/loadavg: 10.74 10.33 7.92 1/87 24646
/proc/meminfo: memFree=38808/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1323 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1112 409 3 0 796 0
[pid=24585] ppid=24572 vsize=0 CPUtime=0
/proc/24585/stat : 24585 (sh) Z 24572 24572 21382 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24728528 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 16868

[startup+2002.01 s]
/proc/loadavg: 10.92 10.37 7.95 1/87 24646
/proc/meminfo: memFree=38808/2055920 swapFree=4192812/4192956
[pid=24572] ppid=24570 vsize=16868 CPUtime=1.97
/proc/24572/stat : 24572 (sugar) S 24570 24572 21382 0 -1 4194304 1323 19539 0 1 6 1 180 10 16 0 1 0 24728327 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24572/statm: 4217 1112 409 3 0 796 0
[pid=24585] ppid=24572 vsize=0 CPUtime=0
/proc/24585/stat : 24585 (sh) Z 24572 24572 21382 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24728528 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 185.12
#  lost CPU user time (s): 174.94
#  lost CPU system time (s): 10.18

Real time (s): 2002.04
CPU time (s): 187.118
CPU user time (s): 176.813
CPU system time (s): 10.305
CPU usage (%): 9.34637
Max. virtual memory (cumulated for all children) (KiB): 901112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87271
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20862
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1074
involuntary context switches= 920

runsolver used 1.3368 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 07:30:31
IDJOB=2083072
IDBENCH=57695
IDSOLVER=739
FILE ID=node77/2083072-1247376631
PBS_JOBID= 9507138
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083072-1247376631/watcher-2083072-1247376631 -o /tmp/evaluation-result-2083072-1247376631/solver-2083072-1247376631 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083072-1247376631.xml

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

MD5SUM BENCH= d8c3423564a2d6b9b1f50261d186e818
RANDOM SEED=1702437642

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781192 kB
Buffers:         42552 kB
Cached:         156892 kB
SwapCached:        136 kB
Active:         156084 kB
Inactive:        64968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5960 kB
Writeback:           0 kB
Mapped:          32120 kB
Slab:            39092 kB
Committed_AS:   257276 kB
PageTables:       1728 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= 64496 MiB
End job on node77 at 2009-07-12 08:07:49