Trace number 1729901

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
MoRsat 2009-03-03UNSAT 753.844 753.764

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
1.19/1.28	c atom#=1587 clause#=8013 total literals=68223 
753.77/753.76	c CNF stats: (1587 vars, 8013 clauses) 
753.77/753.76	c Decisions: 6780252 
753.77/753.76	c Conflicts: 1981897 
753.77/753.76	c 
753.77/753.76	s UNSATISFIABLE
753.77/753.76	c Running time: 753.63243 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729901-1240754475/watcher-1729901-1240754475 -o /tmp/evaluation-result-1729901-1240754475/solver-1729901-1240754475 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1729901-1240754475.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: 1.12 1.03 1.01 3/64 25185
/proc/meminfo: memFree=1710848/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=1516 CPUtime=0
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 103480937 1552384 120 1992294400 134512640 135679800 4294956240 18446744073709551615 135297777 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 379 121 96 284 0 92 0

[startup+0.0803229 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 25185
/proc/meminfo: memFree=1710848/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=2340 CPUtime=0.07
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 430 0 0 0 7 0 0 0 18 0 1 0 103480937 2396160 344 1992294400 134512640 135679800 4294956240 18446744073709551615 134561432 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 585 344 107 284 0 298 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2340

[startup+0.101317 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 25185
/proc/meminfo: memFree=1710848/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=2340 CPUtime=0.09
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 431 0 0 0 9 0 0 0 18 0 1 0 103480937 2396160 345 1992294400 134512640 135679800 4294956240 18446744073709551615 134561526 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 585 345 107 284 0 298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2340

[startup+0.301259 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 25185
/proc/meminfo: memFree=1710848/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=2340 CPUtime=0.29
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 434 0 0 0 29 0 0 0 19 0 1 0 103480937 2396160 348 1992294400 134512640 135679800 4294956240 18446744073709551615 134561545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 585 348 107 284 0 298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2340

[startup+0.701146 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 25185
/proc/meminfo: memFree=1710848/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=2340 CPUtime=0.69
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 449 0 0 0 69 0 0 0 22 0 1 0 103480937 2396160 363 1992294400 134512640 135679800 4294956240 18446744073709551615 134561524 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 585 363 107 284 0 298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2340

[startup+1.50192 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 25186
/proc/meminfo: memFree=1709752/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=4872 CPUtime=1.49
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 1177 0 0 0 149 0 0 0 25 0 1 0 103480937 4988928 967 1992294400 134512640 135679800 4294956240 18446744073709551615 134573946 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 1218 967 114 284 0 931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4872

[startup+3.10147 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 25186
/proc/meminfo: memFree=1707256/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=4872 CPUtime=3.09
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 1177 0 0 0 309 0 0 0 25 0 1 0 103480937 4988928 967 1992294400 134512640 135679800 4294956240 18446744073709551615 134574877 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 1218 967 114 284 0 931 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4872

[startup+6.30256 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 25186
/proc/meminfo: memFree=1707128/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=4872 CPUtime=6.29
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 1177 0 0 0 629 0 0 0 25 0 1 0 103480937 4988928 967 1992294400 134512640 135679800 4294956240 18446744073709551615 134573946 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 1218 967 114 284 0 931 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4872

[startup+12.7017 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 25186
/proc/meminfo: memFree=1707064/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=4872 CPUtime=12.69
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 1177 0 0 0 1269 0 0 0 25 0 1 0 103480937 4988928 967 1992294400 134512640 135679800 4294956240 18446744073709551615 134573577 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 1218 967 114 284 0 931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4872

[startup+25.5011 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 25186
/proc/meminfo: memFree=1701688/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=10856 CPUtime=25.5
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 2830 0 0 0 2548 2 0 0 25 0 1 0 103480937 11116544 2414 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2714 2414 115 284 0 2427 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 10856

[startup+51.1019 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 25186
/proc/meminfo: memFree=1700472/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11368 CPUtime=51.09
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 4257 0 0 0 5107 2 0 0 25 0 1 0 103480937 11640832 2551 1992294400 134512640 135679800 4294956240 18446744073709551615 134523573 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2842 2551 115 284 0 2555 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11368

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25186
/proc/meminfo: memFree=1700216/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11604 CPUtime=102.31
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 6523 0 0 0 10227 4 0 0 25 0 1 0 103480937 11882496 2602 1992294400 134512640 135679800 4294956240 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2901 2602 115 284 0 2614 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11604

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699960/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11788 CPUtime=162.3
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 9173 0 0 0 16225 5 0 0 25 0 1 0 103480937 12070912 2672 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2947 2672 115 284 0 2660 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 11788

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699896/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=222.32
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 11590 0 0 0 22225 7 0 0 25 0 1 0 103480937 12169216 2672 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2672 115 284 0 2684 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 11884

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699896/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=282.33
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 13912 0 0 0 28225 8 0 0 25 0 1 0 103480937 12169216 2672 1992294400 134512640 135679800 4294956240 18446744073709551615 134523655 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2672 115 284 0 2684 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 11884

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699768/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=342.33
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 16250 0 0 0 34224 9 0 0 25 0 1 0 103480937 12169216 2688 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2688 115 284 0 2684 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 11884

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699768/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=402.34
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 18572 0 0 0 40223 11 0 0 25 0 1 0 103480937 12169216 2688 1992294400 134512640 135679800 4294956240 18446744073709551615 134532536 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2688 115 284 0 2684 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 11884

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=462.34
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 21168 0 0 0 46223 11 0 0 25 0 1 0 103480937 12169216 2704 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2704 115 284 0 2684 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 11884

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=522.35
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 23490 0 0 0 52222 13 0 0 25 0 1 0 103480937 12169216 2704 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2704 115 284 0 2684 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 11884

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699576/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11884 CPUtime=582.35
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 25812 0 0 0 58221 14 0 0 25 0 1 0 103480937 12169216 2704 1992294400 134512640 135679800 4294956240 18446744073709551615 134522717 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2971 2704 115 284 0 2684 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 11884

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25186
/proc/meminfo: memFree=1699832/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=642.36
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 28164 0 0 0 64220 16 0 0 25 0 1 0 103480937 12034048 2639 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2639 115 284 0 2651 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 11752

[startup+702.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=702.36
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 30776 0 0 0 70219 17 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 11752

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

[startup+716.701 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=716.77
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 31292 0 0 0 71659 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522717 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 716.77
Current children cumulated vsize (KiB) 11752

[startup+729.502 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=729.57
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 31808 0 0 0 72939 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 729.57
Current children cumulated vsize (KiB) 11752

[startup+742.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=742.37
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32324 0 0 0 74219 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 742.37
Current children cumulated vsize (KiB) 11752

[startup+748.701 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=748.77
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32582 0 0 0 74859 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 748.77
Current children cumulated vsize (KiB) 11752

[startup+751.901 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=751.97
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32582 0 0 0 75179 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 751.97
Current children cumulated vsize (KiB) 11752

[startup+752.702 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=752.77
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32582 0 0 0 75259 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 752.77
Current children cumulated vsize (KiB) 11752

[startup+753.506 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=753.58
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32582 0 0 0 75340 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 753.58
Current children cumulated vsize (KiB) 11752

[startup+753.702 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 25186
/proc/meminfo: memFree=1699640/2055920 swapFree=4181368/4192956
[pid=25185] ppid=25183 vsize=11752 CPUtime=753.77
/proc/25185/stat : 25185 (MoRsat) R 25183 25185 24985 0 -1 4194304 32582 0 0 0 75359 18 0 0 25 0 1 0 103480937 12034048 2671 1992294400 134512640 135679800 4294956240 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25185/statm: 2938 2671 115 284 0 2651 0
Current children cumulated CPU time (s) 753.77
Current children cumulated vsize (KiB) 11752

Child status: 20
Real time (s): 753.764
CPU time (s): 753.844
CPU user time (s): 753.657
CPU system time (s): 0.186971
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 13044

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

runsolver used 0.496924 second user time and 1.60975 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-26 16:01:15
IDJOB=1729901
IDBENCH=24717
IDSOLVER=502
FILE ID=node16/1729901-1240754475
PBS_JOBID= 9187088
Free space on /tmp= 66324 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729901-1240754475/watcher-1729901-1240754475 -o /tmp/evaluation-result-1729901-1240754475/solver-1729901-1240754475 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1729901-1240754475.cnf

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=336280103

node16.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.234
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.234
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:       1711264 kB
Buffers:         43300 kB
Cached:         246960 kB
SwapCached:       5472 kB
Active:         129248 kB
Inactive:       169036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711264 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            32424 kB
Committed_AS:   405040 kB
PageTables:       1436 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= 66320 MiB
End job on node16 at 2009-04-26 16:13:49