Trace number 1723598

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
Rsat 2009-03-22UNSAT 100.939 100.984

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8813
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
0.99/1.06	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
0.99/1.06	c ==============================================================================
0.99/1.06	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
0.99/1.06	c CPU time:   1.00685 s
0.99/1.06	c ==============================================================================
1.29/1.38	c Rsat version 3.02
1.37/1.58	c Base unit clause learned: 0
100.84/100.91	c CNF stats: (11639 vars, 289635 clauses)
100.84/100.91	c Decisions: 1827207
100.84/100.91	c Conflicts: 273134
100.84/100.91	c Restarts: 125
100.84/100.91	c Avg lpc: 49.96
100.84/100.91	c Max decision level: 2685
100.84/100.91	c KB reduction: 2 (164090 clauses removed)
100.84/100.91	c Final decision lit size:11639 (100.00 %)
100.84/100.91	c Final stack/save sizes: 232(1.99 %)/464(3.99 %)
100.84/100.91	c Final cdc size: 928 (7.97 %)
100.84/100.91	c ***********************************************
100.84/100.91	c Conflicts with bac: 9010/273134 (3.30 %)
100.84/100.91	c Avg bac size: 35.88
100.84/100.91	c Avg bac bt depth: 23.95 vs 6.06 (normal)
100.84/100.97	c Running time: 99.42588 seconds
100.84/100.97	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-1723598-1240687334/watcher-1723598-1240687334 -o /tmp/evaluation-result-1723598-1240687334/solver-1723598-1240687334 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723598-1240687334.cnf HOME 

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.97 1.56 1.24 3/64 18650
/proc/meminfo: memFree=1217408/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=0
/proc/18650/stat : 18650 (rsat.sh) R 18648 18650 18196 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 96766655 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18650/statm: 1339 239 198 169 0 50 0
[pid=18651] ppid=18650 vsize=1396 CPUtime=0
/proc/18651/stat : 18651 (SatElite) R 18650 18650 18196 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 96766655 1429504 176 1992294400 4194304 4959918 548682068656 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/18651/statm: 349 179 65 186 0 159 0

[startup+0.0278459 s]
/proc/loadavg: 1.97 1.56 1.24 3/64 18650
/proc/meminfo: memFree=1217408/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=0
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96766655 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18650/statm: 1339 240 199 169 0 50 0
[pid=18651] ppid=18650 vsize=6040 CPUtime=0.02
/proc/18651/stat : 18651 (SatElite) R 18650 18650 18196 0 -1 4194304 1267 0 0 0 2 0 0 0 19 0 1 0 96766655 6184960 1250 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/18651/statm: 1510 1252 65 186 0 1320 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11396

[startup+0.102852 s]
/proc/loadavg: 1.97 1.56 1.24 3/64 18650
/proc/meminfo: memFree=1217408/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=0
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96766655 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18650/statm: 1339 240 199 169 0 50 0
[pid=18651] ppid=18650 vsize=17752 CPUtime=0.09
/proc/18651/stat : 18651 (SatElite) R 18650 18650 18196 0 -1 4194304 3952 0 0 0 8 1 0 0 19 0 1 0 96766655 18178048 3935 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/18651/statm: 4438 3937 65 186 0 4248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23108

[startup+0.301868 s]
/proc/loadavg: 1.97 1.56 1.24 3/64 18650
/proc/meminfo: memFree=1217408/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=0
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96766655 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18650/statm: 1339 240 199 169 0 50 0
[pid=18651] ppid=18650 vsize=46660 CPUtime=0.28
/proc/18651/stat : 18651 (SatElite) R 18650 18650 18196 0 -1 4194304 10967 0 0 0 24 4 0 0 21 0 1 0 96766655 47779840 10358 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/18651/statm: 11665 10358 92 186 0 11475 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52016

[startup+0.702902 s]
/proc/loadavg: 1.97 1.56 1.24 3/64 18650
/proc/meminfo: memFree=1217408/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=0
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96766655 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18650/statm: 1339 240 199 169 0 50 0
[pid=18651] ppid=18650 vsize=48628 CPUtime=0.69
/proc/18651/stat : 18651 (SatElite) R 18650 18650 18196 0 -1 4194304 11411 0 0 0 64 5 0 0 25 0 1 0 96766655 49795072 10802 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/18651/statm: 12157 10802 92 186 0 11967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53984

[startup+1.50298 s]
/proc/loadavg: 1.97 1.56 1.24 2/66 18652
/proc/meminfo: memFree=1169392/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 5356

[startup+3.10111 s]
/proc/loadavg: 1.97 1.56 1.24 2/66 18653
/proc/meminfo: memFree=1187632/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=25580 CPUtime=1.71
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 5988 0 0 0 168 3 0 0 25 0 1 0 96766793 26193920 5923 1992294400 4194304 5460562 548682068784 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 6395 5923 116 309 0 6082 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30936

[startup+6.30138 s]
/proc/loadavg: 1.90 1.55 1.24 2/66 18653
/proc/meminfo: memFree=1183856/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=29644 CPUtime=4.9
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 7012 0 0 0 487 3 0 0 25 0 1 0 96766793 30355456 6880 1992294400 4194304 5460562 548682068784 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 7411 6880 118 309 0 7098 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35000

[startup+12.7019 s]
/proc/loadavg: 1.82 1.54 1.23 2/66 18653
/proc/meminfo: memFree=1176184/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=37440 CPUtime=11.3
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 8984 0 0 0 1125 5 0 0 25 0 1 0 96766793 38338560 8720 1992294400 4194304 5460562 548682068784 18446744073709551615 4213465 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 9360 8720 118 309 0 9047 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42796

[startup+25.501 s]
/proc/loadavg: 1.64 1.51 1.23 2/66 18653
/proc/meminfo: memFree=1165880/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=48680 CPUtime=24.1
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 11742 0 0 0 2403 7 0 0 25 0 1 0 96766793 49848320 11218 1992294400 4194304 5460562 548682068784 18446744073709551615 4198053 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 12170 11218 118 309 0 11857 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54036

[startup+51.1012 s]
/proc/loadavg: 1.42 1.47 1.22 2/66 18653
/proc/meminfo: memFree=1163896/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=49540 CPUtime=49.69
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 13354 0 0 0 4961 8 0 0 25 0 1 0 96766793 50728960 11650 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 12385 11650 118 309 0 12072 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54896

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

[startup+76.7014 s]
/proc/loadavg: 1.28 1.43 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57204 CPUtime=75.28
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16422 0 0 0 7517 11 0 0 25 0 1 0 96766793 58576896 13722 1992294400 4194304 5460562 548682068784 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14301 13722 118 309 0 13988 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 62560

[startup+89.5015 s]
/proc/loadavg: 1.21 1.41 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57204 CPUtime=88.07
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16422 0 0 0 8796 11 0 0 25 0 1 0 96766793 58576896 13722 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14301 13722 118 309 0 13988 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 62560

[startup+95.9011 s]
/proc/loadavg: 1.20 1.40 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57460 CPUtime=94.47
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16441 0 0 0 9436 11 0 0 25 0 1 0 96766793 58839040 13741 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14365 13741 118 309 0 14052 0
Current children cumulated CPU time (s) 95.84
Current children cumulated vsize (KiB) 62816

[startup+99.1014 s]
/proc/loadavg: 1.18 1.40 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57460 CPUtime=97.67
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16473 0 0 0 9756 11 0 0 25 0 1 0 96766793 58839040 13773 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14365 13773 118 309 0 14052 0
Current children cumulated CPU time (s) 99.04
Current children cumulated vsize (KiB) 62816

[startup+99.9014 s]
/proc/loadavg: 1.18 1.40 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57460 CPUtime=98.47
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16473 0 0 0 9836 11 0 0 25 0 1 0 96766793 58839040 13773 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14365 13773 118 309 0 14052 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 62816

[startup+100.702 s]
/proc/loadavg: 1.18 1.40 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57460 CPUtime=99.27
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16473 0 0 0 9916 11 0 0 25 0 1 0 96766793 58839040 13773 1992294400 4194304 5460562 548682068784 18446744073709551615 4214259 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14365 13773 118 309 0 14052 0
Current children cumulated CPU time (s) 100.64
Current children cumulated vsize (KiB) 62816

[startup+100.902 s]
/proc/loadavg: 1.18 1.40 1.21 2/66 18653
/proc/meminfo: memFree=1155448/2055920 swapFree=4192812/4192956
[pid=18650] ppid=18648 vsize=5356 CPUtime=1.37
/proc/18650/stat : 18650 (rsat.sh) S 18648 18650 18196 0 -1 4194304 315 12619 0 0 0 0 129 8 16 0 1 0 96766655 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18650/statm: 1339 242 199 169 0 50 0
[pid=18653] ppid=18650 vsize=57460 CPUtime=99.47
/proc/18653/stat : 18653 (rsat) R 18650 18650 18196 0 -1 4194304 16473 0 0 0 9936 11 0 0 25 0 1 0 96766793 58839040 13773 1992294400 4194304 5460562 548682068784 18446744073709551615 4211492 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18653/statm: 14365 13773 118 309 0 14052 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 62816

Child status: 20
Real time (s): 100.984
CPU time (s): 100.939
CPU user time (s): 100.718
CPU system time (s): 0.220966
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 66656

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

runsolver used 0.104984 second user time and 0.267959 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 21:22:15
IDJOB=1723598
IDBENCH=71718
IDSOLVER=545
FILE ID=node31/1723598-1240687334
PBS_JOBID= 9186698
Free space on /tmp= 66400 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723598-1240687334/watcher-1723598-1240687334 -o /tmp/evaluation-result-1723598-1240687334/solver-1723598-1240687334 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1723598-1240687334.cnf HOME

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1997294905

node31.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.213
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.213
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:       1217888 kB
Buffers:         61700 kB
Cached:         708536 kB
SwapCached:          0 kB
Active:          89324 kB
Inactive:       695848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1217888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11404 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            38580 kB
Committed_AS:   345404 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node31 at 2009-04-25 21:23:56