Trace number 1797865

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
minisat2-core 070721UNSAT 476.928 477.222

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.4855
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  404382                                               |
0.00/0.00	|  Number of clauses:    1204273                                              |
0.69/0.71	|  Parsing time:         0.61         s                                       |
0.69/0.75	============================[ Search Statistics ]==============================
0.69/0.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.75	===============================================================================
0.69/0.75	|         0 |  404381  1204270  2809964 |   401423        0    nan |  0.000 % |
0.99/1.01	|       100 |  404369  1204270  2809964 |   441565       96     11 |  0.249 % |
1.19/1.29	|       250 |  404345  1204270  2809964 |   485722      240     12 |  0.807 % |
1.69/1.78	|       475 |  404345  1204270  2809964 |   534294      465     11 |  0.807 % |
2.39/2.40	|       812 |  404344  1204270  2809964 |   587723      802     12 |  0.807 % |
3.08/3.10	|      1319 |  401120  1190317  2778807 |   646496     1308     15 |  0.807 % |
4.39/4.46	|      2078 |  400089  1185940  2769025 |   711145     2061     16 |  1.062 % |
6.98/7.06	|      3217 |  399829  1185207  2767390 |   782260     3192     16 |  1.249 % |
9.28/9.31	|      4925 |  399309  1182583  2761560 |   860486     4890     61 |  1.334 % |
13.07/13.16	|      7487 |  398909  1181058  2758167 |   946535     7418     50 |  1.392 % |
15.97/16.02	|     11332 |  398755  1180324  2756551 |  1041188    11263     42 |  1.392 % |
21.16/21.27	|     17100 |  398712  1180134  2756133 |  1145307    17029     37 |  1.402 % |
32.66/32.78	|     25751 |  398711  1180088  2756037 |  1259838    25680     53 |  1.402 % |
43.46/43.55	|     38725 |  398670  1180085  2756031 |  1385822    38650     51 |  1.905 % |
57.84/58.00	|     58187 |  396633  1171674  2737183 |  1524404    58079     49 |  2.089 % |
82.03/82.13	|     87379 |  395923  1168577  2730245 |  1676844    87260     49 |  2.104 % |
161.09/161.30	|    131168 |  392538  1155219  2700246 |  1844529   131017     71 |  3.211 % |
226.15/226.39	|    196852 |  390021  1144636  2676463 |  2028982   196668     63 |  3.551 % |
323.97/324.28	|    295378 |  389312  1141828  2670149 |  2231880   295185     57 |  3.729 % |
476.80/477.19	===============================================================================
476.80/477.19	restarts              : 19
476.80/477.19	conflicts             : 409491         (859 /sec)
476.80/477.19	decisions             : 2050444        (1.59 % random) (4303 /sec)
476.80/477.19	propagations          : 796207125      (1670936 /sec)
476.80/477.19	conflict literals     : 22197765       (31.83 % deleted)
476.80/477.19	Memory used           : 180.17 MB
476.80/477.19	CPU time              : 476.504 s
476.80/477.19	
476.80/477.19	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-1797865-1242089206/watcher-1797865-1242089206 -o /tmp/evaluation-result-1797865-1242089206/solver-1797865-1242089206 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797865-1242089206.cnf 

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: 0.92 0.98 0.99 3/64 8456
/proc/meminfo: memFree=1891456/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=2168 CPUtime=0
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 431 0 0 0 0 0 0 0 18 0 1 0 236954444 2220032 416 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 542 417 58 171 0 368 0

[startup+0.0274811 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8456
/proc/meminfo: memFree=1891456/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=4764 CPUtime=0.02
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 1006 0 0 0 2 0 0 0 18 0 1 0 236954444 4878336 991 1992294400 134512640 135213614 4294956256 18446744073709551615 134717944 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 1191 992 58 171 0 1017 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4764

[startup+0.101454 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8456
/proc/meminfo: memFree=1891456/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=12416 CPUtime=0.09
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 2844 0 0 0 8 1 0 0 18 0 1 0 236954444 12713984 2829 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 3104 2831 58 171 0 2930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12416

[startup+0.301497 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8456
/proc/meminfo: memFree=1891456/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=34648 CPUtime=0.29
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 7742 0 0 0 25 4 0 0 19 0 1 0 236954444 35479552 7727 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 8662 7728 58 171 0 8488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34648

[startup+0.701582 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8456
/proc/meminfo: memFree=1891456/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=76792 CPUtime=0.69
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 17469 0 0 0 59 10 0 0 23 0 1 0 236954444 78635008 17454 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 19198 17455 58 171 0 19024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76792

[startup+1.50175 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 8457
/proc/meminfo: memFree=1819832/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=78192 CPUtime=1.49
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 17955 0 0 0 139 10 0 0 25 0 1 0 236954444 80068608 17940 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 19548 17940 78 171 0 19374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78192

[startup+3.1011 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1819448/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=78772 CPUtime=3.08
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 18083 0 0 0 298 10 0 0 25 0 1 0 236954444 80662528 18068 1992294400 134512640 135213614 4294956256 18446744073709551615 134523153 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 19693 18068 78 171 0 19519 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78772

[startup+6.30178 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1819128/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=78904 CPUtime=6.28
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 18112 0 0 0 618 10 0 0 25 0 1 0 236954444 80797696 18097 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 19726 18097 78 171 0 19552 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78904

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1817656/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=80628 CPUtime=12.67
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 18510 0 0 0 1256 11 0 0 25 0 1 0 236954444 82563072 18495 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 20157 18495 78 171 0 19983 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 80628

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1815736/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=82836 CPUtime=25.46
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 19069 0 0 0 2535 11 0 0 25 0 1 0 236954444 84824064 19054 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 20709 19054 78 171 0 20535 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 82836

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1809144/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=89812 CPUtime=51.05
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 20813 0 0 0 5091 14 0 0 25 0 1 0 236954444 91967488 20798 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 22453 20798 78 171 0 22279 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 89812

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1795704/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=103260 CPUtime=102.22
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 24048 0 0 0 10205 17 0 0 25 0 1 0 236954444 105738240 24033 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 25815 24033 78 171 0 25641 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 103260

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1777080/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=121904 CPUtime=162.19
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 28708 0 0 0 16196 23 0 0 25 0 1 0 236954444 124829696 28693 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 30476 28693 78 171 0 30302 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 121904

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1762616/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=136188 CPUtime=222.15
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 32289 0 0 0 22189 26 0 0 25 0 1 0 236954444 139456512 32274 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 34047 32274 78 171 0 33873 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 136188

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1747384/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=151704 CPUtime=282.09
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 36120 0 0 0 28179 30 0 0 25 0 1 0 236954444 155344896 36105 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 37926 36105 78 171 0 37752 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 151704

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1737592/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=161088 CPUtime=342.07
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 38554 0 0 0 34174 33 0 0 25 0 1 0 236954444 164954112 38539 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 40272 38539 78 171 0 40098 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 161088

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1726136/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=172952 CPUtime=402.04
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 41405 0 0 0 40168 36 0 0 25 0 1 0 236954444 177102848 41390 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 43238 41390 78 171 0 43064 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 172952

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1716472/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=182376 CPUtime=462
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 43795 0 0 0 46162 38 0 0 25 0 1 0 236954444 186753024 43780 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 45594 43780 78 171 0 45420 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 182376

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

[startup+467.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1715768/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=183036 CPUtime=466.8
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 43972 0 0 0 46642 38 0 0 25 0 1 0 236954444 187428864 43957 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 45759 43957 78 171 0 45585 0
Current children cumulated CPU time (s) 466.8
Current children cumulated vsize (KiB) 183036

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714872/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=184092 CPUtime=473.2
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 44215 0 0 0 47281 39 0 0 25 0 1 0 236954444 188510208 44200 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 46023 44200 78 171 0 45849 0
Current children cumulated CPU time (s) 473.2
Current children cumulated vsize (KiB) 184092

[startup+475.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714424/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=184356 CPUtime=474.8
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 44287 0 0 0 47441 39 0 0 25 0 1 0 236954444 188780544 44272 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 46089 44272 78 171 0 45915 0
Current children cumulated CPU time (s) 474.8
Current children cumulated vsize (KiB) 184356

[startup+475.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714424/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=184356 CPUtime=475.6
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 44308 0 0 0 47521 39 0 0 25 0 1 0 236954444 188780544 44293 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 46089 44293 78 171 0 45915 0
Current children cumulated CPU time (s) 475.6
Current children cumulated vsize (KiB) 184356

[startup+476.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714360/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=184488 CPUtime=476.4
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 44322 0 0 0 47601 39 0 0 25 0 1 0 236954444 188915712 44307 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 46122 44307 78 171 0 45948 0
Current children cumulated CPU time (s) 476.4
Current children cumulated vsize (KiB) 184488

[startup+477.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714360/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=184488 CPUtime=476.8
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194304 44328 0 0 0 47641 39 0 0 25 0 1 0 236954444 188915712 44313 1992294400 134512640 135213614 4294956256 18446744073709551615 134530472 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 46122 44313 78 171 0 45948 0
Current children cumulated CPU time (s) 476.8
Current children cumulated vsize (KiB) 184488

[startup+477.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8457
/proc/meminfo: memFree=1714360/2055920 swapFree=4176732/4192956
[pid=8456] ppid=8454 vsize=0 CPUtime=476.9
/proc/8456/stat : 8456 (minisat_static) R 8454 8456 8355 0 -1 4194308 44339 0 0 0 47650 40 0 0 25 0 1 0 236954444 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/8456/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 476.9
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 477.222
CPU time (s): 476.928
CPU user time (s): 476.504
CPU system time (s): 0.423935
CPU usage (%): 99.9383
Max. virtual memory (cumulated for all children) (KiB): 184488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.504
system time used= 0.423935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44339
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= 2
involuntary context switches= 1267

runsolver used 0.377942 second user time and 1.36879 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-12 02:46:48
IDJOB=1797865
IDBENCH=71688
IDSOLVER=651
FILE ID=node10/1797865-1242089206
PBS_JOBID= 9277675
Free space on /tmp= 66348 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797865-1242089206/watcher-1797865-1242089206 -o /tmp/evaluation-result-1797865-1242089206/solver-1797865-1242089206 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797865-1242089206.cnf

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=422429836

node10.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.263
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	: 5931.00
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.263
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:       1891872 kB
Buffers:         10388 kB
Cached:          92356 kB
SwapCached:      10068 kB
Active:          59408 kB
Inactive:        54764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891872 kB
SwapTotal:     4192956 kB
SwapFree:      4176732 kB
Dirty:           22836 kB
Writeback:           0 kB
Mapped:          14108 kB
Slab:            35848 kB
Committed_AS:   815308 kB
PageTables:       1372 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= 66348 MiB
End job on node10 at 2009-05-12 02:54:45