Trace number 1720083

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-crafted 2009-03-22? (TO) 1200.14 1200.47

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  433601                                               |
0.00/0.00	c |  Number of clauses:    1291714                                              |
2.09/2.15	c |  Parsing time:         1.88         s                                       |
2.09/2.15	c |  Timeout:              43200 s
2.09/2.15	c |  Random Seed:          842495723.000000
2.09/2.15	c |  Heuristic:            EMBP-G, threshold 0.800                              |
2.09/2.15	c |  Branching Rule:       default (solution-guided)                            |
2.09/2.15	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
2.09/2.15	c |                                                                             |
14.39/14.42	c ============================[ Search Statistics ]==============================
14.39/14.42	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.39/14.42	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.39/14.42	c ===============================================================================
14.39/14.42	c |         0 |   93650   576880  2848069 |   192293        0    nan |  0.000 % |
86.36/86.45	c |       101 |   93649   576880  2848069 |   211522      100     14 |  0.008 % |
158.74/158.89	c |       252 |   93649   576880  2848069 |   232674      251     26 |  0.008 % |
232.32/232.41	c |       477 |   93649   576880  2848069 |   255942      476     20 |  0.008 % |
307.00/307.11	c |       816 |   93608   576880  2848069 |   281536      809     17 |  0.191 % |
376.28/376.47	c |      1323 |   93571   576880  2848069 |   309690     1313     16 |  0.196 % |
497.75/497.93	c |      2082 |   93553   576880  2848069 |   340659     2068     16 |  0.409 % |
558.23/558.44	c |      3222 |   93547   576880  2848069 |   374725     3208     26 |  0.409 % |
618.91/619.15	c |      4930 |   91896   562526  2764595 |   412197     4904     27 |  0.409 % |
698.79/699.08	c |      7495 |   91896   562526  2764595 |   453417     7469     28 |  0.409 % |
776.47/776.71	c |     11339 |   91825   562124  2762611 |   498759    11251     31 |  0.426 % |
851.85/852.16	c |     17105 |   91809   562124  2762611 |   548635    17015     37 |  0.432 % |
938.63/938.99	c |     25754 |   91809   562124  2762611 |   603498    25664     35 |  0.432 % |
1025.31/1025.67	c |     38729 |   91781   561786  2761316 |   663848    38630     37 |  0.441 % |
1117.98/1118.35	c |     58192 |   91759   561022  2758066 |   730233    58084     50 |  0.441 % |

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-1720083-1240652571/watcher-1720083-1240652571 -o /tmp/evaluation-result-1720083-1240652571/solver-1720083-1240652571 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=842495723 HOME/instance-1720083-1240652571.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 1.00 1.00 3/64 3941
/proc/meminfo: memFree=1005512/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=5536 CPUtime=0
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 809 0 0 0 0 0 0 0 20 0 1 0 93285320 5668864 794 1992294400 4194304 5102648 548682068800 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 1384 800 78 221 0 1160 0

[startup+0.0625409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3941
/proc/meminfo: memFree=1005512/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=29488 CPUtime=0.05
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 7169 0 0 0 2 3 0 0 20 0 1 0 93285320 30195712 7154 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 7372 7156 87 221 0 7148 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29488

[startup+0.101543 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3941
/proc/meminfo: memFree=1005512/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=34476 CPUtime=0.09
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 8363 0 0 0 5 4 0 0 20 0 1 0 93285320 35303424 8348 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 8619 8349 87 221 0 8395 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34476

[startup+0.301566 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3941
/proc/meminfo: memFree=1005512/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=59452 CPUtime=0.29
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 13992 0 0 0 22 7 0 0 22 0 1 0 93285320 60878848 13977 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 14863 13978 87 221 0 14639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59452

[startup+0.701613 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3941
/proc/meminfo: memFree=1005512/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=103844 CPUtime=0.69
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 24440 0 0 0 58 11 0 0 25 0 1 0 93285320 106336256 24425 1992294400 4194304 5102648 548682068800 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 25961 24425 87 221 0 25737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103844

[startup+1.50171 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=878016/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=181048 CPUtime=1.49
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 44159 0 0 0 128 21 0 0 25 0 1 0 93285320 185393152 44144 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 45262 44145 87 221 0 45038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181048

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=772672/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=276308 CPUtime=3.09
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 66724 0 0 0 278 31 0 0 25 0 1 0 93285320 282939392 66709 1992294400 4194304 5102648 548682068800 18446744073709551615 4280220 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 69077 66710 100 221 0 68853 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276308

[startup+6.30127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=656448/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=393220 CPUtime=6.29
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 94947 0 0 0 585 44 0 0 25 0 1 0 93285320 402657280 94932 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 98305 94932 100 221 0 98081 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 393220

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=534400/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=494656 CPUtime=12.68
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 118812 0 0 0 1214 54 0 0 25 0 1 0 93285320 506527744 118797 1992294400 4194304 5102648 548682068800 18446744073709551615 4272884 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 123664 118797 100 221 0 123440 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 494656

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565312/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453548 CPUtime=25.49
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119509 0 0 0 2493 56 0 0 25 0 1 0 93285320 464433152 109881 1992294400 4194304 5102648 548682068800 18446744073709551615 4214038 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113387 109881 102 221 0 113163 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 453548

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565568/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453548 CPUtime=51.07
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119509 0 0 0 5051 56 0 0 25 0 1 0 93285320 464433152 109881 1992294400 4194304 5102648 548682068800 18446744073709551615 4214253 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113387 109881 102 221 0 113163 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 453548

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565632/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453548 CPUtime=102.26
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119519 0 0 0 10170 56 0 0 25 0 1 0 93285320 464433152 109891 1992294400 4194304 5102648 548682068800 18446744073709551615 4215214 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113387 109891 112 221 0 113163 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 453548

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565568/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=162.24
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119529 0 0 0 16168 56 0 0 25 0 1 0 93285320 464707584 109901 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109901 115 221 0 113230 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 453816

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565568/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=222.22
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119529 0 0 0 22166 56 0 0 25 0 1 0 93285320 464707584 109901 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109901 115 221 0 113230 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 453816

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565504/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=282.21
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119540 0 0 0 28165 56 0 0 25 0 1 0 93285320 464707584 109912 1992294400 4194304 5102648 548682068800 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109912 115 221 0 113230 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 453816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565504/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=342.19
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119540 0 0 0 34163 56 0 0 25 0 1 0 93285320 464707584 109912 1992294400 4194304 5102648 548682068800 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109912 115 221 0 113230 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 453816

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565504/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=402.17
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119547 0 0 0 40161 56 0 0 25 0 1 0 93285320 464707584 109919 1992294400 4194304 5102648 548682068800 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109919 115 221 0 113230 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 453816

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565504/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=462.16
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119547 0 0 0 46160 56 0 0 25 0 1 0 93285320 464707584 109919 1992294400 4194304 5102648 548682068800 18446744073709551615 4214097 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109919 115 221 0 113230 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 453816

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565504/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=522.14
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119548 0 0 0 52158 56 0 0 25 0 1 0 93285320 464707584 109920 1992294400 4194304 5102648 548682068800 18446744073709551615 4214174 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109920 115 221 0 113230 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 453816

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565440/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=582.12
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119550 0 0 0 58156 56 0 0 25 0 1 0 93285320 464707584 109922 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109922 115 221 0 113230 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 453816

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565440/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=642.11
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119550 0 0 0 64155 56 0 0 25 0 1 0 93285320 464707584 109922 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109922 115 221 0 113230 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 453816

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565440/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=702.09
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119550 0 0 0 70153 56 0 0 25 0 1 0 93285320 464707584 109922 1992294400 4194304 5102648 548682068800 18446744073709551615 4215162 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109922 115 221 0 113230 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 453816

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565440/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=762.08
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119550 0 0 0 76152 56 0 0 25 0 1 0 93285320 464707584 109922 1992294400 4194304 5102648 548682068800 18446744073709551615 4215226 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109922 115 221 0 113230 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 453816

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565440/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=822.06
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119550 0 0 0 82150 56 0 0 25 0 1 0 93285320 464707584 109922 1992294400 4194304 5102648 548682068800 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109922 115 221 0 113230 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 453816

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565248/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=453816 CPUtime=882.04
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119584 0 0 0 88148 56 0 0 25 0 1 0 93285320 464707584 109956 1992294400 4194304 5102648 548682068800 18446744073709551615 4213802 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113454 109956 115 221 0 113230 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 453816

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565184/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454144 CPUtime=942.02
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119602 0 0 0 94146 56 0 0 25 0 1 0 93285320 465043456 109974 1992294400 4194304 5102648 548682068800 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113536 109974 115 221 0 113312 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 454144

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565312/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454144 CPUtime=1002.01
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119602 0 0 0 100145 56 0 0 25 0 1 0 93285320 465043456 109974 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113536 109974 115 221 0 113312 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 454144

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3942
/proc/meminfo: memFree=565120/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454144 CPUtime=1062
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119640 0 0 0 106143 57 0 0 25 0 1 0 93285320 465043456 110012 1992294400 4194304 5102648 548682068800 18446744073709551615 4214393 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113536 110012 115 221 0 113312 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 454144

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3948
/proc/meminfo: memFree=564928/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454144 CPUtime=1121.98
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119679 0 0 0 112141 57 0 0 25 0 1 0 93285320 465043456 110051 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113536 110051 115 221 0 113312 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 454144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3948
/proc/meminfo: memFree=564928/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454144 CPUtime=1181.97
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119679 0 0 0 118140 57 0 0 25 0 1 0 93285320 465043456 110051 1992294400 4194304 5102648 548682068800 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113536 110051 115 221 0 113312 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 454144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3948
/proc/meminfo: memFree=564864/2055920 swapFree=4192956/4192956
[pid=3941] ppid=3939 vsize=454988 CPUtime=1200.06
/proc/3941/stat : 3941 (varsat-crafted_) R 3939 3941 3696 0 -1 4194304 119700 0 0 0 119949 57 0 0 25 0 1 0 93285320 465907712 110072 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3941/statm: 113747 110072 115 221 0 113523 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 454988

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.47
CPU time (s): 1200.14
CPU user time (s): 1199.5
CPU system time (s): 0.640902
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 496732

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

runsolver used 1.04484 second user time and 2.28965 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 11:42:53
IDJOB=1720083
IDBENCH=69591
IDSOLVER=537
FILE ID=node53/1720083-1240652571
PBS_JOBID= 9186483
Free space on /tmp= 66456 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720083-1240652571/watcher-1720083-1240652571 -o /tmp/evaluation-result-1720083-1240652571/solver-1720083-1240652571 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=842495723 HOME/instance-1720083-1240652571.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=842495723

node53.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.245
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.245
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:       1005992 kB
Buffers:         94804 kB
Cached:         852776 kB
SwapCached:          0 kB
Active:          99416 kB
Inactive:       862068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1005992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           24648 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            74500 kB
Committed_AS:   242692 kB
PageTables:       1376 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= 66452 MiB
End job on node53 at 2009-04-25 12:02:55