Trace number 1806947

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 47.5918 47.6169

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK09.cnf
MD5SUM58cbf73dc7f1fd4bb325152069db03fb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.6941
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of clauses7938
Sum of the clauses size92232
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 4378
Number of clauses of size 50
Number of clauses of size over 57560

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.06/0.09	This is MiniSat 2.0 beta
0.06/0.09	WARNING: for repeatability, setting FPU to use double precision
0.06/0.09	============================[ Problem Statistics ]=============================
0.06/0.09	|                                                                             |
0.06/0.09	|  Number of variables:  36                                                   |
0.06/0.09	|  Number of clauses:    7938                                                 |
0.09/0.10	|  Parsing time:         0.01         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |      36     7938    92232 |     2646        0    nan |  0.000 % |
0.09/0.11	|       100 |      36     7938    92232 |     2910      100     21 |  0.079 % |
0.09/0.12	|       251 |      36     7938    92232 |     3201      251     19 |  0.079 % |
0.09/0.13	|       478 |      36     7938    92232 |     3521      478     18 |  0.079 % |
0.09/0.16	|       817 |      36     7938    92232 |     3874      817     18 |  0.079 % |
0.09/0.20	|      1323 |      36     7938    92232 |     4261     1323     17 |  0.079 % |
0.09/0.27	|      2083 |      36     7938    92232 |     4687     2083     17 |  0.079 % |
0.09/0.36	|      3224 |      36     7938    92232 |     5156     3224     17 |  0.079 % |
0.09/0.55	|      4933 |      36     7938    92232 |     5671     4933     17 |  0.079 % |
0.09/0.82	|      7495 |      36     7938    92232 |     6239     4649     16 |  0.079 % |
1.18/1.21	|     11339 |      36     7938    92232 |     6863     5363     16 |  0.079 % |
1.78/1.81	|     17106 |      36     7938    92232 |     7549     4243     16 |  0.079 % |
2.58/2.61	|     25755 |      36     7938    92232 |     8304     5326     15 |  0.079 % |
3.88/3.94	|     38730 |      36     7938    92232 |     9134     5825     15 |  0.079 % |
5.88/5.95	|     58191 |      36     7938    92232 |    10048     6982     15 |  0.079 % |
8.88/8.93	|     87383 |      36     7938    92232 |    11052     5973     15 |  0.079 % |
13.47/13.59	|    131173 |      36     7938    92232 |    12158    11016     15 |  0.079 % |
21.08/21.17	|    196860 |      36     7938    92232 |    13374     9723     14 |  0.082 % |
32.47/32.57	|    295386 |      36     7938    92232 |    14711     7803     13 |  0.234 % |
47.56/47.61	===============================================================================
47.56/47.61	restarts              : 19
47.56/47.61	conflicts             : 430199         (9061 /sec)
47.56/47.61	decisions             : 452083         (1.66 % random) (9522 /sec)
47.56/47.61	propagations          : 3025274        (63720 /sec)
47.56/47.61	conflict literals     : 6106212        (23.84 % deleted)
47.56/47.61	Memory used           : 5.30 MB
47.56/47.61	CPU time              : 47.4778 s
47.56/47.61	
47.56/47.61	UNSATISFIABLE
47.56/47.61	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-1806947-1242153740/watcher-1806947-1242153740 -o /tmp/evaluation-result-1806947-1242153740/solver-1806947-1242153740 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806947-1242153740.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 0.97 3/64 5823
/proc/meminfo: memFree=1193448/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=1424 CPUtime=0
/proc/5823/stat : 5823 (IUT_BMB_SIM) R 5821 5823 5258 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 243407452 1458176 155 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/5823/statm: 356 155 93 274 0 79 0

[startup+0.0655779 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5823
/proc/meminfo: memFree=1193448/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.06
/proc/5823/stat : 5823 (IUT_BMB_SIM) R 5821 5823 5258 0 -1 4194304 444 0 0 0 5 1 0 0 18 0 1 0 243407452 2564096 427 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/5823/statm: 626 427 98 274 0 349 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2504

[startup+0.101588 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5823
/proc/meminfo: memFree=1193448/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2504

[startup+0.301612 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5823
/proc/meminfo: memFree=1193448/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2504

[startup+0.701666 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5823
/proc/meminfo: memFree=1193448/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2504

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1189912/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=3504 CPUtime=1.39
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 823 0 0 0 139 0 0 0 25 0 1 0 243407462 3588096 573 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 876 573 76 170 0 704 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6008

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1189528/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=3780 CPUtime=2.99
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 887 0 0 0 299 0 0 0 25 0 1 0 243407462 3870720 637 1992294400 134512640 135212939 4294956320 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 945 637 76 170 0 773 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6284

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1189080/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=4064 CPUtime=6.19
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 961 0 0 0 619 0 0 0 25 0 1 0 243407462 4161536 711 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1016 711 76 170 0 844 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6568

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1188632/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=4536 CPUtime=12.58
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1049 0 0 0 1258 0 0 0 25 0 1 0 243407462 4644864 799 1992294400 134512640 135212939 4294956320 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1134 799 76 170 0 962 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7040

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1188184/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5144 CPUtime=25.39
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1191 0 0 0 2538 1 0 0 25 0 1 0 243407462 5267456 941 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1286 941 76 170 0 1114 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7648

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

[startup+38.3016 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187928/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5284 CPUtime=38.18
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1248 0 0 0 3817 1 0 0 25 0 1 0 243407462 5410816 998 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1321 998 76 170 0 1149 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 7788

[startup+41.502 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5284 CPUtime=41.38
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1250 0 0 0 4137 1 0 0 25 0 1 0 243407462 5410816 1000 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1321 1000 76 170 0 1149 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 7788

[startup+44.7015 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5284 CPUtime=44.57
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1250 0 0 0 4456 1 0 0 25 0 1 0 243407462 5410816 1000 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1321 1000 76 170 0 1149 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 7788

[startup+46.3017 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5428 CPUtime=46.17
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1261 0 0 0 4616 1 0 0 25 0 1 0 243407462 5558272 1011 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1357 1011 76 170 0 1185 0
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (KiB) 7932

[startup+47.1018 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5428 CPUtime=46.97
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1261 0 0 0 4696 1 0 0 25 0 1 0 243407462 5558272 1011 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1357 1011 76 170 0 1185 0
Current children cumulated CPU time (s) 47.06
Current children cumulated vsize (KiB) 7932

[startup+47.5018 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5428 CPUtime=47.37
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1261 0 0 0 4736 1 0 0 25 0 1 0 243407462 5558272 1011 1992294400 134512640 135212939 4294956320 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1357 1011 76 170 0 1185 0
Current children cumulated CPU time (s) 47.46
Current children cumulated vsize (KiB) 7932

[startup+47.6018 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5825
/proc/meminfo: memFree=1187864/2055920 swapFree=4181380/4192956
[pid=5823] ppid=5821 vsize=2504 CPUtime=0.09
/proc/5823/stat : 5823 (IUT_BMB_SIM) S 5821 5823 5258 0 -1 4194304 451 0 0 0 6 3 0 0 18 0 1 0 243407452 2564096 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5823/statm: 626 433 104 274 0 349 0
[pid=5825] ppid=5823 vsize=5428 CPUtime=47.47
/proc/5825/stat : 5825 (minisat) R 5823 5823 5258 0 -1 4194304 1261 0 0 0 4746 1 0 0 25 0 1 0 243407462 5558272 1011 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/5825/statm: 1357 1011 76 170 0 1185 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 7932

Child status: 0
Real time (s): 47.6169
CPU time (s): 47.5918
CPU user time (s): 47.5408
CPU system time (s): 0.050992
CPU usage (%): 99.9473
Max. virtual memory (cumulated for all children) (KiB): 7932

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

runsolver used 0.042993 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 20:42:20
IDJOB=1806947
IDBENCH=71133
IDSOLVER=650
FILE ID=node13/1806947-1242153740
PBS_JOBID= 9289708
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 58cbf73dc7f1fd4bb325152069db03fb
RANDOM SEED=156113102

node13.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.227
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.227
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:       1193992 kB
Buffers:         73184 kB
Cached:         706948 kB
SwapCached:       5336 kB
Active:         184396 kB
Inactive:       604088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193992 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            59492 kB
Committed_AS:   806700 kB
PageTables:       1468 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= 66408 MiB
End job on node13 at 2009-05-12 20:43:07