Trace number 1825383

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-08? (TO) 10000.1 10003.8

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8766.23
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.58/1.63	c ==============================================================================
1.58/1.63	c |           |     ORIGINAL     |              LEARNT              |          |
1.58/1.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.58/1.63	c ==============================================================================
1.58/1.63	c |         0 | 1373915  3337034 |  412174       0        0     nan |  0.000 % |
8.88/8.91	c |         0 |  959954  2694138 |      --       0       --      -- |     --   | -111844/44415
8.88/8.92	c ==============================================================================
8.88/8.92	c Result  :   #vars: 137915   #clauses: 959954   #literals: 2694138
8.88/8.92	c CPU time:   8.62169 s
8.88/8.92	c ==============================================================================
10.17/10.21	c Rsat version 2.00

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825383-1242501350/watcher-1825383-1242501350 -o /tmp/evaluation-result-1825383-1242501350/solver-1825383-1242501350 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825383-1242501350.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/64 27955
/proc/meminfo: memFree=1704816/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) R 27953 27955 27880 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27955/statm: 1339 234 194 169 0 50 0
[pid=27956] ppid=27955 vsize=1552 CPUtime=0
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 278168730 1589248 258 1992294400 134512640 135038345 4294956288 18446744073709551615 134548172 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 388 261 49 128 0 257 0

[startup+0.0303 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27955
/proc/meminfo: memFree=1704816/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=13204 CPUtime=0.01
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 2200 0 0 0 1 0 0 0 19 0 1 0 278168730 13520896 2079 1992294400 134512640 135038345 4294956288 18446744073709551615 134548506 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 3301 2081 49 128 0 3170 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18560

[startup+0.101307 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27955
/proc/meminfo: memFree=1704816/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=27788 CPUtime=0.08
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 6008 0 0 0 7 1 0 0 19 0 1 0 278168730 28454912 5823 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 6947 5824 49 128 0 6816 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33144

[startup+0.301327 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27955
/proc/meminfo: memFree=1704816/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=50040 CPUtime=0.29
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 11331 0 0 0 25 4 0 0 21 0 1 0 278168730 51240960 11146 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 12510 11147 49 128 0 12379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55396

[startup+0.701369 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27955
/proc/meminfo: memFree=1704816/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=68984 CPUtime=0.69
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 15974 0 0 0 61 8 0 0 25 0 1 0 278168730 70639616 15789 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 17246 15789 49 128 0 17115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74340

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27957
/proc/meminfo: memFree=1626848/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=118936 CPUtime=1.48
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 29035 0 0 0 133 15 0 0 25 0 1 0 278168730 121790464 28850 1992294400 134512640 135038345 4294956288 18446744073709551615 134545894 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 29734 28850 50 128 0 29603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 124292

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27957
/proc/meminfo: memFree=1580576/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=147572 CPUtime=3.09
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 38590 0 0 0 288 21 0 0 25 0 1 0 278168730 151113728 35087 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 36893 35087 69 128 0 36762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152928

[startup+6.30294 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27957
/proc/meminfo: memFree=1547488/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=0
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278168729 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27955/statm: 1339 235 195 169 0 50 0
[pid=27956] ppid=27955 vsize=150944 CPUtime=6.28
/proc/27956/stat : 27956 (SatElite) R 27955 27955 27880 0 -1 4194304 42704 0 0 0 603 25 0 0 25 0 1 0 278168730 154566656 35947 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/27956/statm: 37736 35947 69 128 0 37605 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 156300

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1616288/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=61732 CPUtime=2.46
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 37151 0 0 0 231 15 0 0 25 0 1 0 278169751 63213568 14815 1992294400 134512640 135377749 4294956400 18446744073709551615 134526017 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 15433 14818 86 211 0 15219 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 67088

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1614368/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=63488 CPUtime=15.27
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 148136 0 0 0 1486 41 0 0 25 0 1 0 278169751 65011712 15388 1992294400 134512640 135377749 4294956400 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 15872 15388 86 211 0 15658 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 68844

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1607520/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=70616 CPUtime=40.84
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 412879 0 0 0 3976 108 0 0 25 0 1 0 278169751 72310784 17154 1992294400 134512640 135377749 4294956400 18446744073709551615 134526570 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 17654 17154 86 211 0 17440 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 75972

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1592032/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=86048 CPUtime=92.02
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 849069 0 0 0 8984 218 0 0 25 0 1 0 278169751 88113152 20970 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 21512 20970 86 211 0 21298 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 91404

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1573728/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=104264 CPUtime=151.99
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 1421718 0 0 0 14828 371 0 0 25 0 1 0 278169751 106766336 25572 1992294400 134512640 135377749 4294956400 18446744073709551615 134529231 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 26066 25572 86 211 0 25852 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 109620

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1554720/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=123048 CPUtime=211.96
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 2006878 0 0 0 20679 517 0 0 25 0 1 0 278169751 126001152 30322 1992294400 134512640 135377749 4294956400 18446744073709551615 134526453 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 30762 30322 86 211 0 30548 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 128404

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1535840/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=142588 CPUtime=271.93
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 2513287 0 0 0 26545 648 0 0 25 0 1 0 278169751 146010112 35034 1992294400 134512640 135377749 4294956400 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 35647 35034 86 211 0 35433 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 147944

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27958
/proc/meminfo: memFree=1506912/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=171400 CPUtime=331.92
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 2959805 0 0 0 32424 768 0 0 25 0 1 0 278169751 175513600 42265 1992294400 134512640 135377749 4294956400 18446744073709551615 134526380 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 42850 42265 86 211 0 42636 0

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

/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9338.86
Current children cumulated vsize (KiB) 1082620

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595168/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9388.64
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 931967 6897 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9398.83
Current children cumulated vsize (KiB) 1082620

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595168/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9448.62
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 937964 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134526061 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9458.81
Current children cumulated vsize (KiB) 1082620

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595168/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9508.6
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 943962 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9518.79
Current children cumulated vsize (KiB) 1082620

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595168/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9568.58
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 949960 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9578.77
Current children cumulated vsize (KiB) 1082620

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595168/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9628.55
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 955957 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134526477 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9638.74
Current children cumulated vsize (KiB) 1082620

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595104/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9688.53
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 961955 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9698.72
Current children cumulated vsize (KiB) 1082620

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595040/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9748.51
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 967953 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9758.7
Current children cumulated vsize (KiB) 1082620

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595040/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9808.48
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 973950 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9818.67
Current children cumulated vsize (KiB) 1082620

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27976
/proc/meminfo: memFree=595040/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9868.46
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041463 0 0 0 979948 6898 0 0 25 0 1 0 278169751 1103118336 268841 1992294400 134512640 135377749 4294956400 18446744073709551615 134526466 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268841 86 211 0 269102 0
Current children cumulated CPU time (s) 9878.65
Current children cumulated vsize (KiB) 1082620

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27982
/proc/meminfo: memFree=594912/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9928.43
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041468 0 0 0 985945 6898 0 0 25 0 1 0 278169751 1103118336 268846 1992294400 134512640 135377749 4294956400 18446744073709551615 134526311 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268846 86 211 0 269102 0
Current children cumulated CPU time (s) 9938.62
Current children cumulated vsize (KiB) 1082620

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27982
/proc/meminfo: memFree=594912/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9988.4
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041469 0 0 0 991942 6898 0 0 25 0 1 0 278169751 1103118336 268847 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268847 86 211 0 269102 0
Current children cumulated CPU time (s) 9998.59
Current children cumulated vsize (KiB) 1082620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27982
/proc/meminfo: memFree=594912/2055920 swapFree=4180248/4192956
[pid=27955] ppid=27953 vsize=5356 CPUtime=10.19
/proc/27955/stat : 27955 (rsat.sh) S 27953 27955 27880 0 -1 4194304 310 48005 0 0 0 0 980 39 16 0 1 0 278168729 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27955/statm: 1339 237 195 169 0 50 0
[pid=27958] ppid=27955 vsize=1077264 CPUtime=9989.9
/proc/27958/stat : 27958 (rsat) R 27955 27955 27880 0 -1 4194304 26041469 0 0 0 992092 6898 0 0 25 0 1 0 278169751 1103118336 268847 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27958/statm: 269316 268847 86 211 0 269102 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1082620

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27955 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=810508
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=393940
# CPU time returned by wait4() is 10.2044
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.8
CPU time (s): 10000.1
CPU user time (s): 9930.72
CPU system time (s): 69.37
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 1095584

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

runsolver used 8.28174 second user time and 28.1027 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-16 21:15:52
IDJOB=1825383
IDBENCH=71055
IDSOLVER=665
FILE ID=node24/1825383-1242501350
PBS_JOBID= 9307003
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1898027006

node24.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.232
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.232
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:       1705296 kB
Buffers:         41816 kB
Cached:         258600 kB
SwapCached:       7148 kB
Active:          85020 kB
Inactive:       224844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705296 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:           28112 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            26716 kB
Committed_AS:   998344 kB
PageTables:       1440 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= 66344 MiB
End job on node24 at 2009-05-17 00:02:38