Trace number 1035670

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.13+minisatUNSAT 883.361 886.268

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-9_ext.xml
MD5SUMfe46c9484baa424d4d7f5f72464070e9
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.040993
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:03:41 2008
0.00/0.04	c 0	PID 21063
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035670-1214953421.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035670-1214953421.xml' 'HOME/temp.csp'
0.04/0.42	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.04/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.55	c 1	Parsing HOME/temp.csp
0.40/0.71	c 1	parsed 1385 expressions
0.40/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.71	c 1	Converting to clausal form CSP
0.40/0.74	c 1	converted 139 (10%) expressions
0.40/0.76	c 1	converted 277 (20%) expressions
0.40/0.79	c 1	converted 416 (30%) expressions
0.40/0.81	c 1	converted 554 (40%) expressions
0.40/0.83	c 1	converted 693 (50%) expressions
0.40/0.85	c 1	converted 831 (60%) expressions
0.40/0.92	c 1	converted 970 (70%) expressions
0.40/0.94	c 1	converted 1108 (80%) expressions
0.40/0.96	c 1	converted 1247 (90%) expressions
0.40/0.97	c 1	converted 1385 (100%) expressions
0.40/0.97	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.40/0.97	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.97	c 1	Propagation in CSP
0.40/0.98	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.98	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.40/0.98	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.05	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.91/1.05	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.11	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.00/1.11	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.00/1.12	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.00/1.12	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.00/1.12	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.00/1.12	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.00/1.12	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.00/1.12	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.00/1.12	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.00/1.12	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.00/1.18	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.10/1.21	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60382 bytes)
1.10/1.24	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 93002 bytes)
1.10/1.27	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123701 bytes)
1.20/1.30	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153665 bytes)
1.20/1.33	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185181 bytes)
1.20/1.36	c 1	883 (70%) CSP clauses are encoded (12318 clauses, 214056 bytes)
1.20/1.39	c 1	1009 (80%) CSP clauses are encoded (13984 clauses, 246038 bytes)
1.30/1.42	c 1	1135 (90%) CSP clauses are encoded (15696 clauses, 280592 bytes)
1.30/1.44	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317530 bytes)
1.30/1.44	c 1	1261 CSP clauses encoded
1.30/1.44	c 1	Writing map file : HOME/temp.map
1.30/1.45	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317530 bytes
1.30/1.45	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.46	c 1	SOLVING HOME/temp.cnf
1.30/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.47	c 1	This is MiniSat 2.0 beta
1.30/1.47	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.47	c 1	============================[ Problem Statistics ]=============================
1.30/1.47	c 1	|                                                                             |
1.30/1.47	c 1	|  Number of variables:  1990                                                 |
1.30/1.47	c 1	|  Number of clauses:    17532                                                |
1.30/1.48	c 1	|  Parsing time:         0.01         s                                       |
1.30/1.48	c 1	============================[ Search Statistics ]==============================
1.30/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.48	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.48	c 1	===============================================================================
1.30/1.48	c 1	|         0 |    1888    15423    50630 |     5141        0    nan |  0.000 % |
1.30/1.48	c 1	|       100 |    1888    15423    50630 |     5655      100     10 |  5.127 % |
1.30/1.49	c 1	|       250 |    1888    15423    50630 |     6220      250     10 |  5.128 % |
1.36/1.50	c 1	|       476 |    1888    15423    50630 |     6842      476     13 |  5.127 % |
1.36/1.51	c 1	|       813 |    1887    15423    50630 |     7526      812     13 |  5.328 % |
1.36/1.54	c 2	|      1319 |    1884    15382    50542 |     8279     1317     14 |  5.328 % |
1.36/1.58	c 2	|      2078 |    1884    15382    50542 |     9107     2076     15 |  5.328 % |
1.36/1.65	c 2	|      3217 |    1884    15382    50542 |    10018     3215     16 |  5.328 % |
1.36/1.75	c 2	|      4926 |    1884    15382    50542 |    11020     4924     17 |  5.328 % |
1.36/1.94	c 2	|      7488 |    1883    15380    50538 |    12122     7485     18 |  5.379 % |
2.08/2.28	c 2	|     11332 |    1883    15380    50538 |    13334    11329     19 |  5.379 % |
2.67/2.85	c 3	|     17099 |    1883    15380    50538 |    14667    10111     25 |  5.379 % |
3.37/3.56	c 4	|     25748 |    1879    15339    50450 |    16134    11205     18 |  5.580 % |
4.56/4.70	c 5	|     38723 |    1879    15339    50450 |    17748    15791     16 |  5.580 % |
6.44/6.67	c 7	|     58185 |    1879    15339    50450 |    19522    16645     22 |  5.580 % |
9.71/9.92	c 10	|     87378 |    1879    15339    50450 |    21475    15707     19 |  5.579 % |
15.25/15.55	c 16	|    131167 |    1879    15339    50450 |    23622    15346     18 |  5.580 % |
23.97/24.31	c 24	|    196851 |    1878    15336    50443 |    25985    20693     20 |  5.630 % |
37.64/38.11	c 38	|    295379 |    1877    15328    50422 |    28583    26429     20 |  5.680 % |
59.44/60.13	c 60	|    443168 |    1877    15328    50422 |    31441    24614     18 |  5.680 % |
96.88/97.92	c 98	|    664852 |    1877    15328    50422 |    34586    26532     17 |  5.681 % |
154.73/156.38	c 156	|    997377 |    1874    15314    50388 |    38044    25466     15 |  5.832 % |
245.38/247.89	c 248	|   1496165 |    1874    15314    50388 |    41849    36729     17 |  5.831 % |
383.44/386.11	c 386	|   2244348 |    1865    15230    50152 |    46034    32433     18 |  6.283 % |
611.74/614.50	c 614	|   3366623 |    1865    15230    50152 |    50637    29776     16 |  6.283 % |
883.15/886.06	c 886	===============================================================================
883.15/886.06	c 886	restarts              : 25
883.15/886.06	c 886	conflicts             : 4610436        (5228 /sec)
883.15/886.06	c 886	decisions             : 8702890        (1.43 % random) (9869 /sec)
883.15/886.06	c 886	propagations          : 419070079      (475243 /sec)
883.15/886.06	c 886	conflict literals     : 85207713       (30.33 % deleted)
883.15/886.06	c 886	Memory used           : 13.62 MB
883.15/886.06	c 886	CPU time              : 881.802 s
883.15/886.06	c 886	
883.15/886.06	c 886	UNSATISFIABLE
883.15/886.06	c 886	DECODING HOME/temp.out WITH HOME/temp.map
883.15/886.06	c 886	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
883.22/886.19	c 886	Decoding HOME/temp.out
883.22/886.22	s UNSATISFIABLE
883.22/886.22	c 886	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
883.22/886.26	c 886	CPU 883.17 (0.03 0.01 883.14 0.16)
883.22/886.26	c 886	END Wed Jul  2 01:18:27 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035670-1214953421/watcher-1035670-1214953421 -o /tmp/evaluation-result-1035670-1214953421/solver-1035670-1214953421 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1035670-1214953421.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 21063
/proc/meminfo: memFree=1828072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=12268 CPUtime=0
/proc/21063/stat : 21063 (sugar) R 21061 21063 20410 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974316124 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21063/statm: 3067 316 241 3 0 167 0

[startup+0.0742839 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 21063
/proc/meminfo: memFree=1828072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=0.04
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974316124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102032 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 21063
/proc/meminfo: memFree=1828072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=0.04
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974316124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301047 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 21063
/proc/meminfo: memFree=1828072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=0.04
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974316124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70208 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 21063
/proc/meminfo: memFree=1828072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=0.4
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 973 4723 0 1 3 1 33 3 16 0 1 0 1974316124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 1.92 1.98 1.90 4/91 21085
/proc/meminfo: memFree=1812112/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 13600

[startup+3.10129 s]
/proc/loadavg: 1.93 1.98 1.90 3/83 21087
/proc/meminfo: memFree=1823120/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 15 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=4440 CPUtime=1.61
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 844 0 0 0 161 0 0 0 25 0 1 0 1974316271 4546560 830 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1110 830 75 150 0 957 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23396

[startup+6.30157 s]
/proc/loadavg: 1.93 1.98 1.90 3/83 21087
/proc/meminfo: memFree=1821840/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=5232 CPUtime=4.78
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 1053 0 0 0 478 0 0 0 25 0 1 0 1974316271 5357568 1039 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1308 1039 75 150 0 1155 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24188

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.90 3/83 21087
/proc/meminfo: memFree=1820880/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=5628 CPUtime=11.11
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 1154 0 0 0 1111 0 0 0 25 0 1 0 1974316271 5763072 1140 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1407 1140 75 150 0 1254 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24584

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21087
/proc/meminfo: memFree=1819984/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=6688 CPUtime=23.8
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 1405 0 0 0 2379 1 0 0 25 0 1 0 1974316271 6848512 1391 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1672 1391 75 150 0 1519 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25644

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.91 3/83 21087
/proc/meminfo: memFree=1819152/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=7512 CPUtime=49.16
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 1607 0 0 0 4915 1 0 0 25 0 1 0 1974316271 7692288 1593 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1878 1593 75 150 0 1725 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26468

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/83 21087
/proc/meminfo: memFree=1817744/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=8844 CPUtime=99.88
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 1929 0 0 0 9987 1 0 0 25 0 1 0 1974316271 9056256 1915 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 2211 1915 75 150 0 2058 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 27800

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/83 21087
/proc/meminfo: memFree=1816848/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=9768 CPUtime=159.31
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 2163 0 0 0 15930 1 0 0 25 0 1 0 1974316271 10002432 2149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 2442 2149 75 150 0 2289 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 28724

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/83 21087
/proc/meminfo: memFree=1815888/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=10608 CPUtime=218.76
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 2370 0 0 0 21874 2 0 0 25 0 1 0 1974316271 10862592 2356 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 2652 2356 75 150 0 2499 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 29564

[startup+282.302 s]
/proc/loadavg: 2.07 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1850568/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=10964 CPUtime=278.31
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 2461 0 0 0 27828 3 0 0 25 0 1 0 1974316271 11227136 2447 996147200 134512640 135127466 4294956272 18446744073709551615 134521716 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 2741 2447 75 150 0 2588 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 29920


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


[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1843144/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=12988 CPUtime=578.19
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 2950 0 0 0 57815 4 0 0 25 0 1 0 1974316271 13299712 2936 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3247 2936 75 150 0 3094 0
Current children cumulated CPU time (s) 579.55
Current children cumulated vsize (KiB) 31944

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1841928/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13400 CPUtime=638.18
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3047 0 0 0 63814 4 0 0 25 0 1 0 1974316271 13721600 3033 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3350 3033 75 150 0 3197 0
Current children cumulated CPU time (s) 639.54
Current children cumulated vsize (KiB) 32356

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1841352/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13400 CPUtime=698.15
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3065 0 0 0 69811 4 0 0 25 0 1 0 1974316271 13721600 3051 996147200 134512640 135127466 4294956272 18446744073709551615 134530952 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3350 3051 75 150 0 3197 0
Current children cumulated CPU time (s) 699.51
Current children cumulated vsize (KiB) 32356

[startup+762.308 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1841160/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13544 CPUtime=758.13
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3075 0 0 0 75809 4 0 0 25 0 1 0 1974316271 13869056 3061 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3386 3061 75 150 0 3233 0
Current children cumulated CPU time (s) 759.49
Current children cumulated vsize (KiB) 32500

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840584/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13676 CPUtime=818.12
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3129 0 0 0 81807 5 0 0 25 0 1 0 1974316271 14004224 3115 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3419 3115 75 150 0 3266 0
Current children cumulated CPU time (s) 819.48
Current children cumulated vsize (KiB) 32632

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840136/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13948 CPUtime=878.09
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3199 0 0 0 87804 5 0 0 25 0 1 0 1974316271 14282752 3185 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 879.45
Current children cumulated vsize (KiB) 32904

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840136/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13948 CPUtime=878.89
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3199 0 0 0 87884 5 0 0 25 0 1 0 1974316271 14282752 3185 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 880.25
Current children cumulated vsize (KiB) 32904

[startup+884.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13948 CPUtime=880.49
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3199 0 0 0 88044 5 0 0 25 0 1 0 1974316271 14282752 3185 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 32904

[startup+885.506 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13948 CPUtime=881.29
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3199 0 0 0 88124 5 0 0 25 0 1 0 1974316271 14282752 3185 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 882.65
Current children cumulated vsize (KiB) 32904

[startup+885.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=1.36
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1031 11848 0 2 3 1 125 7 16 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
[pid=21086] ppid=21063 vsize=5356 CPUtime=0
/proc/21086/stat : 21086 (sh) S 21063 21063 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974316270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1339 232 193 169 0 50 0
[pid=21087] ppid=21086 vsize=13948 CPUtime=881.69
/proc/21087/stat : 21087 (minisat) R 21086 21063 20410 0 -1 4194304 3199 0 0 0 88164 5 0 0 25 0 1 0 1974316271 14282752 3185 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/21087/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 32904

[startup+886.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=883.22
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1070 15341 0 2 3 1 88305 13 17 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 883.22
Current children cumulated vsize (KiB) 13600

[startup+886.201 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 21232
/proc/meminfo: memFree=1840072/2055920 swapFree=4179660/4192956
[pid=21063] ppid=21061 vsize=13600 CPUtime=883.22
/proc/21063/stat : 21063 (sugar) S 21061 21063 20410 0 -1 4194304 1089 15341 0 2 3 1 88305 13 15 0 1 0 1974316124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21063/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 883.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 886.268
CPU time (s): 883.361
CPU user time (s): 883.18
CPU system time (s): 0.180972
CPU usage (%): 99.672
Max. virtual memory (cumulated for all children) (KiB): 883384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 883.18
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20138
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= 2158
involuntary context switches= 15295

runsolver used 1.03784 second user time and 3.00154 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 01:03:41
IDJOB=1035670
IDBENCH=53410
IDSOLVER=346
FILE ID=node31/1035670-1214953421
PBS_JOBID= 7870272
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-9_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035670-1214953421/watcher-1035670-1214953421 -o /tmp/evaluation-result-1035670-1214953421/solver-1035670-1214953421 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1035670-1214953421.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe46c9484baa424d4d7f5f72464070e9
RANDOM SEED=1836892054

node31.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.232
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.232
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:       1828552 kB
Buffers:         18552 kB
Cached:          92800 kB
SwapCached:       6356 kB
Active:         108520 kB
Inactive:        54308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828552 kB
SwapTotal:     4192956 kB
SwapFree:      4179660 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          67324 kB
Slab:            49432 kB
Committed_AS:  3696920 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node31 at 2008-07-02 01:18:27