Trace number 2083753

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 280.138 290.83

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.04/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.23	c 0	BEGIN Sun Jul 12 07:55:40 2009
0.04/0.23	c 0	PID 26320
0.04/0.24	c 0	HOST node3.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-2083753-1247378139.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-2083753-1247378139.xml' 'HOME/temp.csp'
1.59/1.85	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.59/1.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.59/1.88	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.65/1.96	c 2	Parsing HOME/temp.csp
1.85/2.14	c 2	parsed 10000 expressions
2.05/2.30	c 2	parsed 20000 expressions
2.05/2.37	c 2	parsed 21230 expressions
2.05/2.38	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.05/2.38	c 2	Converting to clausal form CSP
2.14/2.45	c 2	converted 2123 (10%) expressions
5.12/5.48	c 5	converted 4246 (20%) expressions
7.97/8.34	c 8	converted 6369 (30%) expressions
10.35/10.74	c 10	converted 8492 (40%) expressions
13.02/13.48	c 13	converted 10615 (50%) expressions
15.38/15.83	c 15	converted 12738 (60%) expressions
18.06/18.56	c 18	converted 14861 (70%) expressions
20.24/20.77	c 20	converted 16984 (80%) expressions
22.21/22.74	c 22	converted 19107 (90%) expressions
23.98/24.53	c 24	converted 21230 (100%) expressions
23.98/24.53	c 24	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
23.98/24.53	c 24	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.98/24.53	c 24	Propagation in CSP
26.37/26.90	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.37/26.90	c 27	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
26.37/26.91	c 27	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.37/26.95	c 27	Simplifing CSP by introducing new Boolean variables
27.26/27.80	c 27	CSP : 7035 integers, 93532 booleans, 166039 clauses, largest domain size 2821
27.26/27.80	c 27	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.86/28.49	c 28	Encoding CSP to SAT : HOME/temp.cnf
32.10/32.77	c 32	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
36.25/36.92	c 37	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
40.39/41.12	c 41	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
42.77/43.53	c 43	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
44.84/45.64	c 45	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
46.92/47.77	c 47	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
49.07/49.92	c 50	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
51.22/52.14	c 52	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
53.48/54.40	c 54	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
55.72/56.73	c 56	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
72.60/73.91	c 74	16604 (10%) CSP clauses are encoded (18301181 clauses, 394682061 bytes)
89.42/91.13	c 91	33208 (20%) CSP clauses are encoded (23853785 clauses, 547336634 bytes)
105.69/107.76	c 107	49812 (30%) CSP clauses are encoded (29235546 clauses, 695742413 bytes)
122.65/125.09	c 125	66416 (40%) CSP clauses are encoded (34875626 clauses, 851440143 bytes)
139.67/142.43	c 142	83020 (50%) CSP clauses are encoded (40514467 clauses, 1007311582 bytes)
156.75/159.82	c 159	99624 (60%) CSP clauses are encoded (46278350 clauses, 1166408308 bytes)
172.76/176.15	c 176	116228 (70%) CSP clauses are encoded (51809558 clauses, 1323189355 bytes)
188.24/192.14	c 192	132832 (80%) CSP clauses are encoded (56893071 clauses, 1470844264 bytes)
205.96/210.32	c 210	149436 (90%) CSP clauses are encoded (63136662 clauses, 1653957618 bytes)
222.13/226.87	c 227	166039 (100%) CSP clauses are encoded (69309146 clauses, 1835296263 bytes)
222.13/226.88	c 227	166039 CSP clauses encoded
222.21/226.99	c 227	Writing map file : HOME/temp.map
222.27/227.50	c 227	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
222.27/227.50	c 227	SAT : 12983324 SAT variables, 69309146 SAT clauses, 1835296263 bytes
222.27/227.50	c 227	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
222.40/228.13	c 228	SOLVING HOME/temp.cnf
222.40/228.13	c 228	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
279.84/288.72	c 288	*** picosat: out of memory in 'realloc'
279.89/288.82	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-2083753-1247378139/watcher-2083753-1247378139 -o /tmp/evaluation-result-2083753-1247378139/solver-2083753-1247378139 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083753-1247378139.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.14 2.29 2.15 4/82 26320
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=18576 CPUtime=0
/proc/26320/stat : 26320 (runsolver) D 26318 26320 8169 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24881534 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26320/statm: 4644 284 249 26 0 2626 0

[startup+0.033968 s]
/proc/loadavg: 2.14 2.29 2.15 4/82 26320
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=12268 CPUtime=0
/proc/26320/stat : 26320 (sugar) D 26318 26320 8169 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24881534 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/26320/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.10198 s]
/proc/loadavg: 2.14 2.29 2.15 4/82 26320
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=12544 CPUtime=0
/proc/26320/stat : 26320 (sugar) R 26318 26320 8169 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 24881534 12845056 451 996147200 4194304 4206940 548682068608 18446744073709551615 233652365152 0 0 4224 0 0 0 0 17 1 0 0
/proc/26320/statm: 3136 451 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.302014 s]
/proc/loadavg: 2.14 2.29 2.15 4/82 26320
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=0.07
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701077 s]
/proc/loadavg: 2.14 2.29 2.15 4/82 26320
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=0.07
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.13 2.29 2.15 4/93 26332
/proc/meminfo: memFree=413184/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=0.07
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26323] ppid=26320 vsize=5356 CPUtime=0
/proc/26323/stat : 26323 (sh) S 26320 26320 8169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881558 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26323/statm: 1339 233 193 169 0 50 0
[pid=26324] ppid=26323 vsize=864776 CPUtime=1.22
/proc/26324/stat : 26324 (java) S 26323 26320 8169 0 -1 0 12341 0 1 0 116 6 0 0 18 0 9 0 24881559 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26324/statm: 216194 10375 2556 9 0 210706 0
[pid=26324/tid=26325] ppid=26323 vsize=864776 CPUtime=0.66
/proc/26324/task/26325/stat : 26325 (java) R 26323 26320 8169 0 -1 64 2890 0 1 0 65 1 0 0 22 0 9 0 24881560 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4126689160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26326] ppid=26323 vsize=864776 CPUtime=0.42
/proc/26324/task/26326/stat : 26326 (java) S 26323 26320 8169 0 -1 64 8239 0 0 0 39 3 0 0 17 0 9 0 24881561 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26327] ppid=26323 vsize=864776 CPUtime=0
/proc/26324/task/26327/stat : 26327 (java) S 26323 26320 8169 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24881561 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26328] ppid=26323 vsize=864776 CPUtime=0
/proc/26324/task/26328/stat : 26328 (java) S 26323 26320 8169 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24881561 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26329] ppid=26323 vsize=864776 CPUtime=0
/proc/26324/task/26329/stat : 26329 (java) S 26323 26320 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24881564 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26330] ppid=26323 vsize=864776 CPUtime=0.11
/proc/26324/task/26330/stat : 26330 (java) S 26323 26320 8169 0 -1 64 508 0 0 0 11 0 0 0 16 0 9 0 24881564 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26331] ppid=26323 vsize=864776 CPUtime=0
/proc/26324/task/26331/stat : 26331 (java) S 26323 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24881564 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26324/tid=26332] ppid=26323 vsize=864776 CPUtime=0
/proc/26324/task/26332/stat : 26332 (java) S 26323 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24881564 885530624 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 887000

[startup+3.10246 s]
/proc/loadavg: 2.13 2.29 2.15 3/93 26342
/proc/meminfo: memFree=420800/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=1.65
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1309 13287 0 1 5 2 150 8 15 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26333] ppid=26320 vsize=5356 CPUtime=0
/proc/26333/stat : 26333 (sh) S 26320 26320 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24881722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26333/statm: 1339 233 193 169 0 50 0
[pid=26334] ppid=26333 vsize=868672 CPUtime=1.19
/proc/26334/stat : 26334 (java) S 26333 26320 8169 0 -1 0 8659 0 1 0 114 5 0 0 18 0 9 0 24881723 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26334/statm: 217168 7750 2570 9 0 211673 0
[pid=26334/tid=26335] ppid=26333 vsize=868672 CPUtime=0.79
/proc/26334/task/26335/stat : 26335 (java) R 26333 26320 8169 0 -1 64 2632 0 1 0 78 1 0 0 22 0 9 0 24881724 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4126584788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26336] ppid=26333 vsize=868672 CPUtime=0.19
/proc/26334/task/26336/stat : 26336 (java) S 26333 26320 8169 0 -1 64 3845 0 0 0 18 1 0 0 16 0 9 0 24881725 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26337] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26337/stat : 26337 (java) S 26333 26320 8169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26338] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26338/stat : 26338 (java) S 26333 26320 8169 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24881725 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26339] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26339/stat : 26339 (java) S 26333 26320 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24881727 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26340] ppid=26333 vsize=868672 CPUtime=0.16
/proc/26334/task/26340/stat : 26340 (java) S 26333 26320 8169 0 -1 64 1480 0 0 0 16 0 0 0 15 0 9 0 24881727 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26341] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26341/stat : 26341 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24881727 889520128 7750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26342] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26342/stat : 26342 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24881727 889520128 7750 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) 890896

[startup+6.30298 s]
/proc/loadavg: 2.13 2.29 2.15 3/93 26342
/proc/meminfo: memFree=387904/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=1.65
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1309 13287 0 1 5 2 150 8 16 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26333] ppid=26320 vsize=5356 CPUtime=0
/proc/26333/stat : 26333 (sh) S 26320 26320 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24881722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26333/statm: 1339 233 193 169 0 50 0
[pid=26334] ppid=26333 vsize=868672 CPUtime=4.35
/proc/26334/stat : 26334 (java) S 26333 26320 8169 0 -1 0 11937 0 1 0 426 9 0 0 18 0 9 0 24881723 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26334/statm: 217168 10716 2567 9 0 211673 0
[pid=26334/tid=26335] ppid=26333 vsize=868672 CPUtime=3.56
/proc/26334/task/26335/stat : 26335 (java) R 26333 26320 8169 0 -1 64 2990 0 1 0 354 2 0 0 25 0 9 0 24881724 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26336] ppid=26333 vsize=868672 CPUtime=0.57
/proc/26334/task/26336/stat : 26336 (java) S 26333 26320 8169 0 -1 64 6755 0 0 0 52 5 0 0 16 0 9 0 24881725 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26337] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26337/stat : 26337 (java) S 26333 26320 8169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26338] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26338/stat : 26338 (java) S 26333 26320 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26339] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26339/stat : 26339 (java) S 26333 26320 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24881727 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26340] ppid=26333 vsize=868672 CPUtime=0.19
/proc/26334/task/26340/stat : 26340 (java) S 26333 26320 8169 0 -1 64 1490 0 0 0 19 0 0 0 15 0 9 0 24881727 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26341] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26341/stat : 26341 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24881727 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26342] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26342/stat : 26342 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24881727 889520128 10716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890896

[startup+12.703 s]
/proc/loadavg: 2.19 2.29 2.15 3/93 26342
/proc/meminfo: memFree=340736/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=1.65
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1309 13287 0 1 5 2 150 8 16 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26333] ppid=26320 vsize=5356 CPUtime=0
/proc/26333/stat : 26333 (sh) S 26320 26320 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24881722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26333/statm: 1339 233 193 169 0 50 0
[pid=26334] ppid=26333 vsize=868672 CPUtime=10.67
/proc/26334/stat : 26334 (java) S 26333 26320 8169 0 -1 0 22836 0 1 0 1048 19 0 0 18 0 9 0 24881723 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26334/statm: 217168 16890 2568 9 0 211673 0
[pid=26334/tid=26335] ppid=26333 vsize=868672 CPUtime=8.86
/proc/26334/task/26335/stat : 26335 (java) R 26333 26320 8169 0 -1 64 3662 0 1 0 882 4 0 0 25 0 9 0 24881724 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4126512581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26336] ppid=26333 vsize=868672 CPUtime=1.58
/proc/26334/task/26336/stat : 26336 (java) S 26333 26320 8169 0 -1 64 16959 0 0 0 145 13 0 0 16 0 9 0 24881725 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26337] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26337/stat : 26337 (java) S 26333 26320 8169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26338] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26338/stat : 26338 (java) S 26333 26320 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26339] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26339/stat : 26339 (java) S 26333 26320 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24881727 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26340] ppid=26333 vsize=868672 CPUtime=0.2
/proc/26334/task/26340/stat : 26340 (java) S 26333 26320 8169 0 -1 64 1513 0 0 0 20 0 0 0 15 0 9 0 24881727 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26341] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26341/stat : 26341 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24881727 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26342] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26342/stat : 26342 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24881727 889520128 16890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890896

[startup+25.5011 s]
/proc/loadavg: 2.16 2.28 2.15 3/93 26342
/proc/meminfo: memFree=236480/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=1.65
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1310 13287 0 1 5 2 150 8 16 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26333] ppid=26320 vsize=5356 CPUtime=0
/proc/26333/stat : 26333 (sh) S 26320 26320 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24881722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26333/statm: 1339 233 193 169 0 50 0
[pid=26334] ppid=26333 vsize=868672 CPUtime=23.33
/proc/26334/stat : 26334 (java) S 26333 26320 8169 0 -1 0 37922 0 1 0 2304 29 0 0 18 0 9 0 24881723 889520128 30121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26334/statm: 217168 30121 2568 9 0 211673 0
[pid=26334/tid=26335] ppid=26333 vsize=868672 CPUtime=20.05
/proc/26334/task/26335/stat : 26335 (java) R 26333 26320 8169 0 -1 64 4330 0 1 0 1999 6 0 0 25 0 9 0 24881724 889520128 30121 996147200 134512640 134550932 4294955936 18446744073709551615 4125952226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26336] ppid=26333 vsize=868672 CPUtime=3.04
/proc/26334/task/26336/stat : 26336 (java) S 26333 26320 8169 0 -1 64 31371 0 0 0 284 20 0 0 16 0 9 0 24881725 889520128 30121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26337] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26337/stat : 26337 (java) S 26333 26320 8169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 30121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26338] ppid=26333 vsize=868672 CPUtime=0
/proc/26334/task/26338/stat : 26338 (java) S 26333 26320 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24881725 889520128 30121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26339] ppid=26333 vsize=868672 CPUtime=0

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

Current children cumulated CPU time (s) 159.2
Current children cumulated vsize (KiB) 891008

[startup+222.303 s]
/proc/loadavg: 2.02 2.17 2.13 3/93 26342
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=1.65
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1310 13287 0 1 5 2 150 8 16 0 1 0 24881534 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1111 409 3 0 796 0
[pid=26333] ppid=26320 vsize=5356 CPUtime=0
/proc/26333/stat : 26333 (sh) S 26320 26320 8169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24881722 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26333/statm: 1339 233 193 169 0 50 0
[pid=26334] ppid=26333 vsize=868784 CPUtime=216.04
/proc/26334/stat : 26334 (java) S 26333 26320 8169 0 -1 0 47569 0 1 0 20489 1115 0 0 18 0 9 0 24881723 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26334/statm: 217196 34256 2593 9 0 211673 0
[pid=26334/tid=26335] ppid=26333 vsize=868784 CPUtime=209.14
/proc/26334/task/26335/stat : 26335 (java) R 26333 26320 8169 0 -1 64 8428 0 1 0 19847 1067 0 0 25 0 9 0 24881724 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26334/tid=26336] ppid=26333 vsize=868784 CPUtime=6.59
/proc/26334/task/26336/stat : 26336 (java) S 26333 26320 8169 0 -1 64 36878 0 0 0 614 45 0 0 16 0 9 0 24881725 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26334/tid=26337] ppid=26333 vsize=868784 CPUtime=0
/proc/26334/task/26337/stat : 26337 (java) S 26333 26320 8169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24881725 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26338] ppid=26333 vsize=868784 CPUtime=0
/proc/26334/task/26338/stat : 26338 (java) S 26333 26320 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24881725 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26339] ppid=26333 vsize=868784 CPUtime=0
/proc/26334/task/26339/stat : 26339 (java) S 26333 26320 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24881727 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26340] ppid=26333 vsize=868784 CPUtime=0.28
/proc/26334/task/26340/stat : 26340 (java) S 26333 26320 8169 0 -1 64 1561 0 0 0 27 1 0 0 16 0 9 0 24881727 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26334/tid=26341] ppid=26333 vsize=868784 CPUtime=0
/proc/26334/task/26341/stat : 26341 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24881727 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26334/tid=26342] ppid=26333 vsize=868784 CPUtime=0
/proc/26334/task/26342/stat : 26342 (java) S 26333 26320 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24881727 889634816 34256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.69
Current children cumulated vsize (KiB) 891008

[startup+282.302 s]
/proc/loadavg: 2.08 2.15 2.12 4/85 26344
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1366 61257 0 6 6 2 21073 1161 16 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=5356 CPUtime=0
/proc/26343/stat : 26343 (sh) S 26320 26320 8169 0 -1 4194304 268 0 9 0 0 0 0 0 18 0 1 0 24904347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26343/statm: 1339 232 193 169 0 50 0
[pid=26344] ppid=26343 vsize=743204 CPUtime=51.29
/proc/26344/stat : 26344 (picosat) R 26343 26320 8169 0 -1 4194304 172532 0 4 0 2368 2761 0 0 25 0 1 0 24904384 761040896 172522 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26344/statm: 185801 172522 40 102 0 185696 0
Current children cumulated CPU time (s) 273.71
Current children cumulated vsize (KiB) 765428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+288.803 s]
/proc/loadavg: 2.07 2.15 2.12 3/85 26344
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1377 61257 0 6 6 2 21073 1161 16 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=5356 CPUtime=0
/proc/26343/stat : 26343 (sh) S 26320 26320 8169 0 -1 4194304 268 0 9 0 0 0 0 0 18 0 1 0 24904347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26343/statm: 1339 232 193 169 0 50 0
[pid=26344] ppid=26343 vsize=918876 CPUtime=57.47
/proc/26344/stat : 26344 (picosat) R 26343 26320 8169 0 -1 4195840 192536 0 5 0 2646 3101 0 0 24 0 1 0 24904384 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/26344/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 941100

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

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

[startup+289.103 s]
/proc/loadavg: 2.07 2.15 2.12 3/85 26344
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
[pid=26344] ppid=1 vsize=918876 CPUtime=57.69
/proc/26344/stat : 26344 (picosat) R 1 26320 8169 0 -1 4195840 192536 0 5 0 2646 3123 0 0 25 0 1 0 24904384 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/26344/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 935744

[startup+289.201 s]
/proc/loadavg: 2.07 2.15 2.12 2/86 26345
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26320

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

[startup+289.402 s]
/proc/loadavg: 2.07 2.15 2.12 2/86 26345
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 16868

[startup+290.202 s]
/proc/loadavg: 2.07 2.15 2.12 2/86 26345
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 16868

[startup+290.602 s]
/proc/loadavg: 2.07 2.15 2.12 3/86 26345
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 16868

[startup+290.802 s]
/proc/loadavg: 2.07 2.15 2.12 3/86 26345
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=26320] ppid=26318 vsize=16868 CPUtime=222.42
/proc/26320/stat : 26320 (sugar) S 26318 26320 8169 0 -1 4194304 1399 61257 0 6 6 2 21073 1161 15 0 1 0 24881534 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26320/statm: 4217 1114 409 3 0 796 0
[pid=26343] ppid=26320 vsize=0 CPUtime=0
/proc/26343/stat : 26343 (sh) Z 26320 26320 8169 0 -1 4195340 268 0 9 0 0 0 0 0 16 0 1 0 24904347 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.42
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): 57.69
#  lost CPU user time (s): 26.46
#  lost CPU system time (s): 31.23

Real time (s): 290.83
CPU time (s): 280.138
CPU user time (s): 237.264
CPU system time (s): 42.8742
CPU usage (%): 96.3237
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.804
system time used= 11.6442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62656
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43922
involuntary context switches= 48365

runsolver used 0.396939 second user time and 1.00785 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 07:55:40
IDJOB=2083753
IDBENCH=57916
IDSOLVER=738
FILE ID=node3/2083753-1247378139
PBS_JOBID= 9507109
Free space on /tmp= 64840 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083753-1247378139/watcher-2083753-1247378139 -o /tmp/evaluation-result-2083753-1247378139/solver-2083753-1247378139 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083753-1247378139.xml

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

MD5SUM BENCH= e8363e5dc8cf7056b9db7f8253bb821d
RANDOM SEED=1655754491

node3.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.259
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.259
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:        440440 kB
Buffers:          2516 kB
Cached:        1181024 kB
SwapCached:          0 kB
Active:        1026408 kB
Inactive:       509612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        440440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          208260 kB
Writeback:           0 kB
Mapped:         373816 kB
Slab:            64024 kB
Committed_AS:   745308 kB
PageTables:       2560 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= 61812 MiB
End job on node3 at 2009-07-12 08:00:31