Trace number 316483

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, and are wall clock time (not CPU 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
MiraXT v3? (TO) 1200.22 601.722

General information on the benchmark

Namecrafted/spence/
hard/s113-100.cnf
MD5SUM346cb413e25976ab9ce2952e1d53c865
Bench CategoryCRAFTED (crafted 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 variables113
Number of clauses236
Sum of the clauses size708
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-316483-1178881876 -o ROOT/results/node6/solver-316483-1178881876 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316483-1178881876/MiraXTv3_dyn /tmp/evaluation/316483-1178881876/instance-316483-1178881876.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): 2400 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.85 0.95 0.99 3/77 29926
/proc/meminfo: memFree=1778096/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=3920 CPUtime=0
/proc/29926/stat : 29926 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 2 0 364225236 4014080 267 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 3035096 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 980 273 212 20 0 338 0
[pid=29926/tid=29927] ppid=29924 vsize=3920 CPUtime=0
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 3 0 364225237 4014080 278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=3920 CPUtime=0
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 3 0 364225237 4014080 280 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 3035096 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.034751 s]
/proc/loadavg: 0.85 0.95 0.99 3/77 29926
/proc/meminfo: memFree=1778096/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=6564 CPUtime=0.13
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 542 0 0 0 13 0 0 0 18 0 3 0 364225236 6721536 516 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 1733 578 218 20 0 1091 0
[pid=29926/tid=29927] ppid=29924 vsize=7240 CPUtime=0.12
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 208 0 0 0 12 0 0 0 17 0 3 0 364225237 7413760 690 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 2626509 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=9028 CPUtime=0.39
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 476 0 0 0 39 0 0 0 18 0 3 0 364225237 9244672 1201 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 6564

[startup+0.475772 s]
/proc/loadavg: 0.85 0.95 0.99 3/77 29926
/proc/meminfo: memFree=1778096/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=9544 CPUtime=0.93
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 1356 0 0 0 93 0 0 0 18 0 3 0 364225236 9773056 1330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 2386 1330 218 20 0 1744 0
[pid=29926/tid=29927] ppid=29924 vsize=9544 CPUtime=0.46
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 510 0 0 0 46 0 0 0 19 0 3 0 364225237 9773056 1330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=9544 CPUtime=0.46
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 553 0 0 0 46 0 0 0 19 0 3 0 364225237 9773056 1330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134522160 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9544

[startup+0.501771 s]
/proc/loadavg: 0.85 0.95 0.99 3/77 29926
/proc/meminfo: memFree=1778096/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=9684 CPUtime=0.98
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 1401 0 0 0 98 0 0 0 18 0 3 0 364225236 9916416 1375 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 2421 1375 218 20 0 1779 0
[pid=29926/tid=29927] ppid=29924 vsize=9684 CPUtime=0.49
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 551 0 0 0 49 0 0 0 19 0 3 0 364225237 9916416 1375 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134521366 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=9684 CPUtime=0.48
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 557 0 0 0 48 0 0 0 19 0 3 0 364225237 9916416 1375 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4160576715 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9684

[startup+0.701797 s]
/proc/loadavg: 0.85 0.95 0.99 3/77 29926
/proc/meminfo: memFree=1778096/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=10532 CPUtime=1.39
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 1670 0 0 0 138 1 0 0 18 0 3 0 364225236 10784768 1644 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 2633 1644 218 20 0 1991 0
[pid=29926/tid=29927] ppid=29924 vsize=10532 CPUtime=0.69
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 675 0 0 0 69 0 0 0 17 0 3 0 364225237 10784768 1644 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526373 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=10532 CPUtime=0.68
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 702 0 0 0 68 0 0 0 18 0 3 0 364225237 10784768 1644 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134521499 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10532

[startup+1.50189 s]
/proc/loadavg: 0.85 0.95 0.99 3/80 29929
/proc/meminfo: memFree=1770328/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=12136 CPUtime=2.98
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 2167 0 0 0 297 1 0 0 18 0 3 0 364225236 12427264 2141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 3034 2141 218 20 0 2392 0
[pid=29926/tid=29927] ppid=29924 vsize=12136 CPUtime=1.48
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 889 0 0 0 148 0 0 0 19 0 3 0 364225237 12427264 2141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=12136 CPUtime=1.48
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 985 0 0 0 148 0 0 0 18 0 3 0 364225237 12427264 2141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 12136

[startup+3.10108 s]
/proc/loadavg: 0.85 0.95 0.99 3/80 29929
/proc/meminfo: memFree=1768536/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=15804 CPUtime=6.16
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 3037 0 0 0 615 1 0 0 18 0 3 0 364225236 16183296 2937 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 3951 2937 218 20 0 3309 0
[pid=29926/tid=29927] ppid=29924 vsize=15804 CPUtime=3.07
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 1299 0 0 0 307 0 0 0 18 0 3 0 364225237 16183296 2937 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=15804 CPUtime=3.07
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 1445 0 0 0 307 0 0 0 25 0 3 0 364225237 16183296 2937 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 15804

[startup+6.30246 s]
/proc/loadavg: 0.94 0.97 0.99 3/80 29929
/proc/meminfo: memFree=1760856/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=23060 CPUtime=12.55
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 4904 0 0 0 1253 2 0 0 18 0 3 0 364225236 23613440 4722 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 5765 4722 218 20 0 5123 0
[pid=29926/tid=29927] ppid=29924 vsize=23060 CPUtime=6.26
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 2191 0 0 0 625 1 0 0 19 0 3 0 364225237 23613440 4722 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=23060 CPUtime=6.28
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 2420 0 0 0 627 1 0 0 24 0 3 0 364225237 23613440 4722 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 23060

[startup+12.7012 s]
/proc/loadavg: 1.03 0.99 1.00 3/80 29929
/proc/meminfo: memFree=1752024/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=31448 CPUtime=25.3
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 7170 0 0 0 2525 5 0 0 18 0 3 0 364225236 32202752 6660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 7862 6660 218 20 0 7220 0
[pid=29926/tid=29927] ppid=29924 vsize=31448 CPUtime=12.63
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 3326 0 0 0 1261 2 0 0 18 0 3 0 364225237 32202752 6660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=31448 CPUtime=12.66
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 3551 0 0 0 1264 2 0 0 25 0 3 0 364225237 32202752 6660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 2629349 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 31448

[startup+25.5025 s]
/proc/loadavg: 1.24 1.03 1.02 3/80 29929
/proc/meminfo: memFree=1741912/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=41424 CPUtime=50.84
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 10110 0 0 0 5076 8 0 0 18 0 3 0 364225236 42418176 9128 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 10356 9128 218 20 0 9714 0
[pid=29926/tid=29927] ppid=29924 vsize=41424 CPUtime=25.42
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 4775 0 0 0 2538 4 0 0 18 0 3 0 364225237 42418176 9128 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=41424 CPUtime=25.4
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 5042 0 0 0 2537 3 0 0 18 0 3 0 364225237 42418176 9128 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526288 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 41424

[startup+51.1025 s]
/proc/loadavg: 1.50 1.11 1.04 3/80 29929
/proc/meminfo: memFree=1737112/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=46136 CPUtime=101.9
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 12228 0 0 0 10179 11 0 0 18 0 3 0 364225236 47243264 10333 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 11534 10333 218 20 0 10892 0
[pid=29926/tid=29927] ppid=29924 vsize=46136 CPUtime=51
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 5798 0 0 0 5094 6 0 0 25 0 3 0 364225237 47243264 10333 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=46136 CPUtime=50.88
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 6137 0 0 0 5084 4 0 0 25 0 3 0 364225237 47243264 10333 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565842 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 46136

[startup+102.303 s]
/proc/loadavg: 1.78 1.25 1.09 3/80 29929
/proc/meminfo: memFree=1733272/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=50272 CPUtime=204
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 14990 0 0 0 20387 13 0 0 18 0 3 0 364225236 51478528 11270 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 12568 11270 218 20 0 11926 0
[pid=29926/tid=29927] ppid=29924 vsize=50272 CPUtime=102.16
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 7060 0 0 0 10209 7 0 0 18 0 3 0 364225237 51478528 11270 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=50272 CPUtime=101.83
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 7637 0 0 0 10177 6 0 0 25 0 3 0 364225237 51478528 11270 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520184 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 50272

[startup+162.303 s]
/proc/loadavg: 1.92 1.38 1.14 3/80 29929
/proc/meminfo: memFree=1728536/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=54160 CPUtime=323.68
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 18012 0 0 0 32352 16 0 0 18 0 3 0 364225236 55459840 12423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 13540 12423 218 20 0 12898 0
[pid=29926/tid=29927] ppid=29924 vsize=54160 CPUtime=162.12
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 8549 0 0 0 16204 8 0 0 25 0 3 0 364225237 55459840 12423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=54160 CPUtime=161.55
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 9170 0 0 0 16148 7 0 0 25 0 3 0 364225237 55459840 12423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.68
Current children cumulated vsize (KiB) 54160

[startup+222.303 s]
/proc/loadavg: 1.97 1.49 1.19 3/80 29929
/proc/meminfo: memFree=1727000/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=56168 CPUtime=443.37
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 20339 0 0 0 44318 19 0 0 18 0 3 0 364225236 57516032 12802 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 14042 12802 218 20 0 13400 0
[pid=29926/tid=29927] ppid=29924 vsize=56168 CPUtime=222.08
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 9668 0 0 0 22198 10 0 0 25 0 3 0 364225237 57516032 12802 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526463 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=56168 CPUtime=221.27
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 10378 0 0 0 22119 8 0 0 25 0 3 0 364225237 57516032 12802 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.37
Current children cumulated vsize (KiB) 56168

[startup+282.303 s]
/proc/loadavg: 1.99 1.58 1.24 3/80 29929
/proc/meminfo: memFree=1725592/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=57408 CPUtime=563.05
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 22520 0 0 0 56284 21 0 0 18 0 3 0 364225236 58785792 13154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 14352 13154 218 20 0 13710 0
[pid=29926/tid=29927] ppid=29924 vsize=57408 CPUtime=282.04
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 10767 0 0 0 28193 11 0 0 25 0 3 0 364225237 58785792 13154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=57408 CPUtime=280.99
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 11460 0 0 0 28090 9 0 0 25 0 3 0 364225237 58785792 13154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 57408

[startup+342.303 s]
/proc/loadavg: 1.99 1.65 1.29 3/80 29929
/proc/meminfo: memFree=1724504/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=59188 CPUtime=682.74
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 24462 0 0 0 68251 23 0 0 18 0 3 0 364225236 60608512 13423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 14797 13423 218 20 0 14155 0
[pid=29926/tid=29927] ppid=29924 vsize=59188 CPUtime=342.01
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 11718 0 0 0 34189 12 0 0 25 0 3 0 364225237 60608512 13423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526294 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=59188 CPUtime=340.72
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 12451 0 0 0 34062 10 0 0 25 0 3 0 364225237 60608512 13423 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.74
Current children cumulated vsize (KiB) 59188

[startup+402.303 s]
/proc/loadavg: 1.99 1.71 1.33 3/80 29929
/proc/meminfo: memFree=1723800/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=60056 CPUtime=802.42
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 26463 0 0 0 80218 24 0 0 18 0 3 0 364225236 61497344 13617 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 15014 13617 218 20 0 14372 0
[pid=29926/tid=29927] ppid=29924 vsize=60056 CPUtime=401.97
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 12702 0 0 0 40184 13 0 0 17 0 3 0 364225237 61497344 13617 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=60056 CPUtime=400.43
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 13468 0 0 0 40033 10 0 0 18 0 3 0 364225237 61497344 13617 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.42
Current children cumulated vsize (KiB) 60056

[startup+462.307 s]
/proc/loadavg: 1.99 1.76 1.37 3/80 29929
/proc/meminfo: memFree=1723160/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=60580 CPUtime=922.12
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 28220 0 0 0 92187 25 0 0 18 0 3 0 364225236 62033920 13754 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 15145 13754 218 20 0 14503 0
[pid=29926/tid=29927] ppid=29924 vsize=60580 CPUtime=461.95
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 13579 0 0 0 46181 14 0 0 25 0 3 0 364225237 62033920 13754 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=60580 CPUtime=460.16
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 14348 0 0 0 46005 11 0 0 25 0 3 0 364225237 62033920 13754 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.12
Current children cumulated vsize (KiB) 60580

[startup+522.303 s]
/proc/loadavg: 1.99 1.80 1.40 3/80 29929
/proc/meminfo: memFree=1722584/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=61444 CPUtime=1041.79
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 30128 0 0 0 104152 27 0 0 18 0 3 0 364225236 62918656 13910 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 15361 13910 218 20 0 14719 0
[pid=29926/tid=29927] ppid=29924 vsize=61444 CPUtime=521.9
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 14487 0 0 0 52175 15 0 0 25 0 3 0 364225237 62918656 13910 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=61444 CPUtime=519.87
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 15348 0 0 0 51976 11 0 0 25 0 3 0 364225237 62918656 13910 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526404 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.79
Current children cumulated vsize (KiB) 61444

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/80 29929
/proc/meminfo: memFree=1721816/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=62800 CPUtime=1161.47
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 32012 0 0 0 116118 29 0 0 18 0 3 0 364225236 64307200 14111 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 15700 14111 218 20 0 15058 0
[pid=29926/tid=29927] ppid=29924 vsize=62800 CPUtime=581.86
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 15361 0 0 0 58170 16 0 0 25 0 3 0 364225237 64307200 14111 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=62800 CPUtime=579.59
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 16358 0 0 0 57947 12 0 0 25 0 3 0 364225237 64307200 14111 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.47
Current children cumulated vsize (KiB) 62800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.701 s]
/proc/loadavg: 1.99 1.85 1.45 3/80 29929
/proc/meminfo: memFree=1721624/2055924 swapFree=4143816/4192956
[pid=29926] ppid=29924 vsize=63024 CPUtime=1200.19
/proc/29926/stat : 29926 (MiraXTv3_dyn) S 29924 29926 29420 0 -1 4194304 32603 0 0 0 119990 29 0 0 18 0 3 0 364225236 64536576 14172 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29926/statm: 15756 14172 218 20 0 15114 0
[pid=29926/tid=29927] ppid=29924 vsize=63024 CPUtime=601.26
/proc/29926/task/29927/stat : 29927 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 15605 0 0 0 60110 16 0 0 25 0 3 0 364225237 64536576 14172 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526397 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29926/tid=29928] ppid=29924 vsize=63024 CPUtime=598.92
/proc/29926/task/29928/stat : 29928 (MiraXTv3_dyn) R 29924 29926 29420 0 -1 4194368 16705 0 0 0 59879 13 0 0 25 0 3 0 364225237 64536576 14172 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 63024

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)
Real time (s): 601.722
CPU time (s): 1200.22
CPU user time (s): 1199.92
CPU system time (s): 0.304953
CPU usage (%): 199.464
Max. virtual memory (cumulated for all children) (KiB): 63024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32603
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= 278
involuntary context switches= 22381

runsolver used 0.549916 second user time and 1.64575 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Fri May 11 11:11:16 UTC 2007

IDJOB= 316483
IDBENCH= 20442
IDSOLVER= 128
FILE ID= node6/316483-1178881876

PBS_JOBID= 5251058

Free space on /tmp= 66544 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s113-100.cnf
COMMAND LINE= /tmp/evaluation/316483-1178881876/MiraXTv3_dyn /tmp/evaluation/316483-1178881876/instance-316483-1178881876.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-316483-1178881876 -o ROOT/results/node6/solver-316483-1178881876 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316483-1178881876/MiraXTv3_dyn /tmp/evaluation/316483-1178881876/instance-316483-1178881876.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  346cb413e25976ab9ce2952e1d53c865

RANDOM SEED= 247300785

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1778312 kB
Buffers:         42328 kB
Cached:         166436 kB
SwapCached:      17540 kB
Active:         141440 kB
Inactive:        92036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1778312 kB
SwapTotal:     4192956 kB
SwapFree:      4143816 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          29984 kB
Slab:            29764 kB
Committed_AS: 12729544 kB
PageTables:       1784 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= 66544 MiB

End job on node6 on Fri May 11 11:21:20 UTC 2007