Trace number 1775019

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 10003.8

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_14_SAT.cnf
MD5SUM0678a0ef5b4345961915559db9bf689b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.22366
Satisfiable
(Un)Satisfiability was proved
Number of variables2220
Number of clauses148488
Sum of the clauses size442317
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23423
Number of clauses of size 3145042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |  148488   442317 |   44546       0        0     nan |  0.000 % |
0.89/0.97	c |         0 |  147422   626130 |      --       0       --      -- |     --   | -1066/183813
0.89/0.97	c ==============================================================================
0.89/0.97	c Result  :   #vars: 1437   #clauses: 147422   #literals: 626130
0.89/0.97	c CPU time:   0.939857 s
0.89/0.97	c ==============================================================================
1.09/1.18	c Rsat version 3.02
1.17/1.27	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-1775019-1241340691/watcher-1775019-1241340691 -o /tmp/evaluation-result-1775019-1241340691/solver-1775019-1241340691 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775019-1241340691.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.06 0.99 0.99 3/64 29573
/proc/meminfo: memFree=1813536/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=0
/proc/29573/stat : 29573 (rsat.sh) R 29571 29573 29503 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162101905 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29573/statm: 1339 238 198 169 0 50 0
[pid=29574] ppid=29573 vsize=1556 CPUtime=0
/proc/29574/stat : 29574 (SatElite) R 29573 29573 29503 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 162101905 1593344 249 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/29574/statm: 422 253 64 186 0 232 0

[startup+0.0416809 s]
/proc/loadavg: 1.06 0.99 0.99 3/64 29573
/proc/meminfo: memFree=1813536/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=0
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162101905 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29573/statm: 1339 239 199 169 0 50 0
[pid=29574] ppid=29573 vsize=7800 CPUtime=0.03
/proc/29574/stat : 29574 (SatElite) R 29573 29573 29503 0 -1 4194304 1686 0 0 0 3 0 0 0 18 0 1 0 162101905 7987200 1669 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29574/statm: 1983 1671 64 186 0 1793 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13156

[startup+0.101688 s]
/proc/loadavg: 1.06 0.99 0.99 3/64 29573
/proc/meminfo: memFree=1813536/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=0
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162101905 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29573/statm: 1339 239 199 169 0 50 0
[pid=29574] ppid=29573 vsize=19108 CPUtime=0.09
/proc/29574/stat : 29574 (SatElite) R 29573 29573 29503 0 -1 4194304 4382 0 0 0 7 2 0 0 19 0 1 0 162101905 19566592 4365 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/29574/statm: 4777 4365 90 186 0 4587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24464

[startup+0.301717 s]
/proc/loadavg: 1.06 0.99 0.99 3/64 29573
/proc/meminfo: memFree=1813536/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=0
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162101905 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29573/statm: 1339 239 199 169 0 50 0
[pid=29574] ppid=29573 vsize=23868 CPUtime=0.29
/proc/29574/stat : 29574 (SatElite) R 29573 29573 29503 0 -1 4194304 5541 0 0 0 26 3 0 0 21 0 1 0 162101905 24440832 5524 1992294400 4194304 4959918 548682068688 18446744073709551615 4242742 0 0 4096 3 0 0 0 17 0 0 0
/proc/29574/statm: 5967 5524 90 186 0 5777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29224

[startup+0.701775 s]
/proc/loadavg: 1.06 0.99 0.99 3/64 29573
/proc/meminfo: memFree=1813536/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=0
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162101905 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29573/statm: 1339 239 199 169 0 50 0
[pid=29574] ppid=29573 vsize=27412 CPUtime=0.69
/proc/29574/stat : 29574 (SatElite) R 29573 29573 29503 0 -1 4194304 6166 0 0 0 66 3 0 0 25 0 1 0 162101905 28069888 6147 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/29574/statm: 6853 6147 91 186 0 6663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32768

[startup+1.5019 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 29575
/proc/meminfo: memFree=1789200/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 5356

[startup+3.10112 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1795408/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=18096 CPUtime=1.9
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 4056 0 0 0 188 2 0 0 25 0 1 0 162102023 18530304 4037 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 4524 4037 116 309 0 4211 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23452

[startup+6.30159 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1790296/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=23532 CPUtime=5.1
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 5421 0 0 0 507 3 0 0 25 0 1 0 162102023 24096768 5336 1992294400 4194304 5460562 548682068800 18446744073709551615 4201554 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 5883 5336 116 309 0 5570 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28888

[startup+12.7015 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1780768/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=32120 CPUtime=11.5
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 7635 0 0 0 1145 5 0 0 25 0 1 0 162102023 32890880 7420 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 8030 7420 116 309 0 7717 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37476

[startup+25.5014 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1773280/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=39048 CPUtime=24.3
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 9913 0 0 0 2423 7 0 0 25 0 1 0 162102023 39985152 9182 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 9762 9182 118 309 0 9449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44404

[startup+51.1011 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1773216/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=39048 CPUtime=49.87
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 9963 0 0 0 4980 7 0 0 25 0 1 0 162102023 39985152 9232 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 9762 9232 118 309 0 9449 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44404

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1772000/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=39940 CPUtime=101.05
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 11664 0 0 0 10097 8 0 0 25 0 1 0 162102023 40898560 9493 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 9985 9493 118 309 0 9672 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 45296

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1769248/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=42540 CPUtime=161.01
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 12802 0 0 0 16092 9 0 0 25 0 1 0 162102023 43560960 10151 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 10635 10151 118 309 0 10322 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 47896

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1763872/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=48148 CPUtime=220.99
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 14635 0 0 0 22088 11 0 0 25 0 1 0 162102023 49303552 11504 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 12037 11504 118 309 0 11724 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 53504

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1763296/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=48704 CPUtime=280.96
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 15259 0 0 0 28085 11 0 0 25 0 1 0 162102023 49872896 11648 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 12176 11648 118 309 0 11863 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 54060

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29576
/proc/meminfo: memFree=1760480/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=51792 CPUtime=340.93
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 17714 0 0 0 34080 13 0 0 25 0 1 0 162102023 53035008 12337 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 12948 12337 118 309 0 12635 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 57148

[startup+402.302 s]

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

/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9338.79
Current children cumulated vsize (KiB) 161656

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655776/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9397.59
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 939704 55 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9398.76
Current children cumulated vsize (KiB) 161656

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655776/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9457.57
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 945702 55 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9458.74
Current children cumulated vsize (KiB) 161656

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655712/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9517.55
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 951700 55 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9518.72
Current children cumulated vsize (KiB) 161656

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655712/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9577.53
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 957698 55 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9578.7
Current children cumulated vsize (KiB) 161656

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655648/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9637.52
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 963696 56 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9638.69
Current children cumulated vsize (KiB) 161656

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655584/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156300 CPUtime=9697.5
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 90671 0 0 0 969694 56 0 0 25 0 1 0 162102023 160051200 37645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39075 37645 118 309 0 38762 0
Current children cumulated CPU time (s) 9698.67
Current children cumulated vsize (KiB) 161656

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655328/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9757.47
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 975690 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 9758.64
Current children cumulated vsize (KiB) 161640

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9817.45
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 981688 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 9818.62
Current children cumulated vsize (KiB) 161640

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9877.44
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 987687 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 9878.61
Current children cumulated vsize (KiB) 161640

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9937.42
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 993685 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 9938.59
Current children cumulated vsize (KiB) 161640

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29598
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9997.4
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 999683 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 9998.57
Current children cumulated vsize (KiB) 161640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29600
/proc/meminfo: memFree=1655264/2055920 swapFree=4192812/4192956
[pid=29573] ppid=29571 vsize=5356 CPUtime=1.17
/proc/29573/stat : 29573 (rsat.sh) S 29571 29573 29503 0 -1 4194304 312 6171 0 0 0 0 113 4 16 0 1 0 162101905 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29573/statm: 1339 241 199 169 0 50 0
[pid=29576] ppid=29573 vsize=156284 CPUtime=9998.9
/proc/29576/stat : 29576 (rsat) R 29573 29573 29503 0 -1 4194304 94773 0 0 0 999833 57 0 0 25 0 1 0 162102023 160034816 37683 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29576/statm: 39071 37683 118 309 0 38758 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 161640

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 29573 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=132827
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 1.17982
# 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): 9999.46
CPU system time (s): 0.61
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 178056

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

runsolver used 10.2274 second user time and 26.157 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-03 10:51:31
IDJOB=1775019
IDBENCH=71075
IDSOLVER=615
FILE ID=node30/1775019-1241340691
PBS_JOBID= 9225476
Free space on /tmp= 66508 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_14_SAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775019-1241340691/watcher-1775019-1241340691 -o /tmp/evaluation-result-1775019-1241340691/solver-1775019-1241340691 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775019-1241340691.cnf HOME

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

MD5SUM BENCH= 0678a0ef5b4345961915559db9bf689b
RANDOM SEED=662550806

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1814080 kB
Buffers:         33620 kB
Cached:         134068 kB
SwapCached:          0 kB
Active:         105060 kB
Inactive:        77080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8172 kB
Writeback:           0 kB
Mapped:          24236 kB
Slab:            45808 kB
Committed_AS:   775224 kB
PageTables:       1376 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= 66500 MiB
End job on node30 at 2009-05-03 13:38:17