Trace number 1797560

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 83.5313 83.5838

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.8045
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.59/0.65	This is MiniSat 2.0 beta
0.59/0.65	WARNING: for repeatability, setting FPU to use double precision
0.59/0.65	============================[ Problem Statistics ]=============================
0.59/0.65	|                                                                             |
0.59/0.65	|  Number of variables:  14578                                                |
0.59/0.65	|  Number of clauses:    42537                                                |
0.59/0.68	|  Parsing time:         0.02         s                                       |
0.59/0.68	============================[ Search Statistics ]==============================
0.59/0.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.68	===============================================================================
0.59/0.68	|         0 |   14573    42537    99250 |    14179        0    nan |  0.000 % |
0.64/0.70	|       101 |   14573    42537    99250 |    15596      101     11 |  0.000 % |
0.64/0.72	|       253 |   14573    42537    99250 |    17156      253     11 |  0.000 % |
0.64/0.74	|       478 |   14573    42537    99250 |    18872      478     17 |  0.000 % |
0.64/0.78	|       817 |   14573    42537    99250 |    20759      817     19 |  0.000 % |
0.64/0.84	|      1323 |   14573    42537    99250 |    22835     1323     23 |  0.000 % |
0.97/1.02	|      2082 |   14573    42537    99250 |    25118     2082     32 |  0.000 % |
1.07/1.19	|      3221 |   14572    42472    99120 |    27630     3219     40 |  0.007 % |
1.37/1.43	|      4931 |   14572    42472    99120 |    30393     4929     49 |  0.007 % |
1.97/2.03	|      7493 |   14572    42472    99120 |    33433     7491     64 |  0.007 % |
2.87/2.90	|     11338 |   14571    42407    98990 |    36776    11334     66 |  0.014 % |
3.87/3.93	|     17104 |   14571    42407    98990 |    40454    17100     68 |  0.014 % |
6.27/6.34	|     25755 |   14571    42407    98990 |    44499    25751     74 |  0.014 % |
12.97/13.02	|     38730 |   14571    42407    98990 |    48949    38726    109 |  0.014 % |
23.26/23.39	|     58192 |   14571    42407    98990 |    53844    24334    153 |  0.014 % |
42.85/42.94	|     87384 |   14571    42407    98990 |    59229    53526    158 |  0.014 % |
76.23/76.40	|    131174 |   14571    42407    98990 |    65152    55161    148 |  0.014 % |
83.43/83.50	===============================================================================
83.43/83.50	restarts              : 17
83.43/83.50	conflicts             : 142404         (1722 /sec)
83.43/83.50	decisions             : 349081         (1.77 % random) (4221 /sec)
83.43/83.50	propagations          : 121807077      (1472836 /sec)
83.43/83.50	conflict literals     : 20466606       (23.60 % deleted)
83.43/83.50	Memory used           : 46.76 MB
83.43/83.50	CPU time              : 82.7024 s
83.43/83.50	
83.43/83.50	UNSATISFIABLE
83.43/83.51	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-1797560-1242078974/watcher-1797560-1242078974 -o /tmp/evaluation-result-1797560-1242078974/solver-1797560-1242078974 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797560-1242078974.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 0.99 1.00 3/64 15077
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=1784 CPUtime=0
/proc/15077/stat : 15077 (IUT_BMB_SIM) R 15075 15077 14761 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 62899253 1826816 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15077/statm: 446 175 90 274 0 169 0

[startup+0.00693394 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 15077
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=1784 CPUtime=0
/proc/15077/stat : 15077 (IUT_BMB_SIM) R 15075 15077 14761 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 62899253 1826816 204 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15077/statm: 446 205 90 274 0 169 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1784

[startup+0.101943 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 15077
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=4860 CPUtime=0.09
/proc/15077/stat : 15077 (IUT_BMB_SIM) R 15075 15077 14761 0 -1 4194304 1039 0 0 0 9 0 0 0 18 0 1 0 62899253 4976640 1022 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/15077/statm: 1215 1022 97 274 0 938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4860

[startup+0.301964 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 15077
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=8028 CPUtime=0.3
/proc/15077/stat : 15077 (IUT_BMB_SIM) R 15075 15077 14761 0 -1 4194304 1839 0 0 0 29 1 0 0 19 0 1 0 62899253 8220672 1822 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15077/statm: 2007 1822 97 274 0 1730 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8028

[startup+0.702017 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 15077
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10184

[startup+1.50109 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1855176/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=5976 CPUtime=0.83
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 1471 0 0 0 83 0 0 0 25 0 1 0 62899318 6119424 1221 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 1494 1221 77 170 0 1322 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16160

[startup+3.10126 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=8524 CPUtime=2.43
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 2095 0 0 0 242 1 0 0 25 0 1 0 62899318 8728576 1845 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 2131 1845 77 170 0 1959 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18708

[startup+6.30259 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1848328/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=13444 CPUtime=5.63
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 3316 0 0 0 561 2 0 0 25 0 1 0 62899318 13766656 3066 1992294400 134512640 135212939 4294956320 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 3361 3066 77 170 0 3189 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23628

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1837704/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=22848 CPUtime=12.03
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 5668 0 0 0 1199 4 0 0 25 0 1 0 62899318 23396352 5418 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 5712 5418 77 170 0 5540 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33032

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1828680/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=31256 CPUtime=24.82
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 7764 0 0 0 2476 6 0 0 25 0 1 0 62899318 32006144 7514 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 7814 7514 77 170 0 7642 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41440

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812424/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47528 CPUtime=50.4
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11832 0 0 0 5031 9 0 0 25 0 1 0 62899318 48668672 11582 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11882 11582 77 170 0 11710 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 57712

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

[startup+63.9016 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812424/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47528 CPUtime=63.19
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11832 0 0 0 6310 9 0 0 25 0 1 0 62899318 48668672 11582 1992294400 134512640 135212939 4294956320 18446744073709551615 134526617 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11882 11582 77 170 0 11710 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 57712

[startup+76.702 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812296/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47756 CPUtime=75.99
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11874 0 0 0 7590 9 0 0 25 0 1 0 62899318 48902144 11624 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11939 11624 77 170 0 11767 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 57940

[startup+79.9013 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812232/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47756 CPUtime=79.18
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11874 0 0 0 7909 9 0 0 25 0 1 0 62899318 48902144 11624 1992294400 134512640 135212939 4294956320 18446744073709551615 134537508 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11939 11624 77 170 0 11767 0
Current children cumulated CPU time (s) 79.82
Current children cumulated vsize (KiB) 57940

[startup+81.5015 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812104/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47876 CPUtime=80.78
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11876 0 0 0 8069 9 0 0 25 0 1 0 62899318 49025024 11626 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11969 11626 77 170 0 11797 0
Current children cumulated CPU time (s) 81.42
Current children cumulated vsize (KiB) 58060

[startup+82.3016 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812104/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47876 CPUtime=81.58
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11877 0 0 0 8149 9 0 0 25 0 1 0 62899318 49025024 11627 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11969 11627 77 170 0 11797 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 58060

[startup+83.1026 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812104/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47876 CPUtime=82.38
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11878 0 0 0 8229 9 0 0 25 0 1 0 62899318 49025024 11628 1992294400 134512640 135212939 4294956320 18446744073709551615 134535558 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11969 11628 77 170 0 11797 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 58060

[startup+83.5027 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 15079
/proc/meminfo: memFree=1812104/2055920 swapFree=4192812/4192956
[pid=15077] ppid=15075 vsize=10184 CPUtime=0.64
/proc/15077/stat : 15077 (IUT_BMB_SIM) S 15075 15077 14761 0 -1 4194304 2421 0 0 0 48 16 0 0 23 0 1 0 62899253 10428416 2372 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15077/statm: 2546 2372 105 274 0 2269 0
[pid=15079] ppid=15077 vsize=47876 CPUtime=82.79
/proc/15079/stat : 15079 (minisat) R 15077 15077 14761 0 -1 4194304 11878 0 0 0 8270 9 0 0 25 0 1 0 62899318 49025024 11628 1992294400 134512640 135212939 4294956320 18446744073709551615 134537467 0 0 4096 3 0 0 0 17 0 0 0
/proc/15079/statm: 11969 11628 77 170 0 11797 0
Current children cumulated CPU time (s) 83.43
Current children cumulated vsize (KiB) 58060

Child status: 0
Real time (s): 83.5838
CPU time (s): 83.5313
CPU user time (s): 83.2573
CPU system time (s): 0.273958
CPU usage (%): 99.9372
Max. virtual memory (cumulated for all children) (KiB): 58060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.2573
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15923
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= 5
involuntary context switches= 262

runsolver used 0.084987 second user time and 0.233964 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-11 23:56:14
IDJOB=1797560
IDBENCH=70756
IDSOLVER=650
FILE ID=node7/1797560-1242078974
PBS_JOBID= 9277590
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED=795160938

node7.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.243
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.243
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:       1869048 kB
Buffers:         35056 kB
Cached:          58032 kB
SwapCached:        140 kB
Active:          33972 kB
Inactive:        73156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2780 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            65764 kB
Committed_AS:   190856 kB
PageTables:       1444 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= 66316 MiB
End job on node7 at 2009-05-11 23:57:38