Trace number 2083369

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) 165.275 169.623

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-5.xml
MD5SUM212543c541c043485cfcbad626b7fd00
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 benchmark27.6518
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.24	c 0	BEGIN Sun Jul 12 07:41:07 2009
0.04/0.24	c 0	PID 25216
0.04/0.24	c 0	HOST node70.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-2083369-1247377266.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083369-1247377266.xml' 'HOME/temp.csp'
1.09/1.37	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.16/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.40	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.16/1.48	c 1	Parsing HOME/temp.csp
1.17/1.67	c 1	parsed 10000 expressions
1.18/1.78	c 1	parsed 16058 expressions
1.18/1.79	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.79	c 1	Converting to clausal form CSP
2.84/3.18	c 3	converted 1606 (10%) expressions
5.32/5.63	c 5	converted 3212 (20%) expressions
7.49/7.81	c 7	converted 4818 (30%) expressions
9.17/9.53	c 9	converted 6424 (40%) expressions
11.05/11.45	c 11	converted 8029 (50%) expressions
12.64/13.01	c 13	converted 9635 (60%) expressions
14.22/14.62	c 14	converted 11241 (70%) expressions
16.19/16.66	c 16	converted 12847 (80%) expressions
17.78/18.25	c 18	converted 14453 (90%) expressions
19.37/19.83	c 19	converted 16058 (100%) expressions
19.37/19.84	c 19	CSP : 1994 integers, 43198 booleans, 91173 clauses, largest domain size 2741
19.37/19.84	c 19	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.37/19.84	c 19	Propagation in CSP
20.16/20.62	c 20	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.16/20.62	c 20	CSP : 1994 integers, 43198 booleans, 91173 clauses, largest domain size 2741
20.16/20.62	c 20	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.16/20.66	c 20	Simplifing CSP by introducing new Boolean variables
20.35/20.87	c 20	CSP : 1994 integers, 74304 booleans, 122279 clauses, largest domain size 2741
20.35/20.87	c 20	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.94/21.46	c 21	Encoding CSP to SAT : HOME/temp.cnf
22.33/22.86	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
23.72/24.23	c 24	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
25.01/25.56	c 25	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
26.38/26.94	c 27	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
27.57/28.17	c 28	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
28.15/28.79	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
28.75/29.37	c 29	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
29.35/29.96	c 30	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.93/30.56	c 30	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
30.53/31.13	c 31	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
43.74/44.53	c 44	12228 (10%) CSP clauses are encoded (5891462 clauses, 130663113 bytes)
57.24/58.21	c 58	24456 (20%) CSP clauses are encoded (9769499 clauses, 233475351 bytes)
69.01/70.20	c 70	36684 (30%) CSP clauses are encoded (13461006 clauses, 331129595 bytes)
81.53/83.09	c 83	48912 (40%) CSP clauses are encoded (17424154 clauses, 436419627 bytes)
94.67/96.40	c 96	61140 (50%) CSP clauses are encoded (21598624 clauses, 547754032 bytes)
107.51/109.51	c 109	73368 (60%) CSP clauses are encoded (25739500 clauses, 657760911 bytes)
119.16/121.41	c 121	85596 (70%) CSP clauses are encoded (29570002 clauses, 759503918 bytes)
130.30/132.82	c 132	97824 (80%) CSP clauses are encoded (33159984 clauses, 855850636 bytes)
142.85/145.65	c 145	110052 (90%) CSP clauses are encoded (37256244 clauses, 965277693 bytes)
154.37/157.41	c 157	122279 (100%) CSP clauses are encoded (41006290 clauses, 1065691363 bytes)
154.37/157.41	c 157	122279 CSP clauses encoded
154.37/157.41	c 157	Writing map file : HOME/temp.map
154.47/157.51	c 157	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
154.47/157.51	c 157	SAT : 2671586 SAT variables, 41006290 SAT clauses, 1065691363 bytes
154.47/157.51	c 157	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
154.47/157.57	c 157	SOLVING HOME/temp.cnf
154.47/157.58	c 157	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
154.47/157.59	c 157	This is MiniSat 2.0 beta
154.47/157.59	c 157	WARNING: for repeatability, setting FPU to use double precision
154.47/157.59	c 157	============================[ Problem Statistics ]=============================
154.47/157.59	c 157	|                                                                             |
154.47/157.59	c 157	|  Number of variables:  2671586                                              |
154.47/157.59	c 157	|  Number of clauses:    41006290                                             |
164.85/168.33	c ERROR INTERRUPTED
164.95/168.45	s UNKNOWN
164.95/168.45	c 168	CPU 154.53 (0.07 0.02 147.63 6.81)
164.95/168.45	c 168	END Sun Jul 12 07:43:55 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083369-1247377266/watcher-2083369-1247377266 -o /tmp/evaluation-result-2083369-1247377266/solver-2083369-1247377266 -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-2083369-1247377266.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.02 2.05 2.01 4/83 25216
/proc/meminfo: memFree=1769160/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=18576 CPUtime=0
/proc/25216/stat : 25216 (runsolver) D 25214 25216 25070 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24789318 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25216/statm: 4644 284 249 26 0 2626 0

[startup+0.0701059 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 25216
/proc/meminfo: memFree=1769160/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=12000 CPUtime=0
/proc/25216/stat : 25216 (sugar) R 25214 25216 25070 0 -1 4194304 184 0 4 0 0 0 0 0 18 0 1 0 24789318 12288000 156 996147200 4194304 4206940 548682068608 18446744073709551615 233420420208 0 0 4224 0 0 0 0 17 1 0 0
/proc/25216/statm: 3000 156 118 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.10111 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 25216
/proc/meminfo: memFree=1769160/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=12272 CPUtime=0
/proc/25216/stat : 25216 (sugar) D 25214 25216 25070 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24789318 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25216/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301133 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 25216
/proc/meminfo: memFree=1769160/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=0.07
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1221 128 6 0 6 1 0 0 19 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702178 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 25216
/proc/meminfo: memFree=1769160/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=0.07
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1221 128 6 0 6 1 0 0 19 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 2.02 2.05 2.01 3/94 25228
/proc/meminfo: memFree=1740272/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.17
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1303 11253 6 1 6 1 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 16868

[startup+3.10141 s]
/proc/loadavg: 2.02 2.05 2.01 4/94 25238
/proc/meminfo: memFree=1745712/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1303 11253 6 1 6 2 103 7 15 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868576 CPUtime=1.66
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 8707 0 1 0 160 6 0 0 18 0 9 0 24789459 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217144 7748 2567 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868576 CPUtime=1.22
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 2675 0 1 0 120 2 0 0 25 0 9 0 24789460 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4126512294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868576 CPUtime=0.24
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 3854 0 0 0 22 2 0 0 16 0 9 0 24789461 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24789461 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868576 CPUtime=0.17
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1476 0 0 0 17 0 0 0 16 0 9 0 24789463 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889421824 7748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 890800

[startup+6.30274 s]
/proc/loadavg: 2.02 2.05 2.01 3/94 25238
/proc/meminfo: memFree=1725360/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1303 11253 6 1 6 2 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868576 CPUtime=4.83
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 11966 0 1 0 472 11 0 0 18 0 9 0 24789459 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217144 10707 2568 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868576 CPUtime=4.01
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 3032 0 1 0 398 3 0 0 25 0 9 0 24789460 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868576 CPUtime=0.59
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 6747 0 0 0 53 6 0 0 15 0 9 0 24789461 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24789461 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868576 CPUtime=0.2
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1485 0 0 0 20 0 0 0 16 0 9 0 24789463 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889421824 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890800

[startup+12.7014 s]
/proc/loadavg: 2.02 2.05 2.01 3/94 25238
/proc/meminfo: memFree=1685616/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1303 11253 6 1 6 2 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868576 CPUtime=11.16
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 23407 0 1 0 1097 19 0 0 18 0 9 0 24789459 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217144 17446 2569 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868576 CPUtime=9.35
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 3655 0 1 0 931 4 0 0 25 0 9 0 24789460 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4126509194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868576 CPUtime=1.58
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 17565 0 0 0 145 13 0 0 16 0 9 0 24789461 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24789461 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868576 CPUtime=0.2
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1485 0 0 0 20 0 0 0 16 0 9 0 24789463 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868576 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889421824 17446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890800

[startup+25.5026 s]
/proc/loadavg: 2.01 2.05 2.01 3/94 25238
/proc/meminfo: memFree=1608944/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1304 11253 6 1 6 2 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868688 CPUtime=23.83
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 37429 0 2 0 2355 28 0 0 18 0 9 0 24789459 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217172 28886 2593 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868688 CPUtime=20.24
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 4351 0 2 0 2017 7 0 0 25 0 9 0 24789460 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4126955251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868688 CPUtime=3.3
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 30859 0 0 0 311 19 0 0 16 0 9 0 24789461 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868688 CPUtime=0.25
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1517 0 0 0 25 0 0 0 15 0 9 0 24789463 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889536512 28886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 890912

[startup+51.1022 s]
/proc/loadavg: 2.29 2.11 2.03 4/94 25238
/proc/meminfo: memFree=1390512/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1304 11253 6 1 6 2 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868688 CPUtime=49.08
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 37928 0 2 0 4775 133 0 0 18 0 9 0 24789459 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217172 28909 2593 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868688 CPUtime=45.13
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 4830 0 2 0 4404 109 0 0 25 0 9 0 24789460 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4127029562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868688 CPUtime=3.61
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 30859 0 0 0 340 21 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868688 CPUtime=0.3
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1537 0 0 0 29 1 0 0 16 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 890912

[startup+102.307 s]
/proc/loadavg: 2.79 2.27 2.09 3/94 25238
/proc/meminfo: memFree=869360/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=1.18
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1304 11253 6 1 6 2 103 7 16 0 1 0 24789318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25216/statm: 4217 1111 409 3 0 796 0
[pid=25229] ppid=25216 vsize=5356 CPUtime=0
/proc/25229/stat : 25229 (sh) S 25216 25216 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25229/statm: 1339 233 193 169 0 50 0
[pid=25230] ppid=25229 vsize=868688 CPUtime=99.27
/proc/25230/stat : 25230 (java) S 25229 25216 25070 0 -1 0 39026 0 2 0 9536 391 0 0 18 0 9 0 24789459 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 217172 28909 2593 9 0 211649 0
[pid=25230/tid=25231] ppid=25229 vsize=868688 CPUtime=94.59
/proc/25230/task/25231/stat : 25231 (java) R 25229 25216 25070 0 -1 64 5928 0 2 0 9100 359 0 0 25 0 9 0 24789460 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4126454910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25232] ppid=25229 vsize=868688 CPUtime=4.35
/proc/25230/task/25232/stat : 25232 (java) S 25229 25216 25070 0 -1 64 30859 0 0 0 405 30 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25229 25216 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25234] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25229 25216 25070 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24789461 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25235] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25229 25216 25070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25236] ppid=25229 vsize=868688 CPUtime=0.3
/proc/25230/task/25236/stat : 25236 (java) S 25229 25216 25070 0 -1 64 1537 0 0 0 29 1 0 0 16 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25229 vsize=868688 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25229 25216 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24789463 889536512 28909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 890912

[startup+162.302 s]
/proc/loadavg: 2.96 2.41 2.14 3/86 25240
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.53
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1371 51820 6 3 7 2 14763 681 16 0 1 0 24789318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25216/statm: 4217 1114 409 3 0 796 0
[pid=25239] ppid=25216 vsize=5356 CPUtime=0
/proc/25239/stat : 25239 (sh) S 25216 25216 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24805076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25239/statm: 1339 232 193 169 0 50 0
[pid=25240] ppid=25239 vsize=493704 CPUtime=4.54
/proc/25240/stat : 25240 (minisat) R 25239 25216 25070 0 -1 4194304 116995 0 0 0 378 76 0 0 25 0 1 0 24805077 505552896 116981 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25240/statm: 123426 116982 62 150 0 123273 0
Current children cumulated CPU time (s) 159.07
Current children cumulated vsize (KiB) 515928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+168.307 s]
/proc/loadavg: 2.88 2.41 2.15 4/86 25240
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.53
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1371 51820 6 3 7 2 14763 681 16 0 1 0 24789318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25216/statm: 4217 1114 409 3 0 796 0
[pid=25239] ppid=25216 vsize=5356 CPUtime=0
/proc/25239/stat : 25239 (sh) S 25216 25216 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24805076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25239/statm: 1339 232 193 169 0 50 0
[pid=25240] ppid=25239 vsize=912060 CPUtime=10.32
/proc/25240/stat : 25240 (minisat) R 25239 25216 25070 0 -1 4194304 213095 0 0 0 886 146 0 0 25 0 1 0 24805077 933949440 213081 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/25240/statm: 228015 213082 62 150 0 227862 0
Current children cumulated CPU time (s) 164.85
Current children cumulated vsize (KiB) 934284

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

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

[startup+168.419 s]
/proc/loadavg: 2.88 2.41 2.15 4/86 25240
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.53
/proc/25216/stat : 25216 (sugar) S 25214 25216 25070 0 -1 4194304 1393 51820 6 3 7 2 14763 681 16 0 1 0 24789318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25216/statm: 4217 1114 409 3 0 796 0
[pid=25239] ppid=25216 vsize=0 CPUtime=0
/proc/25239/stat : 25239 (sh) Z 25216 25216 25070 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24805076 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25239/statm: 0 0 0 0 0 0 0
[pid=25240] ppid=1 vsize=0 CPUtime=10.42
/proc/25240/stat : 25240 (minisat) R 1 25216 25070 0 -1 4195332 213100 0 0 0 886 156 0 0 25 0 1 0 24805077 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25240/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.95
Current children cumulated vsize (KiB) 16868

[startup+168.502 s]
/proc/loadavg: 2.88 2.41 2.15 4/86 25240
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.57
/proc/25216/stat : 25216 (sugar) R 25214 25216 25070 0 -1 4194304 1418 52097 6 3 7 6 14763 681 17 0 1 0 24789318 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25216/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.57
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+168.609 s]
/proc/loadavg: 2.88 2.41 2.15 4/86 25240
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.68
/proc/25216/stat : 25216 (sugar) R 25214 25216 25070 0 -1 4194304 1418 52097 6 3 7 17 14763 681 17 0 1 0 24789318 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25216/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.68
Current children cumulated vsize (KiB) 16868

[startup+169.407 s]
/proc/loadavg: 2.88 2.41 2.15 2/85 25241
/proc/meminfo: memFree=1493560/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.87
/proc/25216/stat : 25216 (sugar) D 25214 25216 25070 0 -1 4194304 1418 52097 6 3 7 36 14763 681 18 0 1 0 24789318 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25216/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.87
Current children cumulated vsize (KiB) 16868

[startup+169.602 s]
/proc/loadavg: 2.88 2.41 2.15 2/85 25241
/proc/meminfo: memFree=1493560/2055920 swapFree=4192812/4192956
[pid=25216] ppid=25214 vsize=16868 CPUtime=154.87
/proc/25216/stat : 25216 (sugar) D 25214 25216 25070 0 -1 4194304 1418 52097 6 3 7 36 14763 681 18 0 1 0 24789318 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25216/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.87
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 169.623
CPU time (s): 165.275
CPU user time (s): 156.571
CPU system time (s): 8.70491
CPU usage (%): 97.4372
Max. virtual memory (cumulated for all children) (KiB): 934284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.711
system time used= 7.18491
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53574
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37003
involuntary context switches= 40173

runsolver used 0.228965 second user time and 0.600908 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 07:41:07
IDJOB=2083369
IDBENCH=57795
IDSOLVER=739
FILE ID=node70/2083369-1247377266
PBS_JOBID= 9507162
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-5.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-2083369-1247377266/watcher-2083369-1247377266 -o /tmp/evaluation-result-2083369-1247377266/solver-2083369-1247377266 -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-2083369-1247377266.xml

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

MD5SUM BENCH= 212543c541c043485cfcbad626b7fd00
RANDOM SEED=1699667772

node70.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.214
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.214
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:       1769640 kB
Buffers:          4676 kB
Cached:          63460 kB
SwapCached:          0 kB
Active:         206108 kB
Inactive:        28064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4984 kB
Writeback:           0 kB
Mapped:         181760 kB
Slab:            37196 kB
Committed_AS:   874372 kB
PageTables:       2028 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= 66416 MiB
End job on node70 at 2009-07-12 07:43:57