Trace number 1722564

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.06 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.89/0.94	c WARNING: for repeatability, setting FPU to use double precision
0.89/0.94	c ============================[ Problem Statistics ]=============================
0.89/0.94	c |                                                                             |
0.89/0.94	c |  Number of variables:  1898                                                 |
0.89/0.94	c |  Number of clauses:    118441                                               |
0.98/1.03	c |  Parsing time:         0.08         s                                       |
2.87/3.00	c ============================[ Search Statistics ]==============================
2.87/3.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.87/3.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.87/3.00	c ===============================================================================
2.87/3.00	c |         0 |    1235   114018   489437 |    38006        0    nan |  0.000 % |
2.97/3.03	c |       102 |    1235   114018   489437 |    41806      102     58 |  0.000 % |
2.97/3.05	c |       252 |    1235   114018   489437 |    45987      252     68 |  0.000 % |
2.97/3.09	c |       477 |    1235   114018   489437 |    50585      477     79 |  0.000 % |
3.07/3.15	c |       815 |    1235   114018   489437 |    55644      815     85 |  0.000 % |
3.18/3.23	c |      1322 |    1235   114018   489437 |    61209     1322     87 |  0.000 % |
3.28/3.36	c |      2081 |    1235   114018   489437 |    67329     2081     87 |  0.000 % |
3.47/3.56	c |      3220 |    1235   114018   489437 |    74062     3220     86 |  0.000 % |
3.77/3.86	c |      4929 |    1235   114018   489437 |    81469     4929     87 |  0.000 % |
4.88/4.93	c |      7493 |    1235   114018   489437 |    89616     7493     94 |  0.000 % |
6.97/7.02	c |     11338 |    1235   114018   489437 |    98577    11338     94 |  0.000 % |
10.27/10.40	c |     17104 |    1235   114018   489437 |   108435    17104     91 |  0.000 % |
20.27/20.33	c |     25754 |    1235   114018   489437 |   119279    25754     91 |  0.000 % |
40.45/40.56	c |     38730 |    1235   114018   489437 |   131207    38730     90 |  0.000 % |
106.34/106.43	c |     58192 |    1235   114018   489437 |   144327    58192     89 |  0.000 % |
180.90/181.09	c |     87387 |    1235   114018   489437 |   158760    87387     88 |  0.000 % |
619.26/619.53	c |    131178 |    1235   114018   489437 |   174636   131178     87 |  0.000 % |
1080.00/1080.46	c |    196862 |    1235   114018   489437 |   192100    38740     84 |  0.000 % |
1200.06/1200.51	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-1722564-1240676978/watcher-1722564-1240676978 -o /tmp/evaluation-result-1722564-1240676978/solver-1722564-1240676978 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1722564-1240676978.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.00 3/64 9418
/proc/meminfo: memFree=932872/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=2672 CPUtime=0
/proc/9418/stat : 9418 (IUT_BMB_SAT) R 9416 9418 8998 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 95725158 2736128 175 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/9418/statm: 668 176 90 274 0 391 0

[startup+0.075587 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9418
/proc/meminfo: memFree=932872/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=4224 CPUtime=0.07
/proc/9418/stat : 9418 (IUT_BMB_SAT) R 9416 9418 8998 0 -1 4194304 865 0 0 0 7 0 0 0 18 0 1 0 95725158 4325376 848 1992294400 134512640 135635285 4294956208 18446744073709551615 134625107 0 0 4096 0 0 0 0 17 0 0 0
/proc/9418/statm: 1056 849 97 274 0 779 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4224

[startup+0.10159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9418
/proc/meminfo: memFree=932872/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=4620 CPUtime=0.09
/proc/9418/stat : 9418 (IUT_BMB_SAT) R 9416 9418 8998 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 95725158 4730880 960 1992294400 134512640 135635285 4294956208 18446744073709551615 135088809 0 0 4096 0 0 0 0 17 0 0 0
/proc/9418/statm: 1155 960 97 274 0 878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4620

[startup+0.301607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9418
/proc/meminfo: memFree=932872/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8052 CPUtime=0.29
/proc/9418/stat : 9418 (IUT_BMB_SAT) R 9416 9418 8998 0 -1 4194304 1842 0 0 0 29 0 0 0 19 0 1 0 95725158 8245248 1825 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/9418/statm: 2013 1825 97 274 0 1736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8052

[startup+0.701643 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9418
/proc/meminfo: memFree=932872/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.69
/proc/9418/stat : 9418 (IUT_BMB_SAT) R 9416 9418 8998 0 -1 4194304 2017 0 0 0 46 23 0 0 23 0 1 0 95725158 9019392 2000 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/9418/statm: 2202 2000 100 274 0 1925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8808

[startup+1.50272 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=917616/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=8868 CPUtime=0.55
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 2081 0 0 0 55 0 0 0 22 0 1 0 95725252 9080832 2061 1992294400 134512640 135243223 4294956304 18446744073709551615 134536432 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 2217 2061 77 178 0 2037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23032

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=911600/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=11108 CPUtime=2.14
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 2932 0 0 0 214 0 0 0 25 0 1 0 95725252 11374592 2669 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 2777 2669 85 178 0 2597 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25272

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=911216/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=13108 CPUtime=5.34
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 3425 0 0 0 533 1 0 0 25 0 1 0 95725252 13422592 3162 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 3277 3162 85 178 0 3097 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27272

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=907320/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=16556 CPUtime=11.74
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 4259 0 0 0 1172 2 0 0 25 0 1 0 95725252 16953344 3996 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 4139 3996 85 178 0 3959 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30720

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=903224/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=20760 CPUtime=24.53
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 5298 0 0 0 2450 3 0 0 25 0 1 0 95725252 21258240 5035 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 5190 5035 85 178 0 5010 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34924

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=897720/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=26380 CPUtime=50.12
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 6667 0 0 0 5007 5 0 0 25 0 1 0 95725252 27013120 6404 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 6595 6404 85 178 0 6415 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 40544

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=891320/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=32800 CPUtime=101.31
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 8234 0 0 0 10125 6 0 0 25 0 1 0 95725252 33587200 7971 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 8200 7971 85 178 0 8020 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 46964

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=885944/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=38472 CPUtime=161.28
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 9599 0 0 0 16120 8 0 0 25 0 1 0 95725252 39395328 9336 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 9618 9336 85 178 0 9438 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 52636

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=877304/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=47140 CPUtime=221.27
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 11750 0 0 0 22117 10 0 0 25 0 1 0 95725252 48271360 11464 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 11785 11464 85 178 0 11605 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 61304

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9421
/proc/meminfo: memFree=875384/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=855416/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=69856 CPUtime=761.1
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 17191 0 0 0 76094 16 0 0 25 0 1 0 95725252 71532544 16905 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 17464 16905 85 178 0 17284 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 84020

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=852984/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=72316 CPUtime=821.08
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 17808 0 0 0 82091 17 0 0 25 0 1 0 95725252 74051584 17514 1992294400 134512640 135243223 4294956304 18446744073709551615 134555725 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 18079 17514 85 178 0 17899 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 86480

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=850936/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=74468 CPUtime=881.06
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 18323 0 0 0 88089 17 0 0 25 0 1 0 95725252 76255232 18029 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 18617 18029 85 178 0 18437 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 88632

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=848824/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=76608 CPUtime=941.03
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 18864 0 0 0 94086 17 0 0 25 0 1 0 95725252 78446592 18570 1992294400 134512640 135243223 4294956304 18446744073709551615 134555540 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 19152 18570 85 178 0 18972 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 90772

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=846328/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=79072 CPUtime=1001
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19481 0 0 0 100082 18 0 0 25 0 1 0 95725252 80969728 19178 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 19768 19178 85 178 0 19588 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 93236

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=844600/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=80820 CPUtime=1060.98
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19928 0 0 0 106080 18 0 0 25 0 1 0 95725252 82759680 19625 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 20205 19625 85 178 0 20025 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 94984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=844536/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=80820 CPUtime=1120.95
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19935 0 0 0 112077 18 0 0 25 0 1 0 95725252 82759680 19632 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 20205 19632 85 178 0 20025 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 94984

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=844472/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=80820 CPUtime=1180.93
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19944 0 0 0 118074 19 0 0 25 0 1 0 95725252 82759680 19641 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 20205 19641 85 178 0 20025 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 94984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=844408/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=80820 CPUtime=1199.13
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19944 0 0 0 119894 19 0 0 25 0 1 0 95725252 82759680 19641 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 20205 19641 85 178 0 20025 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 94984

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=844408/2055920 swapFree=4192956/4192956
[pid=9418] ppid=9416 vsize=8808 CPUtime=0.93
/proc/9418/stat : 9418 (IUT_BMB_SAT) S 9416 9418 8998 0 -1 4194304 2023 0 0 0 55 38 0 0 25 0 1 0 95725158 9019392 2005 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9418/statm: 2202 2005 105 274 0 1925 0
[pid=9420] ppid=9418 vsize=5356 CPUtime=0
/proc/9420/stat : 9420 (sh) S 9418 9418 8998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95725252 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9420/statm: 1339 232 193 169 0 50 0
[pid=9421] ppid=9420 vsize=80820 CPUtime=1199.13
/proc/9421/stat : 9421 (minisat) R 9420 9418 8998 0 -1 4194304 19944 0 0 0 119894 19 0 0 25 0 1 0 95725252 82759680 19641 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/9421/statm: 20205 19641 85 178 0 20025 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 94984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9418 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=562914
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=387941
# CPU time returned by wait4() is 0.950855
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1199.49
CPU system time (s): 0.57
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 94984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.562914
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3117
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= 6
involuntary context switches= 4

runsolver used 1.19582 second user time and 3.17952 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-25 18:29:38
IDJOB=1722564
IDBENCH=71092
IDSOLVER=523
FILE ID=node55/1722564-1240676978
PBS_JOBID= 9186604
Free space on /tmp= 66380 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_12_UNKNOWN.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722564-1240676978/watcher-1722564-1240676978 -o /tmp/evaluation-result-1722564-1240676978/solver-1722564-1240676978 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1722564-1240676978.cnf HOME

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=428165205

node55.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.240
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.240
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:        933352 kB
Buffers:         94164 kB
Cached:         919512 kB
SwapCached:          0 kB
Active:         353164 kB
Inactive:       674408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        933352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            81072 kB
Committed_AS:   261008 kB
PageTables:       1360 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= 66376 MiB
End job on node55 at 2009-04-25 18:49:40