Trace number 1720194

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 153.824 153.866

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
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 Parsing...
0.58/0.67	c ==============================================================================
0.58/0.67	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.67	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.67	c ==============================================================================
0.58/0.67	c |         0 |  646227  1507863 |  193868       0        0     nan |  0.000 % |
4.29/4.35	c |         0 |  276775  1085434 |      --       0       --      -- |     --   | -369450/-422424
4.29/4.35	c ==============================================================================
4.29/4.35	c Result  :   #vars: 35740   #clauses: 276775   #literals: 1085434
4.29/4.35	c CPU time:   4.01839 s
4.29/4.35	c ==============================================================================
4.78/4.81	c Rsat version 3.02
4.79/5.03	c Base unit clause learned: 0
153.63/153.76	c CNF stats: (35740 vars, 276775 clauses)
153.63/153.76	c Decisions: 2751276
153.63/153.76	c Conflicts: 424928
153.63/153.76	c Restarts: 126
153.63/153.76	c Avg lpc: 31.62
153.63/153.76	c Max decision level: 2273
153.63/153.76	c KB reduction: 6 (356956 clauses removed)
153.63/153.76	c Final decision lit size:35740 (100.00 %)
153.63/153.76	c Final stack/save sizes: 357(1.00 %)/714(2.00 %)
153.63/153.76	c Final cdc size: 714 (2.00 %)
153.63/153.76	c ***********************************************
153.63/153.76	c Conflicts with bac: 56215/424928 (13.23 %)
153.63/153.76	c Avg bac size: 15.64
153.63/153.76	c Avg bac bt depth: 17.99 vs 4.62 (normal)
153.73/153.84	c Running time: 148.87537 seconds
153.73/153.84	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-1720194-1240653427/watcher-1720194-1240653427 -o /tmp/evaluation-result-1720194-1240653427/solver-1720194-1240653427 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1720194-1240653427.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.08 1.02 1.10 3/64 13007
/proc/meminfo: memFree=1830392/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) R 13005 13007 12763 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13007/statm: 1339 239 198 169 0 50 0
[pid=13008] ppid=13007 vsize=1384 CPUtime=0
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 93375404 1417216 181 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 346 184 64 186 0 156 0

[startup+0.100558 s]
/proc/loadavg: 1.08 1.02 1.10 3/64 13007
/proc/meminfo: memFree=1830392/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=26992 CPUtime=0.08
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 5977 0 0 0 6 2 0 0 19 0 1 0 93375404 27639808 5960 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 6748 5962 64 186 0 6558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32348

[startup+0.202566 s]
/proc/loadavg: 1.08 1.02 1.10 3/64 13007
/proc/meminfo: memFree=1830392/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=53660 CPUtime=0.19
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 11930 0 0 0 13 6 0 0 20 0 1 0 93375404 54947840 11913 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 13415 11914 64 186 0 13225 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59016

[startup+0.302572 s]
/proc/loadavg: 1.08 1.02 1.10 3/64 13007
/proc/meminfo: memFree=1830392/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=73264 CPUtime=0.28
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 17640 0 0 0 20 8 0 0 20 0 1 0 93375404 75022336 17624 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 18316 17625 64 186 0 18126 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78620

[startup+0.702602 s]
/proc/loadavg: 1.08 1.02 1.10 3/64 13007
/proc/meminfo: memFree=1830392/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=155900 CPUtime=0.69
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 37859 0 0 0 50 19 0 0 24 0 1 0 93375404 159641600 36471 1992294400 4194304 4959918 548682068656 18446744073709551615 4265394 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 38975 36471 90 186 0 38785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161256

[startup+1.50166 s]
/proc/loadavg: 1.08 1.02 1.10 2/66 13009
/proc/meminfo: memFree=1675240/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=164252 CPUtime=1.49
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 39524 0 0 0 125 24 0 0 25 0 1 0 93375404 168194048 38136 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 41063 38136 92 186 0 40873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169608

[startup+3.10178 s]
/proc/loadavg: 1.08 1.02 1.10 2/66 13009
/proc/meminfo: memFree=1663272/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93375403 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13007/statm: 1339 240 199 169 0 50 0
[pid=13008] ppid=13007 vsize=169828 CPUtime=3.09
/proc/13008/stat : 13008 (SatElite) R 13007 13007 12763 0 -1 4194304 40797 0 0 0 278 31 0 0 25 0 1 0 93375404 173903872 39409 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/13008/statm: 42457 39409 92 186 0 42267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175184

[startup+6.30201 s]
/proc/loadavg: 1.07 1.02 1.10 2/66 13010
/proc/meminfo: memFree=1777128/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=30848 CPUtime=1.47
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 7439 0 0 0 144 3 0 0 25 0 1 0 93375885 31588352 7067 1992294400 4194304 5460562 548682068784 18446744073709551615 4198003 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 7712 7067 116 309 0 7399 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 36204

[startup+12.7015 s]
/proc/loadavg: 1.07 1.02 1.10 2/66 13010
/proc/meminfo: memFree=1773800/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=33940 CPUtime=7.87
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 8276 0 0 0 783 4 0 0 25 0 1 0 93375885 34754560 7822 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 8485 7822 118 309 0 8172 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39296

[startup+25.5024 s]
/proc/loadavg: 1.05 1.02 1.10 2/66 13010
/proc/meminfo: memFree=1766056/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=41652 CPUtime=20.67
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 10385 0 0 0 2061 6 0 0 25 0 1 0 93375885 42651648 9764 1992294400 4194304 5460562 548682068784 18446744073709551615 4225701 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 10413 9764 118 309 0 10100 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 47008

[startup+51.1023 s]
/proc/loadavg: 1.03 1.01 1.09 2/66 13010
/proc/meminfo: memFree=1758568/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=49660 CPUtime=46.27
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 13565 0 0 0 4619 8 0 0 25 0 1 0 93375885 50851840 11621 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 12415 11621 118 309 0 12102 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 55016

[startup+102.302 s]
/proc/loadavg: 1.01 1.01 1.09 2/66 13010
/proc/meminfo: memFree=1755944/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52140 CPUtime=97.46
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 16237 0 0 0 9737 9 0 0 25 0 1 0 93375885 53391360 12275 1992294400 4194304 5460562 548682068784 18446744073709551615 4198099 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13035 12275 118 309 0 12722 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57496

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

[startup+102.406 s]
/proc/loadavg: 1.01 1.01 1.09 2/66 13010
/proc/meminfo: memFree=1755944/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52140 CPUtime=97.56
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 16239 0 0 0 9747 9 0 0 25 0 1 0 93375885 53391360 12277 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13035 12277 118 309 0 12722 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 57496

[startup+128.003 s]
/proc/loadavg: 1.01 1.01 1.08 2/66 13010
/proc/meminfo: memFree=1755752/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=51948 CPUtime=123.15
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 18222 0 0 0 12305 10 0 0 25 0 1 0 93375885 53194752 12276 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 12987 12276 118 309 0 12674 0
Current children cumulated CPU time (s) 127.94
Current children cumulated vsize (KiB) 57304

[startup+140.802 s]
/proc/loadavg: 1.00 1.01 1.08 2/66 13010
/proc/meminfo: memFree=1755752/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=51948 CPUtime=135.95
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 18227 0 0 0 13585 10 0 0 25 0 1 0 93375885 53194752 12281 1992294400 4194304 5460562 548682068784 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 12987 12281 118 309 0 12674 0
Current children cumulated CPU time (s) 140.74
Current children cumulated vsize (KiB) 57304

[startup+147.201 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755688/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52112 CPUtime=142.34
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 18289 0 0 0 14224 10 0 0 25 0 1 0 93375885 53362688 12336 1992294400 4194304 5460562 548682068784 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13028 12336 118 309 0 12715 0
Current children cumulated CPU time (s) 147.13
Current children cumulated vsize (KiB) 57468

[startup+150.402 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755304/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52332 CPUtime=145.54
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 19324 0 0 0 14543 11 0 0 25 0 1 0 93375885 53587968 12379 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13083 12379 118 309 0 12770 0
Current children cumulated CPU time (s) 150.33
Current children cumulated vsize (KiB) 57688

[startup+152.002 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755304/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52332 CPUtime=147.14
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 19324 0 0 0 14703 11 0 0 25 0 1 0 93375885 53587968 12379 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13083 12379 118 309 0 12770 0
Current children cumulated CPU time (s) 151.93
Current children cumulated vsize (KiB) 57688

[startup+152.802 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755304/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52332 CPUtime=147.94
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 19324 0 0 0 14783 11 0 0 25 0 1 0 93375885 53587968 12379 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13083 12379 118 309 0 12770 0
Current children cumulated CPU time (s) 152.73
Current children cumulated vsize (KiB) 57688

[startup+153.602 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755304/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=52332 CPUtime=148.74
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 19324 0 0 0 14863 11 0 0 25 0 1 0 93375885 53587968 12379 1992294400 4194304 5460562 548682068784 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 13083 12379 118 309 0 12770 0
Current children cumulated CPU time (s) 153.53
Current children cumulated vsize (KiB) 57688

[startup+153.803 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 13010
/proc/meminfo: memFree=1755304/2055920 swapFree=4191900/4192956
[pid=13007] ppid=13005 vsize=5356 CPUtime=4.79
/proc/13007/stat : 13007 (rsat.sh) S 13005 13007 12763 0 -1 4194304 315 43772 0 0 0 0 442 37 16 0 1 0 93375403 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 242 199 169 0 50 0
[pid=13010] ppid=13007 vsize=49140 CPUtime=148.94
/proc/13010/stat : 13010 (rsat) R 13007 13007 12763 0 -1 4194304 19325 0 0 0 14883 11 0 0 25 0 1 0 93375885 50319360 11616 1992294400 4194304 5460562 548682068784 18446744073709551615 4873703 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13010/statm: 12285 11616 118 309 0 11972 0
Current children cumulated CPU time (s) 153.73
Current children cumulated vsize (KiB) 54496

Child status: 20
Real time (s): 153.866
CPU time (s): 153.824
CPU user time (s): 153.308
CPU system time (s): 0.515921
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 182252

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

runsolver used 0.166974 second user time and 0.38994 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 11:57:07
IDJOB=1720194
IDBENCH=69595
IDSOLVER=545
FILE ID=node34/1720194-1240653427
PBS_JOBID= 9186476
Free space on /tmp= 66360 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720194-1240653427/watcher-1720194-1240653427 -o /tmp/evaluation-result-1720194-1240653427/solver-1720194-1240653427 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1720194-1240653427.cnf HOME

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=1556059586

node34.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.214
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.214
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:       1830872 kB
Buffers:          6588 kB
Cached:         151264 kB
SwapCached:        384 kB
Active:          46920 kB
Inactive:       124336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830872 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           17196 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            39848 kB
Committed_AS:   316956 kB
PageTables:       1384 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= 66352 MiB
End job on node34 at 2009-04-25 11:59:41