Trace number 1797583

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
IUT_BMB_SIM 1.0UNSAT 74.3707 74.3989

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.6046
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
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	c IUT_BMB_SIM version 1.0
0.69/0.70	This is MiniSat 2.0 beta
0.69/0.70	WARNING: for repeatability, setting FPU to use double precision
0.69/0.70	============================[ Problem Statistics ]=============================
0.69/0.70	|                                                                             |
0.69/0.70	|  Number of variables:  14578                                                |
0.69/0.70	|  Number of clauses:    42537                                                |
0.69/0.72	|  Parsing time:         0.02         s                                       |
0.69/0.73	============================[ Search Statistics ]==============================
0.69/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	===============================================================================
0.69/0.73	|         0 |   14573    42537    99250 |    14179        0    nan |  0.000 % |
0.69/0.75	|       101 |   14573    42537    99250 |    15596      101     17 |  0.000 % |
0.69/0.78	|       252 |   14573    42537    99250 |    17156      252     14 |  0.000 % |
0.69/0.83	|       477 |   14573    42537    99250 |    18872      477     13 |  0.000 % |
0.69/0.87	|       814 |   14573    42537    99250 |    20759      814     14 |  0.000 % |
0.69/0.94	|      1322 |   14572    42472    99120 |    22835     1320     17 |  0.007 % |
0.98/1.04	|      2082 |   14571    42407    98990 |    25118     2078     23 |  0.014 % |
1.08/1.18	|      3223 |   14571    42407    98990 |    27630     3219     35 |  0.014 % |
1.47/1.54	|      4931 |   14571    42407    98990 |    30393     4927     49 |  0.014 % |
2.08/2.12	|      7493 |   14571    42407    98990 |    33433     7489     60 |  0.014 % |
2.88/2.96	|     11337 |   14571    42407    98990 |    36776    11333     79 |  0.014 % |
4.28/4.35	|     17103 |   14571    42407    98990 |    40454    17099     84 |  0.014 % |
8.68/8.74	|     25752 |   14571    42407    98990 |    44499    25748    107 |  0.014 % |
14.37/14.48	|     38730 |   14570    42345    98866 |    48949    38722    107 |  0.021 % |
24.27/24.38	|     58191 |   14570    42345    98866 |    53844    23847    148 |  0.021 % |
43.97/44.01	|     87385 |   14570    42345    98866 |    59229    53041    175 |  0.021 % |
70.66/70.71	|    131176 |   14570    42345    98866 |    65152    55186    125 |  0.021 % |
74.25/74.32	===============================================================================
74.25/74.32	restarts              : 17
74.25/74.32	conflicts             : 136950         (1863 /sec)
74.25/74.32	decisions             : 341980         (1.77 % random) (4653 /sec)
74.25/74.32	propagations          : 106493440      (1448913 /sec)
74.25/74.32	conflict literals     : 19237390       (24.36 % deleted)
74.25/74.32	Memory used           : 48.57 MB
74.25/74.32	CPU time              : 73.4988 s
74.25/74.32	
74.25/74.32	UNSATISFIABLE
74.25/74.32	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-1797583-1242080247/watcher-1797583-1242080247 -o /tmp/evaluation-result-1797583-1242080247/solver-1797583-1242080247 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797583-1242080247.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 1.00 3/64 11804
/proc/meminfo: memFree=1105528/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=1784 CPUtime=0
/proc/11804/stat : 11804 (IUT_BMB_SIM) R 11802 11804 11509 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 236051843 1826816 155 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/11804/statm: 446 156 90 274 0 169 0

[startup+0.0247659 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11804
/proc/meminfo: memFree=1105528/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=3804 CPUtime=0.02
/proc/11804/stat : 11804 (IUT_BMB_SIM) R 11802 11804 11509 0 -1 4194304 767 0 0 0 2 0 0 0 18 0 1 0 236051843 3895296 750 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/11804/statm: 951 751 97 274 0 674 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3804

[startup+0.102774 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11804
/proc/meminfo: memFree=1105528/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=4860 CPUtime=0.09
/proc/11804/stat : 11804 (IUT_BMB_SIM) R 11802 11804 11509 0 -1 4194304 1018 0 0 0 9 0 0 0 18 0 1 0 236051843 4976640 1001 1992294400 134512640 135635349 4294956224 18446744073709551615 135072743 0 0 4096 0 0 0 0 17 1 0 0
/proc/11804/statm: 1215 1002 97 274 0 938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4860

[startup+0.301796 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11804
/proc/meminfo: memFree=1105528/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=7500 CPUtime=0.29
/proc/11804/stat : 11804 (IUT_BMB_SIM) R 11802 11804 11509 0 -1 4194304 1708 0 0 0 29 0 0 0 19 0 1 0 236051843 7680000 1691 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/11804/statm: 1875 1691 97 274 0 1598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7500

[startup+0.701992 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11804
/proc/meminfo: memFree=1105528/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10184

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1092200/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=5844 CPUtime=0.78
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 1422 0 0 0 78 0 0 0 23 0 1 0 236051913 5984256 1172 1992294400 134512640 135212939 4294956320 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 1461 1172 77 170 0 1289 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16028

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1090152/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=8928 CPUtime=2.39
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 2199 0 0 0 238 1 0 0 25 0 1 0 236051913 9142272 1949 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 2232 1949 77 170 0 2060 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19112

[startup+6.30146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1084008/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=14208 CPUtime=5.59
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 3501 0 0 0 557 2 0 0 25 0 1 0 236051913 14548992 3251 1992294400 134512640 135212939 4294956320 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 3552 3251 77 170 0 3380 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24392

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1076392/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=21104 CPUtime=11.98
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 5234 0 0 0 1195 3 0 0 25 0 1 0 236051913 21610496 4984 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 5276 4984 77 170 0 5104 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31288

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1066344/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=30564 CPUtime=24.78
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 7606 0 0 0 2473 5 0 0 25 0 1 0 236051913 31297536 7356 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 7641 7356 77 170 0 7469 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40748

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047720/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49544 CPUtime=50.37
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12348 0 0 0 5028 9 0 0 25 0 1 0 236051913 50733056 12098 1992294400 134512640 135212939 4294956320 18446744073709551615 134529310 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12386 12098 77 170 0 12214 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 59728

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

[startup+63.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047400/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49544 CPUtime=63.17
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12351 0 0 0 6308 9 0 0 25 0 1 0 236051913 50733056 12101 1992294400 134512640 135212939 4294956320 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12386 12101 77 170 0 12214 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 59728

[startup+70.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047400/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49544 CPUtime=69.57
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12351 0 0 0 6948 9 0 0 25 0 1 0 236051913 50733056 12101 1992294400 134512640 135212939 4294956320 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12386 12101 77 170 0 12214 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 59728

[startup+71.9017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047400/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49544 CPUtime=71.17
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12351 0 0 0 7108 9 0 0 25 0 1 0 236051913 50733056 12101 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12386 12101 77 170 0 12214 0
Current children cumulated CPU time (s) 71.86
Current children cumulated vsize (KiB) 59728

[startup+73.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047336/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49728 CPUtime=72.77
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12366 0 0 0 7268 9 0 0 25 0 1 0 236051913 50921472 12116 1992294400 134512640 135212939 4294956320 18446744073709551615 134536008 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12432 12116 77 170 0 12260 0
Current children cumulated CPU time (s) 73.46
Current children cumulated vsize (KiB) 59912

[startup+73.9019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047336/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49728 CPUtime=73.17
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12367 0 0 0 7308 9 0 0 25 0 1 0 236051913 50921472 12117 1992294400 134512640 135212939 4294956320 18446744073709551615 134524230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12432 12117 77 170 0 12260 0
Current children cumulated CPU time (s) 73.86
Current children cumulated vsize (KiB) 59912

[startup+74.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11806
/proc/meminfo: memFree=1047336/2055920 swapFree=4180664/4192956
[pid=11804] ppid=11802 vsize=10184 CPUtime=0.69
/proc/11804/stat : 11804 (IUT_BMB_SIM) S 11802 11804 11509 0 -1 4194304 2421 0 0 0 51 18 0 0 22 0 1 0 236051843 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/11804/statm: 2546 2372 105 274 0 2269 0
[pid=11806] ppid=11804 vsize=49728 CPUtime=73.56
/proc/11806/stat : 11806 (minisat) R 11804 11804 11509 0 -1 4194304 12367 0 0 0 7347 9 0 0 25 0 1 0 236051913 50921472 12117 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11806/statm: 12432 12117 77 170 0 12260 0
Current children cumulated CPU time (s) 74.25
Current children cumulated vsize (KiB) 59912

Child status: 0
Real time (s): 74.3989
CPU time (s): 74.3707
CPU user time (s): 74.0837
CPU system time (s): 0.286956
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 59912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0837
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16412
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= 6
involuntary context switches= 205

runsolver used 0.095985 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 00:17:27
IDJOB=1797583
IDBENCH=70803
IDSOLVER=650
FILE ID=node59/1797583-1242080247
PBS_JOBID= 9277623
Free space on /tmp= 66292 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxand/maxand064.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797583-1242080247/watcher-1797583-1242080247 -o /tmp/evaluation-result-1797583-1242080247/solver-1797583-1242080247 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797583-1242080247.cnf HOME

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED=1274414194

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:       1106072 kB
Buffers:         74160 kB
Cached:         781288 kB
SwapCached:       6724 kB
Active:         187436 kB
Inactive:       678172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106072 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            2780 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            70288 kB
Committed_AS:   837224 kB
PageTables:       1472 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= 66288 MiB
End job on node59 at 2009-05-12 00:18:41