Trace number 1515844

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
VARSAT-industrial 2009-03-22? (TO) 1200.09 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S197260469-019.cnf
MD5SUMc0553d7e475dba3d28dcd703430a5f12
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark761.028
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          265813192.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.14	c |       101 |      60     5340    37380 |     1958      101     24 |  0.028 % |
0.09/0.16	c |       251 |      60     5340    37380 |     2153      251     23 |  0.028 % |
0.09/0.19	c |       476 |      60     5340    37380 |     2369      476     23 |  0.028 % |
0.19/0.21	c |       814 |      60     5340    37380 |     2606      814     22 |  0.028 % |
0.19/0.25	c |      1320 |      60     5340    37380 |     2866     1320     22 |  0.028 % |
0.29/0.30	c |      2079 |      60     5340    37380 |     3153     2079     22 |  0.028 % |
0.29/0.38	c |      3218 |      60     5340    37380 |     3468     1627     21 |  0.028 % |
0.39/0.48	c |      4926 |      60     5340    37380 |     3815     3335     21 |  0.028 % |
0.59/0.63	c |      7488 |      60     5340    37380 |     4197     2057     21 |  0.028 % |
0.79/0.84	c |     11333 |      60     5340    37380 |     4616     3791     21 |  0.028 % |
1.10/1.17	c |     17099 |      60     5340    37380 |     5078     2588     20 |  0.028 % |
1.59/1.66	c |     25749 |      60     5340    37380 |     5586     3579     20 |  0.028 % |
2.39/2.43	c |     38724 |      60     5340    37380 |     6145     5325     21 |  0.028 % |
3.59/3.64	c |     58185 |      60     5340    37380 |     6759     3193     20 |  0.028 % |
5.40/5.46	c |     87380 |      60     5340    37380 |     7435     5253     20 |  0.028 % |
8.29/8.34	c |    131170 |      60     5340    37380 |     8179     4282     19 |  0.028 % |
12.89/12.93	c |    196855 |      60     5340    37380 |     8996     4347     19 |  0.028 % |
19.98/20.05	c |    295381 |      60     5340    37380 |     9896     8159     19 |  0.028 % |
31.28/31.32	c |    443172 |      60     5340    37380 |    10886     7169     19 |  0.028 % |
49.57/49.66	c |    664855 |      60     5340    37380 |    11974    10638     20 |  0.028 % |
78.47/78.54	c |    997380 |      60     5340    37380 |    13172     7250     19 |  0.028 % |
124.16/124.24	c |   1496169 |      60     5340    37380 |    14489    11229     19 |  0.028 % |
198.64/198.73	c |   2244351 |      60     5340    37380 |    15938    12020     20 |  0.028 % |
319.71/319.87	c |   3366626 |      60     5340    37380 |    17532     9112     19 |  0.028 % |
515.66/515.88	c |   5050039 |      60     5340    37380 |    19285    16109     20 |  0.028 % |
837.77/838.07	c |   7575155 |      60     5340    37380 |    21214    12107     18 |  0.028 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1515844-1238260120/watcher-1515844-1238260120 -o /tmp/evaluation-result-1515844-1238260120/solver-1515844-1238260120 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=265813192 HOME/instance-1515844-1238260120.cnf 

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 0.99 0.99 3/81 27000
/proc/meminfo: memFree=1060456/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=2828 CPUtime=0
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 329 0 0 0 0 0 0 0 20 0 1 0 1098675940 2895872 314 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 707 317 87 221 0 483 0

[startup+0.0517219 s]
/proc/loadavg: 1.00 0.99 0.99 3/81 27000
/proc/meminfo: memFree=1060456/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=3380 CPUtime=0.04
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 497 0 0 0 4 0 0 0 20 0 1 0 1098675940 3461120 482 1992294400 4194304 5102648 548682068784 18446744073709551615 4272865 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 845 482 98 221 0 621 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3380

[startup+0.101727 s]
/proc/loadavg: 1.00 0.99 0.99 3/81 27000
/proc/meminfo: memFree=1060456/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=3564 CPUtime=0.09
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 518 0 0 0 9 0 0 0 20 0 1 0 1098675940 3649536 503 1992294400 4194304 5102648 548682068784 18446744073709551615 4272366 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 891 503 98 221 0 667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3564

[startup+0.30175 s]
/proc/loadavg: 1.00 0.99 0.99 3/81 27000
/proc/meminfo: memFree=1060456/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=3504 CPUtime=0.29
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 531 0 0 0 29 0 0 0 22 0 1 0 1098675940 3588096 516 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 876 516 110 221 0 652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3504

[startup+0.701794 s]
/proc/loadavg: 1.00 0.99 0.99 3/81 27000
/proc/meminfo: memFree=1060456/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=3664 CPUtime=0.69
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 572 0 0 0 69 0 0 0 25 0 1 0 1098675940 3751936 557 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 916 557 110 221 0 692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3664

[startup+1.50189 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1058464/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=4064 CPUtime=1.49
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 653 0 0 0 149 0 0 0 25 0 1 0 1098675940 4161536 638 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1016 638 110 221 0 792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4064

[startup+3.10107 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1057888/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=4468 CPUtime=3.09
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 768 0 0 0 309 0 0 0 25 0 1 0 1098675940 4575232 753 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1117 753 110 221 0 893 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4468

[startup+6.30143 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1057248/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=5044 CPUtime=6.29
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 895 0 0 0 629 0 0 0 25 0 1 0 1098675940 5165056 880 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1261 880 110 221 0 1037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5044

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1056552/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=5528 CPUtime=12.69
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1007 0 0 0 1269 0 0 0 25 0 1 0 1098675940 5660672 992 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1382 992 110 221 0 1158 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5528

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1055784/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=6248 CPUtime=25.48
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1190 0 0 0 2548 0 0 0 25 0 1 0 1098675940 6397952 1175 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1562 1175 110 221 0 1338 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6248

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1055016/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=7076 CPUtime=51.07
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1368 0 0 0 5107 0 0 0 25 0 1 0 1098675940 7245824 1353 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 1769 1353 110 221 0 1545 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7076

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1054120/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=8148 CPUtime=102.26
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1604 0 0 0 10226 0 0 0 25 0 1 0 1098675940 8343552 1589 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2037 1589 110 221 0 1813 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8148

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1053352/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=8908 CPUtime=162.24
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1808 0 0 0 16224 0 0 0 25 0 1 0 1098675940 9121792 1793 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2227 1793 110 221 0 2003 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8908

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1052584/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=9508 CPUtime=222.24
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 1954 0 0 0 22223 1 0 0 25 0 1 0 1098675940 9736192 1939 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2377 1939 110 221 0 2153 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 9508

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1051816/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=10456 CPUtime=282.22
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2155 0 0 0 28221 1 0 0 25 0 1 0 1098675940 10706944 2140 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2614 2140 110 221 0 2390 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 10456

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1051624/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=10644 CPUtime=342.2
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2207 0 0 0 34219 1 0 0 25 0 1 0 1098675940 10899456 2192 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2661 2192 110 221 0 2437 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 10644

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1051240/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=11212 CPUtime=402.18
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2302 0 0 0 40217 1 0 0 25 0 1 0 1098675940 11481088 2287 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2803 2287 110 221 0 2579 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11212

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1051048/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=11404 CPUtime=462.16
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2342 0 0 0 46215 1 0 0 25 0 1 0 1098675940 11677696 2327 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2851 2327 110 221 0 2627 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 11404

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1050792/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=11664 CPUtime=522.15
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2408 0 0 0 52213 2 0 0 25 0 1 0 1098675940 11943936 2393 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 2916 2393 110 221 0 2692 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 11664

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1050344/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12232 CPUtime=582.13
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2516 0 0 0 58211 2 0 0 25 0 1 0 1098675940 12525568 2501 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3058 2501 110 221 0 2834 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 12232

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1050088/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12424 CPUtime=642.12
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2573 0 0 0 64210 2 0 0 25 0 1 0 1098675940 12722176 2558 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3106 2558 110 221 0 2882 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 12424

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1050024/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12424 CPUtime=702.11
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2586 0 0 0 70208 3 0 0 25 0 1 0 1098675940 12722176 2571 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3106 2571 110 221 0 2882 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 12424

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049896/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12612 CPUtime=762.1
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2628 0 0 0 76207 3 0 0 25 0 1 0 1098675940 12914688 2613 1992294400 4194304 5102648 548682068784 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3153 2613 110 221 0 2929 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 12612

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049768/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12612 CPUtime=822.08
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2652 0 0 0 82205 3 0 0 25 0 1 0 1098675940 12914688 2637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3153 2637 110 221 0 2929 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 12612

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049576/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=882.06
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2703 0 0 0 88203 3 0 0 25 0 1 0 1098675940 13111296 2688 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2688 110 221 0 2977 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 12804

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049512/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=942.04
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2709 0 0 0 94201 3 0 0 25 0 1 0 1098675940 13111296 2694 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2694 110 221 0 2977 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 12804

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049512/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=1002.03
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2713 0 0 0 100200 3 0 0 25 0 1 0 1098675940 13111296 2698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2698 110 221 0 2977 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 12804

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049448/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=1062.01
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2727 0 0 0 106198 3 0 0 25 0 1 0 1098675940 13111296 2712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2712 110 221 0 2977 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 12804

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049448/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=1122
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2734 0 0 0 112197 3 0 0 25 0 1 0 1098675940 13111296 2719 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2719 110 221 0 2977 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 12804

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049384/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=1181.98
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2741 0 0 0 118195 3 0 0 25 0 1 0 1098675940 13111296 2726 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2726 110 221 0 2977 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 12804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/82 27001
/proc/meminfo: memFree=1049384/2055920 swapFree=4172176/4192956
[pid=27000] ppid=26998 vsize=12804 CPUtime=1200.08
/proc/27000/stat : 27000 (varsat-industri) R 26998 27000 26692 0 -1 4194304 2742 0 0 0 120005 3 0 0 25 0 1 0 1098675940 13111296 2727 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/27000/statm: 3201 2727 110 221 0 2977 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 12804

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.41
CPU time (s): 1200.09
CPU user time (s): 1200.06
CPU system time (s): 0.034994
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 12804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.06
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2742
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= 2
involuntary context switches= 1313

runsolver used 1.41778 second user time and 4.05138 second system time

The end

Launcher Data

Begin job on node85 at 2009-03-28 18:08:40
IDJOB=1515844
IDBENCH=70463
IDSOLVER=538
FILE ID=node85/1515844-1238260120
PBS_JOBID= 9060786
Free space on /tmp= 126788 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S197260469-019.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515844-1238260120/watcher-1515844-1238260120 -o /tmp/evaluation-result-1515844-1238260120/solver-1515844-1238260120 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=265813192 HOME/instance-1515844-1238260120.cnf

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

MD5SUM BENCH= c0553d7e475dba3d28dcd703430a5f12
RANDOM SEED=265813192

node85.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1060936 kB
Buffers:         62924 kB
Cached:         849008 kB
SwapCached:       9944 kB
Active:         651736 kB
Inactive:       271716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060936 kB
SwapTotal:     4192956 kB
SwapFree:      4172176 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          16988 kB
Slab:            55796 kB
Committed_AS:  2604024 kB
PageTables:       2596 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= 126788 MiB
End job on node85 at 2009-03-28 18:28:43