Trace number 1774499

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 276.669 276.769

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
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.29/0.39	c ==============================================================================
0.29/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.39	c ==============================================================================
0.29/0.39	c |         0 |  404200   943125 |  121260       0        0     nan |  0.000 % |
4.09/4.13	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
4.09/4.13	c ==============================================================================
4.09/4.13	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
4.09/4.13	c CPU time:   3.85841 s
4.09/4.13	c ==============================================================================
4.29/4.31	c Rsat version 3.02
4.29/4.38	c Base unit clause learned: 0
276.58/276.70	c CNF stats: (14948 vars, 103664 clauses)
276.58/276.70	c Decisions: 1213125
276.58/276.70	c Conflicts: 514773
276.58/276.70	c Restarts: 62
276.58/276.70	c Avg lpc: 45.31
276.58/276.70	c Max decision level: 214
276.58/276.70	c KB reduction: 22 (421049 clauses removed)
276.58/276.70	c Final decision lit size:14948 (100.00 %)
276.58/276.70	c Final stack/save sizes: 596(3.99 %)/4768(31.90 %)
276.58/276.70	c Final cdc size: 1192 (7.97 %)
276.58/276.70	c ***********************************************
276.58/276.70	c Conflicts with bac: 28372/514773 (5.51 %)
276.58/276.70	c Avg bac size: 19.33
276.58/276.70	c Avg bac bt depth: 9.43 vs 1.92 (normal)
276.58/276.75	c Running time: 272.22562 seconds
276.58/276.75	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-1774499-1241338191/watcher-1774499-1241338191 -o /tmp/evaluation-result-1774499-1241338191/solver-1774499-1241338191 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774499-1241338191.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: 0.99 0.97 0.99 3/64 28069
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=2364 CPUtime=0
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 452 0 0 0 0 0 0 0 18 0 1 0 161852927 2420736 435 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 624 439 65 186 0 434 0

[startup+0.099593 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28069
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=26192 CPUtime=0.08
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 5797 0 0 0 6 2 0 0 18 0 1 0 161852927 26820608 5780 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 6548 5782 65 186 0 6358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31548

[startup+0.101592 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28069
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=26588 CPUtime=0.09
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 5919 0 0 0 7 2 0 0 18 0 1 0 161852927 27226112 5902 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 6647 5905 65 186 0 6457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31944

[startup+0.301613 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28069
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=71408 CPUtime=0.29
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 17319 0 0 0 20 9 0 0 19 0 1 0 161852927 73121792 17302 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 17852 17304 65 186 0 17662 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76764

[startup+0.701658 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28069
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=108148 CPUtime=0.68
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 23245 0 0 0 55 13 0 0 23 0 1 0 161852927 110743552 22885 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 27037 22885 92 186 0 26847 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 113504

[startup+1.50175 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28071
/proc/meminfo: memFree=999128/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=117748 CPUtime=1.49
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 25354 0 0 0 133 16 0 0 25 0 1 0 161852927 120573952 24980 1992294400 4194304 4959918 548682068688 18446744073709551615 4283361 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 29437 24980 92 186 0 29247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123104

[startup+3.10192 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28071
/proc/meminfo: memFree=990552/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161852926 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 239 199 169 0 50 0
[pid=28070] ppid=28069 vsize=121928 CPUtime=3.09
/proc/28070/stat : 28070 (SatElite) R 28069 28069 27594 0 -1 4194304 33013 0 0 0 289 20 0 0 25 0 1 0 161852927 124854272 26091 1992294400 4194304 4959918 548682068688 18446744073709551615 4292740 0 0 4096 3 0 0 0 17 1 0 0
/proc/28070/statm: 30482 26091 92 186 0 30292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127284

[startup+6.30228 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1074392/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=14216 CPUtime=1.98
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 3110 0 0 0 196 2 0 0 25 0 1 0 161853358 14557184 3019 1992294400 4194304 5460562 548682068800 18446744073709551615 4201784 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 3554 3019 118 309 0 3241 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19572

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1069664/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=19680 CPUtime=8.38
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 4583 0 0 0 835 3 0 0 25 0 1 0 161853358 20152320 4294 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 4920 4294 118 309 0 4607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25036

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1067744/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=20940 CPUtime=21.17
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 5913 0 0 0 2113 4 0 0 25 0 1 0 161853358 21442560 4628 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 5235 4628 118 309 0 4922 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26296

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1066208/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=22460 CPUtime=46.75
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 8239 0 0 0 4670 5 0 0 25 0 1 0 161853358 22999040 5034 1992294400 4194304 5460562 548682068800 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 5615 5034 118 309 0 5302 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27816

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1064480/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=24092 CPUtime=97.94
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 11570 0 0 0 9788 6 0 0 25 0 1 0 161853358 24670208 5484 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 6023 5484 118 309 0 5710 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29448

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1061600/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=27712 CPUtime=157.91
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 15471 0 0 0 15783 8 0 0 25 0 1 0 161853358 28377088 6179 1992294400 4194304 5460562 548682068800 18446744073709551615 4201936 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 6928 6179 118 309 0 6615 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33068

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1059296/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30196 CPUtime=217.89
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 19099 0 0 0 21779 10 0 0 25 0 1 0 161853358 30920704 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7549 6831 118 309 0 7236 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 35552

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058720/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30380 CPUtime=225.9
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 20150 0 0 0 22579 11 0 0 25 0 1 0 161853358 31109120 6890 1992294400 4194304 5460562 548682068800 18446744073709551615 4201926 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7595 6890 118 309 0 7282 0
Current children cumulated CPU time (s) 230.2
Current children cumulated vsize (KiB) 35736

[startup+255.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=251.49
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21211 0 0 0 25138 11 0 0 25 0 1 0 161853358 31350784 6959 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6959 118 309 0 7341 0
Current children cumulated CPU time (s) 255.79
Current children cumulated vsize (KiB) 35972

[startup+268.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=264.28
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21211 0 0 0 26417 11 0 0 25 0 1 0 161853358 31350784 6959 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6959 118 309 0 7341 0
Current children cumulated CPU time (s) 268.58
Current children cumulated vsize (KiB) 35972

[startup+271.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=267.48
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21215 0 0 0 26737 11 0 0 25 0 1 0 161853358 31350784 6963 1992294400 4194304 5460562 548682068800 18446744073709551615 4225217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6963 118 309 0 7341 0
Current children cumulated CPU time (s) 271.78
Current children cumulated vsize (KiB) 35972

[startup+275.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=270.68
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21219 0 0 0 27057 11 0 0 25 0 1 0 161853358 31350784 6967 1992294400 4194304 5460562 548682068800 18446744073709551615 4202751 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6967 118 309 0 7341 0
Current children cumulated CPU time (s) 274.98
Current children cumulated vsize (KiB) 35972

[startup+275.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=271.48
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21219 0 0 0 27137 11 0 0 25 0 1 0 161853358 31350784 6967 1992294400 4194304 5460562 548682068800 18446744073709551615 4198103 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6967 118 309 0 7341 0
Current children cumulated CPU time (s) 275.78
Current children cumulated vsize (KiB) 35972

[startup+276.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=271.88
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21219 0 0 0 27177 11 0 0 25 0 1 0 161853358 31350784 6967 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6967 118 309 0 7341 0
Current children cumulated CPU time (s) 276.18
Current children cumulated vsize (KiB) 35972

[startup+276.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28072
/proc/meminfo: memFree=1058464/2055920 swapFree=4192812/4192956
[pid=28069] ppid=28067 vsize=5356 CPUtime=4.3
/proc/28069/stat : 28069 (rsat.sh) S 28067 28069 27594 0 -1 4194304 312 45592 0 0 0 0 401 29 16 0 1 0 161852926 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28069/statm: 1339 241 199 169 0 50 0
[pid=28072] ppid=28069 vsize=30616 CPUtime=272.28
/proc/28072/stat : 28072 (rsat) R 28069 28069 27594 0 -1 4194304 21219 0 0 0 27217 11 0 0 25 0 1 0 161853358 31350784 6967 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28072/statm: 7654 6967 118 309 0 7341 0
Current children cumulated CPU time (s) 276.58
Current children cumulated vsize (KiB) 35972

Child status: 20
Real time (s): 276.769
CPU time (s): 276.669
CPU user time (s): 276.239
CPU system time (s): 0.429934
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 135624

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

runsolver used 0.313952 second user time and 0.698893 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-03 10:09:52
IDJOB=1774499
IDBENCH=70952
IDSOLVER=615
FILE ID=node9/1774499-1241338191
PBS_JOBID= 9225462
Free space on /tmp= 66552 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774499-1241338191/watcher-1774499-1241338191 -o /tmp/evaluation-result-1774499-1241338191/solver-1774499-1241338191 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774499-1241338191.cnf HOME

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1071046133

node9.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.240
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.240
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:       1100616 kB
Buffers:         90744 kB
Cached:         745928 kB
SwapCached:          0 kB
Active:         193816 kB
Inactive:       656848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12736 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            90692 kB
Committed_AS:   672744 kB
PageTables:       1396 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= 66548 MiB
End job on node9 at 2009-05-03 10:14:29