Trace number 1553183

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-random 2009-03-22UNSAT 352.356 352.465

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.72543
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
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:  14578                                                |
0.00/0.00	c |  Number of clauses:    42581                                                |
0.00/0.05	c |  Parsing time:         0.04         s                                       |
0.00/0.05	c |  Timeout:              43200 s
0.00/0.05	c |  Random Seed:          233657130.000000
0.00/0.05	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.05	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.05	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.05	c |                                                                             |
2.20/2.22	c ============================[ Search Statistics ]==============================
2.20/2.22	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.22	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.22	c ===============================================================================
2.20/2.22	c |         0 |    1458    16652   249865 |     5550        0    nan |  0.000 % |
20.18/20.30	c |       100 |    1458    16652   249865 |     6105      100     36 |  0.123 % |
38.07/38.11	c |       250 |    1458    16652   249865 |     6716      250     29 |  0.123 % |
55.77/55.86	c |       475 |    1458    16652   249865 |     7387      475     33 |  0.123 % |
73.46/73.51	c |       813 |    1458    16652   249865 |     8126      813     36 |  0.123 % |
97.35/97.42	c |      1320 |    1458    16652   249865 |     8939     1320     39 |  0.123 % |
120.35/120.49	c |      2079 |    1458    16652   249865 |     9833     2079     44 |  0.123 % |
142.95/143.08	c |      3221 |    1458    16652   249865 |    10816     3221     48 |  0.123 % |
153.04/153.13	c |      4929 |    1458    16652   249865 |    11898     4929     50 |  0.123 % |
174.84/174.92	c |      7491 |    1458    16652   249865 |    13088     7491     71 |  0.123 % |
185.63/185.72	c |     11336 |    1458    16652   249865 |    14396    11336     78 |  0.123 % |
203.82/203.98	c |     17102 |    1458    16652   249865 |    15836     9619    114 |  0.123 % |
220.02/220.20	c |     25753 |    1457    16649   249858 |    17420    10117     91 |  0.130 % |
230.71/230.83	c |     38728 |    1456    16649   249858 |    19162    14105     98 |  0.137 % |
250.72/250.81	c |     58190 |    1456    16649   249858 |    21078    14069    129 |  0.137 % |
272.80/272.94	c |     87384 |    1455    16584   249682 |    23186    11232    105 |  0.144 % |
289.10/289.24	c |    131175 |    1455    16519   249551 |    25505    19562    122 |  0.144 % |
322.69/322.84	c |    196860 |    1455    16519   249551 |    28055    20391    137 |  0.144 % |
352.28/352.45	c ===============================================================================
352.28/352.45	c surveys--CPU time (sec)   : 313.9273       (89.11 % of total)
352.28/352.45	c surveys--attempted        : 1121           (4 /sec)
352.28/352.45	c surveys--converged        : 1119           (99.82 % successful)
352.28/352.45	c restarts              : 18
352.28/352.45	c conflicts             : 233724         (6092 /sec)
352.28/352.45	c decisions             : 600639         (1.63 % random) (15655 /sec)
352.28/352.45	c propagations          : 15601531       (406638 /sec)
352.28/352.45	c conflict literals     : 26803490       (26.52 % deleted)
352.28/352.45	c Memory used           : 41.55 MB
352.28/352.45	c Total CPU time (sec)      : 352.2944    
352.28/352.45	c 
352.28/352.45	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-1553183-1238712184/watcher-1553183-1238712184 -o /tmp/evaluation-result-1553183-1238712184/solver-1553183-1238712184 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=233657130 HOME/instance-1553183-1238712184.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.19 2/80 16327
/proc/meminfo: memFree=1516484/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=3520 CPUtime=0
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 623 0 0 0 0 0 0 0 21 0 1 0 1143882105 3604480 608 1992294400 4194304 5102416 548682068800 18446744073709551615 4244921 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 880 608 88 221 0 656 0

[startup+0.0842141 s]
/proc/loadavg: 1.00 1.00 1.19 2/80 16327
/proc/meminfo: memFree=1516484/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=12120 CPUtime=0.08
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 2606 0 0 0 7 1 0 0 21 0 1 0 1143882105 12410880 2591 1992294400 4194304 5102416 548682068800 18446744073709551615 4491861 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 3030 2591 99 221 0 2806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12120

[startup+0.101213 s]
/proc/loadavg: 1.00 1.00 1.19 2/80 16327
/proc/meminfo: memFree=1516484/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=12780 CPUtime=0.09
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 2787 0 0 0 8 1 0 0 21 0 1 0 1143882105 13086720 2772 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 3195 2772 99 221 0 2971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12780

[startup+0.301227 s]
/proc/loadavg: 1.00 1.00 1.19 2/80 16327
/proc/meminfo: memFree=1516484/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=19668 CPUtime=0.29
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 4480 0 0 0 27 2 0 0 23 0 1 0 1143882105 20140032 4465 1992294400 4194304 5102416 548682068800 18446744073709551615 4515515 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 4917 4465 99 221 0 4693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19668

[startup+0.701268 s]
/proc/loadavg: 1.00 1.00 1.19 2/80 16327
/proc/meminfo: memFree=1516484/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=27548 CPUtime=0.69
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 6331 0 0 0 67 2 0 0 25 0 1 0 1143882105 28209152 6316 1992294400 4194304 5102416 548682068800 18446744073709551615 4264126 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 6887 6316 99 221 0 6663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27548

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 16328
/proc/meminfo: memFree=1490044/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=29656 CPUtime=1.49
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 6851 0 0 0 146 3 0 0 25 0 1 0 1143882105 30367744 6836 1992294400 4194304 5102416 548682068800 18446744073709551615 4273844 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7414 6836 99 221 0 7190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29656

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 16328
/proc/meminfo: memFree=1488444/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=3.09
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7049 0 0 0 306 3 0 0 25 0 1 0 1143882105 29356032 6688 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 0 0 0
/proc/16327/statm: 7167 6688 102 221 0 6943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28668

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 16328
/proc/meminfo: memFree=1489532/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=6.29
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7049 0 0 0 626 3 0 0 25 0 1 0 1143882105 29356032 6688 1992294400 4194304 5102416 548682068800 18446744073709551615 4220526 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6688 102 221 0 6943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28668

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 16328
/proc/meminfo: memFree=1489468/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=12.68
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7049 0 0 0 1265 3 0 0 25 0 1 0 1143882105 29356032 6688 1992294400 4194304 5102416 548682068800 18446744073709551615 4220605 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6688 102 221 0 6943 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28668

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.18 2/81 16328
/proc/meminfo: memFree=1489468/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=25.48
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7062 0 0 0 2545 3 0 0 25 0 1 0 1143882105 29356032 6701 1992294400 4194304 5102416 548682068800 18446744073709551615 4220577 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6701 115 221 0 6943 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28668

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 1.18 2/81 16328
/proc/meminfo: memFree=1489532/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=51.07
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7062 0 0 0 5104 3 0 0 25 0 1 0 1143882105 29356032 6701 1992294400 4194304 5102416 548682068800 18446744073709551615 4220496 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6701 115 221 0 6943 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28668

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.17 2/81 16328
/proc/meminfo: memFree=1489532/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=102.26
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7062 0 0 0 10223 3 0 0 25 0 1 0 1143882105 29356032 6701 1992294400 4194304 5102416 548682068800 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6701 115 221 0 6943 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 28668

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.16 2/81 16328
/proc/meminfo: memFree=1489532/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=28668 CPUtime=162.24
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7063 0 0 0 16221 3 0 0 25 0 1 0 1143882105 29356032 6702 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7167 6702 115 221 0 6943 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28668

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.14 2/81 16328
/proc/meminfo: memFree=1488252/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=29728 CPUtime=222.22
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 7386 0 0 0 22219 3 0 0 25 0 1 0 1143882105 30441472 7025 1992294400 4194304 5102416 548682068800 18446744073709551615 4220213 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 7432 7025 115 221 0 7208 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29728

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.13 2/81 16328
/proc/meminfo: memFree=1483708/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=34392 CPUtime=282.2
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 8522 0 0 0 28216 4 0 0 25 0 1 0 1143882105 35217408 8161 1992294400 4194304 5102416 548682068800 18446744073709551615 4221949 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 8598 8161 115 221 0 8374 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 34392

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1477372/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=40536 CPUtime=342.19
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10083 0 0 0 34214 5 0 0 25 0 1 0 1143882105 41508864 9722 1992294400 4194304 5102416 548682068800 18446744073709551615 4221918 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10134 9722 115 221 0 9910 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 40536

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

[startup+345.502 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1477372/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=40536 CPUtime=345.39
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10083 0 0 0 34534 5 0 0 25 0 1 0 1143882105 41508864 9722 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10134 9722 115 221 0 9910 0
Current children cumulated CPU time (s) 345.39
Current children cumulated vsize (KiB) 40536

[startup+348.706 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=348.59
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 34854 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4249699 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 348.59
Current children cumulated vsize (KiB) 42540

[startup+350.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=350.18
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 35013 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 350.18
Current children cumulated vsize (KiB) 42540

[startup+351.101 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=350.98
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 35093 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4250057 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 350.98
Current children cumulated vsize (KiB) 42540

[startup+351.902 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=351.79
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 35174 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4248853 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 351.79
Current children cumulated vsize (KiB) 42540

[startup+352.302 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=352.18
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 35213 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 352.18
Current children cumulated vsize (KiB) 42540

[startup+352.402 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 16328
/proc/meminfo: memFree=1475580/2055920 swapFree=4163588/4192956
[pid=16327] ppid=16325 vsize=42540 CPUtime=352.28
/proc/16327/stat : 16327 (varsat-random_s) R 16325 16327 16262 0 -1 4194304 10539 0 0 0 35223 5 0 0 25 0 1 0 1143882105 43560960 10178 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/16327/statm: 10635 10178 115 221 0 10411 0
Current children cumulated CPU time (s) 352.28
Current children cumulated vsize (KiB) 42540

Child status: 20
Real time (s): 352.465
CPU time (s): 352.356
CPU user time (s): 352.294
CPU system time (s): 0.06199
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 42540

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

runsolver used 0.460929 second user time and 1.14982 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-03 00:43:05
IDJOB=1553183
IDBENCH=70756
IDSOLVER=539
FILE ID=node90/1553183-1238712184
PBS_JOBID= 9085286
Free space on /tmp= 66532 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553183-1238712184/watcher-1553183-1238712184 -o /tmp/evaluation-result-1553183-1238712184/solver-1553183-1238712184 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=233657130 HOME/instance-1553183-1238712184.cnf

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED=233657130

node90.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.234
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.234
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:       1516900 kB
Buffers:         83104 kB
Cached:         360548 kB
SwapCached:      19088 kB
Active:         234352 kB
Inactive:       229840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516900 kB
SwapTotal:     4192956 kB
SwapFree:      4163588 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          25684 kB
Slab:            59084 kB
Committed_AS:  2576952 kB
PageTables:       2668 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= 66532 MiB
End job on node90 at 2009-04-03 00:48:57