Trace number 2083732

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? (MO) 226.666 235.93

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark9.50955
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:55:01 2009
0.00/0.08	c 0	PID 25330
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083732-1247378100.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-2083732-1247378100.xml' 'HOME/temp.csp'
1.64/1.72	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.64/1.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.76	c 1	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.68/1.84	c 2	Parsing HOME/temp.csp
1.99/2.16	c 2	parsed 10000 expressions
2.19/2.32	c 2	parsed 20000 expressions
2.19/2.39	c 2	parsed 21230 expressions
2.29/2.40	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.40	c 2	Converting to clausal form CSP
2.29/2.47	c 2	converted 2123 (10%) expressions
5.27/5.47	c 5	converted 4246 (20%) expressions
8.13/8.31	c 8	converted 6369 (30%) expressions
10.50/10.73	c 10	converted 8492 (40%) expressions
13.27/13.50	c 13	converted 10615 (50%) expressions
15.54/15.86	c 16	converted 12738 (60%) expressions
18.31/18.63	c 18	converted 14861 (70%) expressions
20.49/20.84	c 21	converted 16984 (80%) expressions
22.37/22.78	c 22	converted 19107 (90%) expressions
24.14/24.55	c 24	converted 21230 (100%) expressions
24.14/24.56	c 24	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
24.14/24.56	c 24	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.14/24.56	c 24	Propagation in CSP
26.52/26.93	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.52/26.93	c 27	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
26.52/26.93	c 27	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.52/26.98	c 27	Simplifing CSP by introducing new Boolean variables
27.40/27.84	c 28	CSP : 7035 integers, 93532 booleans, 166039 clauses, largest domain size 2821
27.40/27.85	c 28	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.11/28.56	c 28	Encoding CSP to SAT : HOME/temp.cnf
32.47/32.90	c 33	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
36.62/37.12	c 37	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
40.78/41.35	c 41	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
43.34/43.98	c 44	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
45.61/46.25	c 46	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
47.86/48.59	c 48	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
50.24/51.05	c 51	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
52.58/53.49	c 53	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
55.07/55.97	c 56	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
57.57/58.56	c 58	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
74.33/75.68	c 75	16604 (10%) CSP clauses are encoded (18300184 clauses, 394653695 bytes)
90.75/92.20	c 92	33208 (20%) CSP clauses are encoded (23851670 clauses, 547275978 bytes)
106.65/108.31	c 108	49812 (30%) CSP clauses are encoded (29232400 clauses, 695651926 bytes)
123.17/125.02	c 125	66416 (40%) CSP clauses are encoded (34871444 clauses, 851319630 bytes)
139.48/141.56	c 141	83020 (50%) CSP clauses are encoded (40509255 clauses, 1007161223 bytes)
156.01/158.30	c 158	99624 (60%) CSP clauses are encoded (46272083 clauses, 1166227378 bytes)
171.95/174.62	c 174	116228 (70%) CSP clauses are encoded (51802253 clauses, 1322977720 bytes)
186.84/189.81	c 189	132832 (80%) CSP clauses are encoded (56884700 clauses, 1470600240 bytes)
203.88/207.21	c 207	149436 (90%) CSP clauses are encoded (63127155 clauses, 1653678862 bytes)
220.22/223.96	c 224	166039 (100%) CSP clauses are encoded (69298431 clauses, 1834980486 bytes)
220.22/223.96	c 224	166039 CSP clauses encoded
220.28/224.01	c 224	Writing map file : HOME/temp.map
220.38/224.68	c 224	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
220.38/224.68	c 224	SAT : 12983324 SAT variables, 69298431 SAT clauses, 1834980486 bytes
220.38/224.68	c 224	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
220.47/225.00	c 225	SOLVING HOME/temp.cnf
220.47/225.00	c 225	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
220.51/225.31	c 225	This is MiniSat 2.0 beta
220.51/225.31	c 225	WARNING: for repeatability, setting FPU to use double precision
220.51/225.32	c 225	============================[ Problem Statistics ]=============================
220.51/225.32	c 225	|                                                                             |
220.51/225.34	c 225	|  Number of variables:  12983324                                             |
220.51/225.34	c 225	|  Number of clauses:    69298431                                             |
226.50/233.92	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-2083732-1247378100/watcher-2083732-1247378100 -o /tmp/evaluation-result-2083732-1247378100/solver-2083732-1247378100 -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-2083732-1247378100.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.04 2.04 2.07 4/80 25330
/proc/meminfo: memFree=1445088/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=18576 CPUtime=0
/proc/25330/stat : 25330 (runsolver) R 25328 25330 21777 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24876219 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25330/statm: 4644 284 249 26 0 2626 0

[startup+0.0922219 s]
/proc/loadavg: 2.04 2.04 2.07 4/80 25330
/proc/meminfo: memFree=1445088/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=0.06
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101221 s]
/proc/loadavg: 2.04 2.04 2.07 4/80 25330
/proc/meminfo: memFree=1445088/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=0.06
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301229 s]
/proc/loadavg: 2.04 2.04 2.07 4/80 25330
/proc/meminfo: memFree=1445088/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=0.06
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701265 s]
/proc/loadavg: 2.04 2.04 2.07 4/80 25330
/proc/meminfo: memFree=1445088/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=0.06
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 2.04 2.04 2.07 3/91 25342
/proc/meminfo: memFree=1420296/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=0.06
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25333] ppid=25330 vsize=5356 CPUtime=0
/proc/25333/stat : 25333 (sh) S 25330 25330 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876227 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25333/statm: 1339 233 193 169 0 50 0
[pid=25334] ppid=25333 vsize=864776 CPUtime=1.38
/proc/25334/stat : 25334 (java) S 25333 25330 21777 0 -1 0 12768 0 1 0 131 7 0 0 18 0 9 0 24876227 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25334/statm: 216194 10799 2557 9 0 210706 0
[pid=25334/tid=25335] ppid=25333 vsize=864776 CPUtime=0.79
/proc/25334/task/25335/stat : 25335 (java) R 25333 25330 21777 0 -1 64 3042 0 1 0 77 2 0 0 24 0 9 0 24876229 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4126672937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25336] ppid=25333 vsize=864776 CPUtime=0.42
/proc/25334/task/25336/stat : 25336 (java) S 25333 25330 21777 0 -1 64 8497 0 0 0 39 3 0 0 16 0 9 0 24876230 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25337] ppid=25333 vsize=864776 CPUtime=0
/proc/25334/task/25337/stat : 25337 (java) S 25333 25330 21777 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24876231 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25338] ppid=25333 vsize=864776 CPUtime=0
/proc/25334/task/25338/stat : 25338 (java) S 25333 25330 21777 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24876231 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25339] ppid=25333 vsize=864776 CPUtime=0
/proc/25334/task/25339/stat : 25339 (java) S 25333 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876233 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25340] ppid=25333 vsize=864776 CPUtime=0.14
/proc/25334/task/25340/stat : 25340 (java) S 25333 25330 21777 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 24876233 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25341] ppid=25333 vsize=864776 CPUtime=0
/proc/25334/task/25341/stat : 25341 (java) S 25333 25330 21777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24876233 885530624 10799 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25334/tid=25342] ppid=25333 vsize=864776 CPUtime=0
/proc/25334/task/25342/stat : 25342 (java) S 25333 25330 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24876233 885530624 10799 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) 887000

[startup+3.10241 s]
/proc/loadavg: 2.04 2.04 2.07 4/91 25352
/proc/meminfo: memFree=1434120/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=1.69
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1309 13289 0 1 5 2 154 8 16 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25343] ppid=25330 vsize=5356 CPUtime=0
/proc/25343/stat : 25343 (sh) S 25330 25330 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24876396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25343/statm: 1339 233 193 169 0 50 0
[pid=25344] ppid=25343 vsize=869572 CPUtime=1.3
/proc/25344/stat : 25344 (java) S 25343 25330 21777 0 -1 0 8638 0 1 0 125 5 0 0 18 0 9 0 24876396 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25344/statm: 217393 7729 2570 9 0 211898 0
[pid=25344/tid=25345] ppid=25343 vsize=869572 CPUtime=0.91
/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 2628 0 1 0 89 2 0 0 21 0 9 0 24876397 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4126587051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869572 CPUtime=0.19
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 3838 0 0 0 19 0 0 0 16 0 9 0 24876398 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869572 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869572 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24876398 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869572 CPUtime=0
/proc/25344/task/25349/stat : 25349 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876400 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25350] ppid=25343 vsize=869572 CPUtime=0.16
/proc/25344/task/25350/stat : 25350 (java) S 25343 25330 21777 0 -1 64 1467 0 0 0 16 0 0 0 15 0 9 0 24876400 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25351] ppid=25343 vsize=869572 CPUtime=0
/proc/25344/task/25351/stat : 25351 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24876400 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25352] ppid=25343 vsize=869572 CPUtime=0
/proc/25344/task/25352/stat : 25352 (java) S 25343 25330 21777 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24876400 890441728 7729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891796

[startup+6.30161 s]
/proc/loadavg: 2.04 2.04 2.07 3/91 25352
/proc/meminfo: memFree=1411272/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=1.69
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1309 13289 0 1 5 2 154 8 16 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25343] ppid=25330 vsize=5356 CPUtime=0
/proc/25343/stat : 25343 (sh) S 25330 25330 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24876396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25343/statm: 1339 233 193 169 0 50 0
[pid=25344] ppid=25343 vsize=869656 CPUtime=4.46
/proc/25344/stat : 25344 (java) S 25343 25330 21777 0 -1 0 11982 0 1 0 436 10 0 0 18 0 9 0 24876396 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25344/statm: 217414 10742 2567 9 0 211919 0
[pid=25344/tid=25345] ppid=25343 vsize=869656 CPUtime=3.7
/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 2990 0 1 0 367 3 0 0 18 0 9 0 24876397 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4126513495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869656 CPUtime=0.54
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 6809 0 0 0 50 4 0 0 16 0 9 0 24876398 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25349/stat : 25349 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876400 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25350] ppid=25343 vsize=869656 CPUtime=0.18
/proc/25344/task/25350/stat : 25350 (java) S 25343 25330 21777 0 -1 64 1478 0 0 0 18 0 0 0 15 0 9 0 24876400 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25351] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25351/stat : 25351 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24876400 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25352] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25352/stat : 25352 (java) S 25343 25330 21777 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24876400 890527744 10742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 891880

[startup+12.703 s]
/proc/loadavg: 2.03 2.04 2.07 3/91 25352
/proc/meminfo: memFree=1385672/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=1.69
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1309 13289 0 1 5 2 154 8 16 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25343] ppid=25330 vsize=5356 CPUtime=0
/proc/25343/stat : 25343 (sh) S 25330 25330 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24876396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25343/statm: 1339 233 193 169 0 50 0
[pid=25344] ppid=25343 vsize=869656 CPUtime=10.79
/proc/25344/stat : 25344 (java) S 25343 25330 21777 0 -1 0 22542 0 1 0 1061 18 0 0 18 0 9 0 24876396 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25344/statm: 217414 16907 2568 9 0 211919 0
[pid=25344/tid=25345] ppid=25343 vsize=869656 CPUtime=8.99
/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 3661 0 1 0 894 5 0 0 25 0 9 0 24876397 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4126450537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869656 CPUtime=1.56
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 16676 0 0 0 146 10 0 0 16 0 9 0 24876398 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25349/stat : 25349 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876400 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25350] ppid=25343 vsize=869656 CPUtime=0.19
/proc/25344/task/25350/stat : 25350 (java) S 25343 25330 21777 0 -1 64 1500 0 0 0 19 0 0 0 15 0 9 0 24876400 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25351] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25351/stat : 25351 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24876400 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25352] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25352/stat : 25352 (java) S 25343 25330 21777 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24876400 890527744 16907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 891880

[startup+25.5028 s]
/proc/loadavg: 2.02 2.04 2.06 3/91 25352
/proc/meminfo: memFree=1329928/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=1.69
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1310 13289 0 1 5 2 154 8 16 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25343] ppid=25330 vsize=5356 CPUtime=0
/proc/25343/stat : 25343 (sh) S 25330 25330 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24876396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25343/statm: 1339 233 193 169 0 50 0
[pid=25344] ppid=25343 vsize=869656 CPUtime=23.44
/proc/25344/stat : 25344 (java) S 25343 25330 21777 0 -1 0 37622 0 1 0 2316 28 0 0 18 0 9 0 24876396 890527744 30133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25344/statm: 217414 30133 2568 9 0 211919 0
[pid=25344/tid=25345] ppid=25343 vsize=869656 CPUtime=20.13
/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 4344 0 1 0 2007 6 0 0 25 0 9 0 24876397 890527744 30133 996147200 134512640 134550932 4294955936 18446744073709551615 4126510175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869656 CPUtime=3.06
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 31067 0 0 0 287 19 0 0 16 0 9 0 24876398 890527744 30133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 30133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869656 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24876398 890527744 30133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869656 CPUtime=0

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

/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 7418 0 1 0 14512 687 0 0 25 0 9 0 24876397 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869768 CPUtime=5.93
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 36527 0 0 0 557 36 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25349/stat : 25349 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25350] ppid=25343 vsize=869768 CPUtime=0.29
/proc/25344/task/25350/stat : 25350 (java) S 25343 25330 21777 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25351] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25351/stat : 25351 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25352] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25352/stat : 25352 (java) S 25343 25330 21777 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.95
Current children cumulated vsize (KiB) 891992

[startup+222.302 s]
/proc/loadavg: 3.11 2.51 2.24 3/91 25352
/proc/meminfo: memFree=14984/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=1.7
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1310 13289 0 1 6 2 154 8 16 0 1 0 24876219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25330/statm: 4217 1111 409 3 0 796 0
[pid=25343] ppid=25330 vsize=5356 CPUtime=0
/proc/25343/stat : 25343 (sh) S 25330 25330 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24876396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25343/statm: 1339 233 193 169 0 50 0
[pid=25344] ppid=25343 vsize=869768 CPUtime=216.99
/proc/25344/stat : 25344 (java) S 25343 25330 21777 0 -1 0 47264 0 1 0 20623 1076 0 0 18 0 9 0 24876396 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25344/statm: 217442 34206 2593 9 0 211919 0
[pid=25344/tid=25345] ppid=25343 vsize=869768 CPUtime=210.06
/proc/25344/task/25345/stat : 25345 (java) R 25343 25330 21777 0 -1 64 8484 0 1 0 19977 1029 0 0 25 0 9 0 24876397 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25346] ppid=25343 vsize=869768 CPUtime=6.61
/proc/25344/task/25346/stat : 25346 (java) S 25343 25330 21777 0 -1 64 36527 0 0 0 617 44 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25347] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25347/stat : 25347 (java) S 25343 25330 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25348] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25348/stat : 25348 (java) S 25343 25330 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24876398 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25349] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25349/stat : 25349 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25350] ppid=25343 vsize=869768 CPUtime=0.29
/proc/25344/task/25350/stat : 25350 (java) S 25343 25330 21777 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25344/tid=25351] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25351/stat : 25351 (java) S 25343 25330 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25344/tid=25352] ppid=25343 vsize=869768 CPUtime=0
/proc/25344/task/25352/stat : 25352 (java) S 25343 25330 21777 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24876400 890642432 34206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.69
Current children cumulated vsize (KiB) 891992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+233.903 s]
/proc/loadavg: 3.02 2.51 2.24 3/83 25354
/proc/meminfo: memFree=16264/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1377 60900 0 2 7 2 20942 1100 15 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=5356 CPUtime=0
/proc/25353/stat : 25353 (sh) S 25330 25330 21777 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24898719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25353/statm: 1339 232 193 169 0 50 0
[pid=25354] ppid=25353 vsize=970800 CPUtime=5.99
/proc/25354/stat : 25354 (minisat) R 25353 25330 21777 0 -1 4195840 218272 0 6 0 466 133 0 0 18 0 1 0 24898748 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25354/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 226.5
Current children cumulated vsize (KiB) 993024

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

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

[startup+234.103 s]
/proc/loadavg: 3.02 2.51 2.24 3/83 25354
/proc/meminfo: memFree=16264/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
[pid=25354] ppid=1 vsize=970800 CPUtime=6.13
/proc/25354/stat : 25354 (minisat) R 1 25330 21777 0 -1 4195840 218272 0 6 0 466 147 0 0 20 0 1 0 24898748 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25354/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 226.64
Current children cumulated vsize (KiB) 987668

[startup+234.203 s]
/proc/loadavg: 3.09 2.54 2.25 3/84 25355
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25330

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

[startup+235.003 s]
/proc/loadavg: 3.09 2.54 2.25 3/84 25355
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 16868

[startup+235.408 s]
/proc/loadavg: 3.09 2.54 2.25 3/84 25355
/proc/meminfo: memFree=15296/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 16868

[startup+235.803 s]
/proc/loadavg: 3.09 2.54 2.25 3/84 25355
/proc/meminfo: memFree=15296/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 16868

[startup+235.902 s]
/proc/loadavg: 3.09 2.54 2.25 3/84 25355
/proc/meminfo: memFree=15296/2055920 swapFree=4191900/4192956
[pid=25330] ppid=25328 vsize=16868 CPUtime=220.51
/proc/25330/stat : 25330 (sugar) S 25328 25330 21777 0 -1 4194304 1399 60900 0 2 7 2 20942 1100 16 0 1 0 24876219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25330/statm: 4217 1114 409 3 0 796 0
[pid=25353] ppid=25330 vsize=0 CPUtime=0
/proc/25353/stat : 25353 (sh) Z 25330 25330 21777 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24898719 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.51
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): 6.13
#  lost CPU user time (s): 4.66
#  lost CPU system time (s): 1.47

Real time (s): 235.93
CPU time (s): 226.666
CPU user time (s): 214.16
CPU system time (s): 12.5063
CPU usage (%): 96.0736
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.5
system time used= 11.0363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62299
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= 43469
involuntary context switches= 46151

runsolver used 0.273958 second user time and 0.857869 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 07:55:01
IDJOB=2083732
IDBENCH=57913
IDSOLVER=739
FILE ID=node29/2083732-1247378100
PBS_JOBID= 9507119
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-0.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-2083732-1247378100/watcher-2083732-1247378100 -o /tmp/evaluation-result-2083732-1247378100/solver-2083732-1247378100 -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-2083732-1247378100.xml

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

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=1871341479

node29.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.225
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.225
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:       1445568 kB
Buffers:         10708 kB
Cached:          76548 kB
SwapCached:        260 kB
Active:         532160 kB
Inactive:        26248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445568 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:         488424 kB
Slab:            36212 kB
Committed_AS:   940416 kB
PageTables:       2796 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= 64272 MiB
End job on node29 at 2009-07-12 07:58:57