Trace number 2083896

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+picosatUNSAT 204.7 207.63

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-1.xml
MD5SUM51b23cb7e320ca809e8f30e82498266e
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 benchmark8.32073
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.05/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.25	c 0	BEGIN Sun Jul 12 08:00:36 2009
0.05/0.25	c 0	PID 25348
0.05/0.28	c 0	HOST node15.alineos.net
0.05/0.28	c 0	CONVERTING HOME/instance-2083896-1247378435.xml TO HOME/temp.csp
0.05/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083896-1247378435.xml' 'HOME/temp.csp'
0.76/1.29	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.86/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.86/1.30	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'
0.86/1.38	c 1	Parsing HOME/temp.csp
0.86/1.77	c 1	parsed 9632 expressions
0.86/1.78	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.86/1.78	c 1	Converting to clausal form CSP
2.43/2.94	c 3	converted 964 (10%) expressions
4.11/4.64	c 4	converted 1927 (20%) expressions
5.30/5.89	c 6	converted 2890 (30%) expressions
6.28/6.86	c 7	converted 3853 (40%) expressions
7.48/8.06	c 8	converted 4816 (50%) expressions
8.36/9.00	c 9	converted 5780 (60%) expressions
9.15/9.75	c 9	converted 6743 (70%) expressions
10.54/11.14	c 11	converted 7706 (80%) expressions
11.33/11.95	c 12	converted 8669 (90%) expressions
12.23/12.81	c 12	converted 9632 (100%) expressions
12.23/12.81	c 12	CSP : 1198 integers, 25934 booleans, 54194 clauses, largest domain size 2721
12.23/12.81	c 12	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.23/12.81	c 12	Propagation in CSP
12.62/13.26	c 13	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.62/13.26	c 13	CSP : 1198 integers, 25934 booleans, 54194 clauses, largest domain size 2721
12.62/13.26	c 13	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.62/13.29	c 13	Simplifing CSP by introducing new Boolean variables
12.71/13.37	c 13	CSP : 1198 integers, 43468 booleans, 71728 clauses, largest domain size 2721
12.71/13.37	c 13	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.31/13.95	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.80/14.42	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.21/14.86	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.70/15.31	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.09/15.75	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.58/16.23	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.88/16.51	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.09/16.76	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.38/17.01	c 17	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.67/17.32	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.87/17.59	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
20.73/21.46	c 21	7173 (10%) CSP clauses are encoded (2318989 clauses, 48416999 bytes)
24.67/25.46	c 25	14346 (20%) CSP clauses are encoded (3652191 clauses, 81589136 bytes)
28.39/29.25	c 29	21519 (30%) CSP clauses are encoded (4989992 clauses, 115369345 bytes)
31.95/32.84	c 32	28692 (40%) CSP clauses are encoded (6319511 clauses, 149433218 bytes)
35.59/36.54	c 36	35864 (50%) CSP clauses are encoded (7669108 clauses, 184202185 bytes)
39.82/40.87	c 41	43037 (60%) CSP clauses are encoded (9332269 clauses, 226694309 bytes)
44.13/45.24	c 45	50210 (70%) CSP clauses are encoded (10977184 clauses, 268520581 bytes)
48.43/49.65	c 49	57383 (80%) CSP clauses are encoded (12603178 clauses, 310023392 bytes)
53.03/54.38	c 54	64556 (90%) CSP clauses are encoded (14373327 clauses, 355159846 bytes)
57.64/59.01	c 59	71728 (100%) CSP clauses are encoded (16104922 clauses, 399368721 bytes)
57.64/59.01	c 59	71728 CSP clauses encoded
57.64/59.01	c 59	Writing map file : HOME/temp.map
57.64/59.06	c 59	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.64/59.06	c 59	SAT : 1210382 SAT variables, 16104922 SAT clauses, 399368721 bytes
57.64/59.06	c 59	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.64/59.09	c 59	SOLVING HOME/temp.cnf
57.64/59.09	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
203.97/206.93	c 207	DECODING HOME/temp.out WITH HOME/temp.map
203.97/206.93	c 207	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
204.02/207.02	c 207	Decoding HOME/temp.out
204.02/207.38	s UNSATISFIABLE
204.02/207.39	c 207	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
204.02/207.42	c 207	CPU 204.46 (0.05 0.03 125.49 78.89)
204.02/207.42	c 207	END Sun Jul 12 08:04:03 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083896-1247378435/watcher-2083896-1247378435 -o /tmp/evaluation-result-2083896-1247378435/solver-2083896-1247378435 -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-2083896-1247378435.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.24 2.14 2.09 4/72 25348
/proc/meminfo: memFree=1929040/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=18576 CPUtime=0
/proc/25348/stat : 25348 (runsolver) R 25346 25348 20967 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24910412 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25348/statm: 4644 284 249 26 0 2626 0

[startup+0.0438091 s]
/proc/loadavg: 2.24 2.14 2.09 4/72 25348
/proc/meminfo: memFree=1929040/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=6268 CPUtime=0
/proc/25348/stat : 25348 (sugar) D 25346 25348 20967 0 -1 4194304 60 0 2 0 0 0 0 0 18 0 1 0 24910412 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 240469996937 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25348/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6268

[startup+0.102447 s]
/proc/loadavg: 2.24 2.14 2.09 4/72 25348
/proc/meminfo: memFree=1929040/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=12412 CPUtime=0.01
/proc/25348/stat : 25348 (sugar) D 25346 25348 20967 0 -1 4194304 410 0 4 0 0 1 0 0 18 0 1 0 24910412 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25348/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.301466 s]
/proc/loadavg: 2.24 2.14 2.09 4/72 25348
/proc/meminfo: memFree=1929040/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.08
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1221 128 6 0 5 3 0 0 18 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+0.701497 s]
/proc/loadavg: 2.24 2.14 2.09 4/72 25348
/proc/meminfo: memFree=1929040/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.08
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1221 128 6 0 5 3 0 0 18 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.50157 s]
/proc/loadavg: 2.24 2.14 2.09 4/83 25360
/proc/meminfo: memFree=1899320/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1303 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 16868

[startup+3.10272 s]
/proc/loadavg: 2.24 2.14 2.09 4/83 25370
/proc/meminfo: memFree=1900472/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1303 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
[pid=25361] ppid=25348 vsize=5356 CPUtime=0
/proc/25361/stat : 25361 (sh) S 25348 25348 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24910543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25361/statm: 1339 233 193 169 0 50 0
[pid=25362] ppid=25361 vsize=868604 CPUtime=1.76
/proc/25362/stat : 25362 (java) S 25361 25348 20967 0 -1 0 8423 0 5 0 171 5 0 0 18 0 9 0 24910543 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25362/statm: 217151 7594 2566 9 0 211656 0
[pid=25362/tid=25363] ppid=25361 vsize=868604 CPUtime=1.36
/proc/25362/task/25363/stat : 25363 (java) R 25361 25348 20967 0 -1 64 2736 0 5 0 135 1 0 0 25 0 9 0 24910544 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4126508760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25364] ppid=25361 vsize=868604 CPUtime=0.21
/proc/25362/task/25364/stat : 25364 (java) S 25361 25348 20967 0 -1 64 3547 0 0 0 19 2 0 0 16 0 9 0 24910545 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25365] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25365/stat : 25365 (java) S 25361 25348 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24910545 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25366] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25366/stat : 25366 (java) S 25361 25348 20967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24910545 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25367] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25367/stat : 25367 (java) S 25361 25348 20967 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24910547 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25368] ppid=25361 vsize=868604 CPUtime=0.16
/proc/25362/task/25368/stat : 25368 (java) S 25361 25348 20967 0 -1 64 1441 0 0 0 16 0 0 0 15 0 9 0 24910547 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25369] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25369/stat : 25369 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24910547 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25370] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25370/stat : 25370 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24910547 889450496 7594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 890828

[startup+6.302 s]
/proc/loadavg: 2.22 2.14 2.09 3/83 25370
/proc/meminfo: memFree=1879480/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1303 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
[pid=25361] ppid=25348 vsize=5356 CPUtime=0
/proc/25361/stat : 25361 (sh) S 25348 25348 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24910543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25361/statm: 1339 233 193 169 0 50 0
[pid=25362] ppid=25361 vsize=868604 CPUtime=4.93
/proc/25362/stat : 25362 (java) S 25361 25348 20967 0 -1 0 13995 0 5 0 483 10 0 0 18 0 9 0 24910543 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25362/statm: 217151 12973 2566 9 0 211656 0
[pid=25362/tid=25363] ppid=25361 vsize=868604 CPUtime=3.96
/proc/25362/task/25363/stat : 25363 (java) R 25361 25348 20967 0 -1 64 3157 0 5 0 394 2 0 0 25 0 9 0 24910544 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4126545790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25364] ppid=25361 vsize=868604 CPUtime=0.75
/proc/25362/task/25364/stat : 25364 (java) S 25361 25348 20967 0 -1 64 8690 0 0 0 70 5 0 0 16 0 9 0 24910545 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25365] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25365/stat : 25365 (java) S 25361 25348 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24910545 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25366] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25366/stat : 25366 (java) S 25361 25348 20967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24910545 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25367] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25367/stat : 25367 (java) S 25361 25348 20967 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24910547 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25368] ppid=25361 vsize=868604 CPUtime=0.19
/proc/25362/task/25368/stat : 25368 (java) S 25361 25348 20967 0 -1 64 1449 0 0 0 18 1 0 0 15 0 9 0 24910547 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25369] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25369/stat : 25369 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24910547 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25370] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25370/stat : 25370 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24910547 889450496 12973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 890828

[startup+12.7016 s]
/proc/loadavg: 2.20 2.13 2.09 3/83 25370
/proc/meminfo: memFree=1826744/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1303 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
[pid=25361] ppid=25348 vsize=5356 CPUtime=0
/proc/25361/stat : 25361 (sh) S 25348 25348 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24910543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25361/statm: 1339 233 193 169 0 50 0
[pid=25362] ppid=25361 vsize=868604 CPUtime=11.27
/proc/25362/stat : 25362 (java) S 25361 25348 20967 0 -1 0 34594 0 5 0 1108 19 0 0 18 0 9 0 24910543 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25362/statm: 217151 25760 2569 9 0 211656 0
[pid=25362/tid=25363] ppid=25361 vsize=868604 CPUtime=8.89
/proc/25362/task/25363/stat : 25363 (java) R 25361 25348 20967 0 -1 64 3959 0 5 0 886 3 0 0 25 0 9 0 24910544 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4126411246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25364] ppid=25361 vsize=868604 CPUtime=2.15
/proc/25362/task/25364/stat : 25364 (java) S 25361 25348 20967 0 -1 64 28484 0 0 0 202 13 0 0 16 0 9 0 24910545 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25365] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25365/stat : 25365 (java) S 25361 25348 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24910545 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25366] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25366/stat : 25366 (java) S 25361 25348 20967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24910545 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25367] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25367/stat : 25367 (java) S 25361 25348 20967 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24910547 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25368] ppid=25361 vsize=868604 CPUtime=0.19
/proc/25362/task/25368/stat : 25368 (java) S 25361 25348 20967 0 -1 64 1452 0 0 0 18 1 0 0 15 0 9 0 24910547 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25369] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25369/stat : 25369 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24910547 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25370] ppid=25361 vsize=868604 CPUtime=0
/proc/25362/task/25370/stat : 25370 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24910547 889450496 25760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 890828

[startup+25.5027 s]
/proc/loadavg: 2.31 2.16 2.10 3/84 25371
/proc/meminfo: memFree=1736432/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1304 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
[pid=25361] ppid=25348 vsize=5356 CPUtime=0
/proc/25361/stat : 25361 (sh) S 25348 25348 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24910543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25361/statm: 1339 233 193 169 0 50 0
[pid=25362] ppid=25361 vsize=868716 CPUtime=23.91
/proc/25362/stat : 25362 (java) S 25361 25348 20967 0 -1 0 37233 0 6 0 2324 67 0 0 18 0 9 0 24910543 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25362/statm: 217179 27191 2593 9 0 211656 0
[pid=25362/tid=25363] ppid=25361 vsize=868716 CPUtime=20.71
/proc/25362/task/25363/stat : 25363 (java) R 25361 25348 20967 0 -1 64 4453 0 6 0 2022 49 0 0 25 0 9 0 24910544 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25364] ppid=25361 vsize=868716 CPUtime=2.89
/proc/25362/task/25364/stat : 25364 (java) S 25361 25348 20967 0 -1 64 30576 0 0 0 274 15 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25365] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25365/stat : 25365 (java) S 25361 25348 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25366] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25366/stat : 25366 (java) S 25361 25348 20967 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25367] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25367/stat : 25367 (java) S 25361 25348 20967 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25368] ppid=25361 vsize=868716 CPUtime=0.28
/proc/25362/task/25368/stat : 25368 (java) S 25361 25348 20967 0 -1 64 1505 0 0 0 27 1 0 0 17 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25369] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25369/stat : 25369 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25370] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25370/stat : 25370 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 890940

[startup+51.1029 s]
/proc/loadavg: 2.55 2.23 2.12 3/83 25376
/proc/meminfo: memFree=1498488/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=0.86
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1304 8880 6 61 5 3 69 9 16 0 1 0 24910412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1111 409 3 0 796 0
[pid=25361] ppid=25348 vsize=5356 CPUtime=0
/proc/25361/stat : 25361 (sh) S 25348 25348 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24910543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25361/statm: 1339 233 193 169 0 50 0
[pid=25362] ppid=25361 vsize=868716 CPUtime=49.04
/proc/25362/stat : 25362 (java) S 25361 25348 20967 0 -1 0 37852 0 6 0 4690 214 0 0 18 0 9 0 24910543 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25362/statm: 217179 27191 2593 9 0 211656 0
[pid=25362/tid=25363] ppid=25361 vsize=868716 CPUtime=45.44
/proc/25362/task/25363/stat : 25363 (java) R 25361 25348 20967 0 -1 64 5072 0 6 0 4353 191 0 0 25 0 9 0 24910544 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4126844538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25364] ppid=25361 vsize=868716 CPUtime=3.29
/proc/25362/task/25364/stat : 25364 (java) S 25361 25348 20967 0 -1 64 30576 0 0 0 309 20 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25365] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25365/stat : 25365 (java) S 25361 25348 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25366] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25366/stat : 25366 (java) S 25361 25348 20967 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24910545 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25367] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25367/stat : 25367 (java) S 25361 25348 20967 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25368] ppid=25361 vsize=868716 CPUtime=0.28
/proc/25362/task/25368/stat : 25368 (java) S 25361 25348 20967 0 -1 64 1505 0 0 0 27 1 0 0 17 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25369] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25369/stat : 25369 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25362/tid=25370] ppid=25361 vsize=868716 CPUtime=0
/proc/25362/task/25370/stat : 25370 (java) S 25361 25348 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24910547 889565184 27191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 890940

[startup+102.306 s]
/proc/loadavg: 2.31 2.22 2.12 3/75 25378
/proc/meminfo: memFree=1281472/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=292728 CPUtime=42.78
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 58871 0 0 0 1958 2320 0 0 25 0 1 0 24916322 299753472 58857 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 73182 58857 40 102 0 73077 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 314952

[startup+162.302 s]
/proc/loadavg: 2.11 2.18 2.11 3/75 25378
/proc/meminfo: memFree=1065472/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=534996 CPUtime=102.06
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 113301 0 0 0 4705 5501 0 0 25 0 1 0 24916322 547835904 113287 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 133749 113287 40 102 0 133644 0
Current children cumulated CPU time (s) 159.78
Current children cumulated vsize (KiB) 557220

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

[startup+179.101 s]
/proc/loadavg: 2.09 2.17 2.11 3/75 25378
/proc/meminfo: memFree=1005504/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=589116 CPUtime=118.71
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 128543 0 0 0 5456 6415 0 0 25 0 1 0 24916322 603254784 128529 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 147279 128529 40 102 0 147174 0
Current children cumulated CPU time (s) 176.43
Current children cumulated vsize (KiB) 611340

[startup+191.901 s]
/proc/loadavg: 2.07 2.16 2.10 3/75 25378
/proc/meminfo: memFree=956608/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=630960 CPUtime=131.39
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 140330 0 0 0 6042 7097 0 0 25 0 1 0 24916322 646103040 140316 996147200 134512640 134931368 4294956256 18446744073709551615 134521544 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 157740 140316 40 102 0 157635 0
Current children cumulated CPU time (s) 189.11
Current children cumulated vsize (KiB) 653184

[startup+198.303 s]
/proc/loadavg: 2.06 2.15 2.10 3/75 25378
/proc/meminfo: memFree=932288/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=651816 CPUtime=137.74
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 146226 0 0 0 6331 7443 0 0 25 0 1 0 24916322 667459584 146212 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 162954 146212 40 102 0 162849 0
Current children cumulated CPU time (s) 195.46
Current children cumulated vsize (KiB) 674040

[startup+201.501 s]
/proc/loadavg: 2.06 2.15 2.10 3/75 25378
/proc/meminfo: memFree=920448/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=661452 CPUtime=140.9
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 148928 0 0 0 6486 7604 0 0 25 0 1 0 24916322 677326848 148914 996147200 134512640 134931368 4294956256 18446744073709551615 134541022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 165363 148914 41 102 0 165258 0
Current children cumulated CPU time (s) 198.62
Current children cumulated vsize (KiB) 683676

[startup+204.701 s]
/proc/loadavg: 2.05 2.15 2.10 3/75 25378
/proc/meminfo: memFree=916608/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=671112 CPUtime=144.07
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 149839 0 0 0 6803 7604 0 0 25 0 1 0 24916322 687218688 149825 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 167778 149825 42 102 0 167673 0
Current children cumulated CPU time (s) 201.79
Current children cumulated vsize (KiB) 693336

[startup+206.303 s]
/proc/loadavg: 2.05 2.15 2.10 3/75 25378
/proc/meminfo: memFree=915840/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=57.72
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1360 47243 6 67 5 3 5494 270 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
[pid=25377] ppid=25348 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25348 25348 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24916322 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=679704 CPUtime=145.66
/proc/25378/stat : 25378 (picosat) R 25377 25348 20967 0 -1 4194304 150076 0 0 0 6962 7604 0 0 25 0 1 0 24916322 696016896 150062 996147200 134512640 134931368 4294956256 18446744073709551615 134580060 0 0 4096 0 0 0 0 17 1 0 0
/proc/25378/statm: 169926 150062 42 102 0 169821 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 701928

[startup+207.103 s]
/proc/loadavg: 2.05 2.15 2.10 3/75 25378
/proc/meminfo: memFree=969344/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=204.02
/proc/25348/stat : 25348 (sugar) S 25346 25348 20967 0 -1 4194304 1441 197606 6 67 5 3 12509 7885 16 0 1 0 24910412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25348/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 16868

[startup+207.503 s]
/proc/loadavg: 2.05 2.15 2.10 3/75 25378
/proc/meminfo: memFree=969344/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=204.55
/proc/25348/stat : 25348 (sugar) R 25346 25348 20967 0 -1 4194304 1470 204532 6 68 5 12 12549 7889 16 0 1 0 24910412 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25348/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 16868

[startup+207.603 s]
/proc/loadavg: 2.05 2.15 2.10 3/75 25378
/proc/meminfo: memFree=969344/2055920 swapFree=4191900/4192956
[pid=25348] ppid=25346 vsize=16868 CPUtime=204.64
/proc/25348/stat : 25348 (sugar) R 25346 25348 20967 0 -1 4194304 1470 204532 6 68 5 21 12549 7889 16 0 1 0 24910412 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25348/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 207.63
CPU time (s): 204.7
CPU user time (s): 125.557
CPU system time (s): 79.143
CPU usage (%): 98.5886
Max. virtual memory (cumulated for all children) (KiB): 901076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.557
system time used= 79.143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206063
page faults= 74
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16828
involuntary context switches= 20764

runsolver used 0.286956 second user time and 0.682896 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 08:00:36
IDJOB=2083896
IDBENCH=57971
IDSOLVER=738
FILE ID=node15/2083896-1247378435
PBS_JOBID= 9507075
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-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-2083896-1247378435/watcher-2083896-1247378435 -o /tmp/evaluation-result-2083896-1247378435/solver-2083896-1247378435 -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-2083896-1247378435.xml

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

MD5SUM BENCH= 51b23cb7e320ca809e8f30e82498266e
RANDOM SEED=1795999037

node15.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.220
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.220
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:       1929712 kB
Buffers:          5620 kB
Cached:          32664 kB
SwapCached:          0 kB
Active:          65100 kB
Inactive:         8136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929712 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          46156 kB
Slab:            38312 kB
Committed_AS:   193796 kB
PageTables:       1868 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= 66372 MiB
End job on node15 at 2009-07-12 08:04:03