Trace number 1720766

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 560.457 560.713

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
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.69/0.75	c ==============================================================================
0.69/0.75	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.75	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.75	c ==============================================================================
0.69/0.75	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
4.98/5.07	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
4.98/5.07	c ==============================================================================
4.98/5.07	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
4.98/5.07	c CPU time:   4.74828 s
4.98/5.07	c ==============================================================================
5.48/5.57	c Rsat version 3.02
5.55/5.84	c Base unit clause learned: 0
560.22/560.54	c CNF stats: (41437 vars, 320735 clauses)
560.22/560.54	c Decisions: 5825988
560.22/560.54	c Conflicts: 956842
560.22/560.54	c Restarts: 62
560.22/560.54	c Avg lpc: 24.91
560.22/560.54	c Max decision level: 2084
560.22/560.54	c KB reduction: 15 (720300 clauses removed)
560.22/560.54	c Final decision lit size:41437 (100.00 %)
560.22/560.54	c Final stack/save sizes: 414(1.00 %)/828(2.00 %)
560.22/560.54	c Final cdc size: 828 (2.00 %)
560.22/560.54	c ***********************************************
560.22/560.54	c Conflicts with bac: 64686/956842 (6.76 %)
560.22/560.54	c Avg bac size: 12.82
560.22/560.54	c Avg bac bt depth: 20.76 vs 4.94 (normal)
560.32/560.68	c Running time: 554.65368 seconds
560.32/560.69	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-1720766-1240659635/watcher-1720766-1240659635 -o /tmp/evaluation-result-1720766-1240659635/solver-1720766-1240659635 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1720766-1240659635.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.11 3/64 20021
/proc/meminfo: memFree=1756712/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) R 20019 20021 19568 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20021/statm: 1339 239 198 169 0 50 0
[pid=20022] ppid=20021 vsize=1516 CPUtime=0
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 229 0 0 0 0 0 0 0 18 0 1 0 93997107 1552384 212 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 379 218 64 186 0 189 0

[startup+0.0178739 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 20021
/proc/meminfo: memFree=1756712/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=5024 CPUtime=0.01
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 1086 0 0 0 1 0 0 0 19 0 1 0 93997107 5144576 1069 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 1256 1071 64 186 0 1066 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10380

[startup+0.101883 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 20021
/proc/meminfo: memFree=1756712/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=28084 CPUtime=0.09
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 6331 0 0 0 6 3 0 0 19 0 1 0 93997107 28758016 6314 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 7054 6316 64 186 0 6864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33440

[startup+0.301909 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 20021
/proc/meminfo: memFree=1756712/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=75696 CPUtime=0.29
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 18419 0 0 0 20 9 0 0 21 0 1 0 93997107 77512704 18402 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 18924 18404 64 186 0 18734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81052

[startup+0.70196 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 20021
/proc/meminfo: memFree=1756712/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=168208 CPUtime=0.69
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 41045 0 0 0 50 19 0 0 25 0 1 0 93997107 172244992 41028 1992294400 4194304 4959918 548682068656 18446744073709551615 4232891 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 42052 41028 66 186 0 41862 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 173564

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 20023
/proc/meminfo: memFree=1578904/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=183576 CPUtime=1.49
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 45652 0 0 0 127 22 0 0 25 0 1 0 93997107 187981824 44043 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/20022/statm: 45894 44043 92 186 0 45704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188932

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 20023
/proc/meminfo: memFree=1568216/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=0
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93997107 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20021/statm: 1339 240 199 169 0 50 0
[pid=20022] ppid=20021 vsize=189028 CPUtime=3.09
/proc/20022/stat : 20022 (SatElite) R 20021 20021 19568 0 -1 4194304 46883 0 0 0 281 28 0 0 25 0 1 0 93997107 193564672 45274 1992294400 4194304 4959918 548682068656 18446744073709551615 4254098 0 0 4096 3 0 0 0 17 1 0 0
/proc/20022/statm: 47257 45274 92 186 0 47067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 194384

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 20023
/proc/meminfo: memFree=1542104/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 5356

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 20024
/proc/meminfo: memFree=1692376/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=38124 CPUtime=7.1
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 9297 0 0 0 705 5 0 0 25 0 1 0 93997665 39038976 8806 1992294400 4194304 5460562 548682068784 18446744073709551615 4226209 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 9531 8806 118 309 0 9218 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 43480

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 20024
/proc/meminfo: memFree=1684504/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=46724 CPUtime=19.89
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 11666 0 0 0 1983 6 0 0 25 0 1 0 93997665 47845376 10768 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 11681 10768 118 309 0 11368 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 52080

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 20024
/proc/meminfo: memFree=1676184/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=53956 CPUtime=45.49
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 14702 0 0 0 4541 8 0 0 25 0 1 0 93997665 55250944 12753 1992294400 4194304 5460562 548682068784 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 13489 12753 118 309 0 13176 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 59312

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20024
/proc/meminfo: memFree=1676056/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=54096 CPUtime=96.66
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 15746 0 0 0 9658 8 0 0 25 0 1 0 93997665 55394304 12803 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 13524 12803 118 309 0 13211 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 59452

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 20024
/proc/meminfo: memFree=1675864/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=54064 CPUtime=156.64
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 17768 0 0 0 15655 9 0 0 25 0 1 0 93997665 55361536 12841 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 13516 12841 118 309 0 13203 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 59420

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 20024
/proc/meminfo: memFree=1675352/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=56364 CPUtime=216.62
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 23461 0 0 0 21650 12 0 0 25 0 1 0 93997665 57716736 12960 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 14091 12960 118 309 0 13778 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 61720

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20024
/proc/meminfo: memFree=1673816/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=57700 CPUtime=276.59
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 27877 0 0 0 27645 14 0 0 25 0 1 0 93997665 59084800 13342 1992294400 4194304 5460562 548682068784 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 14425 13342 118 309 0 14112 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 63056

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20024
/proc/meminfo: memFree=1672216/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=59240 CPUtime=336.57
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 32329 0 0 0 33641 16 0 0 25 0 1 0 93997665 60661760 13761 1992294400 4194304 5460562 548682068784 18446744073709551615 4200320 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 14810 13761 118 309 0 14497 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 64596

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20024
/proc/meminfo: memFree=1669656/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=61552 CPUtime=396.53
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 36994 0 0 0 39636 17 0 0 25 0 1 0 93997665 63029248 14387 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 15388 14387 118 309 0 15075 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 66908

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20024
/proc/meminfo: memFree=1668568/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=62456 CPUtime=456.51
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 39271 0 0 0 45633 18 0 0 25 0 1 0 93997665 63954944 14643 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 15614 14643 118 309 0 15301 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 67812

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666264/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=516.49
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41955 0 0 0 51629 20 0 0 25 0 1 0 93997665 66580480 15287 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15287 118 309 0 15942 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 70376

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

[startup+537.502 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=531.69
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 53149 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4214296 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 537.24
Current children cumulated vsize (KiB) 70376

[startup+550.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=544.48
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 54428 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 550.03
Current children cumulated vsize (KiB) 70376

[startup+556.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=550.87
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 55067 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 556.42
Current children cumulated vsize (KiB) 70376

[startup+558.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=552.47
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 55227 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4225217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 558.02
Current children cumulated vsize (KiB) 70376

[startup+559.907 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=554.07
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 55387 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 559.62
Current children cumulated vsize (KiB) 70376

[startup+560.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5356 CPUtime=5.55
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 315 50641 0 0 0 0 519 36 16 0 1 0 93997107 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1339 242 199 169 0 50 0
[pid=20024] ppid=20021 vsize=65020 CPUtime=554.47
/proc/20024/stat : 20024 (rsat) R 20021 20021 19568 0 -1 4194304 41980 0 0 0 55427 20 0 0 25 0 1 0 93997665 66580480 15312 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20024/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 560.02
Current children cumulated vsize (KiB) 70376

[startup+560.702 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20024
/proc/meminfo: memFree=1666008/2055920 swapFree=4181092/4192956
[pid=20021] ppid=20019 vsize=5360 CPUtime=560.43
/proc/20021/stat : 20021 (rsat.sh) S 20019 20021 19568 0 -1 4194304 343 92625 0 0 0 0 55985 58 19 0 1 0 93997107 5488640 244 1992294400 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20021/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 560.43
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 560.713
CPU time (s): 560.457
CPU user time (s): 559.852
CPU system time (s): 0.604908
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 204316

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

runsolver used 0.52492 second user time and 1.52077 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 13:40:36
IDJOB=1720766
IDBENCH=69630
IDSOLVER=545
FILE ID=node13/1720766-1240659635
PBS_JOBID= 9186522
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=929603050

node13.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.227
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.227
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:       1757128 kB
Buffers:         20656 kB
Cached:         204352 kB
SwapCached:       5580 kB
Active:          76416 kB
Inactive:       156600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757128 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:           19176 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            51688 kB
Committed_AS:   295312 kB
PageTables:       1464 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= 66200 MiB
End job on node13 at 2009-04-25 13:49:57