Trace number 1723546

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 38.9261 38.9735

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.3264
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
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.38/0.46	c ==============================================================================
0.38/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.46	c ==============================================================================
0.38/0.47	c |         0 |  473595  1105055 |  142078       0        0     nan |  0.000 % |
2.98/3.00	c |         0 |  206201   803155 |      --       0       --      -- |     --   | -267392/-301895
2.98/3.00	c ==============================================================================
2.98/3.00	c Result  :   #vars: 26986   #clauses: 206201   #literals: 803155
2.98/3.00	c CPU time:   2.80657 s
2.98/3.00	c ==============================================================================
3.28/3.32	c Rsat version 3.02
3.30/3.49	c Base unit clause learned: 0
38.83/38.90	c CNF stats: (26986 vars, 206201 clauses)
38.83/38.90	c Decisions: 567463
38.83/38.90	c Conflicts: 112547
38.83/38.90	c Restarts: 30
38.83/38.90	c Avg lpc: 32.83
38.83/38.90	c Max decision level: 1649
38.83/38.90	c KB reduction: 1 (39608 clauses removed)
38.83/38.90	c Final decision lit size:26986 (100.00 %)
38.83/38.90	c Final stack/save sizes: 269(1.00 %)/1076(3.99 %)
38.83/38.90	c Final cdc size: 538 (1.99 %)
38.83/38.90	c ***********************************************
38.83/38.90	c Conflicts with bac: 9800/112547 (8.71 %)
38.83/38.90	c Avg bac size: 12.92
38.83/38.90	c Avg bac bt depth: 18.19 vs 3.66 (normal)
38.83/38.95	c Running time: 35.52460 seconds
38.83/38.96	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-1723546-1240686984/watcher-1723546-1240686984 -o /tmp/evaluation-result-1723546-1240686984/solver-1723546-1240686984 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723546-1240686984.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.00 1.00 1.00 3/64 21950
/proc/meminfo: memFree=1796672/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=1656 CPUtime=0
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 258 0 0 0 0 0 0 0 19 0 1 0 96731928 1695744 241 1992294400 4194304 4959918 548682068656 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 414 241 64 186 0 224 0

[startup+0.0810809 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21950
/proc/meminfo: memFree=1796672/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=24216 CPUtime=0.07
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 5084 0 0 0 5 2 0 0 19 0 1 0 96731928 24797184 5067 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 6054 5069 64 186 0 5864 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29572

[startup+0.101082 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21950
/proc/meminfo: memFree=1796672/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=28176 CPUtime=0.09
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 6323 0 0 0 7 2 0 0 19 0 1 0 96731928 28852224 6306 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 7044 6309 64 186 0 6854 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33532

[startup+0.301104 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21950
/proc/meminfo: memFree=1796672/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=75768 CPUtime=0.29
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 18468 0 0 0 21 8 0 0 21 0 1 0 96731928 77586432 18452 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 18942 18453 64 186 0 18752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81124

[startup+0.70115 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21950
/proc/meminfo: memFree=1796672/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=125256 CPUtime=0.69
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 29121 0 0 0 55 14 0 0 25 0 1 0 96731928 128262144 27788 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 31314 27788 92 186 0 31124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130612

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21952
/proc/meminfo: memFree=1680112/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=129024 CPUtime=1.49
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 29898 0 0 0 133 16 0 0 25 0 1 0 96731928 132120576 28565 1992294400 4194304 4959918 548682068656 18446744073709551615 4270372 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 32256 28565 92 186 0 32066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134380

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21952
/proc/meminfo: memFree=1667376/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=0
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96731928 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 240 199 169 0 50 0
[pid=21951] ppid=21950 vsize=136984 CPUtime=3.08
/proc/21951/stat : 21951 (SatElite) R 21950 21950 21598 0 -1 4194304 32558 0 0 0 289 19 0 0 25 0 1 0 96731928 140271616 30299 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/21951/statm: 34246 30299 92 186 0 34056 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142340

[startup+6.30278 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1755512/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=24664 CPUtime=2.96
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 5843 0 0 0 294 2 0 0 25 0 1 0 96732261 25255936 5599 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21953/statm: 6166 5599 116 309 0 5853 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 30020

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1749112/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=32108 CPUtime=9.35
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 7830 0 0 0 932 3 0 0 25 0 1 0 96732261 32878592 7374 1992294400 4194304 5460562 548682068784 18446744073709551615 4227538 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21953/statm: 8027 7374 118 309 0 7714 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 37464

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1740920/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=39972 CPUtime=22.15
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 10957 0 0 0 2209 6 0 0 25 0 1 0 96732261 40931328 9175 1992294400 4194304 5460562 548682068784 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21953/statm: 9993 9175 118 309 0 9680 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 45328

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

[startup+31.9067 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1740536/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=40356 CPUtime=28.55
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11025 0 0 0 2849 6 0 0 25 0 1 0 96732261 41324544 9243 1992294400 4194304 5460562 548682068784 18446744073709551615 4200326 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21953/statm: 10089 9243 118 309 0 9776 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 45712

[startup+35.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1740216/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=40740 CPUtime=31.75
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11117 0 0 0 3169 6 0 0 25 0 1 0 96732261 41717760 9335 1992294400 4194304 5460562 548682068784 18446744073709551615 4214259 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21953/statm: 10185 9335 118 309 0 9872 0
Current children cumulated CPU time (s) 35.05
Current children cumulated vsize (KiB) 46096

[startup+36.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1739768/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=41124 CPUtime=33.34
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11170 0 0 0 3328 6 0 0 25 0 1 0 96732261 42110976 9388 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21953/statm: 10281 9388 118 309 0 9968 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 46480

[startup+38.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1739640/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=41380 CPUtime=34.93
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11224 0 0 0 3487 6 0 0 25 0 1 0 96732261 42373120 9442 1992294400 4194304 5460562 548682068784 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21953/statm: 10345 9442 118 309 0 10032 0
Current children cumulated CPU time (s) 38.23
Current children cumulated vsize (KiB) 46736

[startup+38.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1739576/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=41380 CPUtime=35.33
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11224 0 0 0 3527 6 0 0 25 0 1 0 96732261 42373120 9442 1992294400 4194304 5460562 548682068784 18446744073709551615 4201554 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21953/statm: 10345 9442 118 309 0 10032 0
Current children cumulated CPU time (s) 38.63
Current children cumulated vsize (KiB) 46736

[startup+38.9015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21953
/proc/meminfo: memFree=1739576/2055920 swapFree=4180792/4192956
[pid=21950] ppid=21948 vsize=5356 CPUtime=3.3
/proc/21950/stat : 21950 (rsat.sh) S 21948 21950 21598 0 -1 4194304 315 32561 0 0 0 0 308 22 19 0 1 0 96731928 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21950/statm: 1339 242 199 169 0 50 0
[pid=21953] ppid=21950 vsize=41380 CPUtime=35.53
/proc/21953/stat : 21953 (rsat) R 21950 21950 21598 0 -1 4194304 11224 0 0 0 3547 6 0 0 25 0 1 0 96732261 42373120 9442 1992294400 4194304 5460562 548682068784 18446744073709551615 4211552 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21953/statm: 10345 9442 118 309 0 10032 0
Current children cumulated CPU time (s) 38.83
Current children cumulated vsize (KiB) 46736

Child status: 20
Real time (s): 38.9735
CPU time (s): 38.9261
CPU user time (s): 38.6151
CPU system time (s): 0.310952
CPU usage (%): 99.8784
Max. virtual memory (cumulated for all children) (KiB): 149736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6151
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44258
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= 11
involuntary context switches= 179

runsolver used 0.046992 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-25 21:16:24
IDJOB=1723546
IDBENCH=71717
IDSOLVER=545
FILE ID=node23/1723546-1240686984
PBS_JOBID= 9186663
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=1457717026

node23.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.238
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.238
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:       1797088 kB
Buffers:         27292 kB
Cached:         181304 kB
SwapCached:       5944 kB
Active:          87076 kB
Inactive:       130340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797088 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:           13940 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            27468 kB
Committed_AS:   399852 kB
PageTables:       1388 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= 66308 MiB
End job on node23 at 2009-04-25 21:17:03