Trace number 1785028

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) 5000.04 5001.92

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
Bench CategoryCRAFTED (crafted 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 variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  520                                                  |
0.00/0.00	c |  Number of clauses:    24646                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1403952334.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.39/0.41	c ============================[ Search Statistics ]==============================
0.39/0.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	c ===============================================================================
0.39/0.41	c |         0 |     490    24616   112678 |     8205        0    nan |  0.000 % |
0.39/0.48	c |       100 |     490    24616   112678 |     9025      100     36 |  0.000 % |
0.49/0.54	c |       250 |     490    24616   112678 |     9928      250     41 |  0.000 % |
0.59/0.61	c |       475 |     490    24616   112678 |    10921      475     43 |  0.000 % |
0.59/0.69	c |       812 |     490    24616   112678 |    12013      812     43 |  0.000 % |
0.69/0.77	c |      1318 |     490    24616   112678 |    13214     1318     43 |  0.000 % |
0.79/0.86	c |      2077 |     490    24616   112678 |    14536     2077     51 |  0.000 % |
0.89/0.99	c |      3219 |     490    24616   112678 |    15989     3219     47 |  0.000 % |
1.09/1.17	c |      4927 |     490    24616   112678 |    17588     4927     47 |  0.000 % |
1.39/1.41	c |      7489 |     490    24616   112678 |    19347     7489     50 |  0.000 % |
1.69/1.78	c |     11334 |     490    24616   112678 |    21282    11334     52 |  0.000 % |
2.39/2.42	c |     17100 |     490    24616   112678 |    23410    17100     54 |  0.000 % |
3.39/3.43	c |     25749 |     490    24616   112678 |    25751    13516     62 |  0.000 % |
5.79/5.84	c |     38723 |     490    24616   112678 |    28327    12226     62 |  0.000 % |
9.48/9.52	c |     58184 |     490    24616   112678 |    31159    15896     57 |  0.000 % |
16.49/16.50	c |     87377 |     490    24616   112678 |    34275    25965     50 |  0.000 % |
24.68/24.76	c |    131167 |     490    24616   112678 |    37703    29087     57 |  0.000 % |
45.38/45.46	c |    196851 |     490    24616   112678 |    41473    20657     53 |  0.000 % |
73.26/73.31	c |    295377 |     490    24616   112678 |    45620    35867     58 |  0.000 % |
129.84/129.91	c |    443166 |     490    24616   112678 |    50183    29670     52 |  0.000 % |
265.29/265.48	c |    664849 |     490    24616   112678 |    55201    42764     92 |  0.000 % |
423.04/423.23	c |    997376 |     490    24616   112678 |    60721    45808     70 |  0.000 % |
614.96/615.22	c |   1496165 |     490    24616   112678 |    66793    47694     54 |  0.000 % |
1061.89/1062.30	c |   2244348 |     490    24616   112678 |    73473    64470     56 |  0.000 % |
1767.83/1768.58	c |   3366622 |     490    24616   112678 |    80820    17655     55 |  0.000 % |
2738.96/2740.04	c |   5050033 |     490    24616   112678 |    88902    65633     61 |  0.000 % |
4122.74/4124.33	c |   7575149 |     490    24616   112678 |    97792    32438     76 |  0.000 % |

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-1785028-1241882785/watcher-1785028-1241882785 -o /tmp/evaluation-result-1785028-1241882785/solver-1785028-1241882785 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1403952334 HOME/instance-1785028-1241882785.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 28950
/proc/meminfo: memFree=1027960/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=2560 CPUtime=0
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 312 0 0 0 0 0 0 0 18 0 1 0 216312864 2621440 297 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 640 298 87 221 0 416 0

[startup+0.0941171 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 28950
/proc/meminfo: memFree=1027960/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=5416 CPUtime=0.08
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 1020 0 0 0 8 0 0 0 18 0 1 0 216312864 5545984 1005 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 1354 1005 98 221 0 1130 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5416

[startup+0.101117 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 28950
/proc/meminfo: memFree=1027960/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=5416 CPUtime=0.09
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 1020 0 0 0 9 0 0 0 18 0 1 0 216312864 5545984 1005 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 1354 1005 98 221 0 1130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5416

[startup+0.301155 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 28950
/proc/meminfo: memFree=1027960/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=6848 CPUtime=0.29
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 1361 0 0 0 29 0 0 0 19 0 1 0 216312864 7012352 1346 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 1712 1346 100 221 0 1488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6848

[startup+0.701234 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 28950
/proc/meminfo: memFree=1027960/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=6364 CPUtime=0.69
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 1377 0 0 0 69 0 0 0 23 0 1 0 216312864 6516736 1254 1992294400 4194304 5102648 548682068784 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 1591 1254 112 221 0 1367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6364

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1023152/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=7560 CPUtime=1.49
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 1674 0 0 0 149 0 0 0 25 0 1 0 216312864 7741440 1551 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 1890 1551 112 221 0 1666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7560

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1020080/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=11976 CPUtime=3.09
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 2789 0 0 0 308 1 0 0 25 0 1 0 216312864 12263424 2666 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 2994 2666 112 221 0 2770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11976

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1015472/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=14548 CPUtime=6.29
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 3416 0 0 0 628 1 0 0 25 0 1 0 216312864 14897152 3293 1992294400 4194304 5102648 548682068784 18446744073709551615 4255889 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 3637 3293 112 221 0 3413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14548

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1013360/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=16748 CPUtime=12.69
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 3935 0 0 0 1267 2 0 0 25 0 1 0 216312864 17149952 3812 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 4187 3812 112 221 0 3963 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16748

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1009584/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=20096 CPUtime=25.48
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 4730 0 0 0 2546 2 0 0 25 0 1 0 216312864 20578304 4607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249409 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 5024 4607 112 221 0 4800 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20096

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1005872/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=24240 CPUtime=51.07
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 5660 0 0 0 5104 3 0 0 25 0 1 0 216312864 24821760 5537 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 6060 5537 112 221 0 5836 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24240

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 28951
/proc/meminfo: memFree=1001072/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=29460 CPUtime=102.26
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 6869 0 0 0 10222 4 0 0 25 0 1 0 216312864 30167040 6746 1992294400 4194304 5102648 548682068784 18446744073709551615 4225732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 7365 6746 112 221 0 7141 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29460

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 28951
/proc/meminfo: memFree=991280/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=39476 CPUtime=162.23
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 9300 0 0 0 16216 7 0 0 25 0 1 0 216312864 40423424 9177 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 9869 9177 112 221 0 9645 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39476

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 28951
/proc/meminfo: memFree=982192/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=49132 CPUtime=222.2
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 11566 0 0 0 22212 8 0 0 25 0 1 0 216312864 50311168 11443 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 12283 11443 112 221 0 12059 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 49132

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 28951
/proc/meminfo: memFree=981744/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=49600 CPUtime=282.19
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 11666 0 0 0 28210 9 0 0 25 0 1 0 216312864 50790400 11543 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 12400 11543 112 221 0 12176 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 49600

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 28951
/proc/meminfo: memFree=980464/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=50884 CPUtime=342.16
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 11979 0 0 0 34207 9 0 0 25 0 1 0 216312864 52105216 11856 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 12721 11856 112 221 0 12497 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 50884

[startup+402.301 s]
/proc/loadavg: 1.05 1.00 0.96 2/65 28951
/proc/meminfo: memFree=978736/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=52872 CPUtime=402.13
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 12395 0 0 0 40204 9 0 0 25 0 1 0 216312864 54140928 12272 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 13218 12272 112 221 0 12994 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 52872

[startup+462.302 s]
/proc/loadavg: 1.02 1.00 0.96 2/65 28951
/proc/meminfo: memFree=977904/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=53800 CPUtime=462.12
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 12603 0 0 0 46202 10 0 0 25 0 1 0 216312864 55091200 12480 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 13450 12480 112 221 0 13226 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 53800

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 28951
/proc/meminfo: memFree=977200/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=54604 CPUtime=522.09
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 12791 0 0 0 52199 10 0 0 25 0 1 0 216312864 55914496 12668 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 13651 12668 112 221 0 13427 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 54604

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 28951
/proc/meminfo: memFree=975216/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=57064 CPUtime=582.07
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 13287 0 0 0 58196 11 0 0 25 0 1 0 216312864 58433536 13164 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 14266 13164 112 221 0 14042 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 57064

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 28951
/proc/meminfo: memFree=974384/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=57932 CPUtime=642.05
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 13452 0 0 0 64194 11 0 0 25 0 1 0 216312864 59322368 13329 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 14483 13329 112 221 0 14259 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 57932

[startup+702.302 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 28959
/proc/meminfo: memFree=940912/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=94112 CPUtime=4060.77
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 21646 0 0 0 406054 23 0 0 25 0 1 0 216312864 96370688 21523 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 23528 21523 112 221 0 23304 0
Current children cumulated CPU time (s) 4060.77
Current children cumulated vsize (KiB) 94112

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 28959
/proc/meminfo: memFree=938480/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=96356 CPUtime=4120.74
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22238 0 0 0 412051 23 0 0 25 0 1 0 216312864 98668544 22115 1992294400 4194304 5102648 548682068784 18446744073709551615 4249184 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24089 22115 112 221 0 23865 0
Current children cumulated CPU time (s) 4120.74
Current children cumulated vsize (KiB) 96356

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 28959
/proc/meminfo: memFree=937968/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=97336 CPUtime=4180.72
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22372 0 0 0 418049 23 0 0 25 0 1 0 216312864 99672064 22249 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24334 22249 112 221 0 24110 0
Current children cumulated CPU time (s) 4180.72
Current children cumulated vsize (KiB) 97336

[startup+4242.3 s]
/proc/loadavg: 1.04 1.01 0.98 2/65 28959
/proc/meminfo: memFree=937776/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=97336 CPUtime=4240.69
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22414 0 0 0 424046 23 0 0 25 0 1 0 216312864 99672064 22291 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24334 22291 112 221 0 24110 0
Current children cumulated CPU time (s) 4240.69
Current children cumulated vsize (KiB) 97336

[startup+4302.3 s]
/proc/loadavg: 1.05 1.02 0.98 2/65 28959
/proc/meminfo: memFree=936816/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=98368 CPUtime=4300.67
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22642 0 0 0 430044 23 0 0 25 0 1 0 216312864 100728832 22519 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24592 22519 112 221 0 24368 0
Current children cumulated CPU time (s) 4300.67
Current children cumulated vsize (KiB) 98368

[startup+4362.3 s]
/proc/loadavg: 1.02 1.02 0.98 2/65 28959
/proc/meminfo: memFree=936816/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=98368 CPUtime=4360.65
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22652 0 0 0 436041 24 0 0 25 0 1 0 216312864 100728832 22529 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24592 22529 112 221 0 24368 0
Current children cumulated CPU time (s) 4360.65
Current children cumulated vsize (KiB) 98368

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 28959
/proc/meminfo: memFree=936816/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=98368 CPUtime=4420.63
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22656 0 0 0 442039 24 0 0 25 0 1 0 216312864 100728832 22533 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24592 22533 112 221 0 24368 0
Current children cumulated CPU time (s) 4420.63
Current children cumulated vsize (KiB) 98368

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 28961
/proc/meminfo: memFree=936496/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=98688 CPUtime=4480.6
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22732 0 0 0 448036 24 0 0 25 0 1 0 216312864 101056512 22609 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24672 22609 112 221 0 24448 0
Current children cumulated CPU time (s) 4480.6
Current children cumulated vsize (KiB) 98688

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 28961
/proc/meminfo: memFree=935920/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=99224 CPUtime=4540.58
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22878 0 0 0 454034 24 0 0 25 0 1 0 216312864 101605376 22755 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24806 22755 112 221 0 24582 0
Current children cumulated CPU time (s) 4540.58
Current children cumulated vsize (KiB) 99224

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 28961
/proc/meminfo: memFree=935664/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=99544 CPUtime=4600.56
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 22933 0 0 0 460032 24 0 0 25 0 1 0 216312864 101933056 22810 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 24886 22810 112 221 0 24662 0
Current children cumulated CPU time (s) 4600.56
Current children cumulated vsize (KiB) 99544

[startup+4662.3 s]
/proc/loadavg: 1.03 1.01 0.99 2/65 28961
/proc/meminfo: memFree=935088/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=100288 CPUtime=4660.54
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23091 0 0 0 466030 24 0 0 25 0 1 0 216312864 102694912 22968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25072 22968 112 221 0 24848 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 100288

[startup+4722.31 s]
/proc/loadavg: 1.01 1.01 0.99 2/65 28961
/proc/meminfo: memFree=934576/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=100768 CPUtime=4720.52
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23215 0 0 0 472028 24 0 0 25 0 1 0 216312864 103186432 23092 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25192 23092 112 221 0 24968 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 100768

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=934384/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=100912 CPUtime=4780.49
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23247 0 0 0 478025 24 0 0 25 0 1 0 216312864 103333888 23124 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25228 23124 112 221 0 25004 0
Current children cumulated CPU time (s) 4780.49
Current children cumulated vsize (KiB) 100912

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=934192/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=101052 CPUtime=4840.47
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23288 0 0 0 484023 24 0 0 25 0 1 0 216312864 103477248 23165 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25263 23165 112 221 0 25039 0
Current children cumulated CPU time (s) 4840.47
Current children cumulated vsize (KiB) 101052

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=934192/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=101052 CPUtime=4900.45
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23288 0 0 0 490021 24 0 0 25 0 1 0 216312864 103477248 23165 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25263 23165 112 221 0 25039 0
Current children cumulated CPU time (s) 4900.45
Current children cumulated vsize (KiB) 101052

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=932976/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=102424 CPUtime=4960.42
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23587 0 0 0 496018 24 0 0 25 0 1 0 216312864 104882176 23464 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25606 23464 112 221 0 25382 0
Current children cumulated CPU time (s) 4960.42
Current children cumulated vsize (KiB) 102424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=932912/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=102424 CPUtime=5000.01
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23606 0 0 0 499977 24 0 0 25 0 1 0 216312864 104882176 23483 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25606 23483 112 221 0 25382 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 102424

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 28961
/proc/meminfo: memFree=932912/2055924 swapFree=4180088/4192956
[pid=28950] ppid=28948 vsize=102424 CPUtime=5000.01
/proc/28950/stat : 28950 (varsat-industri) R 28948 28950 28833 0 -1 4194304 23606 0 0 0 499977 24 0 0 25 0 1 0 216312864 104882176 23483 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28950/statm: 25606 23483 112 221 0 25382 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 102424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.92
CPU time (s): 5000.04
CPU user time (s): 4999.78
CPU system time (s): 0.26196
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 102424

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

runsolver used 4.09938 second user time and 9.74552 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-09 17:26:25
IDJOB=1785028
IDBENCH=24680
IDSOLVER=641
FILE ID=node6/1785028-1241882785
PBS_JOBID= 9264616
Free space on /tmp= 66256 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785028-1241882785/watcher-1785028-1241882785 -o /tmp/evaluation-result-1785028-1241882785/solver-1785028-1241882785 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1403952334 HOME/instance-1785028-1241882785.cnf

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

MD5SUM BENCH= cd57d37a316c4dccaae3ab131e3f8090
RANDOM SEED=1403952334

node6.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.281
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.281
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:      2055924 kB
MemFree:       1028440 kB
Buffers:         56832 kB
Cached:         886204 kB
SwapCached:       6652 kB
Active:         274176 kB
Inactive:       677248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1028440 kB
SwapTotal:     4192956 kB
SwapFree:      4180088 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            62108 kB
Committed_AS:   811168 kB
PageTables:       1452 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= 66256 MiB
End job on node6 at 2009-05-09 18:49:49