Trace number 1825335

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
SAT07 reference solver: Rsat 2007-02-08UNSAT 5532.2 5534.76

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1091.03
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.28/1.37	c ==============================================================================
1.28/1.37	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.37	c ==============================================================================
1.28/1.37	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
7.68/7.75	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
7.68/7.75	c ==============================================================================
7.68/7.75	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
7.68/7.75	c CPU time:   7.48586 s
7.68/7.75	c ==============================================================================
8.68/8.78	c Rsat version 2.00
5531.82/5534.50	c CNF stats: (158000 vars, 777919 clauses)
5531.82/5534.50	c Decisions: 3268364
5531.82/5534.50	c Conflicts: 645502
5532.13/5534.74	c Time: 1229.26270s
5532.13/5534.74	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-1825335-1242498165/watcher-1825335-1242498165 -o /tmp/evaluation-result-1825335-1242498165/solver-1825335-1242498165 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825335-1242498165.cnf 

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
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/65 4050
/proc/meminfo: memFree=1514680/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) R 4048 4050 3952 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 218 1992294400 4194304 4889804 548682068832 18446744073709551615 4318892 0 0 4100 65536 0 0 0 17 0 0 0
/proc/4050/statm: 1339 225 187 169 0 50 0

[startup+0.0822789 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4050
/proc/meminfo: memFree=1514680/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101274 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4050
/proc/meminfo: memFree=1514680/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301302 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4050
/proc/meminfo: memFree=1514680/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701346 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4050
/proc/meminfo: memFree=1514680/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50143 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4052
/proc/meminfo: memFree=1432232/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
[pid=4052] ppid=4050 vsize=140260 CPUtime=1.48
/proc/4052/stat : 4052 (SatElite) R 4050 4050 3952 0 -1 4194304 27442 0 0 0 133 15 0 0 25 0 1 0 277849764 143626240 27257 1992294400 134512640 135038345 4294956288 18446744073709551615 134542774 0 0 4096 3 0 0 0 17 0 0 0
/proc/4052/statm: 35065 27257 64 128 0 34934 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145616

[startup+3.10261 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4052
/proc/meminfo: memFree=1394664/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
[pid=4052] ppid=4050 vsize=166444 CPUtime=3.08
/proc/4052/stat : 4052 (SatElite) R 4050 4050 3952 0 -1 4194304 36402 0 0 0 288 20 0 0 25 0 1 0 277849764 170438656 33364 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/4052/statm: 41611 33364 69 128 0 41480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 171800

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4052
/proc/meminfo: memFree=1375848/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=0
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277849763 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 235 195 169 0 50 0
[pid=4052] ppid=4050 vsize=165932 CPUtime=6.28
/proc/4052/stat : 4052 (SatElite) R 4050 4050 3952 0 -1 4194304 39915 0 0 0 606 22 0 0 25 0 1 0 277849764 169914368 33314 1992294400 134512640 135038345 4294956288 18446744073709551615 134571657 0 0 4096 3 0 0 0 17 0 0 0
/proc/4052/statm: 41483 33314 69 128 0 41352 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171288

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1439720/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=53720 CPUtime=3.89
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 41677 0 0 0 377 12 0 0 25 0 1 0 277850642 55009280 12891 1992294400 134512640 135377749 4294956400 18446744073709551615 134524162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 13430 12891 86 211 0 13216 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 59076

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1436712/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=56748 CPUtime=16.69
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 151600 0 0 0 1627 42 0 0 25 0 1 0 277850642 58109952 13702 1992294400 134512640 135377749 4294956400 18446744073709551615 134529196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 14187 13702 86 211 0 13973 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62104

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1428648/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=64792 CPUtime=42.25
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 428434 0 0 0 4114 111 0 0 25 0 1 0 277850642 66347008 15724 1992294400 134512640 135377749 4294956400 18446744073709551615 134529138 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 16198 15724 86 211 0 15984 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 70148

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1410536/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=83012 CPUtime=93.42
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 948773 0 0 0 9104 238 0 0 25 0 1 0 277850642 85004288 20247 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 20753 20247 86 211 0 20539 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 88368

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1396904/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=96728 CPUtime=153.4
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 1497849 0 0 0 14953 387 0 0 25 0 1 0 277850642 99049472 23604 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 24182 23604 86 211 0 23968 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 102084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1382568/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=110872 CPUtime=213.38
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 2046937 0 0 0 20818 520 0 0 25 0 1 0 277850642 113532928 27186 1992294400 134512640 135377749 4294956400 18446744073709551615 134526511 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 27718 27186 86 211 0 27504 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 116228

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1369960/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=123520 CPUtime=273.34
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 2591248 0 0 0 26669 665 0 0 25 0 1 0 277850642 126484480 30362 1992294400 134512640 135377749 4294956400 18446744073709551615 134522976 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 30880 30362 86 211 0 30666 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 128876

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1354792/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=138304 CPUtime=333.31
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 3203930 0 0 0 32508 823 0 0 25 0 1 0 277850642 141623296 34106 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 34576 34106 86 211 0 34362 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 143660

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4053
/proc/meminfo: memFree=1339624/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=154256 CPUtime=393.29
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 3740121 0 0 0 38366 963 0 0 25 0 1 0 277850642 157958144 37935 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 38564 37935 86 211 0 38350 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 159612


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


[startup+5202.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 4063
/proc/meminfo: memFree=1056168/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436976 CPUtime=5191.09
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 514852 4257 0 0 25 0 1 0 277850642 447463424 108146 1992294400 134512640 135377749 4294956400 18446744073709551615 134522955 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109244 108146 86 211 0 109030 0
Current children cumulated CPU time (s) 5199.86
Current children cumulated vsize (KiB) 442332

[startup+5262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056168/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436976 CPUtime=5251.07
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 520850 4257 0 0 25 0 1 0 277850642 447463424 108146 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109244 108146 86 211 0 109030 0
Current children cumulated CPU time (s) 5259.84
Current children cumulated vsize (KiB) 442332

[startup+5322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056168/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436972 CPUtime=5311.04
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 526846 4258 0 0 25 0 1 0 277850642 447459328 108145 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109243 108145 86 211 0 109029 0
Current children cumulated CPU time (s) 5319.81
Current children cumulated vsize (KiB) 442328

[startup+5382.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1057000/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5371.02
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 532844 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5379.79
Current children cumulated vsize (KiB) 441548

[startup+5442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5431
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 538842 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5439.77
Current children cumulated vsize (KiB) 441548

[startup+5502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5490.96
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 544838 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5499.73
Current children cumulated vsize (KiB) 441548

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

[startup+5503.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5492.56
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 544998 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5501.33
Current children cumulated vsize (KiB) 441548

[startup+5516.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056872/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5505.36
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 546278 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5514.13
Current children cumulated vsize (KiB) 441548

[startup+5523.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056872/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5511.76
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 546918 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5520.53
Current children cumulated vsize (KiB) 441548

[startup+5529.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056872/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436192 CPUtime=5518.16
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 547558 4258 0 0 25 0 1 0 277850642 446660608 107950 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109048 107950 86 211 0 108834 0
Current children cumulated CPU time (s) 5526.93
Current children cumulated vsize (KiB) 441548

[startup+5532.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436188 CPUtime=5521.36
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 547878 4258 0 0 25 0 1 0 277850642 446656512 107949 1992294400 134512640 135377749 4294956400 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109047 107949 86 211 0 108833 0
Current children cumulated CPU time (s) 5530.13
Current children cumulated vsize (KiB) 441544

[startup+5533.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436188 CPUtime=5522.15
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 547957 4258 0 0 25 0 1 0 277850642 446656512 107949 1992294400 134512640 135377749 4294956400 18446744073709551615 134522435 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109047 107949 86 211 0 108833 0
Current children cumulated CPU time (s) 5530.92
Current children cumulated vsize (KiB) 441544

[startup+5534.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=436188 CPUtime=5522.95
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301322 0 0 0 548037 4258 0 0 25 0 1 0 277850642 446656512 107949 1992294400 134512640 135377749 4294956400 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 109047 107949 86 211 0 108833 0
Current children cumulated CPU time (s) 5531.72
Current children cumulated vsize (KiB) 441544

[startup+5534.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4063
/proc/meminfo: memFree=1056936/2055920 swapFree=4160336/4192956
[pid=4050] ppid=4048 vsize=5356 CPUtime=8.77
/proc/4050/stat : 4050 (rsat.sh) S 4048 4050 3952 0 -1 4194304 310 44706 0 0 0 0 842 35 16 0 1 0 277849763 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 1339 237 195 169 0 50 0
[pid=4053] ppid=4050 vsize=293292 CPUtime=5523.36
/proc/4053/stat : 4053 (rsat) R 4050 4050 3952 0 -1 4194304 16301323 0 0 0 548075 4261 0 0 25 0 1 0 277850642 300331008 72618 1992294400 134512640 135377749 4294956400 18446744073709551615 135156186 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4053/statm: 73323 72618 9194 211 0 73109 0
Current children cumulated CPU time (s) 5532.13
Current children cumulated vsize (KiB) 298648

Child status: 20
Real time (s): 5534.76
CPU time (s): 5532.2
CPU user time (s): 5489.18
CPU system time (s): 43.0225
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 456212

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

runsolver used 5.22121 second user time and 14.9097 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-16 20:22:46
IDJOB=1825335
IDBENCH=70988
IDSOLVER=665
FILE ID=node32/1825335-1242498165
PBS_JOBID= 9306987
Free space on /tmp= 66164 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825335-1242498165/watcher-1825335-1242498165 -o /tmp/evaluation-result-1825335-1242498165/solver-1825335-1242498165 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825335-1242498165.cnf            

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=336724782

node32.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.216
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.216
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:       1515160 kB
Buffers:         52644 kB
Cached:         384936 kB
SwapCached:      25636 kB
Active:         171844 kB
Inactive:       292792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515160 kB
SwapTotal:     4192956 kB
SwapFree:      4160336 kB
Dirty:           22336 kB
Writeback:           0 kB
Mapped:          14352 kB
Slab:            61940 kB
Committed_AS:  1078540 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66164 MiB
End job on node32 at 2009-05-16 21:55:01