Trace number 298525

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, and are wall clock time (not CPU 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
minisat SAT 2007 (with assertions)UNSAT 861.343 861.69

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1459708824-17.UNSAT.shuffled.cnf
MD5SUM975946115a74669405c34f3732da3d4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.1906
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  360                                                  |
0.00/0.00	c |  Number of clauses:    1533                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
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 |     346     1489     4531 |      496        0    nan |  0.000 % |
0.00/0.00	c |       101 |     346     1489     4531 |      545      101     22 |  0.001 % |
0.00/0.01	c |       252 |     346     1489     4531 |      600      252     19 |  0.001 % |
0.00/0.01	c |       477 |     346     1489     4531 |      660      477     18 |  0.001 % |
0.00/0.03	c |       814 |     346     1489     4531 |      726      465     16 |  0.001 % |
0.00/0.04	c |      1322 |     346     1489     4531 |      799      601     15 |  0.001 % |
0.00/0.07	c |      2081 |     346     1489     4531 |      879      530     14 |  0.001 % |
0.10/0.11	c |      3220 |     346     1489     4531 |      967      777     15 |  0.001 % |
0.10/0.18	c |      4929 |     346     1489     4531 |     1063      975     17 |  0.001 % |
0.20/0.27	c |      7491 |     346     1489     4531 |     1170      795     15 |  0.001 % |
0.41/0.43	c |     11335 |     346     1489     4531 |     1287     1034     14 |  0.001 % |
0.61/0.66	c |     17102 |     346     1489     4531 |     1416      867     15 |  0.001 % |
0.92/1.02	c |     25751 |     346     1489     4531 |     1557      843     15 |  0.001 % |
1.53/1.58	c |     38729 |     346     1489     4531 |     1713     1120     15 |  0.001 % |
2.36/2.45	c |     58193 |     346     1489     4531 |     1884     1397     17 |  0.001 % |
3.69/3.77	c |     87386 |     346     1489     4531 |     2073     1861     16 |  0.001 % |
5.73/5.81	c |    131176 |     346     1489     4531 |     2280     1459     17 |  0.001 % |
8.90/9.01	c |    196860 |     346     1489     4531 |     2508     1257     16 |  0.001 % |
13.83/13.90	c |    295387 |     346     1489     4531 |     2759     1964     15 |  0.001 % |
21.61/21.66	c |    443177 |     346     1489     4531 |     3035     1536     15 |  0.001 % |
33.59/33.64	c |    664860 |     346     1489     4531 |     3339     2172     15 |  0.001 % |
52.43/52.45	c |    997385 |     346     1489     4531 |     3672     2417     16 |  0.001 % |
81.62/81.70	c |   1496173 |     346     1489     4531 |     4040     2869     16 |  0.001 % |
127.19/127.30	c |   2244355 |     346     1489     4531 |     4444     3386     16 |  0.001 % |
198.15/198.25	c |   3366631 |     346     1489     4531 |     4888     4182     18 |  0.001 % |
308.62/308.82	c |   5050042 |     346     1489     4531 |     5377     2486     14 |  0.002 % |
480.37/480.62	c |   7575161 |     346     1489     4531 |     5915     3393     15 |  0.002 % |
747.46/747.86	c |  11362836 |     345     1477     4493 |     6506     5523     13 |  0.285 % |
861.23/861.68	c ===============================================================================
861.23/861.68	c restarts              : 28
861.23/861.68	c conflicts             : 12947046       (15032 /sec)
861.23/861.68	c decisions             : 15276855       (1.79 % random) (17737 /sec)
861.23/861.68	c propagations          : 721973204      (838245 /sec)
861.23/861.68	c conflict literals     : 224956929      (27.27 % deleted)
861.23/861.68	c Memory used           : 4.96 MB
861.23/861.68	c CPU time              : 861.291 s
861.23/861.68	c 
861.23/861.68	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node23/watcher-298525-1171857465 -o ROOT/results/node23/solver-298525-1171857465 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298525-1171857465/minisat /tmp/evaluation/298525-1171857465/instance-298525-1171857465.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 0.99 0.98 0.99 3/77 9740
/proc/meminfo: memFree=696992/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=1884 CPUtime=0
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 205700403 1929216 128 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134710294 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 471 128 72 138 0 330 0

[startup+0.107737 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 9740
/proc/meminfo: memFree=696992/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=1884 CPUtime=0.1
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 159 0 0 0 10 0 0 0 18 0 1 0 205700403 1929216 143 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 471 143 73 138 0 330 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1884

[startup+0.515783 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 9740
/proc/meminfo: memFree=696992/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2016 CPUtime=0.51
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 180 0 0 0 51 0 0 0 22 0 1 0 205700403 2064384 164 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550985 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 504 164 73 138 0 363 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2016

[startup+1.33688 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=696472/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2148 CPUtime=1.33
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 203 0 0 0 133 0 0 0 25 0 1 0 205700403 2199552 187 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134552669 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 537 187 73 138 0 396 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2148

[startup+2.97806 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=696216/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2148 CPUtime=2.97
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 229 0 0 0 297 0 0 0 25 0 1 0 205700403 2199552 213 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550777 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 537 213 73 138 0 396 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2148

[startup+6.25444 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=696024/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2280 CPUtime=6.24
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 263 0 0 0 624 0 0 0 25 0 1 0 205700403 2334720 247 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550654 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 570 247 73 138 0 429 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 2280

[startup+12.7132 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=695768/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2412 CPUtime=12.7
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 299 0 0 0 1270 0 0 0 25 0 1 0 205700403 2469888 283 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550642 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 603 283 73 138 0 462 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2412

[startup+25.5136 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=695576/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2676 CPUtime=25.5
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 358 0 0 0 2550 0 0 0 25 0 1 0 205700403 2740224 342 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551032 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 669 342 73 138 0 528 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2676

[startup+51.1235 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=695256/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=2940 CPUtime=51.1
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 428 0 0 0 5110 0 0 0 25 0 1 0 205700403 3010560 412 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 735 412 73 138 0 594 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2940

[startup+102.346 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=694808/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=3348 CPUtime=102.3
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 525 0 0 0 10230 0 0 0 25 0 1 0 205700403 3428352 509 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550985 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 837 509 73 138 0 696 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3348

[startup+162.378 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9741
/proc/meminfo: memFree=694488/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=3612 CPUtime=162.32
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 596 0 0 0 16232 0 0 0 25 0 1 0 205700403 3698688 580 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 903 580 73 138 0 762 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 3612

[startup+222.427 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 9843
/proc/meminfo: memFree=692968/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=3876 CPUtime=222.31
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 656 0 0 0 22230 1 0 0 25 0 1 0 205700403 3969024 640 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551027 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 969 640 73 138 0 828 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 3876

[startup+282.484 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 9915
/proc/meminfo: memFree=692776/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4012 CPUtime=282.31
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 691 0 0 0 28229 2 0 0 25 0 1 0 205700403 4108288 675 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134556284 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1003 675 73 138 0 862 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 4012

[startup+342.515 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9939
/proc/meminfo: memFree=693784/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4272 CPUtime=342.31
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 746 0 0 0 34229 2 0 0 25 0 1 0 205700403 4374528 730 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550556 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1068 730 73 138 0 927 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 4272

[startup+402.548 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9939
/proc/meminfo: memFree=693720/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4404 CPUtime=402.32
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 769 0 0 0 40230 2 0 0 25 0 1 0 205700403 4509696 753 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1101 753 73 138 0 960 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 4404

[startup+462.578 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693656/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4404 CPUtime=462.34
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 796 0 0 0 46231 3 0 0 25 0 1 0 205700403 4509696 780 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1101 780 73 138 0 960 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 4404

[startup+522.61 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693464/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4664 CPUtime=522.35
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 836 0 0 0 52232 3 0 0 25 0 1 0 205700403 4775936 820 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1166 820 73 138 0 1025 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 4664

[startup+582.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693336/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4800 CPUtime=582.37
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 866 0 0 0 58234 3 0 0 25 0 1 0 205700403 4915200 850 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1200 850 73 138 0 1059 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 4800

[startup+642.672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693272/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4800 CPUtime=642.38
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 892 0 0 0 64235 3 0 0 25 0 1 0 205700403 4915200 876 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550605 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1200 876 73 138 0 1059 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 4800

[startup+702.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693208/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4936 CPUtime=702.39
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 902 0 0 0 70235 4 0 0 25 0 1 0 205700403 5054464 886 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550743 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1234 886 73 138 0 1093 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 4936

[startup+762.728 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693016/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=4936 CPUtime=762.4
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 928 0 0 0 76236 4 0 0 25 0 1 0 205700403 5054464 912 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1234 912 73 138 0 1093 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 4936

[startup+822.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693016/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=822.41
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 939 0 0 0 82237 4 0 0 25 0 1 0 205700403 5197824 923 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 923 73 138 0 1128 0
Current children cumulated CPU time (s) 822.41
Current children cumulated vsize (KiB) 5076

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

[startup+839.251 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693016/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=838.9
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 944 0 0 0 83886 4 0 0 25 0 1 0 205700403 5197824 928 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550642 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 928 73 138 0 1128 0
Current children cumulated CPU time (s) 838.9
Current children cumulated vsize (KiB) 5076

[startup+852.369 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=693016/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=852.01
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 955 0 0 0 85197 4 0 0 25 0 1 0 205700403 5197824 939 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550883 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 939 73 138 0 1128 0
Current children cumulated CPU time (s) 852.01
Current children cumulated vsize (KiB) 5076

[startup+855.645 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=855.29
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 962 0 0 0 85525 4 0 0 25 0 1 0 205700403 5197824 946 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550554 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 946 73 138 0 1128 0
Current children cumulated CPU time (s) 855.29
Current children cumulated vsize (KiB) 5076

[startup+858.926 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=858.57
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 962 0 0 0 85853 4 0 0 25 0 1 0 205700403 5197824 946 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134556678 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 946 73 138 0 1128 0
Current children cumulated CPU time (s) 858.57
Current children cumulated vsize (KiB) 5076

[startup+860.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=860.2
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 962 0 0 0 86016 4 0 0 25 0 1 0 205700403 5197824 946 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134556752 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 946 73 138 0 1128 0
Current children cumulated CPU time (s) 860.2
Current children cumulated vsize (KiB) 5076

[startup+861.383 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=861.02
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 962 0 0 0 86098 4 0 0 25 0 1 0 205700403 5197824 946 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551891 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 946 73 138 0 1128 0
Current children cumulated CPU time (s) 861.02
Current children cumulated vsize (KiB) 5076

[startup+861.587 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=5076 CPUtime=861.23
/proc/9740/stat : 9740 (minisat) R 9738 9740 4436 0 -1 4194304 962 0 0 0 86119 4 0 0 25 0 1 0 205700403 5197824 946 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550899 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 1269 946 73 138 0 1128 0
Current children cumulated CPU time (s) 861.23
Current children cumulated vsize (KiB) 5076

[startup+861.689 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9939
/proc/meminfo: memFree=692952/2055920 swapFree=4144472/4192956
[pid=9740] ppid=9738 vsize=0 CPUtime=861.34
/proc/9740/stat : 9740 (minisat) D 9738 9740 4436 0 -1 4194308 968 0 0 0 86129 5 0 0 25 0 1 0 205700403 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 18446744072100051646 0 0 17 1 0 0
/proc/9740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 861.34
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 861.69
CPU time (s): 861.343
CPU user time (s): 861.292
CPU system time (s): 0.050992
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 5076

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

runsolver used 0.92086 second user time and 1.9807 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Feb 19 03:57:45 UTC 2007

IDJOB= 298525
IDBENCH= 19988
IDSOLVER= 109
FILE ID= node23/298525-1171857465

PBS_JOBID= 3839661

Free space on /tmp= 66563 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1459708824-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298525-1171857465/minisat /tmp/evaluation/298525-1171857465/instance-298525-1171857465.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-298525-1171857465 -o ROOT/results/node23/solver-298525-1171857465 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298525-1171857465/minisat /tmp/evaluation/298525-1171857465/instance-298525-1171857465.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  975946115a74669405c34f3732da3d4a

RANDOM SEED= 284643072

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
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.216
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:        697336 kB
Buffers:         52944 kB
Cached:        1165132 kB
SwapCached:      16396 kB
Active:         897792 kB
Inactive:       344592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        697336 kB
SwapTotal:     4192956 kB
SwapFree:      4144472 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          29908 kB
Slab:           101780 kB
Committed_AS:   651524 kB
PageTables:       1696 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= 66563 MiB

End job on node23 on Mon Feb 19 04:12:07 UTC 2007