Trace number 1592777

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) 1200.05 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.29	c ==============================================================================
0.19/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.29	c ==============================================================================
0.19/0.29	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
5.98/6.00	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
5.98/6.00	c ==============================================================================
5.98/6.00	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
5.98/6.00	c CPU time:   5.9381 s
5.98/6.00	c ==============================================================================
6.59/6.68	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-1592777-1239228115/watcher-1592777-1239228115 -o /tmp/evaluation-result-1592777-1239228115/solver-1592777-1239228115 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592777-1239228115.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 31597
/proc/meminfo: memFree=1800248/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) R 31595 31597 31560 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 271638391455 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/31597/statm: 1339 234 194 169 0 50 0
[pid=31598] ppid=31597 vsize=968 CPUtime=0
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 1195472687 991232 135 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 242 136 49 128 0 111 0

[startup+0.034376 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 31597
/proc/meminfo: memFree=1800248/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=3484 CPUtime=0.02
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 764 0 0 0 2 0 0 0 19 0 1 0 1195472687 3567616 747 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 871 747 49 128 0 740 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8840

[startup+0.101387 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 31597
/proc/meminfo: memFree=1800248/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=8476 CPUtime=0.09
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 1906 0 0 0 8 1 0 0 19 0 1 0 1195472687 8679424 1889 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 2119 1889 49 128 0 1988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13832

[startup+0.301422 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 31597
/proc/meminfo: memFree=1800248/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=25592 CPUtime=0.29
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 6189 0 0 0 26 3 0 0 21 0 1 0 1195472687 26206208 6172 1992294400 134512640 135038345 4294956288 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 6398 6173 69 128 0 6267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30948

[startup+0.701494 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 31597
/proc/meminfo: memFree=1800248/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=31556 CPUtime=0.69
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 7626 0 0 0 66 3 0 0 24 0 1 0 1195472687 32313344 7609 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 7889 7609 69 128 0 7758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36912

[startup+1.50164 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 31599
/proc/meminfo: memFree=1767200/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=36696 CPUtime=1.48
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 8527 0 0 0 144 4 0 0 25 0 1 0 1195472687 37576704 8510 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 9174 8510 69 128 0 9043 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42052

[startup+3.10193 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 31599
/proc/meminfo: memFree=1760352/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=40964 CPUtime=3.09
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 9521 0 0 0 304 5 0 0 25 0 1 0 1195472687 41947136 9504 1992294400 134512640 135038345 4294956288 18446744073709551615 134574765 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 10241 9504 69 128 0 10110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46320

[startup+6.3015 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 31599
/proc/meminfo: memFree=1760032/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=0
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195472687 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31597/statm: 1339 235 195 169 0 50 0
[pid=31598] ppid=31597 vsize=37448 CPUtime=6.29
/proc/31598/stat : 31598 (SatElite) R 31597 31597 31560 0 -1 4194304 9522 0 0 0 622 7 0 0 25 0 1 0 1195472687 38346752 8728 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/31598/statm: 9362 8728 69 128 0 9231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42804

[startup+12.7017 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 31600
/proc/meminfo: memFree=1758440/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=33044 CPUtime=6
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 8111 0 0 0 595 5 0 0 25 0 1 0 1195473356 33837056 8097 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 8261 8097 86 211 0 8047 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38400

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 31600
/proc/meminfo: memFree=1743336/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=47644 CPUtime=18.79
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 11773 0 0 0 1871 8 0 0 25 0 1 0 1195473356 48787456 11661 1992294400 134512640 135377749 4294956400 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 11911 11661 86 211 0 11697 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53000

[startup+51.1016 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 31600
/proc/meminfo: memFree=1721256/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=70328 CPUtime=44.36
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 17545 0 0 0 4422 14 0 0 25 0 1 0 1195473356 72015872 17239 1992294400 134512640 135377749 4294956400 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 17582 17239 86 211 0 17368 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 75684

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 31600
/proc/meminfo: memFree=1680552/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=109904 CPUtime=95.55
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 27578 0 0 0 9533 22 0 0 25 0 1 0 1195473356 112541696 27272 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 27476 27272 86 211 0 27262 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 115260

[startup+162.303 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 31600
/proc/meminfo: memFree=1674344/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=117224 CPUtime=155.53
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 30988 0 0 0 15529 24 0 0 25 0 1 0 1195473356 120037376 28756 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 29306 28756 86 211 0 29092 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 122580

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 31600
/proc/meminfo: memFree=1674344/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=117380 CPUtime=215.51
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 31030 0 0 0 21527 24 0 0 25 0 1 0 1195473356 120197120 28798 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 29345 28798 86 211 0 29131 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 122736

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 31600
/proc/meminfo: memFree=1647016/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=144560 CPUtime=275.49
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 37867 0 0 0 27517 32 0 0 25 0 1 0 1195473356 148029440 35635 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 36140 35635 86 211 0 35926 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 149916

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 31600
/proc/meminfo: memFree=1631400/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=159872 CPUtime=335.47
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 41743 0 0 0 33512 35 0 0 25 0 1 0 1195473356 163708928 39511 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 39968 39511 86 211 0 39754 0

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

/proc/31600/statm: 42331 41984 86 211 0 42117 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 174680

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 31600
/proc/meminfo: memFree=1621352/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=169324 CPUtime=635.37
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 45917 0 0 0 63499 38 0 0 25 0 1 0 1195473356 173387776 41984 1992294400 134512640 135377749 4294956400 18446744073709551615 134529609 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 42331 41984 86 211 0 42117 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 174680

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.51 2/66 31600
/proc/meminfo: memFree=1621288/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=169324 CPUtime=695.35
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 45917 0 0 0 69497 38 0 0 25 0 1 0 1195473356 173387776 41984 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 42331 41984 86 211 0 42117 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 174680

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/66 31600
/proc/meminfo: memFree=1621288/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=169324 CPUtime=755.33
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 45917 0 0 0 75495 38 0 0 25 0 1 0 1195473356 173387776 41984 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 42331 41984 86 211 0 42117 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 174680

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 31600
/proc/meminfo: memFree=1612392/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=178412 CPUtime=815.31
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 48209 0 0 0 81490 41 0 0 25 0 1 0 1195473356 182693888 44276 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 44603 44276 86 211 0 44389 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 183768

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 31600
/proc/meminfo: memFree=1594792/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=196672 CPUtime=875.29
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 53076 0 0 0 87485 44 0 0 25 0 1 0 1195473356 201392128 48596 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 49168 48596 86 211 0 48954 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 202028

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 31600
/proc/meminfo: memFree=1591720/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=199628 CPUtime=935.27
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 53842 0 0 0 93482 45 0 0 25 0 1 0 1195473356 204419072 49362 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 49907 49362 86 211 0 49693 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 204984

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 31600
/proc/meminfo: memFree=1588968/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=203084 CPUtime=995.25
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 54777 0 0 0 99478 47 0 0 25 0 1 0 1195473356 207958016 50037 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 50771 50037 86 211 0 50557 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 208440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 31600
/proc/meminfo: memFree=1586984/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=205004 CPUtime=1055.23
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 55259 0 0 0 105476 47 0 0 25 0 1 0 1195473356 209924096 50519 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 51251 50519 86 211 0 51037 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 210360

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 31600
/proc/meminfo: memFree=1584872/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=207052 CPUtime=1115.21
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 55771 0 0 0 111473 48 0 0 25 0 1 0 1195473356 212021248 51031 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 51763 51031 86 211 0 51549 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 212408

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 31600
/proc/meminfo: memFree=1581864/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=210048 CPUtime=1175.19
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 56543 0 0 0 117471 48 0 0 25 0 1 0 1195473356 215089152 51803 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 52512 51803 86 211 0 52298 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 215404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 31600
/proc/meminfo: memFree=1581096/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=210560 CPUtime=1193.38
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 56713 0 0 0 119290 48 0 0 25 0 1 0 1195473356 215613440 51973 1992294400 134512640 135377749 4294956400 18446744073709551615 134523156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 52640 51973 86 211 0 52426 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 215916

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 31600
/proc/meminfo: memFree=1581096/2055920 swapFree=4176888/4192956
[pid=31597] ppid=31595 vsize=5356 CPUtime=6.67
/proc/31597/stat : 31597 (rsat.sh) S 31595 31597 31560 0 -1 4194304 310 9523 0 0 0 0 657 10 16 0 1 0 1195472687 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31597/statm: 1339 237 195 169 0 50 0
[pid=31600] ppid=31597 vsize=210560 CPUtime=1193.38
/proc/31600/stat : 31600 (rsat) R 31597 31597 31560 0 -1 4194304 56713 0 0 0 119290 48 0 0 25 0 1 0 1195473356 215613440 51973 1992294400 134512640 135377749 4294956400 18446744073709551615 134523156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31600/statm: 52640 51973 86 211 0 52426 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 215916

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31597 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=578999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 6.68598
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.47
CPU system time (s): 0.58
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 215916

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

runsolver used 1.24281 second user time and 3.13352 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-09 00:01:55
IDJOB=1592777
IDBENCH=71069
IDSOLVER=560
FILE ID=node67/1592777-1239228115
PBS_JOBID= 9113599
Free space on /tmp= 66512 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_17_UNKNOWN.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592777-1239228115/watcher-1592777-1239228115 -o /tmp/evaluation-result-1592777-1239228115/solver-1592777-1239228115 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1592777-1239228115.cnf            

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=72561665

node67.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:       1800728 kB
Buffers:         35928 kB
Cached:         166340 kB
SwapCached:      10436 kB
Active:          54000 kB
Inactive:       160024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800728 kB
SwapTotal:     4192956 kB
SwapFree:      4176888 kB
Dirty:            8324 kB
Writeback:           0 kB
Mapped:          16552 kB
Slab:            27148 kB
Committed_AS:  3505600 kB
PageTables:       1444 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 node67 at 2009-04-09 00:21:58