Trace number 1806912

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 553.227 553.461

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark553.227
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.59/1.69	This is MiniSat 2.0 beta
1.59/1.69	WARNING: for repeatability, setting FPU to use double precision
1.59/1.69	============================[ Problem Statistics ]=============================
1.59/1.69	|                                                                             |
1.59/1.69	|  Number of variables:  55                                                   |
1.59/1.69	|  Number of clauses:    139590                                               |
1.67/1.86	|  Parsing time:         0.15         s                                       |
1.67/1.86	============================[ Search Statistics ]==============================
1.67/1.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.67/1.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.67/1.86	===============================================================================
1.67/1.86	|         0 |      55   139590  1667160 |    46530        0    nan |  0.000 % |
1.67/1.87	|       100 |      55   139590  1667160 |    51183      100     20 |  0.034 % |
1.67/1.89	|       250 |      55   139590  1667160 |    56301      250     19 |  0.034 % |
1.67/1.91	|       475 |      55   139590  1667160 |    61931      475     18 |  0.034 % |
1.67/1.95	|       815 |      55   139590  1667160 |    68124      815     18 |  0.034 % |
1.67/2.00	|      1323 |      55   139590  1667160 |    74937     1323     17 |  0.034 % |
1.67/2.08	|      2082 |      55   139590  1667160 |    82430     2082     17 |  0.034 % |
2.17/2.24	|      3223 |      55   139590  1667160 |    90673     3223     17 |  0.034 % |
2.37/2.47	|      4931 |      55   139590  1667160 |    99741     4931     17 |  0.034 % |
2.87/2.91	|      7493 |      55   139590  1667160 |   109715     7493     17 |  0.034 % |
3.46/3.59	|     11337 |      55   139590  1667160 |   120686    11337     16 |  0.034 % |
4.56/4.67	|     17104 |      55   139590  1667160 |   132755    17104     16 |  0.034 % |
7.46/7.53	|     25754 |      55   139590  1667160 |   146031    25754     16 |  0.034 % |
14.16/14.23	|     38728 |      55   139590  1667160 |   160634    38728     16 |  0.034 % |
28.86/28.94	|     58190 |      55   139590  1667160 |   176697    58190     16 |  0.034 % |
58.93/59.04	|     87384 |      55   139590  1667160 |   194367    87384     15 |  0.034 % |
140.60/140.72	|    131174 |      55   139590  1667160 |   213804   131174     15 |  0.034 % |
322.63/322.89	|    196859 |      55   139590  1667160 |   235184   196859     15 |  0.034 % |
521.94/522.22	|    295385 |      54   109350  1304280 |   258702    13657     15 |  1.852 % |
553.13/553.43	===============================================================================
553.13/553.43	restarts              : 19
553.13/553.43	conflicts             : 355003         (644 /sec)
553.13/553.43	decisions             : 376321         (1.86 % random) (682 /sec)
553.13/553.43	propagations          : 2493093        (4521 /sec)
553.13/553.43	conflict literals     : 5045953        (23.53 % deleted)
553.13/553.43	Memory used           : 39.05 MB
553.13/553.43	CPU time              : 551.422 s
553.13/553.43	
553.13/553.43	UNSATISFIABLE
553.13/553.44	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-1806912-1242153440/watcher-1806912-1242153440 -o /tmp/evaluation-result-1806912-1242153440/solver-1806912-1242153440 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806912-1242153440.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 12730
/proc/meminfo: memFree=1191416/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=2920 CPUtime=0
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 243377512 2990080 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 730 175 90 274 0 453 0

[startup+0.0584761 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12730
/proc/meminfo: memFree=1191416/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=4268 CPUtime=0.05
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 889 0 0 0 5 0 0 0 18 0 1 0 243377512 4370432 872 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 1067 872 93 274 0 790 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4268

[startup+0.101479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12730
/proc/meminfo: memFree=1191416/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=5360 CPUtime=0.09
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 1153 0 0 0 9 0 0 0 18 0 1 0 243377512 5488640 1136 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 1340 1136 93 274 0 1063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301501 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12730
/proc/meminfo: memFree=1191416/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=11204 CPUtime=0.29
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 2411 0 0 0 28 1 0 0 19 0 1 0 243377512 11472896 2394 1992294400 134512640 135635349 4294956224 18446744073709551615 134547020 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 2801 2394 93 274 0 2524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11204

[startup+0.701541 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12730
/proc/meminfo: memFree=1191416/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20108 CPUtime=0.69
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 4686 0 0 0 67 2 0 0 23 0 1 0 243377512 20590592 4669 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 5027 4669 93 274 0 4750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20108

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12731
/proc/meminfo: memFree=1171120/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.49
/proc/12730/stat : 12730 (IUT_BMB_SIM) R 12728 12730 12351 0 -1 4194304 4801 0 0 0 107 42 0 0 25 0 1 0 243377512 20996096 4784 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/12730/statm: 5126 4784 98 274 0 4849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20504

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12732
/proc/meminfo: memFree=1154856/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=14944 CPUtime=1.4
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 3671 0 0 0 138 2 0 0 25 0 1 0 243377681 15302656 3421 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/12732/statm: 3736 3421 76 170 0 3564 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35448

[startup+6.30112 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 12732
/proc/meminfo: memFree=1152360/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=16656 CPUtime=4.59
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 4088 0 0 0 456 3 0 0 25 0 1 0 243377681 17055744 3838 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 4164 3838 76 170 0 3992 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 37160

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 12732
/proc/meminfo: memFree=1150824/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=18236 CPUtime=10.99
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 4464 0 0 0 1096 3 0 0 25 0 1 0 243377681 18673664 4214 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 4559 4214 76 170 0 4387 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38740

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 12732
/proc/meminfo: memFree=1149096/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=20184 CPUtime=23.78
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 4925 0 0 0 2375 3 0 0 25 0 1 0 243377681 20668416 4675 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 5046 4675 76 170 0 4874 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40688

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 12732
/proc/meminfo: memFree=1146472/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=22924 CPUtime=49.36
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 5569 0 0 0 4932 4 0 0 25 0 1 0 243377681 23474176 5319 1992294400 134512640 135212939 4294956320 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 5731 5319 76 170 0 5559 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 43428

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12732
/proc/meminfo: memFree=1143016/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=26796 CPUtime=100.55
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 6434 0 0 0 10050 5 0 0 25 0 1 0 243377681 27439104 6176 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 6699 6176 76 170 0 6527 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 47300

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12732
/proc/meminfo: memFree=1140392/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=29776 CPUtime=160.51
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 7089 0 0 0 16046 5 0 0 25 0 1 0 243377681 30490624 6831 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 7444 6831 76 170 0 7272 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 50280

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12732
/proc/meminfo: memFree=1138152/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=31928 CPUtime=220.49
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 7636 0 0 0 22043 6 0 0 25 0 1 0 243377681 32694272 7378 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 7982 7378 76 170 0 7810 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 52432

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1135848/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=33952 CPUtime=280.48
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 8183 0 0 0 28041 7 0 0 25 0 1 0 243377681 34766848 7925 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 8488 7925 76 170 0 8316 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 54456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1134120/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=35648 CPUtime=340.44
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 8615 0 0 0 34037 7 0 0 25 0 1 0 243377681 36503552 8349 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 8912 8349 76 170 0 8740 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 56152

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1132840/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=37320 CPUtime=400.43
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 8951 0 0 0 40035 8 0 0 25 0 1 0 243377681 38215680 8685 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9330 8685 76 170 0 9158 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 57824

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1131304/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39108 CPUtime=460.4
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9336 0 0 0 46032 8 0 0 25 0 1 0 243377681 40046592 9070 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9777 9070 76 170 0 9605 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 59612

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130664/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39744 CPUtime=520.37
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9485 0 0 0 52029 8 0 0 25 0 1 0 243377681 40697856 9219 1992294400 134512640 135212939 4294956320 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9936 9219 76 170 0 9764 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 60248

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

[startup+537.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130664/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39744 CPUtime=535.57
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9485 0 0 0 53549 8 0 0 25 0 1 0 243377681 40697856 9219 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9936 9219 76 170 0 9764 0
Current children cumulated CPU time (s) 537.24
Current children cumulated vsize (KiB) 60248

[startup+543.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=541.97
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9530 0 0 0 54189 8 0 0 25 0 1 0 243377681 40947712 9264 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9264 76 170 0 9825 0
Current children cumulated CPU time (s) 543.64
Current children cumulated vsize (KiB) 60492

[startup+550.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=548.36
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 54828 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 550.03
Current children cumulated vsize (KiB) 60492

[startup+551.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=549.96
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 54988 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 551.63
Current children cumulated vsize (KiB) 60492

[startup+552.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=550.76
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 55068 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 552.43
Current children cumulated vsize (KiB) 60492

[startup+553.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=551.16
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 55108 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 552.83
Current children cumulated vsize (KiB) 60492

[startup+553.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=551.37
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 55129 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 553.04
Current children cumulated vsize (KiB) 60492

[startup+553.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12734
/proc/meminfo: memFree=1130536/2055920 swapFree=4180272/4192956
[pid=12730] ppid=12728 vsize=20504 CPUtime=1.67
/proc/12730/stat : 12730 (IUT_BMB_SIM) S 12728 12730 12351 0 -1 4194304 4808 0 0 0 116 51 0 0 25 0 1 0 243377512 20996096 4790 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12730/statm: 5126 4790 104 274 0 4849 0
[pid=12732] ppid=12730 vsize=39988 CPUtime=551.46
/proc/12732/stat : 12732 (minisat) R 12730 12730 12351 0 -1 4194304 9534 0 0 0 55138 8 0 0 25 0 1 0 243377681 40947712 9268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12732/statm: 9997 9268 76 170 0 9825 0
Current children cumulated CPU time (s) 553.13
Current children cumulated vsize (KiB) 60492

Child status: 0
Real time (s): 553.461
CPU time (s): 553.227
CPU user time (s): 552.607
CPU system time (s): 0.619905
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 60492

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

runsolver used 0.487925 second user time and 1.53577 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-12 20:37:20
IDJOB=1806912
IDBENCH=71128
IDSOLVER=650
FILE ID=node24/1806912-1242153440
PBS_JOBID= 9289697
Free space on /tmp= 66272 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806912-1242153440/watcher-1806912-1242153440 -o /tmp/evaluation-result-1806912-1242153440/solver-1806912-1242153440 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806912-1242153440.cnf HOME

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1589722705

node24.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:       1191896 kB
Buffers:         56216 kB
Cached:         730800 kB
SwapCached:       6476 kB
Active:         110012 kB
Inactive:       685492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191896 kB
SwapTotal:     4192956 kB
SwapFree:      4180272 kB
Dirty:            7044 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            54544 kB
Committed_AS:   880860 kB
PageTables:       1440 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= 66264 MiB
End job on node24 at 2009-05-12 20:46:33