Trace number 1775409

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 1301.54 1302.03

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark579.848
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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...
1.09/1.18	c ==============================================================================
1.09/1.18	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.18	c ==============================================================================
1.09/1.18	c |         0 | 1100499  2567831 |  330149       0        0     nan |  0.000 % |
7.58/7.69	c |         0 |  456317  1844839 |      --       0       --      -- |     --   | -644180/-722987
7.58/7.70	c ==============================================================================
7.58/7.70	c Result  :   #vars: 56393   #clauses: 456317   #literals: 1844839
7.58/7.70	c CPU time:   7.15391 s
7.58/7.70	c ==============================================================================
8.48/8.51	c Rsat version 3.02
8.76/8.88	c Base unit clause learned: 0
1301.29/1301.84	c CNF stats: (56393 vars, 456317 clauses)
1301.29/1301.84	c Decisions: 7817788
1301.29/1301.84	c Conflicts: 1847402
1301.29/1301.84	c Restarts: 254
1301.29/1301.84	c Avg lpc: 43.84
1301.29/1301.84	c Max decision level: 1611
1301.29/1301.84	c KB reduction: 13 (1657524 clauses removed)
1301.29/1301.84	c Final decision lit size:56393 (100.00 %)
1301.29/1301.84	c Final stack/save sizes: 563(1.00 %)/2252(3.99 %)
1301.29/1301.84	c Final cdc size: 1126 (2.00 %)
1301.29/1301.84	c ***********************************************
1301.29/1301.84	c Conflicts with bac: 214673/1847402 (11.62 %)
1301.29/1301.84	c Avg bac size: 16.01
1301.29/1301.84	c Avg bac bt depth: 12.92 vs 3.04 (normal)
1301.39/1301.98	c Running time: 1292.67748 seconds
1301.39/1301.99	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-1775409-1241343446/watcher-1775409-1241343446 -o /tmp/evaluation-result-1775409-1241343446/solver-1775409-1241343446 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775409-1241343446.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7986
/proc/meminfo: memFree=1330856/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=2476 CPUtime=0
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 440 0 0 0 0 0 0 0 18 0 1 0 162378847 2535424 423 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 619 425 64 186 0 429 0

[startup+0.0833639 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7986
/proc/meminfo: memFree=1330856/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=21292 CPUtime=0.06
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 4870 0 0 0 5 1 0 0 18 0 1 0 162378847 21803008 4853 1992294400 4194304 4959918 548682068688 18446744073709551615 4449258 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 5579 4853 64 186 0 5389 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26648

[startup+0.102366 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7986
/proc/meminfo: memFree=1330856/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=26896 CPUtime=0.09
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 5910 0 0 0 7 2 0 0 18 0 1 0 162378847 27541504 5893 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 6724 5895 64 186 0 6534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32252

[startup+0.302403 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7986
/proc/meminfo: memFree=1330856/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=71980 CPUtime=0.28
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 17212 0 0 0 20 8 0 0 19 0 1 0 162378847 73707520 17195 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 17995 17197 64 186 0 17805 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77336

[startup+0.701476 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7986
/proc/meminfo: memFree=1330856/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=186776 CPUtime=0.68
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 39081 0 0 0 47 21 0 0 22 0 1 0 162378847 191258624 39064 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 46694 39065 64 186 0 46504 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 192132

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7988
/proc/meminfo: memFree=1101720/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=290488 CPUtime=1.48
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 67126 0 0 0 114 34 0 0 25 0 1 0 162378847 297459712 64778 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 72622 64778 92 186 0 72432 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 295844

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7988
/proc/meminfo: memFree=1064536/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=291808 CPUtime=3.09
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 67500 0 0 0 268 41 0 0 25 0 1 0 162378847 298811392 65152 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 72952 65152 92 186 0 72762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 297164

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7988
/proc/meminfo: memFree=1033248/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=0
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162378847 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7986/statm: 1339 239 199 169 0 50 0
[pid=7987] ppid=7986 vsize=302048 CPUtime=6.28
/proc/7987/stat : 7987 (SatElite) R 7986 7986 7949 0 -1 4194304 69651 0 0 0 576 52 0 0 25 0 1 0 162378847 309297152 67303 1992294400 4194304 4959918 548682068688 18446744073709551615 4270689 0 0 4096 3 0 0 0 17 1 0 0
/proc/7987/statm: 75512 67303 92 186 0 75322 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 307404

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7989
/proc/meminfo: memFree=1239712/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=50036 CPUtime=4.17
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 12381 0 0 0 411 6 0 0 25 0 1 0 162379698 51236864 11753 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 12509 11753 116 309 0 12196 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55392

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7989
/proc/meminfo: memFree=1231520/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=58668 CPUtime=16.97
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 14717 0 0 0 1689 8 0 0 25 0 1 0 162379698 60076032 13870 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 14667 13870 118 309 0 14354 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 64024

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7989
/proc/meminfo: memFree=1214496/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=75840 CPUtime=42.56
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 19331 0 0 0 4245 11 0 0 25 0 1 0 162379698 77660160 18175 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 18960 18175 118 309 0 18647 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 81196

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7990
/proc/meminfo: memFree=1206368/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=84864 CPUtime=93.74
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 23797 0 0 0 9361 13 0 0 25 0 1 0 162379698 86900736 20058 1992294400 4194304 5460562 548682068800 18446744073709551615 4200097 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 21216 20058 118 309 0 20903 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 90220

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1201376/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=89600 CPUtime=153.72
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 27050 0 0 0 15357 15 0 0 25 0 1 0 162379698 91750400 21291 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 22400 21291 118 309 0 22087 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 94956

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1199392/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=91540 CPUtime=213.69
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 29557 0 0 0 21353 16 0 0 25 0 1 0 162379698 93736960 21780 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 22885 21780 118 309 0 22572 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 96896

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1197728/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=93156 CPUtime=273.68
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 31980 0 0 0 27350 18 0 0 25 0 1 0 162379698 95391744 22183 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 23289 22183 118 309 0 22976 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 98512

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1197544/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=93156 CPUtime=333.66
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 34045 0 0 0 33347 19 0 0 25 0 1 0 162379698 95391744 22232 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 23289 22232 118 309 0 22976 0
Current children cumulated CPU time (s) 342.15

################
# More data... #
################

/proc/7989/statm: 25566 24696 118 309 0 25253 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 107620

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1187752/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=102264 CPUtime=993.42
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 48623 0 0 0 99314 28 0 0 25 0 1 0 162379698 104718336 24696 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 25566 24696 118 309 0 25253 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 107620

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1185832/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=104012 CPUtime=1053.4
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 51130 0 0 0 105310 30 0 0 25 0 1 0 162379698 106508288 25171 1992294400 4194304 5460562 548682068800 18446744073709551615 4198207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26003 25171 118 309 0 25690 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 109368

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1185832/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=104012 CPUtime=1113.37
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 51130 0 0 0 111307 30 0 0 25 0 1 0 162379698 106508288 25171 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26003 25171 118 309 0 25690 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 109368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1185768/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=104524 CPUtime=1173.35
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 51181 0 0 0 117305 30 0 0 25 0 1 0 162379698 107032576 25222 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26131 25222 118 309 0 25818 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 109880

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1233.33
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 123302 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 110776

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

[startup+1254.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1245.32
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 124501 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1253.81
Current children cumulated vsize (KiB) 110776

[startup+1279.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1270.91
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 127060 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1279.4
Current children cumulated vsize (KiB) 110776

[startup+1292.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1283.71
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 128340 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1292.2
Current children cumulated vsize (KiB) 110776

[startup+1295.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1286.91
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 128660 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198103 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1295.4
Current children cumulated vsize (KiB) 110776

[startup+1299.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1290.11
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 128980 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1298.6
Current children cumulated vsize (KiB) 110776

[startup+1300.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1291.7
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 129139 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1300.19
Current children cumulated vsize (KiB) 110776

[startup+1301.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=105420 CPUtime=1292.5
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53446 0 0 0 129219 31 0 0 25 0 1 0 162379698 107950080 25471 1992294400 4194304 5460562 548682068800 18446744073709551615 4200042 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 26355 25471 118 309 0 26042 0
Current children cumulated CPU time (s) 1300.99
Current children cumulated vsize (KiB) 110776

[startup+1301.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5356 CPUtime=8.49
/proc/7986/stat : 7986 (rsat.sh) S 7984 7986 7949 0 -1 4194304 312 72879 0 0 0 0 787 62 16 0 1 0 162378847 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7986/statm: 1339 241 199 169 0 50 0
[pid=7989] ppid=7986 vsize=101852 CPUtime=1292.9
/proc/7989/stat : 7989 (rsat) R 7986 7986 7949 0 -1 4194304 53447 0 0 0 129259 31 0 0 25 0 1 0 162379698 104296448 24579 1992294400 4194304 5460562 548682068800 18446744073709551615 4793369 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7989/statm: 25463 24579 118 309 0 25150 0
Current children cumulated CPU time (s) 1301.39
Current children cumulated vsize (KiB) 107208

[startup+1302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7991
/proc/meminfo: memFree=1184616/2055920 swapFree=4180844/4192956
[pid=7986] ppid=7984 vsize=5360 CPUtime=1301.5
/proc/7986/stat : 7986 (rsat.sh) R 7984 7986 7949 0 -1 4194304 318 126329 0 0 0 0 130054 96 18 0 1 0 162378847 5488640 243 1992294400 4194304 4889804 548682068784 18446744073709551615 206381480549 0 2147483391 4100 65536 0 0 0 17 0 0 0
/proc/7986/statm: 1340 243 200 169 0 51 0
Current children cumulated CPU time (s) 1301.5
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1302.03
CPU time (s): 1301.54
CPU user time (s): 1300.55
CPU system time (s): 0.991849
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 316516

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

runsolver used 1.44978 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-03 11:37:27
IDJOB=1775409
IDBENCH=71749
IDSOLVER=615
FILE ID=node2/1775409-1241343446
PBS_JOBID= 9225502
Free space on /tmp= 66344 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775409-1241343446/watcher-1775409-1241343446 -o /tmp/evaluation-result-1775409-1241343446/solver-1775409-1241343446 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775409-1241343446.cnf HOME

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=525637454

node2.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.265
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.265
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:       1331336 kB
Buffers:         77248 kB
Cached:         540116 kB
SwapCached:       5924 kB
Active:         117628 kB
Inactive:       508068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331336 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:           25928 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            84880 kB
Committed_AS:   904204 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node2 at 2009-05-03 11:59:09