Trace number 2057794

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+minisatUNSAT 571.004 576.551

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-8_ext.xml
MD5SUMc096ffa3df6241d5684b321eb04ac13a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 15:28:27 2009
0.04/0.08	c 0	PID 9986
0.04/0.08	c 0	HOST node9.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2057794-1247318907.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057794-1247318907.xml' 'HOME/temp.csp'
0.06/0.47	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	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.06/0.59	c 1	Parsing HOME/temp.csp
0.45/0.67	c 1	parsed 1385 expressions
0.45/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.68	c 1	Converting to clausal form CSP
0.45/0.71	c 1	converted 139 (10%) expressions
0.45/0.74	c 1	converted 277 (20%) expressions
0.45/0.76	c 1	converted 416 (30%) expressions
0.45/0.78	c 1	converted 554 (40%) expressions
0.45/0.80	c 1	converted 693 (50%) expressions
0.45/0.82	c 1	converted 831 (60%) expressions
0.45/0.89	c 1	converted 970 (70%) expressions
0.45/0.91	c 1	converted 1108 (80%) expressions
0.45/0.93	c 1	converted 1247 (90%) expressions
0.45/0.95	c 1	converted 1385 (100%) expressions
0.45/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.95	c 1	Propagation in CSP
0.45/0.95	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.03	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.91/1.04	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.91/1.04	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.91/1.04	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.91/1.05	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.91/1.05	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.91/1.05	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.91/1.05	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.91/1.05	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.91/1.05	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.00/1.11	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.00/1.14	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60378 bytes)
1.00/1.17	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 92919 bytes)
1.09/1.20	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123183 bytes)
1.09/1.23	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153582 bytes)
1.09/1.27	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185129 bytes)
1.09/1.29	c 1	883 (70%) CSP clauses are encoded (12280 clauses, 213330 bytes)
1.20/1.32	c 1	1009 (80%) CSP clauses are encoded (13960 clauses, 245568 bytes)
1.20/1.35	c 1	1135 (90%) CSP clauses are encoded (15744 clauses, 281330 bytes)
1.20/1.37	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317410 bytes)
1.20/1.37	c 1	1261 CSP clauses encoded
1.20/1.37	c 1	Writing map file : HOME/temp.map
1.20/1.38	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317410 bytes
1.20/1.38	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.41	c 1	SOLVING HOME/temp.cnf
1.28/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.41	c 1	This is MiniSat 2.0 beta
1.28/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.41	c 1	============================[ Problem Statistics ]=============================
1.28/1.41	c 1	|                                                                             |
1.28/1.42	c 1	|  Number of variables:  1990                                                 |
1.28/1.42	c 1	|  Number of clauses:    17532                                                |
1.28/1.43	c 1	|  Parsing time:         0.01         s                                       |
1.28/1.43	c 1	============================[ Search Statistics ]==============================
1.28/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.43	c 1	===============================================================================
1.28/1.43	c 1	|         0 |    1888    15423    50632 |     5141        0    nan |  0.000 % |
1.28/1.43	c 1	|       101 |    1888    15423    50632 |     5655      101     10 |  5.127 % |
1.28/1.44	c 1	|       251 |    1888    15423    50632 |     6220      251     11 |  5.127 % |
1.28/1.45	c 1	|       476 |    1888    15423    50632 |     6842      476     11 |  5.128 % |
1.28/1.46	c 2	|       813 |    1888    15423    50632 |     7526      813     13 |  5.127 % |
1.28/1.49	c 2	|      1319 |    1888    15423    50632 |     8279     1319     15 |  5.131 % |
1.29/1.53	c 2	|      2078 |    1888    15423    50632 |     9107     2078     17 |  5.127 % |
1.29/1.60	c 2	|      3217 |    1888    15423    50632 |    10018     3217     18 |  5.127 % |
1.29/1.71	c 2	|      4925 |    1888    15423    50632 |    11020     4925     18 |  5.127 % |
1.29/1.89	c 2	|      7487 |    1888    15423    50632 |    12122     7487     19 |  5.127 % |
1.96/2.18	c 2	|     11331 |    1888    15423    50632 |    13334    11331     20 |  5.127 % |
2.45/2.67	c 3	|     17100 |    1888    15423    50632 |    14667    10087     22 |  5.128 % |
3.24/3.48	c 4	|     25749 |    1888    15423    50632 |    16134    11085     19 |  5.128 % |
4.43/4.66	c 5	|     38723 |    1888    15423    50632 |    17748    15544     20 |  5.127 % |
6.42/6.61	c 7	|     58187 |    1888    15423    50632 |    19522    16768     18 |  5.129 % |
9.49/9.79	c 10	|     87379 |    1888    15423    50632 |    21475    15941     19 |  5.127 % |
14.73/15.03	c 15	|    131169 |    1888    15423    50632 |    23622    15641     17 |  5.128 % |
23.25/23.60	c 24	|    196853 |    1888    15423    50632 |    25985    20812     15 |  5.131 % |
36.92/37.44	c 37	|    295379 |    1877    15328    50424 |    28583    26436     15 |  5.681 % |
57.92/58.69	c 59	|    443168 |    1876    15325    50418 |    31441    24776     16 |  5.730 % |
93.78/94.80	c 95	|    664852 |    1871    15283    50328 |    34586    17023     17 |  5.983 % |
148.77/150.39	c 150	|    997377 |    1869    15272    50300 |    38044    28384     17 |  6.082 % |
236.43/238.89	c 239	|   1496166 |    1864    15231    50212 |    41849    37041     17 |  6.334 % |
384.14/387.98	c 388	|   2244349 |    1852    15103    49769 |    46034    40727     21 |  6.936 % |
570.77/576.36	c 576	===============================================================================
570.77/576.36	c 576	restarts              : 24
570.77/576.36	c 576	conflicts             : 3086084        (5419 /sec)
570.77/576.36	c 576	decisions             : 5715871        (1.44 % random) (10036 /sec)
570.77/576.36	c 576	propagations          : 278128615      (488354 /sec)
570.77/576.36	c 576	conflict literals     : 56808439       (30.83 % deleted)
570.77/576.36	c 576	Memory used           : 12.52 MB
570.77/576.36	c 576	CPU time              : 569.522 s
570.77/576.36	c 576	
570.77/576.36	c 576	UNSATISFIABLE
570.77/576.37	c 576	DECODING HOME/temp.out WITH HOME/temp.map
570.77/576.37	c 576	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'
570.84/576.46	c 577	Decoding HOME/temp.out
570.84/576.48	s UNSATISFIABLE
570.84/576.49	c 577	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
570.84/576.55	c 577	CPU 570.98 (0.05 0.02 570.75 0.16)
570.84/576.55	c 577	END Sat Jul 11 15:38:04 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-2057794-1247318907/watcher-2057794-1247318907 -o /tmp/evaluation-result-2057794-1247318907/solver-2057794-1247318907 -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-2057794-1247318907.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: 1.99 1.92 1.32 4/74 9986
/proc/meminfo: memFree=935428/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=12268 CPUtime=0
/proc/9986/stat : 9986 (sugar) R 9984 9986 9620 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 18957819 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9986/statm: 3067 316 241 3 0 167 0

[startup+0.055539 s]
/proc/loadavg: 1.99 1.92 1.32 4/74 9986
/proc/meminfo: memFree=935428/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=13600 CPUtime=0.04
/proc/9986/stat : 9986 (sugar) R 9984 9986 9620 0 -1 4194304 775 0 0 0 3 1 0 0 18 0 1 0 18957819 13926400 743 996147200 4194304 4206940 548682068608 18446744073709551615 215436624416 0 0 4224 0 0 0 0 17 1 0 0
/proc/9986/statm: 3400 743 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102551 s]
/proc/loadavg: 1.99 1.92 1.32 4/74 9986
/proc/meminfo: memFree=935428/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=0.06
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18957819 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302566 s]
/proc/loadavg: 1.99 1.92 1.32 4/74 9986
/proc/meminfo: memFree=935428/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=0.06
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18957819 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701622 s]
/proc/loadavg: 1.99 1.92 1.32 4/74 9986
/proc/meminfo: memFree=935428/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=0.45
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1309 4784 0 1 5 2 34 4 15 0 1 0 18957819 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.5017 s]
/proc/loadavg: 2.07 1.93 1.33 4/85 10008
/proc/meminfo: memFree=918700/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10188 s]
/proc/loadavg: 2.07 1.93 1.33 3/77 10010
/proc/meminfo: memFree=929196/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 15 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=4452 CPUtime=1.66
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 849 0 0 0 166 0 0 0 25 0 1 0 18957961 4558848 835 996147200 134512640 135127466 4294956256 18446744073709551615 134521706 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 1113 835 75 150 0 960 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26676

[startup+6.30123 s]
/proc/loadavg: 2.07 1.93 1.33 3/77 10010
/proc/meminfo: memFree=927980/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=5072 CPUtime=4.83
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 981 0 0 0 483 0 0 0 25 0 1 0 18957961 5193728 967 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 1268 967 75 150 0 1115 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27296

[startup+12.7019 s]
/proc/loadavg: 2.06 1.94 1.34 3/77 10010
/proc/meminfo: memFree=927220/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=5732 CPUtime=11.17
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 1168 0 0 0 1117 0 0 0 25 0 1 0 18957961 5869568 1154 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 1433 1154 75 150 0 1280 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27956

[startup+25.5024 s]
/proc/loadavg: 2.05 1.94 1.34 3/77 10010
/proc/meminfo: memFree=926772/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=6264 CPUtime=23.84
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 1301 0 0 0 2384 0 0 0 25 0 1 0 18957961 6414336 1287 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 1566 1287 75 150 0 1413 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 28488

[startup+51.1022 s]
/proc/loadavg: 2.03 1.94 1.37 3/77 10010
/proc/meminfo: memFree=925812/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=7228 CPUtime=49.2
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 1538 0 0 0 4920 0 0 0 25 0 1 0 18957961 7401472 1524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 1807 1524 75 150 0 1654 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 29452

[startup+102.309 s]
/proc/loadavg: 2.01 1.95 1.39 3/77 10010
/proc/meminfo: memFree=923892/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=8832 CPUtime=99.93
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 1919 0 0 0 9992 1 0 0 25 0 1 0 18957961 9043968 1905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 2208 1905 75 150 0 2055 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 31056

[startup+162.303 s]
/proc/loadavg: 2.00 1.95 1.43 3/77 10010
/proc/meminfo: memFree=922676/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=9520 CPUtime=159.37
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2098 0 0 0 15935 2 0 0 25 0 1 0 18957961 9748480 2084 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 2380 2084 75 150 0 2227 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 31744

[startup+222.302 s]
/proc/loadavg: 2.00 1.96 1.46 3/77 10010
/proc/meminfo: memFree=921972/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=10060 CPUtime=218.8
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2252 0 0 0 21878 2 0 0 25 0 1 0 18957961 10301440 2238 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 2515 2238 75 150 0 2362 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 32284

[startup+282.303 s]
/proc/loadavg: 2.00 1.97 1.49 3/77 10010
/proc/meminfo: memFree=920820/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=10932 CPUtime=278.24
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2450 0 0 0 27822 2 0 0 25 0 1 0 18957961 11194368 2436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 2733 2436 75 150 0 2580 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 33156

[startup+342.302 s]

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

/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=11204 CPUtime=337.67
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2500 0 0 0 33765 2 0 0 25 0 1 0 18957961 11472896 2486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 2801 2486 75 150 0 2648 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 33428

[startup+402.302 s]
/proc/loadavg: 2.00 1.97 1.55 3/77 10010
/proc/meminfo: memFree=918644/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12268 CPUtime=397.11
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2787 0 0 0 39709 2 0 0 25 0 1 0 18957961 12562432 2773 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3067 2773 75 150 0 2914 0
Current children cumulated CPU time (s) 398.4
Current children cumulated vsize (KiB) 34492

[startup+462.303 s]
/proc/loadavg: 2.00 1.97 1.57 3/77 10010
/proc/meminfo: memFree=918324/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12404 CPUtime=456.54
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2807 0 0 0 45652 2 0 0 25 0 1 0 18957961 12701696 2793 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3101 2793 75 150 0 2948 0
Current children cumulated CPU time (s) 457.83
Current children cumulated vsize (KiB) 34628

[startup+522.302 s]
/proc/loadavg: 2.00 1.97 1.60 3/77 10010
/proc/meminfo: memFree=918132/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12676 CPUtime=515.99
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2859 0 0 0 51597 2 0 0 25 0 1 0 18957961 12980224 2845 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3169 2845 75 150 0 3016 0
Current children cumulated CPU time (s) 517.28
Current children cumulated vsize (KiB) 34900

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

[startup+537.502 s]
/proc/loadavg: 2.00 1.97 1.60 3/77 10010
/proc/meminfo: memFree=918068/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12676 CPUtime=531.04
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2866 0 0 0 53102 2 0 0 25 0 1 0 18957961 12980224 2852 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3169 2852 75 150 0 3016 0
Current children cumulated CPU time (s) 532.33
Current children cumulated vsize (KiB) 34900

[startup+563.103 s]
/proc/loadavg: 2.00 1.97 1.61 3/77 10010
/proc/meminfo: memFree=917940/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=556.4
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2894 0 0 0 55638 2 0 0 25 0 1 0 18957961 13123584 2880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2880 75 150 0 3051 0
Current children cumulated CPU time (s) 557.69
Current children cumulated vsize (KiB) 35040

[startup+569.502 s]
/proc/loadavg: 2.00 1.97 1.61 3/77 10010
/proc/meminfo: memFree=917876/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=562.74
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2894 0 0 0 56272 2 0 0 25 0 1 0 18957961 13123584 2880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2880 75 150 0 3051 0
Current children cumulated CPU time (s) 564.03
Current children cumulated vsize (KiB) 35040

[startup+572.702 s]
/proc/loadavg: 2.00 1.97 1.62 3/77 10010
/proc/meminfo: memFree=917876/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=565.91
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2894 0 0 0 56589 2 0 0 25 0 1 0 18957961 13123584 2880 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2880 75 150 0 3051 0
Current children cumulated CPU time (s) 567.2
Current children cumulated vsize (KiB) 35040

[startup+574.301 s]
/proc/loadavg: 2.00 1.97 1.62 3/77 10010
/proc/meminfo: memFree=917620/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=567.49
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2903 0 0 0 56747 2 0 0 25 0 1 0 18957961 13123584 2889 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2889 75 150 0 3051 0
Current children cumulated CPU time (s) 568.78
Current children cumulated vsize (KiB) 35040

[startup+575.901 s]
/proc/loadavg: 2.00 1.97 1.62 3/77 10010
/proc/meminfo: memFree=917556/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=569.08
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2909 0 0 0 56906 2 0 0 25 0 1 0 18957961 13123584 2895 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2895 75 150 0 3051 0
Current children cumulated CPU time (s) 570.37
Current children cumulated vsize (KiB) 35040

[startup+576.301 s]
/proc/loadavg: 2.00 1.97 1.62 3/77 10010
/proc/meminfo: memFree=917556/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=1.29
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1376 11947 0 2 5 2 112 10 16 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
[pid=10009] ppid=9986 vsize=5356 CPUtime=0
/proc/10009/stat : 10009 (sh) S 9986 9986 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18957961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10009/statm: 1339 232 193 169 0 50 0
[pid=10010] ppid=10009 vsize=12816 CPUtime=569.48
/proc/10010/stat : 10010 (minisat) R 10009 9986 9620 0 -1 4194304 2909 0 0 0 56946 2 0 0 25 0 1 0 18957961 13123584 2895 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10010/statm: 3204 2895 75 150 0 3051 0
Current children cumulated CPU time (s) 570.77
Current children cumulated vsize (KiB) 35040

[startup+576.501 s]
/proc/loadavg: 2.00 1.97 1.62 3/77 10010
/proc/meminfo: memFree=917556/2055920 swapFree=4192956/4192956
[pid=9986] ppid=9984 vsize=16868 CPUtime=570.84
/proc/9986/stat : 9986 (sugar) S 9984 9986 9620 0 -1 4194304 1449 15150 0 2 5 2 57064 13 15 0 1 0 18957819 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9986/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 570.84
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 576.551
CPU time (s): 571.004
CPU user time (s): 570.816
CPU system time (s): 0.187971
CPU usage (%): 99.038
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 570.816
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20436
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2050
involuntary context switches= 13535

runsolver used 0.614906 second user time and 2.02269 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 15:28:27
IDJOB=2057794
IDBENCH=53412
IDSOLVER=739
FILE ID=node9/2057794-1247318907
PBS_JOBID= 9506610
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-8_ext.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-2057794-1247318907/watcher-2057794-1247318907 -o /tmp/evaluation-result-2057794-1247318907/solver-2057794-1247318907 -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-2057794-1247318907.xml

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

MD5SUM BENCH= c096ffa3df6241d5684b321eb04ac13a
RANDOM SEED=511635892

node9.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.216
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.216
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:        935908 kB
Buffers:         58972 kB
Cached:         984012 kB
SwapCached:          0 kB
Active:         422732 kB
Inactive:       644712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935908 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          35600 kB
Slab:            37744 kB
Committed_AS:   127180 kB
PageTables:       1824 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= 66396 MiB
End job on node9 at 2009-07-11 15:38:04