Trace number 1773509

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-22? (TO) 10000.1 10002.8

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.442
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   59991   202888 |   17997       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |   59810   202648 |      --       0       --      -- |     --   | -181/-240
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 9363   #clauses: 59810   #literals: 202648
0.09/0.13	c CPU time:   0.120981 s
0.09/0.13	c ==============================================================================
0.18/0.21	c Rsat version 3.02
0.18/0.25	c Base unit clause learned: 0

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-1773509-1241333518/watcher-1773509-1241333518 -o /tmp/evaluation-result-1773509-1241333518/solver-1773509-1241333518 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773509-1241333518.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1626
/proc/meminfo: memFree=1778728/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161384935 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1626/statm: 1339 239 199 169 0 50 0
[pid=1627] ppid=1626 vsize=2592 CPUtime=0
/proc/1627/stat : 1627 (SatElite) R 1626 1626 1459 0 -1 4194304 442 0 0 0 0 0 0 0 18 0 1 0 161384935 2654208 425 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 1 0 0
/proc/1627/statm: 648 427 64 186 0 458 0

[startup+0.102837 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1626
/proc/meminfo: memFree=1778728/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161384935 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1626/statm: 1339 239 199 169 0 50 0
[pid=1627] ppid=1626 vsize=12020 CPUtime=0.09
/proc/1627/stat : 1627 (SatElite) R 1626 1626 1459 0 -1 4194304 2636 0 0 0 8 1 0 0 18 0 1 0 161384935 12308480 2619 1992294400 4194304 4959918 548682068688 18446744073709551615 4284691 0 0 4096 3 0 0 0 17 1 0 0
/proc/1627/statm: 3005 2619 90 186 0 2815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17376

[startup+0.201847 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1626
/proc/meminfo: memFree=1778728/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161384935 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1626/statm: 1339 239 199 169 0 50 0
[pid=1627] ppid=1626 vsize=12112 CPUtime=0.18
/proc/1627/stat : 1627 (SatElite) R 1626 1626 1459 0 -1 4194304 2797 0 0 0 17 1 0 0 18 0 1 0 161384935 12402688 2662 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1627/statm: 3028 2662 93 186 0 2838 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 17468

[startup+0.301868 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1626
/proc/meminfo: memFree=1778728/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+0.701915 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1626
/proc/meminfo: memFree=1778728/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+1.50199 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1771224/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=8316 CPUtime=1.27
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 1682 0 0 0 127 0 0 0 25 0 1 0 161384956 8515584 1615 1992294400 4194304 5460562 548682068800 18446744073709551615 4226093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 2079 1615 116 309 0 1766 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13672

[startup+3.10217 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1770968/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=8608 CPUtime=2.87
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 1740 0 0 0 287 0 0 0 25 0 1 0 161384956 8814592 1673 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 2152 1673 116 309 0 1839 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13964

[startup+6.30154 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1770072/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=9360 CPUtime=6.07
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 1913 0 0 0 607 0 0 0 25 0 1 0 161384956 9584640 1846 1992294400 4194304 5460562 548682068800 18446744073709551615 4205022 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 2340 1846 118 309 0 2027 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14716

[startup+12.7013 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1767576/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=11660 CPUtime=12.47
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 2780 0 0 0 1246 1 0 0 25 0 1 0 161384956 11939840 2387 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 2915 2387 118 309 0 2602 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17016

[startup+25.5017 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1766936/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=12496 CPUtime=25.27
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 3452 0 0 0 2525 2 0 0 25 0 1 0 161384956 12795904 2611 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 3124 2611 118 309 0 2811 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17852

[startup+51.1016 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1629
/proc/meminfo: memFree=1765592/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=13488 CPUtime=50.85
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 5308 0 0 0 5082 3 0 0 25 0 1 0 161384956 13811712 2899 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 3372 2899 118 309 0 3059 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18844

[startup+102.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 1629
/proc/meminfo: memFree=1762840/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=16636 CPUtime=102.04
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 9733 0 0 0 10198 6 0 0 25 0 1 0 161384956 17035264 3606 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 4159 3606 118 309 0 3846 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21992

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 1629
/proc/meminfo: memFree=1760792/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=18584 CPUtime=162.02
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 13127 0 0 0 16195 7 0 0 25 0 1 0 161384956 19030016 4120 1992294400 4194304 5460562 548682068800 18446744073709551615 4816293 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 4646 4120 118 309 0 4333 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 23940

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1629
/proc/meminfo: memFree=1757528/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=21600 CPUtime=222.01
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 15852 0 0 0 22192 9 0 0 25 0 1 0 161384956 22118400 4925 1992294400 4194304 5460562 548682068800 18446744073709551615 4225794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 5400 4925 118 309 0 5087 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26956

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1629
/proc/meminfo: memFree=1754968/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=25032 CPUtime=281.99
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 19242 0 0 0 28188 11 0 0 25 0 1 0 161384956 25632768 5557 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 6258 5557 118 309 0 5945 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1629
/proc/meminfo: memFree=1753888/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=25932 CPUtime=341.97
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 22485 0 0 0 34185 12 0 0 25 0 1 0 161384956 26554368 5824 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 6483 5824 118 309 0 6170 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 31288

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 1629
/proc/meminfo: memFree=1752096/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2

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

/proc/1629/statm: 29501 28802 118 309 0 29188 0
Current children cumulated CPU time (s) 9399.74
Current children cumulated vsize (KiB) 123360

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1659936/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=118004 CPUtime=9459.53
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 161284 0 0 0 945870 83 0 0 25 0 1 0 161384956 120836096 28802 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 29501 28802 118 309 0 29188 0
Current children cumulated CPU time (s) 9459.73
Current children cumulated vsize (KiB) 123360

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1659872/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=118004 CPUtime=9519.51
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 161286 0 0 0 951868 83 0 0 25 0 1 0 161384956 120836096 28804 1992294400 4194304 5460562 548682068800 18446744073709551615 4226284 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 29501 28804 118 309 0 29188 0
Current children cumulated CPU time (s) 9519.71
Current children cumulated vsize (KiB) 123360

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1659872/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=118004 CPUtime=9579.49
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 161289 0 0 0 957866 83 0 0 25 0 1 0 161384956 120836096 28807 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 29501 28807 118 309 0 29188 0
Current children cumulated CPU time (s) 9579.69
Current children cumulated vsize (KiB) 123360

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1658848/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=119792 CPUtime=9639.48
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 161537 0 0 0 963865 83 0 0 25 0 1 0 161384956 122667008 29055 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 29948 29055 118 309 0 29635 0
Current children cumulated CPU time (s) 9639.68
Current children cumulated vsize (KiB) 125148

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1657696/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=121840 CPUtime=9699.47
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 161843 0 0 0 969863 84 0 0 25 0 1 0 161384956 124764160 29361 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 30460 29361 118 309 0 30147 0
Current children cumulated CPU time (s) 9699.67
Current children cumulated vsize (KiB) 127196

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1656096/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=123888 CPUtime=9759.45
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 162222 0 0 0 975861 84 0 0 25 0 1 0 161384956 126861312 29740 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 30972 29740 118 309 0 30659 0
Current children cumulated CPU time (s) 9759.65
Current children cumulated vsize (KiB) 129244

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654944/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9819.43
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 981857 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 9819.63
Current children cumulated vsize (KiB) 130636

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654944/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9879.42
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 987856 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4201726 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 9879.62
Current children cumulated vsize (KiB) 130636

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654880/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9939.4
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 993854 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4226273 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 9939.6
Current children cumulated vsize (KiB) 130636

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654880/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9999.39
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 999853 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 9999.59
Current children cumulated vsize (KiB) 130636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654880/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9999.89
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 999903 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4205013 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 130636

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

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

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1651
/proc/meminfo: memFree=1654880/2055920 swapFree=4178660/4192956
[pid=1626] ppid=1624 vsize=5356 CPUtime=0.2
/proc/1626/stat : 1626 (rsat.sh) S 1624 1626 1459 0 -1 4194304 312 2800 0 0 0 0 18 2 16 0 1 0 161384935 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1626/statm: 1339 241 199 169 0 50 0
[pid=1629] ppid=1626 vsize=125280 CPUtime=9999.89
/proc/1629/stat : 1629 (rsat) R 1626 1626 1459 0 -1 4194304 166561 0 0 0 999903 86 0 0 25 0 1 0 161384956 128286720 30015 1992294400 4194304 5460562 548682068800 18446744073709551615 4205013 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1629/statm: 31320 30015 118 309 0 31007 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 130636

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1626 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=187971
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 0.212967
# 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): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9999.21
CPU system time (s): 0.88
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 145932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.187971
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3112
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= 6
involuntary context switches= 2

runsolver used 8.5587 second user time and 27.8208 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 08:51:58
IDJOB=1773509
IDBENCH=69604
IDSOLVER=615
FILE ID=node32/1773509-1241333518
PBS_JOBID= 9225408
Free space on /tmp= 66496 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773509-1241333518/watcher-1773509-1241333518 -o /tmp/evaluation-result-1773509-1241333518/solver-1773509-1241333518 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773509-1241333518.cnf HOME

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=442973212

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:       1779208 kB
Buffers:         50416 kB
Cached:         172452 kB
SwapCached:       7924 kB
Active:          87008 kB
Inactive:       145204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779208 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:            6892 kB
Writeback:           0 kB
Mapped:          14352 kB
Slab:            30264 kB
Committed_AS:   711648 kB
PageTables:       1512 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= 66488 MiB
End job on node32 at 2009-05-03 11:38:43