Trace number 2083754

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) 227.156 306.587

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-1.xml
MD5SUMe8363e5dc8cf7056b9db7f8253bb821d
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.48056
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.03/0.27	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.29	c 0	BEGIN Sun Jul 12 07:55:46 2009
0.03/0.29	c 0	PID 26655
0.06/0.30	c 0	HOST node82.alineos.net
0.06/0.30	c 0	CONVERTING HOME/instance-2083754-1247378145.xml TO HOME/temp.csp
0.06/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083754-1247378145.xml' 'HOME/temp.csp'
1.34/1.73	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.34/1.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.74	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.39/1.82	c 1	Parsing HOME/temp.csp
1.39/2.02	c 1	parsed 10000 expressions
1.73/2.17	c 2	parsed 20000 expressions
1.83/2.24	c 2	parsed 21230 expressions
1.83/2.25	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/2.25	c 2	Converting to clausal form CSP
1.92/2.32	c 2	converted 2123 (10%) expressions
4.69/5.16	c 5	converted 4246 (20%) expressions
7.36/7.88	c 7	converted 6369 (30%) expressions
9.64/10.17	c 10	converted 8492 (40%) expressions
12.22/12.78	c 12	converted 10615 (50%) expressions
14.49/15.00	c 14	converted 12738 (60%) expressions
16.97/17.60	c 17	converted 14861 (70%) expressions
19.05/19.65	c 19	converted 16984 (80%) expressions
20.83/21.48	c 21	converted 19107 (90%) expressions
22.51/23.15	c 23	converted 21230 (100%) expressions
22.51/23.15	c 23	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
22.51/23.15	c 23	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.51/23.15	c 23	Propagation in CSP
24.69/25.38	c 25	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.69/25.39	c 25	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
24.69/25.39	c 25	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.78/25.43	c 25	Simplifing CSP by introducing new Boolean variables
25.68/26.31	c 26	CSP : 7035 integers, 93532 booleans, 166039 clauses, largest domain size 2821
25.68/26.31	c 26	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.36/27.04	c 26	Encoding CSP to SAT : HOME/temp.cnf
30.42/31.10	c 30	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
34.30/35.06	c 34	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
38.25/39.02	c 38	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
40.70/41.50	c 41	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
42.79/43.67	c 43	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
44.93/45.88	c 45	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
47.21/48.11	c 47	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
49.37/50.88	c 50	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
51.65/53.19	c 53	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
54.01/55.57	c 55	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
71.08/73.78	c 73	16604 (10%) CSP clauses are encoded (18301181 clauses, 394682061 bytes)
87.75/91.86	c 91	33208 (20%) CSP clauses are encoded (23853785 clauses, 547336634 bytes)
103.94/109.18	c 109	49812 (30%) CSP clauses are encoded (29235546 clauses, 695742413 bytes)
120.93/126.93	c 126	66416 (40%) CSP clauses are encoded (34875626 clauses, 851440143 bytes)
137.78/144.41	c 144	83020 (50%) CSP clauses are encoded (40514467 clauses, 1007311582 bytes)
154.80/162.79	c 162	99624 (60%) CSP clauses are encoded (46278350 clauses, 1166408308 bytes)
171.27/179.94	c 179	116228 (70%) CSP clauses are encoded (51809558 clauses, 1323189355 bytes)
186.53/196.73	c 196	132832 (80%) CSP clauses are encoded (56893071 clauses, 1470844264 bytes)
204.11/215.06	c 214	149436 (90%) CSP clauses are encoded (63136662 clauses, 1653957618 bytes)
221.17/232.70	c 232	166039 (100%) CSP clauses are encoded (69309146 clauses, 1835296263 bytes)
221.17/232.70	c 232	166039 CSP clauses encoded
221.17/232.92	c 232	Writing map file : HOME/temp.map
221.26/235.49	c 235	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
221.26/235.49	c 235	SAT : 12983324 SAT variables, 69309146 SAT clauses, 1835296263 bytes
221.26/235.49	c 235	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
221.38/236.85	c 236	SOLVING HOME/temp.cnf
221.38/236.85	c 236	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
221.39/241.11	c 240	This is MiniSat 2.0 beta
221.39/241.11	c 240	WARNING: for repeatability, setting FPU to use double precision
221.39/241.40	c 241	============================[ Problem Statistics ]=============================
221.39/241.40	c 241	|                                                                             |
221.39/242.92	c 242	|  Number of variables:  12983324                                             |
221.39/242.92	c 242	|  Number of clauses:    69309146                                             |
226.96/304.42	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-2083754-1247378145/watcher-2083754-1247378145 -o /tmp/evaluation-result-2083754-1247378145/solver-2083754-1247378145 -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-2083754-1247378145.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: 4.69 4.38 3.19 3/75 26655
/proc/meminfo: memFree=1249056/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=18576 CPUtime=0
/proc/26655/stat : 26655 (runsolver) D 26653 26655 23974 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24879504 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26655/statm: 4644 284 249 26 0 2626 0

[startup+0.066482 s]
/proc/loadavg: 4.69 4.38 3.19 3/75 26655
/proc/meminfo: memFree=1249056/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=8540 CPUtime=0
/proc/26655/stat : 26655 (sugar) D 26653 26655 23974 0 -1 4194304 64 0 3 0 0 0 0 0 18 0 1 0 24879504 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 224262161156 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26655/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.10149 s]
/proc/loadavg: 4.69 4.38 3.19 3/75 26655
/proc/meminfo: memFree=1249056/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=12272 CPUtime=0
/proc/26655/stat : 26655 (sugar) D 26653 26655 23974 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24879504 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26655/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301526 s]
/proc/loadavg: 4.69 4.38 3.19 3/75 26655
/proc/meminfo: memFree=1249056/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16740 CPUtime=0.06
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1146 0 6 0 5 1 0 0 18 0 1 0 24879504 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701609 s]
/proc/loadavg: 4.69 4.38 3.19 3/75 26655
/proc/meminfo: memFree=1249056/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=0.06
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1221 128 6 0 5 1 0 0 18 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 4.69 4.38 3.19 4/86 26667
/proc/meminfo: memFree=1219464/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=0.06
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1221 128 6 0 5 1 0 0 18 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26655 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26655 26655 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24879534 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=864760 CPUtime=1.08
/proc/26659/stat : 26659 (java) S 26658 26655 23974 0 -1 0 12753 0 8 0 99 9 0 0 18 0 9 0 24879535 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 216190 10791 2556 9 0 210702 0
[pid=26659/tid=26660] ppid=26658 vsize=864760 CPUtime=0.51
/proc/26659/task/26660/stat : 26660 (java) R 26658 26655 23974 0 -1 64 3041 0 8 0 48 3 0 0 18 0 9 0 24879537 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4126732248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26661] ppid=26658 vsize=864760 CPUtime=0.42
/proc/26659/task/26661/stat : 26661 (java) S 26658 26655 23974 0 -1 64 8491 0 0 0 38 4 0 0 16 0 9 0 24879544 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26662] ppid=26658 vsize=864760 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26655 23974 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24879544 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=864760 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26655 23974 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24879544 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=864760 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24879546 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=864760 CPUtime=0.12
/proc/26659/task/26665/stat : 26665 (java) S 26658 26655 23974 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 24879546 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26666] ppid=26658 vsize=864760 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24879546 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=864760 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879546 885514240 10791 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 886984

[startup+3.10206 s]
/proc/loadavg: 4.64 4.38 3.19 4/86 26677
/proc/meminfo: memFree=1229896/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1303 13276 6 8 5 1 122 11 16 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868556 CPUtime=1.32
/proc/26669/stat : 26669 (java) S 26668 26655 23974 0 -1 0 8815 0 4 0 126 6 0 0 20 0 9 0 24879678 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26669/statm: 217139 7891 2570 9 0 211644 0
[pid=26669/tid=26670] ppid=26668 vsize=868556 CPUtime=0.91
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 23974 0 -1 64 2645 0 4 0 90 1 0 0 25 0 9 0 24879679 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868556 CPUtime=0.21
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 23974 0 -1 64 3989 0 0 0 19 2 0 0 16 0 9 0 24879680 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868556 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879681 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868556 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24879681 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868556 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24879683 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868556 CPUtime=0.17
/proc/26669/task/26675/stat : 26675 (java) R 26668 26655 23974 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 24879683 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 102006512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868556 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24879683 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868556 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879683 889401344 7891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 890780

[startup+6.30265 s]
/proc/loadavg: 4.64 4.38 3.19 3/86 26677
/proc/meminfo: memFree=1209672/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1303 13276 6 8 5 1 122 11 16 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868640 CPUtime=4.49
/proc/26669/stat : 26669 (java) S 26668 26655 23974 0 -1 0 12331 0 4 0 438 11 0 0 20 0 9 0 24879678 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26669/statm: 217160 11070 2567 9 0 211665 0
[pid=26669/tid=26670] ppid=26668 vsize=868640 CPUtime=3.7
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 23974 0 -1 64 3013 0 4 0 368 2 0 0 25 0 9 0 24879679 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4126508208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868640 CPUtime=0.57
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 23974 0 -1 64 7128 0 0 0 51 6 0 0 16 0 9 0 24879680 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24879683 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868640 CPUtime=0.19
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 23974 0 -1 64 1487 0 0 0 18 1 0 0 15 0 9 0 24879683 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24879683 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879683 889487360 11070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 890864

[startup+12.7028 s]
/proc/loadavg: 4.23 4.30 3.18 3/86 26677
/proc/meminfo: memFree=1182984/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1303 13276 6 8 5 1 122 11 16 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868640 CPUtime=10.83
/proc/26669/stat : 26669 (java) S 26668 26655 23974 0 -1 0 26195 0 4 0 1062 21 0 0 20 0 9 0 24879678 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26669/statm: 217160 17664 2568 9 0 211665 0
[pid=26669/tid=26670] ppid=26668 vsize=868640 CPUtime=8.96
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 23974 0 -1 64 3676 0 4 0 893 3 0 0 25 0 9 0 24879679 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4126586595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868640 CPUtime=1.64
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 23974 0 -1 64 20308 0 0 0 149 15 0 0 16 0 9 0 24879680 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24879683 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868640 CPUtime=0.2
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 23974 0 -1 64 1508 0 0 0 19 1 0 0 15 0 9 0 24879683 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24879683 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879683 889487360 17664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 890864

[startup+25.5012 s]
/proc/loadavg: 3.89 4.22 3.16 3/86 26677
/proc/meminfo: memFree=1130504/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1304 13276 6 8 5 1 122 11 16 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868640 CPUtime=23.5
/proc/26669/stat : 26669 (java) S 26668 26655 23974 0 -1 0 40843 0 4 0 2321 29 0 0 20 0 9 0 24879678 889487360 30447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26669/statm: 217160 30447 2568 9 0 211665 0
[pid=26669/tid=26670] ppid=26668 vsize=868640 CPUtime=20.16
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 23974 0 -1 64 4357 0 4 0 2012 4 0 0 25 0 9 0 24879679 889487360 30447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868640 CPUtime=3.07
/proc/26669/task/26671/stat : 26671 (java) R 26668 26655 23974 0 -1 64 34263 0 0 0 286 21 0 0 16 0 9 0 24879680 889487360 30447 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 30447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868640 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879681 889487360 30447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868640 CPUtime=0

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

[pid=26669/tid=26673] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879681 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868752 CPUtime=0.29
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 23974 0 -1 64 1557 0 0 0 28 1 0 0 16 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.41
Current children cumulated vsize (KiB) 890976

[startup+222.303 s]
/proc/loadavg: 4.53 4.29 3.38 3/86 26685
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.41
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1304 13276 6 8 6 2 122 11 16 0 1 0 24879504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868752 CPUtime=209.87
/proc/26669/stat : 26669 (java) S 26668 26655 23974 0 -1 0 50025 0 5 0 19925 1062 0 0 20 0 9 0 24879678 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26669/statm: 217188 34243 2593 9 0 211665 0
[pid=26669/tid=26670] ppid=26668 vsize=868752 CPUtime=202.81
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 23974 0 -1 64 8326 0 5 0 19267 1014 0 0 25 0 9 0 24879679 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4126874193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868752 CPUtime=6.73
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 23974 0 -1 64 39439 0 0 0 629 44 0 0 16 0 9 0 24879680 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879681 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879681 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868752 CPUtime=0.29
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 23974 0 -1 64 1557 0 0 0 28 1 0 0 16 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868752 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879683 889602048 34243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.28
Current children cumulated vsize (KiB) 890976

[startup+282.301 s]
/proc/loadavg: 4.62 4.36 3.46 2/78 26688
/proc/meminfo: memFree=23312/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1371 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=5356 CPUtime=0
/proc/26686/stat : 26686 (sh) S 26655 26655 23974 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24903189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26686/statm: 1339 232 193 169 0 50 0
[pid=26687] ppid=26686 vsize=165348 CPUtime=0.94
/proc/26687/stat : 26687 (minisat) D 26686 26655 23974 0 -1 4194304 36769 0 6 0 71 23 0 0 18 0 1 0 24903510 169316352 36761 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/26687/statm: 41337 36761 62 150 0 41184 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 187572
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+304.301 s]
/proc/loadavg: 3.92 4.22 3.43 3/86 26746
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1371 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=5356 CPUtime=0
/proc/26686/stat : 26686 (sh) S 26655 26655 23974 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24903189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26686/statm: 1339 232 193 169 0 50 0
[pid=26687] ppid=26686 vsize=970800 CPUtime=5.57
/proc/26687/stat : 26687 (minisat) R 26686 26655 23974 0 -1 4195840 218272 0 6 0 433 124 0 0 18 0 1 0 24903510 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/26687/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 226.96
Current children cumulated vsize (KiB) 993024
heavy processes:

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

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

[startup+304.601 s]
/proc/loadavg: 3.92 4.22 3.43 3/86 26746
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1393 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=0 CPUtime=0
/proc/26686/stat : 26686 (sh) Z 26655 26655 23974 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24903189 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26686/statm: 0 0 0 0 0 0 0
[pid=26687] ppid=1 vsize=970800 CPUtime=5.75
/proc/26687/stat : 26687 (minisat) D 1 26655 23974 0 -1 4195840 218272 0 6 0 433 142 0 0 19 0 1 0 24903510 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/26687/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 227.14
Current children cumulated vsize (KiB) 987668

[startup+304.701 s]
/proc/loadavg: 3.92 4.22 3.43 2/87 26747
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1393 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=0 CPUtime=0
/proc/26686/stat : 26686 (sh) Z 26655 26655 23974 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24903189 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26655

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

[startup+305.502 s]
/proc/loadavg: 3.92 4.22 3.43 2/87 26747
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1393 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=0 CPUtime=0
/proc/26686/stat : 26686 (sh) Z 26655 26655 23974 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24903189 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 16868

[startup+306.302 s]
/proc/loadavg: 3.92 4.22 3.43 2/87 26747
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1393 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=0 CPUtime=0
/proc/26686/stat : 26686 (sh) Z 26655 26655 23974 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24903189 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 16868

[startup+306.502 s]
/proc/loadavg: 3.92 4.22 3.43 2/87 26747
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=221.39
/proc/26655/stat : 26655 (sugar) S 26653 26655 23974 0 -1 4194304 1393 63800 6 15 7 2 20983 1147 16 0 1 0 24879504 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26686] ppid=26655 vsize=0 CPUtime=0
/proc/26686/stat : 26686 (sh) Z 26655 26655 23974 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24903189 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.39
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): 5.75
#  lost CPU user time (s): 4.33
#  lost CPU system time (s): 1.42

Real time (s): 306.587
CPU time (s): 227.156
CPU user time (s): 214.234
CPU system time (s): 12.9223
CPU usage (%): 74.092
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.904
system time used= 11.5023
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65193
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44199
involuntary context switches= 50989

runsolver used 0.39294 second user time and 1.06084 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 07:55:45
IDJOB=2083754
IDBENCH=57916
IDSOLVER=739
FILE ID=node82/2083754-1247378145
PBS_JOBID= 9507113
Free space on /tmp= 65940 MiB

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

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

MD5SUM BENCH= e8363e5dc8cf7056b9db7f8253bb821d
RANDOM SEED=1490217352

node82.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.265
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.265
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:       1249728 kB
Buffers:          3288 kB
Cached:         189832 kB
SwapCached:          0 kB
Active:         585540 kB
Inactive:       161940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5412 kB
Writeback:           0 kB
Mapped:         562540 kB
Slab:            42776 kB
Committed_AS:   735216 kB
PageTables:       3036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64400 MiB
End job on node82 at 2009-07-12 08:00:52