Trace number 1732832

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 257.551 257.684

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c Parsing...
0.19/0.22	c ==============================================================================
0.19/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.22	c ==============================================================================
0.19/0.22	c |         0 |  139590  1667160 |   41877       0        0     nan |  0.000 % |
0.19/0.22	c ==============================================================================
0.19/0.22	c Result  :   #vars: 55   #clauses: 139590   #literals: 1667160
0.19/0.22	c CPU time:   0.186971 s
0.19/0.22	c ==============================================================================
0.59/0.64	c Rsat version 3.02
0.63/0.83	c Base unit clause learned: 0
257.45/257.66	c CNF stats: (55 vars, 139590 clauses)
257.45/257.66	c Decisions: 701980
257.45/257.66	c Conflicts: 570783
257.45/257.66	c Restarts: 1
257.45/257.66	c Avg lpc: 14.94
257.45/257.66	c Max decision level: 29
257.45/257.66	c KB reduction: 12 (534468 clauses removed)
257.45/257.66	c Final decision lit size:55 (100.00 %)
257.45/257.66	c Final stack/save sizes: 20(36.36 %)/20(36.36 %)
257.45/257.66	c Final cdc size: 100 (181.82 %)
257.45/257.66	c ***********************************************
257.45/257.66	c Conflicts with bac: 3167/570783 (0.55 %)
257.45/257.66	c Avg bac size: 13.38
257.45/257.66	c Avg bac bt depth: 3.45 vs 1.07 (normal)
257.45/257.67	c Running time: 256.81296 seconds
257.45/257.67	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-1732832-1240783626/watcher-1732832-1240783626 -o /tmp/evaluation-result-1732832-1240783626/solver-1732832-1240783626 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1732832-1240783626.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: 0.92 0.98 0.99 3/64 3773
/proc/meminfo: memFree=1436152/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106391109 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 240 199 169 0 50 0
[pid=3774] ppid=3773 vsize=1128 CPUtime=0
/proc/3774/stat : 3774 (SatElite) R 3773 3773 3573 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 106391109 1155072 118 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3774/statm: 282 119 64 186 0 92 0

[startup+0.0757199 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3773
/proc/meminfo: memFree=1436152/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106391109 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 240 199 169 0 50 0
[pid=3774] ppid=3773 vsize=7108 CPUtime=0.06
/proc/3774/stat : 3774 (SatElite) R 3773 3773 3573 0 -1 4194304 1542 0 0 0 6 0 0 0 19 0 1 0 106391109 7278592 1525 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3774/statm: 1777 1526 64 186 0 1587 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12464

[startup+0.102724 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3773
/proc/meminfo: memFree=1436152/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106391109 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 240 199 169 0 50 0
[pid=3774] ppid=3773 vsize=9756 CPUtime=0.09
/proc/3774/stat : 3774 (SatElite) R 3773 3773 3573 0 -1 4194304 2073 0 0 0 8 1 0 0 19 0 1 0 106391109 9990144 2056 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3774/statm: 2439 2056 64 186 0 2249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15112

[startup+0.301763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3773
/proc/meminfo: memFree=1436152/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106391109 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 240 199 169 0 50 0
[pid=3774] ppid=3773 vsize=29976 CPUtime=0.29
/proc/3774/stat : 3774 (SatElite) R 3773 3773 3573 0 -1 4194304 6993 0 0 0 26 3 0 0 21 0 1 0 106391109 30695424 6976 1992294400 4194304 4959918 548682068672 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/3774/statm: 7494 6976 89 186 0 7304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35332

[startup+0.702848 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3773
/proc/meminfo: memFree=1436152/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 5356

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3776
/proc/meminfo: memFree=1415080/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=19436 CPUtime=0.84
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 4367 0 0 0 82 2 0 0 25 0 1 0 106391173 19902464 4262 1992294400 4194304 5460562 548682068784 18446744073709551615 4210615 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3776/statm: 4859 4262 116 309 0 4546 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24792

[startup+3.10131 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3776
/proc/meminfo: memFree=1413096/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=21620 CPUtime=2.44
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 4811 0 0 0 241 3 0 0 25 0 1 0 106391173 22138880 4706 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3776/statm: 5405 4706 116 309 0 5092 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26976

[startup+6.30191 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1411048/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=23012 CPUtime=5.62
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 5209 0 0 0 559 3 0 0 25 0 1 0 106391173 23564288 5104 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 5753 5104 116 309 0 5440 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 28368

[startup+12.7011 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1408552/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=25888 CPUtime=12.02
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 5935 0 0 0 1198 4 0 0 25 0 1 0 106391173 26509312 5700 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 6472 5700 116 309 0 6159 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 31244

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1406952/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=27184 CPUtime=24.82
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 6821 0 0 0 2478 4 0 0 25 0 1 0 106391173 27836416 6070 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 6796 6070 118 309 0 6483 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 32540

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1405864/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=27952 CPUtime=50.4
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 7577 0 0 0 5035 5 0 0 25 0 1 0 106391173 28622848 6346 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 6988 6346 118 309 0 6675 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 33308

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404904/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=28720 CPUtime=101.58
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 9227 0 0 0 10153 5 0 0 25 0 1 0 106391173 29409280 6556 1992294400 4194304 5460562 548682068784 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7180 6556 118 309 0 6867 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 34076

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404328/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=29232 CPUtime=161.56
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 10792 0 0 0 16150 6 0 0 25 0 1 0 106391173 29933568 6681 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7308 6681 118 309 0 6995 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34588

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1405032/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=29932 CPUtime=221.53
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 12698 0 0 0 22146 7 0 0 25 0 1 0 106391173 30650368 6565 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7483 6565 118 309 0 7170 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 35288

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404520/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30060 CPUtime=229.53
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 13764 0 0 0 22945 8 0 0 25 0 1 0 106391173 30781440 6639 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7515 6639 118 309 0 7202 0
Current children cumulated CPU time (s) 230.16
Current children cumulated vsize (KiB) 35416

[startup+243.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404520/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30060 CPUtime=242.33
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 13782 0 0 0 24225 8 0 0 25 0 1 0 106391173 30781440 6657 1992294400 4194304 5460562 548682068784 18446744073709551615 4198207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7515 6657 118 309 0 7202 0
Current children cumulated CPU time (s) 242.96
Current children cumulated vsize (KiB) 35416

[startup+249.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30700 CPUtime=248.72
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14830 0 0 0 24864 8 0 0 25 0 1 0 106391173 31436800 6713 1992294400 4194304 5460562 548682068784 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7675 6713 118 309 0 7362 0
Current children cumulated CPU time (s) 249.35
Current children cumulated vsize (KiB) 36056

[startup+252.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30700 CPUtime=251.92
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14830 0 0 0 25184 8 0 0 25 0 1 0 106391173 31436800 6713 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7675 6713 118 309 0 7362 0
Current children cumulated CPU time (s) 252.55
Current children cumulated vsize (KiB) 36056

[startup+255.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30700 CPUtime=255.12
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14830 0 0 0 25504 8 0 0 25 0 1 0 106391173 31436800 6713 1992294400 4194304 5460562 548682068784 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7675 6713 118 309 0 7362 0
Current children cumulated CPU time (s) 255.75
Current children cumulated vsize (KiB) 36056

[startup+256.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30700 CPUtime=255.92
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14830 0 0 0 25584 8 0 0 25 0 1 0 106391173 31436800 6713 1992294400 4194304 5460562 548682068784 18446744073709551615 4211555 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7675 6713 118 309 0 7362 0
Current children cumulated CPU time (s) 256.55
Current children cumulated vsize (KiB) 36056

[startup+257.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404200/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30700 CPUtime=256.32
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14830 0 0 0 25624 8 0 0 25 0 1 0 106391173 31436800 6713 1992294400 4194304 5460562 548682068784 18446744073709551615 4211555 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7675 6713 118 309 0 7362 0
Current children cumulated CPU time (s) 256.95
Current children cumulated vsize (KiB) 36056

[startup+257.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404328/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30180 CPUtime=256.72
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14836 0 0 0 25664 8 0 0 25 0 1 0 106391173 30904320 6641 1992294400 4194304 5460562 548682068784 18446744073709551615 4215827 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7545 6641 118 309 0 7232 0
Current children cumulated CPU time (s) 257.35
Current children cumulated vsize (KiB) 35536

[startup+257.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3776
/proc/meminfo: memFree=1404328/2055920 swapFree=4192812/4192956
[pid=3773] ppid=3771 vsize=5356 CPUtime=0.63
/proc/3773/stat : 3773 (rsat.sh) S 3771 3773 3573 0 -1 4194304 315 6996 0 0 0 0 58 5 15 0 1 0 106391109 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 242 199 169 0 50 0
[pid=3776] ppid=3773 vsize=30180 CPUtime=256.82
/proc/3776/stat : 3776 (rsat) R 3773 3773 3573 0 -1 4194304 14836 0 0 0 25674 8 0 0 25 0 1 0 106391173 30904320 6641 1992294400 4194304 5460562 548682068784 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3776/statm: 7545 6641 118 309 0 7232 0
Current children cumulated CPU time (s) 257.45
Current children cumulated vsize (KiB) 35536

Child status: 20
Real time (s): 257.684
CPU time (s): 257.551
CPU user time (s): 257.403
CPU system time (s): 0.147977
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 39896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.403
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22306
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= 37
involuntary context switches= 464

runsolver used 0.226965 second user time and 0.71889 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-27 00:07:07
IDJOB=1732832
IDBENCH=71128
IDSOLVER=545
FILE ID=node38/1732832-1240783626
PBS_JOBID= 9187282
Free space on /tmp= 66352 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732832-1240783626/watcher-1732832-1240783626 -o /tmp/evaluation-result-1732832-1240783626/solver-1732832-1240783626 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1732832-1240783626.cnf HOME

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1830889871

node38.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:       1436632 kB
Buffers:         67696 kB
Cached:         468552 kB
SwapCached:          0 kB
Active:         225788 kB
Inactive:       324368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10668 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            55088 kB
Committed_AS:   532652 kB
PageTables:       1456 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= 66348 MiB
End job on node38 at 2009-04-27 00:11:24