Trace number 1720124

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_SAT 1.0UNSAT 49.9824 50.0116

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.1565
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.09/1.13	c WARNING: for repeatability, setting FPU to use double precision
1.09/1.13	c ============================[ Problem Statistics ]=============================
1.09/1.13	c |                                                                             |
1.09/1.13	c |  Number of variables:  7000                                                 |
1.09/1.13	c |  Number of clauses:    67033                                                |
1.09/1.19	c |  Parsing time:         0.06         s                                       |
1.12/1.51	c ============================[ Search Statistics ]==============================
1.12/1.51	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.51	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.51	c ===============================================================================
1.12/1.51	c |         0 |    4968    60901   200916 |    20300        0    nan |  0.000 % |
1.12/1.55	c |       101 |    4967    60901   200916 |    22330      100     31 |  0.672 % |
1.12/1.58	c |       251 |    4967    60901   200916 |    24563      250     26 |  0.672 % |
1.12/1.64	c |       476 |    4967    60901   200916 |    27019      475     24 |  0.672 % |
1.12/1.71	c |       813 |    4921    60219   199136 |    29721      812     23 |  0.671 % |
1.12/1.80	c |      1319 |    4921    60219   199136 |    32693     1318     25 |  0.671 % |
1.12/1.97	c |      2079 |    4921    60219   199136 |    35963     2078     32 |  0.672 % |
2.18/2.24	c |      3218 |    4921    60219   199136 |    39559     3217     34 |  0.671 % |
2.58/2.63	c |      4927 |    4921    60219   199136 |    43515     4926     34 |  0.673 % |
3.28/3.36	c |      7489 |    4920    60207   199106 |    47867     7486     33 |  0.700 % |
4.07/4.12	c |     11333 |    4919    60195   199082 |    52653    11330     41 |  0.700 % |
5.58/5.66	c |     17099 |    4919    60195   199082 |    57919    17096     43 |  0.701 % |
7.57/7.66	c |     25748 |    4919    60195   199082 |    63711    25745     47 |  0.701 % |
11.78/11.81	c |     38723 |    4785    58263   194234 |    70082    36690     51 |  2.614 % |
19.78/19.89	c |     58185 |    4784    58032   193603 |    77090    53967     52 |  2.629 % |
33.86/33.94	c |     87377 |    4782    57562   192426 |    84799    62928     53 |  2.657 % |
49.76/49.88	c ===============================================================================
49.76/49.88	c restarts              : 16
49.76/49.88	c conflicts             : 116010         (2384 /sec)
49.76/49.88	c decisions             : 171898         (0.42 % random) (3532 /sec)
49.76/49.88	c propagations          : 32038290       (658254 /sec)
49.76/49.88	c conflict literals     : 5520566        (47.51 % deleted)
49.76/49.88	c Memory used           : 24.64 MB
49.76/49.88	c CPU time              : 48.6716 s
49.76/49.88	
49.76/49.88	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-1720124-1240652862/watcher-1720124-1240652862 -o /tmp/evaluation-result-1720124-1240652862/solver-1720124-1240652862 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1720124-1240652862.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.33 1.77 1.63 3/64 19619
/proc/meminfo: memFree=1921464/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=2080 CPUtime=0
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 93314430 2129920 177 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 520 178 90 274 0 243 0

[startup+0.105277 s]
/proc/loadavg: 1.33 1.77 1.63 3/64 19619
/proc/meminfo: memFree=1921464/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=4492 CPUtime=0.1
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 936 0 0 0 10 0 0 0 18 0 1 0 93314430 4599808 919 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 1123 919 97 274 0 846 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4492

[startup+0.201287 s]
/proc/loadavg: 1.33 1.77 1.63 3/64 19619
/proc/meminfo: memFree=1921464/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=5812 CPUtime=0.19
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 1258 0 0 0 19 0 0 0 18 0 1 0 93314430 5951488 1241 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 1453 1241 97 274 0 1176 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5812

[startup+0.301297 s]
/proc/loadavg: 1.33 1.77 1.63 3/64 19619
/proc/meminfo: memFree=1921464/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=7000 CPUtime=0.29
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 1575 0 0 0 29 0 0 0 19 0 1 0 93314430 7168000 1558 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 1750 1558 97 274 0 1473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7000

[startup+0.701341 s]
/proc/loadavg: 1.33 1.77 1.63 3/64 19619
/proc/meminfo: memFree=1921464/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=13864 CPUtime=0.69
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 3292 0 0 0 68 1 0 0 23 0 1 0 93314430 14196736 3275 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 3466 3275 97 274 0 3189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13864

[startup+1.50243 s]
/proc/loadavg: 1.33 1.77 1.63 2/65 19620
/proc/meminfo: memFree=1907056/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 14488

[startup+3.10161 s]
/proc/loadavg: 1.33 1.77 1.63 2/67 19622
/proc/meminfo: memFree=1898976/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=8164 CPUtime=1.96
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 2108 0 0 0 195 1 0 0 25 0 1 0 93314543 8359936 1906 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 2041 1906 84 178 0 1861 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28008

[startup+6.30196 s]
/proc/loadavg: 1.31 1.76 1.62 2/67 19622
/proc/meminfo: memFree=1897632/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=10588 CPUtime=5.16
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 2685 0 0 0 514 2 0 0 25 0 1 0 93314543 10842112 2483 1992294400 134512640 135243223 4294956304 18446744073709551615 134555956 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 2647 2483 84 178 0 2467 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30432

[startup+12.7017 s]
/proc/loadavg: 1.28 1.74 1.62 2/67 19622
/proc/meminfo: memFree=1892128/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=15552 CPUtime=11.55
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 3950 0 0 0 1152 3 0 0 25 0 1 0 93314543 15925248 3748 1992294400 134512640 135243223 4294956304 18446744073709551615 134555741 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 3888 3748 84 178 0 3708 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35396

[startup+25.5011 s]
/proc/loadavg: 1.22 1.71 1.61 2/67 19622
/proc/meminfo: memFree=1885856/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=21744 CPUtime=24.35
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 5449 0 0 0 2431 4 0 0 25 0 1 0 93314543 22265856 5247 1992294400 134512640 135243223 4294956304 18446744073709551615 134555800 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 5436 5247 84 178 0 5256 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41588

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

[startup+25.6021 s]
/proc/loadavg: 1.22 1.71 1.61 2/67 19622
/proc/meminfo: memFree=1885856/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=21744 CPUtime=24.45
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 5462 0 0 0 2441 4 0 0 25 0 1 0 93314543 22265856 5260 1992294400 134512640 135243223 4294956304 18446744073709551615 134555587 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 5436 5260 84 178 0 5256 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 41588

[startup+38.4015 s]
/proc/loadavg: 1.18 1.68 1.60 2/67 19622
/proc/meminfo: memFree=1884064/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=23756 CPUtime=37.24
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 5954 0 0 0 3720 4 0 0 25 0 1 0 93314543 24326144 5752 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 5939 5752 84 178 0 5759 0
Current children cumulated CPU time (s) 38.36
Current children cumulated vsize (KiB) 43600

[startup+44.8022 s]
/proc/loadavg: 1.17 1.67 1.60 2/67 19622
/proc/meminfo: memFree=1883552/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=24040 CPUtime=43.63
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 6047 0 0 0 4359 4 0 0 25 0 1 0 93314543 24616960 5845 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 6010 5845 84 178 0 5830 0
Current children cumulated CPU time (s) 44.75
Current children cumulated vsize (KiB) 43884

[startup+48.0016 s]
/proc/loadavg: 1.16 1.66 1.60 2/67 19622
/proc/meminfo: memFree=1882528/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=25096 CPUtime=46.83
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 6290 0 0 0 4679 4 0 0 25 0 1 0 93314543 25698304 6088 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 6274 6088 84 178 0 6094 0
Current children cumulated CPU time (s) 47.95
Current children cumulated vsize (KiB) 44940

[startup+48.8017 s]
/proc/loadavg: 1.16 1.66 1.60 2/67 19622
/proc/meminfo: memFree=1882272/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=25228 CPUtime=47.64
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 6343 0 0 0 4759 5 0 0 25 0 1 0 93314543 25833472 6141 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 6307 6141 84 178 0 6127 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 45072

[startup+49.6057 s]
/proc/loadavg: 1.16 1.66 1.60 2/67 19622
/proc/meminfo: memFree=1882144/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=14488 CPUtime=1.12
/proc/19619/stat : 19619 (IUT_BMB_SAT) S 19617 19619 19372 0 -1 4194304 3464 0 0 0 88 24 0 0 25 0 1 0 93314430 14835712 3445 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19619/statm: 3622 3445 105 274 0 3345 0
[pid=19621] ppid=19619 vsize=5356 CPUtime=0
/proc/19621/stat : 19621 (sh) S 19619 19619 19372 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 93314543 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1339 232 193 169 0 50 0
[pid=19622] ppid=19621 vsize=25228 CPUtime=48.44
/proc/19622/stat : 19622 (minisat) R 19621 19619 19372 0 -1 4194304 6354 0 0 0 4839 5 0 0 25 0 1 0 93314543 25833472 6152 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 6307 6152 84 178 0 6127 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 45072

[startup+50.0018 s]
/proc/loadavg: 1.16 1.66 1.60 2/67 19622
/proc/meminfo: memFree=1882144/2055920 swapFree=4180628/4192956
[pid=19619] ppid=19617 vsize=8240 CPUtime=49.96
/proc/19619/stat : 19619 (IUT_BMB_SAT) R 19617 19619 19372 0 -1 4194304 6288 6643 0 0 99 25 4867 5 18 0 1 0 93314430 8437760 1887 1992294400 134512640 135635285 4294956208 18446744073709551615 135067188 0 0 4096 0 0 0 0 17 0 0 0
/proc/19619/statm: 2060 1887 106 274 0 1783 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 8240

Child status: 0
Real time (s): 50.0116
CPU time (s): 49.9824
CPU user time (s): 49.6734
CPU system time (s): 0.308953
CPU usage (%): 99.9416
Max. virtual memory (cumulated for all children) (KiB): 45072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.6734
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12935
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= 8
involuntary context switches= 164

runsolver used 0.043993 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 11:47:43
IDJOB=1720124
IDBENCH=69594
IDSOLVER=523
FILE ID=node42/1720124-1240652862
PBS_JOBID= 9186492
Free space on /tmp= 66328 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720124-1240652862/watcher-1720124-1240652862 -o /tmp/evaluation-result-1720124-1240652862/solver-1720124-1240652862 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1720124-1240652862.cnf HOME

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=2012839646

node42.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.232
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.232
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:       1922008 kB
Buffers:          7892 kB
Cached:          58496 kB
SwapCached:       6100 kB
Active:          31660 kB
Inactive:        43320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922008 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            45116 kB
Committed_AS:   415976 kB
PageTables:       1388 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= 66324 MiB
End job on node42 at 2009-04-25 11:48:33