Trace number 1731259

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-22UNSAT 333.825 333.969

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
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:  160                                                  |
0.00/0.00	c |  Number of clauses:    640                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          660432998.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      76      304     1216 |      101        0    nan |  0.000 % |
0.00/0.00	c |       101 |      76      304     1216 |      111      101     18 |  0.004 % |
0.00/0.00	c |       252 |      76      304     1216 |      122      171     17 |  0.004 % |
0.00/0.01	c |       477 |      76      304     1216 |      134      142     14 |  0.004 % |
0.00/0.01	c |       815 |      76      304     1216 |      148      133     17 |  0.004 % |
0.00/0.01	c |      1322 |      76      304     1216 |      163      171     13 |  0.004 % |
0.00/0.02	c |      2082 |      76      304     1216 |      179      134     11 |  0.004 % |
0.00/0.03	c |      3221 |      76      304     1216 |      197      191     13 |  0.004 % |
0.00/0.04	c |      4930 |      76      304     1216 |      217      132     11 |  0.004 % |
0.05/0.06	c |      7493 |      76      304     1216 |      238      246     14 |  0.004 % |
0.05/0.09	c |     11337 |      76      304     1216 |      262      257     17 |  0.004 % |
0.10/0.14	c |     17103 |      76      304     1216 |      289      208     13 |  0.004 % |
0.20/0.21	c |     25753 |      76      304     1216 |      318      296     16 |  0.004 % |
0.30/0.32	c |     38728 |      76      304     1216 |      349      284     14 |  0.004 % |
0.40/0.48	c |     58189 |      76      304     1216 |      384      256     11 |  0.004 % |
0.70/0.74	c |     87381 |      76      304     1216 |      423      290     12 |  0.004 % |
1.10/1.16	c |    131170 |      76      304     1216 |      465      313     13 |  0.004 % |
1.70/1.73	c |    196854 |      76      304     1216 |      512      305     13 |  0.004 % |
2.60/2.67	c |    295380 |      76      304     1216 |      563      415     13 |  0.004 % |
4.10/4.14	c |    443170 |      76      304     1216 |      619      389     15 |  0.004 % |
6.30/6.31	c |    664853 |      76      304     1216 |      681      379     13 |  0.004 % |
9.60/9.67	c |    997378 |      76      304     1216 |      749      450     14 |  0.004 % |
14.89/14.97	c |   1496167 |      76      304     1216 |      824      419     13 |  0.004 % |
23.09/23.12	c |   2244349 |      76      304     1216 |      907      525     12 |  0.004 % |
35.69/35.71	c |   3366624 |      76      304     1216 |      998      636     13 |  0.004 % |
55.26/55.30	c |   5050035 |      76      304     1216 |     1097      748     14 |  0.004 % |
84.06/84.12	c |   7575153 |      76      304     1216 |     1207     1067     15 |  0.004 % |
129.84/129.90	c |  11362829 |      76      304     1216 |     1328     1129     15 |  0.008 % |
200.81/200.91	c |  17044341 |      75      296     1184 |     1461     1195     17 |  0.629 % |
309.26/309.44	c |  25566610 |      73      280     1120 |     1607      781     12 |  1.883 % |
333.75/333.96	c ===============================================================================
333.75/333.96	c surveys--CPU time (sec)   : 0.0090         (0.00 % of total)
333.75/333.96	c surveys--attempted        : 30             (3335 /sec)
333.75/333.96	c surveys--converged        : 30             (100.00 % successful)
333.75/333.96	c restarts              : 30
333.75/333.96	c conflicts             : 27501929       (82387 /sec)
333.75/333.96	c decisions             : 42899742       (1.92 % random) (128515 /sec)
333.75/333.96	c propagations          : 222581419      (666786 /sec)
333.75/333.96	c conflict literals     : 404075333      (17.82 % deleted)
333.75/333.96	c Memory used           : 3.39 MB
333.75/333.96	c Total CPU time (sec)      : 333.8213    
333.75/333.96	c 
333.75/333.96	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731259-1240768562/watcher-1731259-1240768562 -o /tmp/evaluation-result-1731259-1240768562/solver-1731259-1240768562 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=660432998 HOME/instance-1731259-1240768562.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.99 1.67 1.30 3/65 24367
/proc/meminfo: memFree=1838688/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2408 CPUtime=0
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 104883919 2465792 185 1992294400 4194304 5102648 548682068768 18446744073709551615 4274091 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 602 185 100 221 0 378 0

[startup+0.050225 s]
/proc/loadavg: 1.99 1.67 1.30 3/65 24367
/proc/meminfo: memFree=1838688/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2404 CPUtime=0.05
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 212 0 0 0 5 0 0 0 18 0 1 0 104883919 2461696 197 1992294400 4194304 5102648 548682068768 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2404

[startup+0.10123 s]
/proc/loadavg: 1.99 1.67 1.30 3/65 24367
/proc/meminfo: memFree=1838688/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2404 CPUtime=0.1
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 212 0 0 0 10 0 0 0 18 0 1 0 104883919 2461696 197 1992294400 4194304 5102648 548682068768 18446744073709551615 4227911 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2404

[startup+0.301248 s]
/proc/loadavg: 1.99 1.67 1.30 3/65 24367
/proc/meminfo: memFree=1838688/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2404 CPUtime=0.3
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 212 0 0 0 30 0 0 0 19 0 1 0 104883919 2461696 197 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2404

[startup+0.701288 s]
/proc/loadavg: 1.99 1.67 1.30 3/65 24367
/proc/meminfo: memFree=1838688/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2404 CPUtime=0.7
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 221 0 0 0 70 0 0 0 23 0 1 0 104883919 2461696 206 1992294400 4194304 5102648 548682068768 18446744073709551615 4227872 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 601 206 112 221 0 377 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2404

[startup+1.50237 s]
/proc/loadavg: 1.91 1.66 1.29 2/66 24368
/proc/meminfo: memFree=1838296/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2404 CPUtime=1.5
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 232 0 0 0 150 0 0 0 25 0 1 0 104883919 2461696 217 1992294400 4194304 5102648 548682068768 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 601 217 112 221 0 377 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2404

[startup+3.10152 s]
/proc/loadavg: 1.91 1.66 1.29 2/66 24368
/proc/meminfo: memFree=1838104/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2536 CPUtime=3.1
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 248 0 0 0 310 0 0 0 25 0 1 0 104883919 2596864 233 1992294400 4194304 5102648 548682068768 18446744073709551615 4486596 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 634 233 112 221 0 410 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2536

[startup+6.30184 s]
/proc/loadavg: 1.91 1.66 1.29 2/66 24368
/proc/meminfo: memFree=1838040/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2536 CPUtime=6.3
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 258 0 0 0 630 0 0 0 25 0 1 0 104883919 2596864 243 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 634 243 112 221 0 410 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2536

[startup+12.7015 s]
/proc/loadavg: 1.77 1.64 1.29 2/66 24368
/proc/meminfo: memFree=1838232/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2668 CPUtime=12.69
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 285 0 0 0 1269 0 0 0 25 0 1 0 104883919 2732032 270 1992294400 4194304 5102648 548682068768 18446744073709551615 4250258 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 667 270 112 221 0 443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2668

[startup+25.5017 s]
/proc/loadavg: 1.65 1.62 1.29 2/66 24368
/proc/meminfo: memFree=1838360/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2804 CPUtime=25.49
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 313 0 0 0 2549 0 0 0 25 0 1 0 104883919 2871296 298 1992294400 4194304 5102648 548682068768 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 701 298 112 221 0 477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2804

[startup+51.1012 s]
/proc/loadavg: 1.40 1.56 1.27 2/66 24368
/proc/meminfo: memFree=1838296/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=2936 CPUtime=51.06
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 363 0 0 0 5106 0 0 0 25 0 1 0 104883919 3006464 348 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 734 348 112 221 0 510 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 2936

[startup+102.305 s]
/proc/loadavg: 1.17 1.47 1.26 2/66 24368
/proc/meminfo: memFree=1838040/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3204 CPUtime=102.25
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 408 0 0 0 10225 0 0 0 25 0 1 0 104883919 3280896 393 1992294400 4194304 5102648 548682068768 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 801 393 112 221 0 577 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3204

[startup+162.301 s]
/proc/loadavg: 1.06 1.38 1.24 2/66 24368
/proc/meminfo: memFree=1837848/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3336 CPUtime=162.22
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 452 0 0 0 16222 0 0 0 25 0 1 0 104883919 3416064 437 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 834 437 112 221 0 610 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3336

[startup+222.302 s]
/proc/loadavg: 1.02 1.31 1.22 2/66 24368
/proc/meminfo: memFree=1837720/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3336 CPUtime=222.19
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 465 0 0 0 22219 0 0 0 25 0 1 0 104883919 3416064 450 1992294400 4194304 5102648 548682068768 18446744073709551615 4254971 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 834 450 112 221 0 610 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 3336

[startup+282.302 s]
/proc/loadavg: 1.01 1.25 1.21 2/66 24368
/proc/meminfo: memFree=1837656/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=282.17
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 478 0 0 0 28217 0 0 0 25 0 1 0 104883919 3551232 463 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 463 112 221 0 643 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 3468

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

[startup+307.101 s]
/proc/loadavg: 1.00 1.23 1.20 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=306.96
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 479 0 0 0 30696 0 0 0 25 0 1 0 104883919 3551232 464 1992294400 4194304 5102648 548682068768 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 464 112 221 0 643 0
Current children cumulated CPU time (s) 306.96
Current children cumulated vsize (KiB) 3468

[startup+319.901 s]
/proc/loadavg: 1.00 1.22 1.20 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=319.75
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 483 0 0 0 31975 0 0 0 25 0 1 0 104883919 3551232 468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 468 112 221 0 643 0
Current children cumulated CPU time (s) 319.75
Current children cumulated vsize (KiB) 3468

[startup+326.302 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=326.15
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 483 0 0 0 32615 0 0 0 25 0 1 0 104883919 3551232 468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 468 112 221 0 643 0
Current children cumulated CPU time (s) 326.15
Current children cumulated vsize (KiB) 3468

[startup+329.501 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=329.35
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 490 0 0 0 32935 0 0 0 25 0 1 0 104883919 3551232 475 1992294400 4194304 5102648 548682068768 18446744073709551615 4250229 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 475 112 221 0 643 0
Current children cumulated CPU time (s) 329.35
Current children cumulated vsize (KiB) 3468

[startup+331.106 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=330.95
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 490 0 0 0 33095 0 0 0 25 0 1 0 104883919 3551232 475 1992294400 4194304 5102648 548682068768 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 475 112 221 0 643 0
Current children cumulated CPU time (s) 330.95
Current children cumulated vsize (KiB) 3468

[startup+332.702 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=332.55
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 490 0 0 0 33255 0 0 0 25 0 1 0 104883919 3551232 475 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 475 112 221 0 643 0
Current children cumulated CPU time (s) 332.55
Current children cumulated vsize (KiB) 3468

[startup+333.502 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=333.35
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 490 0 0 0 33335 0 0 0 25 0 1 0 104883919 3551232 475 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 475 112 221 0 643 0
Current children cumulated CPU time (s) 333.35
Current children cumulated vsize (KiB) 3468

[startup+333.902 s]
/proc/loadavg: 1.00 1.21 1.19 2/66 24374
/proc/meminfo: memFree=1837336/2055920 swapFree=4191356/4192956
[pid=24367] ppid=24365 vsize=3468 CPUtime=333.75
/proc/24367/stat : 24367 (varsat-industri) R 24365 24367 24090 0 -1 4194304 490 0 0 0 33375 0 0 0 25 0 1 0 104883919 3551232 475 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 0 0 0
/proc/24367/statm: 867 475 112 221 0 643 0
Current children cumulated CPU time (s) 333.75
Current children cumulated vsize (KiB) 3468

Child status: 20
Real time (s): 333.969
CPU time (s): 333.825
CPU user time (s): 333.821
CPU system time (s): 0.003999
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 3468

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

runsolver used 0.346947 second user time and 0.874867 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-26 19:56:02
IDJOB=1731259
IDBENCH=24747
IDSOLVER=538
FILE ID=node56/1731259-1240768562
PBS_JOBID= 9187160
Free space on /tmp= 103060 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731259-1240768562/watcher-1731259-1240768562 -o /tmp/evaluation-result-1731259-1240768562/solver-1731259-1240768562 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=660432998 HOME/instance-1731259-1240768562.cnf

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=660432998

node56.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.218
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.218
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:       1839936 kB
Buffers:         17284 kB
Cached:         126292 kB
SwapCached:        924 kB
Active:          10964 kB
Inactive:       146548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839936 kB
SwapTotal:     4192956 kB
SwapFree:      4191356 kB
Dirty:            1028 kB
Writeback:           0 kB
Mapped:          22540 kB
Slab:            44380 kB
Committed_AS:   364608 kB
PageTables:       1468 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= 103060 MiB
End job on node56 at 2009-04-26 20:01:36