Trace number 1797554

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 44.8162 44.8551

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.7423
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.29/0.35	This is MiniSat 2.0 beta
0.29/0.35	WARNING: for repeatability, setting FPU to use double precision
0.29/0.35	============================[ Problem Statistics ]=============================
0.29/0.35	|                                                                             |
0.29/0.35	|  Number of variables:  7807                                                 |
0.29/0.35	|  Number of clauses:    22375                                                |
0.29/0.36	|  Parsing time:         0.01         s                                       |
0.29/0.36	============================[ Search Statistics ]==============================
0.29/0.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.36	===============================================================================
0.29/0.36	|         0 |    7204    19201    46784 |     6400        0    nan |  0.000 % |
0.29/0.37	|       100 |    7202    19201    46784 |     7040       98      9 |  0.061 % |
0.29/0.39	|       250 |    7197    19170    46716 |     7744      247      9 |  0.097 % |
0.34/0.41	|       475 |    7197    19170    46716 |     8518      472     14 |  0.101 % |
0.34/0.49	|       812 |    7197    19170    46716 |     9370      809     21 |  0.097 % |
0.34/0.58	|      1319 |    7197    19170    46716 |    10307     1316     26 |  0.097 % |
0.34/0.76	|      2079 |    7197    19170    46716 |    11338     2076     29 |  0.097 % |
0.98/1.04	|      3219 |    7197    19170    46716 |    12472     3216     32 |  0.097 % |
1.38/1.47	|      4927 |    7197    19170    46716 |    13719     4924     36 |  0.097 % |
2.18/2.23	|      7491 |    7197    19170    46716 |    15091     7488     32 |  0.097 % |
3.77/3.86	|     11335 |    7197    19170    46716 |    16600    11332     32 |  0.097 % |
6.38/6.47	|     17101 |    7192    19158    46692 |    18260     8643     26 |  0.167 % |
9.58/9.66	|     25752 |    7192    19150    46676 |    20086    17292     24 |  0.167 % |
15.47/15.56	|     38727 |    7191    19146    46668 |    22095    19199     24 |  0.181 % |
24.56/24.62	|     58189 |    7191    19146    46668 |    24305    15314     22 |  0.182 % |
39.55/39.64	|     87382 |    7099    18640    45545 |    26735    24286     27 |  1.459 % |
44.74/44.82	===============================================================================
44.74/44.82	restarts              : 16
44.74/44.82	conflicts             : 95547          (2151 /sec)
44.74/44.82	decisions             : 113345         (1.31 % random) (2552 /sec)
44.74/44.82	propagations          : 84098066       (1893365 /sec)
44.74/44.82	conflict literals     : 2548953        (58.46 % deleted)
44.74/44.82	Memory used           : 7.23 MB
44.74/44.82	CPU time              : 44.4172 s
44.74/44.82	
44.74/44.82	UNSATISFIABLE
44.74/44.82	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-1797554-1242078659/watcher-1797554-1242078659 -o /tmp/evaluation-result-1797554-1242078659/solver-1797554-1242078659 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797554-1242078659.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.01 1.03 3/65 19214
/proc/meminfo: memFree=1376792/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=1572 CPUtime=0
/proc/19214/stat : 19214 (IUT_BMB_SIM) R 19212 19214 18902 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 235896043 1609728 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/19214/statm: 393 169 90 274 0 116 0

[startup+0.073743 s]
/proc/loadavg: 1.00 1.01 1.03 3/65 19214
/proc/meminfo: memFree=1376792/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=3456 CPUtime=0.07
/proc/19214/stat : 19214 (IUT_BMB_SIM) R 19212 19214 18902 0 -1 4194304 685 0 0 0 7 0 0 0 18 0 1 0 235896043 3538944 668 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19214/statm: 864 668 97 274 0 587 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3456

[startup+0.101745 s]
/proc/loadavg: 1.00 1.01 1.03 3/65 19214
/proc/meminfo: memFree=1376792/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=3852 CPUtime=0.09
/proc/19214/stat : 19214 (IUT_BMB_SIM) R 19212 19214 18902 0 -1 4194304 776 0 0 0 9 0 0 0 18 0 1 0 235896043 3944448 759 1992294400 134512640 135635349 4294956224 18446744073709551615 134694531 0 0 4096 0 0 0 0 17 0 0 0
/proc/19214/statm: 963 760 97 274 0 686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3852

[startup+0.301767 s]
/proc/loadavg: 1.00 1.01 1.03 3/65 19214
/proc/meminfo: memFree=1376792/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.29
/proc/19214/stat : 19214 (IUT_BMB_SIM) R 19212 19214 18902 0 -1 4194304 1381 0 0 0 25 4 0 0 20 0 1 0 235896043 6320128 1363 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/19214/statm: 1543 1363 100 274 0 1266 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6172

[startup+0.701818 s]
/proc/loadavg: 1.00 1.01 1.03 3/65 19214
/proc/meminfo: memFree=1376792/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 6172

[startup+1.5029 s]
/proc/loadavg: 1.00 1.01 1.03 2/67 19216
/proc/meminfo: memFree=1369096/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=4120 CPUtime=1.14
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 959 0 0 0 114 0 0 0 25 0 1 0 235896078 4218880 709 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1030 709 76 170 0 858 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10292

[startup+3.10108 s]
/proc/loadavg: 1.08 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1368328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=4780 CPUtime=2.73
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1142 0 0 0 273 0 0 0 25 0 1 0 235896078 4894720 892 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1195 892 76 170 0 1023 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10952

[startup+6.30143 s]
/proc/loadavg: 1.08 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1366920/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=5996 CPUtime=5.94
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1441 0 0 0 593 1 0 0 25 0 1 0 235896078 6139904 1191 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1499 1191 76 170 0 1327 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12168

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1366352/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=6316 CPUtime=12.33
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1514 0 0 0 1232 1 0 0 25 0 1 0 235896078 6467584 1264 1992294400 134512640 135212939 4294956320 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1579 1264 76 170 0 1407 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12488

[startup+25.5026 s]
/proc/loadavg: 1.06 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1366096/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=6596 CPUtime=25.11
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1589 0 0 0 2510 1 0 0 25 0 1 0 235896078 6754304 1339 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/19216/statm: 1649 1339 76 170 0 1477 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12768

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

[startup+38.302 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365712/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=6992 CPUtime=37.9
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1702 0 0 0 3789 1 0 0 25 0 1 0 235896078 7159808 1452 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1748 1452 76 170 0 1576 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 13164

[startup+41.5014 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365392/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=41.1
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1788 0 0 0 4109 1 0 0 25 0 1 0 235896078 7577600 1538 1992294400 134512640 135212939 4294956320 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1538 76 170 0 1678 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 13572

[startup+43.1015 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=42.7
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1792 0 0 0 4269 1 0 0 25 0 1 0 235896078 7577600 1542 1992294400 134512640 135212939 4294956320 18446744073709551615 134529421 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1542 76 170 0 1678 0
Current children cumulated CPU time (s) 43.04
Current children cumulated vsize (KiB) 13572

[startup+43.9026 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=43.51
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1792 0 0 0 4350 1 0 0 25 0 1 0 235896078 7577600 1542 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1542 76 170 0 1678 0
Current children cumulated CPU time (s) 43.85
Current children cumulated vsize (KiB) 13572

[startup+44.3027 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=43.9
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1792 0 0 0 4389 1 0 0 25 0 1 0 235896078 7577600 1542 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1542 76 170 0 1678 0
Current children cumulated CPU time (s) 44.24
Current children cumulated vsize (KiB) 13572

[startup+44.7017 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=44.3
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1792 0 0 0 4429 1 0 0 25 0 1 0 235896078 7577600 1542 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1542 76 170 0 1678 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 13572

[startup+44.8017 s]
/proc/loadavg: 1.04 1.02 1.03 2/67 19216
/proc/meminfo: memFree=1365328/2055920 swapFree=4180448/4192956
[pid=19214] ppid=19212 vsize=6172 CPUtime=0.34
/proc/19214/stat : 19214 (IUT_BMB_SIM) S 19212 19214 18902 0 -1 4194304 1387 0 0 0 26 8 0 0 20 0 1 0 235896043 6320128 1368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19214/statm: 1543 1368 105 274 0 1266 0
[pid=19216] ppid=19214 vsize=7400 CPUtime=44.4
/proc/19216/stat : 19216 (minisat) R 19214 19214 18902 0 -1 4194304 1792 0 0 0 4439 1 0 0 25 0 1 0 235896078 7577600 1542 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/19216/statm: 1850 1542 76 170 0 1678 0
Current children cumulated CPU time (s) 44.74
Current children cumulated vsize (KiB) 13572

Child status: 0
Real time (s): 44.8551
CPU time (s): 44.8162
CPU user time (s): 44.7122
CPU system time (s): 0.103984
CPU usage (%): 99.9134
Max. virtual memory (cumulated for all children) (KiB): 13572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.7122
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4086
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= 229

runsolver used 0.06099 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-11 23:50:59
IDJOB=1797554
IDBENCH=69621
IDSOLVER=650
FILE ID=node76/1797554-1242078659
PBS_JOBID= 9277652
Free space on /tmp= 66396 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797554-1242078659/watcher-1797554-1242078659 -o /tmp/evaluation-result-1797554-1242078659/solver-1797554-1242078659 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797554-1242078659.cnf HOME

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED=1974804632

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1377336 kB
Buffers:         67956 kB
Cached:         550460 kB
SwapCached:       7184 kB
Active:         216272 kB
Inactive:       411876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377336 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          13688 kB
Slab:            36388 kB
Committed_AS:   779664 kB
PageTables:       1436 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= 66392 MiB
End job on node76 at 2009-05-11 23:51:44