Trace number 1806524

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 903.078 903.453

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark895.331
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.05	#LEARNT CLAUSES 0
0.00/0.06	done !
0.00/0.06	c Now, SatElite...
0.00/0.06	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   10039    30316 |    3011       0        0     nan |  0.000 % |
0.06/0.18	c |         0 |    9840    32882 |      --       0       --      -- |     --   | -199/2566
0.06/0.18	c ==============================================================================
0.06/0.18	c Result  :   #vars: 597   #clauses: 9840   #literals: 32882
0.06/0.18	c CPU time:   0.111982 s
0.06/0.18	c ==============================================================================
0.06/0.20	c SatElite is done !
0.06/0.20	c Calling MINISAT
0.06/0.20	This is MiniSat 2.0 beta
0.06/0.20	WARNING: for repeatability, setting FPU to use double precision
0.06/0.20	============================[ Problem Statistics ]=============================
0.06/0.20	|                                                                             |
0.06/0.20	|  Number of variables:  597                                                  |
0.06/0.20	|  Number of clauses:    9840                                                 |
0.06/0.21	|  Parsing time:         0.01         s                                       |
0.06/0.21	============================[ Search Statistics ]==============================
0.06/0.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.21	===============================================================================
0.06/0.21	|         0 |     597     9840    32882 |     3280        0    nan |  0.000 % |
0.06/0.22	|       100 |     597     9840    32882 |     3608      100     19 |  0.000 % |
0.06/0.23	|       252 |     597     9840    32882 |     3968      252     21 |  0.000 % |
0.06/0.24	|       478 |     597     9840    32882 |     4365      478     19 |  0.000 % |
0.06/0.26	|       815 |     597     9840    32882 |     4802      815     20 |  0.000 % |
0.06/0.29	|      1322 |     597     9840    32882 |     5282     1322     19 |  0.000 % |
0.19/0.34	|      2081 |     597     9840    32882 |     5810     2081     18 |  0.000 % |
0.19/0.44	|      3223 |     597     9840    32882 |     6391     3223     19 |  0.001 % |
0.19/0.58	|      4934 |     597     9840    32882 |     7030     4934     18 |  0.001 % |
0.19/0.87	|      7497 |     597     9840    32882 |     7734     3961     17 |  0.000 % |
1.18/1.28	|     11341 |     597     9840    32882 |     8507     3917     15 |  0.001 % |
1.88/1.93	|     17107 |     597     9840    32882 |     9358     5413     16 |  0.000 % |
2.98/3.00	|     25757 |     597     9840    32882 |    10294     9360     20 |  0.001 % |
4.68/4.70	|     38731 |     597     9840    32882 |    11323     6831     17 |  0.001 % |
7.28/7.33	|     58192 |     597     9840    32882 |    12455     9249     17 |  0.001 % |
11.67/11.70	|     87384 |     597     9840    32882 |    13701     7185     20 |  0.001 % |
18.46/18.53	|    131173 |     597     9840    32882 |    15071     9741     20 |  0.001 % |
28.66/28.78	|    196857 |     597     9840    32882 |    16578    14969     19 |  0.001 % |
44.96/45.02	|    295383 |     597     9840    32882 |    18236    13750     19 |  0.000 % |
71.54/71.63	|    443172 |     597     9840    32882 |    20060    15294     17 |  0.001 % |
114.63/114.74	|    664855 |     597     9840    32882 |    22066    15811     18 |  0.001 % |
184.10/184.24	|    997380 |     597     9840    32882 |    24272    16633     21 |  0.002 % |
296.95/297.12	|   1496168 |     596     9768    32656 |    26700    14412     21 |  0.168 % |
479.27/479.55	|   2244350 |     596     9768    32656 |    29370    22184     19 |  0.168 % |
772.75/773.19	|   3366625 |     595     9696    32432 |    32307    23663     17 |  0.336 % |
903.00/903.45	===============================================================================
903.00/903.45	restarts              : 25
903.00/903.45	conflicts             : 3856894        (4272 /sec)
903.00/903.45	decisions             : 4130359        (1.74 % random) (4575 /sec)
903.00/903.45	propagations          : 360470960      (399262 /sec)
903.00/903.45	conflict literals     : 75839919       (36.75 % deleted)
903.00/903.45	Memory used           : 8.05 MB
903.00/903.45	CPU time              : 902.843 s
903.00/903.45	
903.00/903.45	UNSATISFIABLE
903.00/903.45	s UNSATISFIABLE

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-1806524-1242150201/watcher-1806524-1242150201 -o /tmp/evaluation-result-1806524-1242150201/solver-1806524-1242150201 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806524-1242150201.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22140
/proc/meminfo: memFree=1151856/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0
/proc/22140/stat : 22140 (run.sh) R 22138 22140 21852 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243047320 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22140/statm: 1340 236 195 169 0 51 0
[pid=22141] ppid=22140 vsize=1756 CPUtime=0
/proc/22141/stat : 22141 (revival) R 22140 22140 21852 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 243047320 1798144 168 1992294400 134512640 134537284 4294956368 18446744073709551615 134519767 0 0 4096 0 0 0 0 17 0 0 0
/proc/22141/statm: 439 168 82 6 0 77 0

[startup+0.094384 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22140
/proc/meminfo: memFree=1151856/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.06
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 311 323 0 0 0 0 6 0 16 0 1 0 243047320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22140/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.101385 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22140
/proc/meminfo: memFree=1151856/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.06
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 311 323 0 0 0 0 6 0 16 0 1 0 243047320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22140/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301404 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22140
/proc/meminfo: memFree=1151856/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5360

[startup+0.701447 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22140
/proc/meminfo: memFree=1151856/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5360

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1149664/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=3116 CPUtime=1.29
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 472 0 0 0 129 0 0 0 25 0 1 0 243047341 3190784 456 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 779 456 76 170 0 607 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8476

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1149344/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=3644 CPUtime=2.89
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 580 0 0 0 289 0 0 0 25 0 1 0 243047341 3731456 564 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 911 564 76 170 0 739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9004

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1148896/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=3776 CPUtime=6.09
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 623 0 0 0 609 0 0 0 25 0 1 0 243047341 3866624 607 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 944 607 76 170 0 772 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9136

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1148448/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=4188 CPUtime=12.48
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 723 0 0 0 1248 0 0 0 25 0 1 0 243047341 4288512 707 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1047 707 76 170 0 875 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9548

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1148064/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=4452 CPUtime=25.27
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 804 0 0 0 2527 0 0 0 25 0 1 0 243047341 4558848 788 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1113 788 76 170 0 941 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9812

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1147424/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=5112 CPUtime=50.86
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 965 0 0 0 5086 0 0 0 25 0 1 0 243047341 5234688 949 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1278 949 76 170 0 1106 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10472

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1146912/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=5648 CPUtime=102.05
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1071 0 0 0 10204 1 0 0 25 0 1 0 243047341 5783552 1055 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1412 1055 76 170 0 1240 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11008

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1146208/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=6352 CPUtime=162.01
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1247 0 0 0 16200 1 0 0 25 0 1 0 243047341 6504448 1231 1992294400 134512640 135212939 4294956240 18446744073709551615 134534904 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1588 1231 76 170 0 1416 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 11712

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1145888/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=6632 CPUtime=221.99
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1316 0 0 0 22198 1 0 0 25 0 1 0 243047341 6791168 1300 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1658 1300 76 170 0 1486 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 11992

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1145696/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=6764 CPUtime=281.96
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1359 0 0 0 28195 1 0 0 25 0 1 0 243047341 6926336 1343 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1691 1343 76 170 0 1519 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 12124

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1145504/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7068 CPUtime=341.94
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1413 0 0 0 34193 1 0 0 25 0 1 0 243047341 7237632 1397 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1767 1397 76 170 0 1595 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 12428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1145312/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7196 CPUtime=401.91
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1455 0 0 0 40190 1 0 0 25 0 1 0 243047341 7368704 1439 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1799 1439 76 170 0 1627 0
Current children cumulated CPU time (s) 402.1

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144800/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7780 CPUtime=581.85
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1579 0 0 0 58183 2 0 0 25 0 1 0 243047341 7966720 1563 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1945 1563 76 170 0 1773 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 13140

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144736/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7780 CPUtime=641.82
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1595 0 0 0 64180 2 0 0 25 0 1 0 243047341 7966720 1579 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1945 1579 76 170 0 1773 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 13140

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144608/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7924 CPUtime=701.79
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1609 0 0 0 70177 2 0 0 25 0 1 0 243047341 8114176 1593 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1981 1593 76 170 0 1809 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 13284

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144544/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=7924 CPUtime=761.77
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1620 0 0 0 76175 2 0 0 25 0 1 0 243047341 8114176 1604 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 1981 1604 76 170 0 1809 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 13284

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144416/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8064 CPUtime=821.74
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1663 0 0 0 82172 2 0 0 25 0 1 0 243047341 8257536 1647 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2016 1647 76 170 0 1844 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 13424

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=881.71
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 88169 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 13600

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

[startup+883.101 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=882.51
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 88249 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 882.7
Current children cumulated vsize (KiB) 13600

[startup+895.902 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=895.31
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 89529 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 895.5
Current children cumulated vsize (KiB) 13600

[startup+899.102 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=898.51
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 89849 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 898.7
Current children cumulated vsize (KiB) 13600

[startup+900.701 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=900.11
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 90009 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 900.3
Current children cumulated vsize (KiB) 13600

[startup+902.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=901.71
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 90169 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 901.9
Current children cumulated vsize (KiB) 13600

[startup+903.105 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=902.51
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 90249 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 902.7
Current children cumulated vsize (KiB) 13600

[startup+903.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=902.71
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 90269 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 902.9
Current children cumulated vsize (KiB) 13600

[startup+903.401 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22144
/proc/meminfo: memFree=1144288/2055920 swapFree=4180664/4192956
[pid=22140] ppid=22138 vsize=5360 CPUtime=0.19
/proc/22140/stat : 22140 (run.sh) S 22138 22140 21852 0 -1 4194304 341 760 0 0 0 0 19 0 16 0 1 0 243047320 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22140/statm: 1340 241 197 169 0 51 0
[pid=22144] ppid=22140 vsize=8240 CPUtime=902.81
/proc/22144/stat : 22144 (minisat) R 22140 22140 21852 0 -1 4194304 1692 0 0 0 90279 2 0 0 25 0 1 0 243047341 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/22144/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 903
Current children cumulated vsize (KiB) 13600

Child status: 20
Real time (s): 903.453
CPU time (s): 903.078
CPU user time (s): 903.04
CPU system time (s): 0.037994
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 13600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 903.04
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2131

runsolver used 0.841872 second user time and 2.45263 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 19:43:21
IDJOB=1806524
IDBENCH=24751
IDSOLVER=647
FILE ID=node59/1806524-1242150201
PBS_JOBID= 9289665
Free space on /tmp= 66284 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806524-1242150201/watcher-1806524-1242150201 -o /tmp/evaluation-result-1806524-1242150201/solver-1806524-1242150201 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806524-1242150201.cnf HOME

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

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=1222541935

node59.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.240
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.240
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:       1152400 kB
Buffers:         69244 kB
Cached:         739216 kB
SwapCached:       6724 kB
Active:          48128 kB
Inactive:       770364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152400 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          15032 kB
Slab:            71052 kB
Committed_AS:   915116 kB
PageTables:       1460 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= 66284 MiB
End job on node59 at 2009-05-12 19:58:25