Trace number 1559254

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.0? (TO) 1200.05 1200.62

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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_SAT version 1.0
1.39/1.49	c WARNING: for repeatability, setting FPU to use double precision
1.39/1.49	c ============================[ Problem Statistics ]=============================
1.39/1.49	c |                                                                             |
1.39/1.49	c |  Number of variables:  31613                                                |
1.39/1.49	c |  Number of clauses:    94620                                                |
1.48/1.60	c |  Parsing time:         0.09         s                                       |
2.08/2.18	c ============================[ Search Statistics ]==============================
2.08/2.18	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.18	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.18	c ===============================================================================
2.08/2.18	c |         0 |   12559    53197   150965 |    17732        0    nan |  0.000 % |
2.18/2.20	c |       100 |   12559    53197   150965 |    19505      100     64 |  4.191 % |
2.47/2.58	c |       251 |   12559    53197   150965 |    21456      251     50 |  4.191 % |
3.28/3.40	c |       477 |   12559    53197   150965 |    23601      476     41 |  4.343 % |
4.96/5.01	c |       815 |   12511    52987   150487 |    25961      814     32 |  4.343 % |
6.86/6.91	c |      1322 |   12511    52987   150487 |    28558     1321     35 |  4.343 % |
9.26/9.32	c |      2082 |   12511    52987   150487 |    31413     2081     37 |  4.343 % |
13.46/13.57	c |      3221 |   12511    52987   150487 |    34555     3220     32 |  4.343 % |
20.56/20.63	c |      4931 |   12511    52987   150487 |    38010     4930     29 |  4.343 % |
32.96/33.07	c |      7493 |   12511    52987   150487 |    41811     7492     26 |  4.343 % |
49.14/49.29	c |     11338 |   12511    52987   150487 |    45993    11337     26 |  4.343 % |
76.63/76.75	c |     17104 |   12511    52987   150487 |    50592    17103     25 |  4.343 % |
120.72/120.89	c |     25753 |   12511    52987   150487 |    55651    25752     26 |  4.343 % |
189.18/189.34	c |     38727 |   12511    52987   150487 |    61216    38726     25 |  4.343 % |
290.33/290.55	c |     58188 |   12511    52987   150487 |    67338    58187     27 |  4.343 % |
459.74/460.03	c |     87380 |   12511    52987   150487 |    74072    32083     21 |  4.343 % |
705.35/705.73	c |    131170 |   12511    52987   150487 |    81479    75873     23 |  4.343 % |
1103.65/1104.29	c |    196854 |   12511    52987   150487 |    89627    73864     26 |  4.343 % |
1200.00/1200.61	sh: line 1: 29560 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.00/1200.61	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559254-1238880884/watcher-1559254-1238880884 -o /tmp/evaluation-result-1559254-1238880884/solver-1559254-1238880884 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1559254-1238880884.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.00 1.00 1.16 3/64 29557
/proc/meminfo: memFree=1581632/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=2400 CPUtime=0
/proc/29557/stat : 29557 (IUT_BMB_SAT) R 29555 29557 29174 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 1160753627 2457600 178 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/29557/statm: 600 179 93 274 0 323 0

[startup+0.021433 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 29557
/proc/meminfo: memFree=1581632/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=3284 CPUtime=0.02
/proc/29557/stat : 29557 (IUT_BMB_SAT) R 29555 29557 29174 0 -1 4194304 613 0 0 0 2 0 0 0 18 0 1 0 1160753627 3362816 596 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/29557/statm: 821 597 93 274 0 544 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3284

[startup+0.101444 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 29557
/proc/meminfo: memFree=1581632/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=7556 CPUtime=0.09
/proc/29557/stat : 29557 (IUT_BMB_SAT) R 29555 29557 29174 0 -1 4194304 1715 0 0 0 9 0 0 0 18 0 1 0 1160753627 7737344 1698 1992294400 134512640 135635285 4294956208 18446744073709551615 134531278 0 0 4096 0 0 0 0 17 0 0 0
/proc/29557/statm: 1889 1699 99 274 0 1612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7556

[startup+0.301472 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 29557
/proc/meminfo: memFree=1581632/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=10064 CPUtime=0.29
/proc/29557/stat : 29557 (IUT_BMB_SAT) R 29555 29557 29174 0 -1 4194304 2339 0 0 0 29 0 0 0 19 0 1 0 1160753627 10305536 2322 1992294400 134512640 135635285 4294956208 18446744073709551615 134534176 0 0 4096 0 0 0 0 17 0 0 0
/proc/29557/statm: 2516 2322 99 274 0 2239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10064

[startup+0.701531 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 29557
/proc/meminfo: memFree=1581632/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=16532 CPUtime=0.69
/proc/29557/stat : 29557 (IUT_BMB_SAT) R 29555 29557 29174 0 -1 4194304 3939 0 0 0 69 0 0 0 23 0 1 0 1160753627 16928768 3922 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/29557/statm: 4133 3922 99 274 0 3856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16532

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 29558
/proc/meminfo: memFree=1561784/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20640

[startup+3.10288 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 29560
/proc/meminfo: memFree=1542440/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=17940 CPUtime=1.59
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4575 0 0 0 158 1 0 0 25 0 1 0 1160753777 18370560 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4485 4159 85 178 0 4305 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 43936

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 29560
/proc/meminfo: memFree=1543528/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=17940 CPUtime=4.78
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4575 0 0 0 477 1 0 0 25 0 1 0 1160753777 18370560 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4485 4159 85 178 0 4305 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43936

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 29560
/proc/meminfo: memFree=1543528/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=17940 CPUtime=11.18
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4575 0 0 0 1117 1 0 0 25 0 1 0 1160753777 18370560 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4485 4159 85 178 0 4305 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43936

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 29560
/proc/meminfo: memFree=1543592/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=17940 CPUtime=23.98
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4575 0 0 0 2397 1 0 0 25 0 1 0 1160753777 18370560 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4485 4159 85 178 0 4305 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43936

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 29560
/proc/meminfo: memFree=1543592/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=18088 CPUtime=49.56
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4603 0 0 0 4955 1 0 0 25 0 1 0 1160753777 18522112 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4522 4187 85 178 0 4342 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44084

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.14 2/67 29562
/proc/meminfo: memFree=1543080/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=18384 CPUtime=100.75
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4669 0 0 0 10073 2 0 0 25 0 1 0 1160753777 18825216 4253 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4596 4253 85 178 0 4416 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44380

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/67 29562
/proc/meminfo: memFree=1542824/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=18816 CPUtime=160.71
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 4766 0 0 0 16069 2 0 0 25 0 1 0 1160753777 19267584 4350 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 4704 4350 85 178 0 4524 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 44812

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/67 29562
/proc/meminfo: memFree=1541288/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=20376 CPUtime=220.69
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 5137 0 0 0 22066 3 0 0 25 0 1 0 1160753777 20865024 4721 1992294400 134512640 135243223 4294956304 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 5094 4721 85 178 0 4914 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 46372

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 29562
/proc/meminfo: memFree=1539304/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=22428 CPUtime=280.65
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 5642 0 0 0 28062 3 0 0 25 0 1 0 1160753777 22966272 5226 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 5607 5226 85 178 0 5427 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 48424


################
# More data... #
################

[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=24356 CPUtime=640.5
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6114 0 0 0 64046 4 0 0 25 0 1 0 1160753777 24940544 5698 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6089 5698 85 178 0 5909 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 50352

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 29562
/proc/meminfo: memFree=1536936/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=24868 CPUtime=700.47
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6188 0 0 0 70043 4 0 0 25 0 1 0 1160753777 25464832 5772 1992294400 134512640 135243223 4294956304 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6217 5772 85 178 0 6037 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 50864

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 29562
/proc/meminfo: memFree=1535592/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26076 CPUtime=760.44
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6522 0 0 0 76040 4 0 0 25 0 1 0 1160753777 26701824 6106 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6519 6106 85 178 0 6339 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 52072

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 29562
/proc/meminfo: memFree=1535400/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26256 CPUtime=820.41
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6552 0 0 0 82037 4 0 0 25 0 1 0 1160753777 26886144 6136 1992294400 134512640 135243223 4294956304 18446744073709551615 134555655 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6564 6136 85 178 0 6384 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 52252

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 29562
/proc/meminfo: memFree=1535336/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26256 CPUtime=880.38
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6577 0 0 0 88034 4 0 0 25 0 1 0 1160753777 26886144 6161 1992294400 134512640 135243223 4294956304 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6564 6161 85 178 0 6384 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 52252

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 29562
/proc/meminfo: memFree=1535272/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26256 CPUtime=940.36
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6584 0 0 0 94032 4 0 0 25 0 1 0 1160753777 26886144 6168 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6564 6168 85 178 0 6384 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 52252

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 29562
/proc/meminfo: memFree=1535080/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26536 CPUtime=1000.32
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6622 0 0 0 100027 5 0 0 25 0 1 0 1160753777 27172864 6206 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6634 6206 85 178 0 6454 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 52532

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 29562
/proc/meminfo: memFree=1535080/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26536 CPUtime=1060.29
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6624 0 0 0 106024 5 0 0 25 0 1 0 1160753777 27172864 6208 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6634 6208 85 178 0 6454 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 52532

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 29562
/proc/meminfo: memFree=1534824/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=26820 CPUtime=1120.26
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6687 0 0 0 112021 5 0 0 25 0 1 0 1160753777 27463680 6271 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6705 6271 85 178 0 6525 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 52816

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 29562
/proc/meminfo: memFree=1534120/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=27480 CPUtime=1180.23
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6865 0 0 0 118018 5 0 0 25 0 1 0 1160753777 28139520 6449 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6870 6449 85 178 0 6690 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 53476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 29562
/proc/meminfo: memFree=1533672/2055920 swapFree=4175700/4192956
[pid=29557] ppid=29555 vsize=20640 CPUtime=1.48
/proc/29557/stat : 29557 (IUT_BMB_SAT) S 29555 29557 29174 0 -1 4194304 5098 0 0 0 115 33 0 0 25 0 1 0 1160753627 21135360 4987 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29557/statm: 5160 4987 106 274 0 4883 0
[pid=29559] ppid=29557 vsize=5356 CPUtime=0
/proc/29559/stat : 29559 (sh) S 29557 29557 29174 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160753777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29559/statm: 1339 232 193 169 0 50 0
[pid=29560] ppid=29559 vsize=27888 CPUtime=1198.52
/proc/29560/stat : 29560 (minisat) R 29559 29557 29174 0 -1 4194304 6962 0 0 0 119847 5 0 0 25 0 1 0 1160753777 28557312 6546 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29560/statm: 6972 6546 85 178 0 6792 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 53884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.05
CPU user time (s): 1199.64
CPU system time (s): 0.406938
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 53884

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

runsolver used 1.08583 second user time and 3.2965 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-04 23:34:44
IDJOB=1559254
IDBENCH=70873
IDSOLVER=523
FILE ID=node30/1559254-1238880884
PBS_JOBID= 9085976
Free space on /tmp= 66540 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559254-1238880884/watcher-1559254-1238880884 -o /tmp/evaluation-result-1559254-1238880884/solver-1559254-1238880884 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1559254-1238880884.cnf HOME

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=94025961

node30.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.260
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	: 5931.00
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.260
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:       1582112 kB
Buffers:         49412 kB
Cached:         356972 kB
SwapCached:      11476 kB
Active:         166696 kB
Inactive:       253164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582112 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:            3696 kB
Writeback:           0 kB
Mapped:          18744 kB
Slab:            40020 kB
Committed_AS:  3547680 kB
PageTables:       1368 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= 66536 MiB
End job on node30 at 2009-04-04 23:54:47