Trace number 1521660

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 1175.3 1175.7

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/380/
unif-k3-r4.25-v380-c1615-S1694258328-099.cnf
MD5SUM01d386c590bcd2ab7c9aeb6450815f98
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0976
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
0.00/0.00	c atom#=380 clause#=1615 total literals=4845 
1175.29/1175.70	c CNF stats: (380 vars, 1615 clauses) 
1175.29/1175.70	c Decisions: 19367339 
1175.29/1175.70	c Conflicts: 16367855 
1175.29/1175.70	c 
1175.29/1175.70	s UNSATISFIABLE
1175.29/1175.70	c Running time: 1175.01137 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1521660-1238558723/watcher-1521660-1238558723 -o /tmp/evaluation-result-1521660-1238558723/solver-1521660-1238558723 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1521660-1238558723.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.84 0.95 0.99 3/71 21185
/proc/meminfo: memFree=1248456/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1472 CPUtime=0
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 1128535411 1507328 139 1992294400 134512640 135679800 4294956240 18446744073709551615 134561498 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 368 139 107 284 0 81 0

[startup+0.0275711 s]
/proc/loadavg: 0.84 0.95 0.99 3/71 21185
/proc/meminfo: memFree=1248456/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1556 CPUtime=0.02
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 227 0 0 0 2 0 0 0 18 0 1 0 1128535411 1593344 210 1992294400 134512640 135679800 4294956240 18446744073709551615 134574691 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 389 210 114 284 0 102 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1556

[startup+0.101585 s]
/proc/loadavg: 0.84 0.95 0.99 3/71 21185
/proc/meminfo: memFree=1248456/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1556 CPUtime=0.09
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 227 0 0 0 9 0 0 0 18 0 1 0 1128535411 1593344 210 1992294400 134512640 135679800 4294956240 18446744073709551615 134573512 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 389 210 114 284 0 102 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1556

[startup+0.301622 s]
/proc/loadavg: 0.84 0.95 0.99 3/71 21185
/proc/meminfo: memFree=1248456/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1556 CPUtime=0.29
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 227 0 0 0 29 0 0 0 19 0 1 0 1128535411 1593344 210 1992294400 134512640 135679800 4294956240 18446744073709551615 134574409 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 389 210 114 284 0 102 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1556

[startup+0.701699 s]
/proc/loadavg: 0.84 0.95 0.99 3/71 21185
/proc/meminfo: memFree=1248456/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1556 CPUtime=0.69
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 227 0 0 0 69 0 0 0 22 0 1 0 1128535411 1593344 210 1992294400 134512640 135679800 4294956240 18446744073709551615 134573946 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 389 210 114 284 0 102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1556

[startup+1.50185 s]
/proc/loadavg: 0.84 0.95 0.99 2/72 21186
/proc/meminfo: memFree=1248064/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1556 CPUtime=1.49
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 227 0 0 0 149 0 0 0 25 0 1 0 1128535411 1593344 210 1992294400 134512640 135679800 4294956240 18446744073709551615 134573596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 389 210 114 284 0 102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1556

[startup+3.10115 s]
/proc/loadavg: 0.84 0.95 0.99 2/72 21186
/proc/meminfo: memFree=1247872/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=1876 CPUtime=3.09
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 306 0 0 0 309 0 0 0 25 0 1 0 1128535411 1921024 284 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 469 284 115 284 0 182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1876

[startup+6.30176 s]
/proc/loadavg: 0.85 0.95 0.99 2/72 21186
/proc/meminfo: memFree=1246592/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2684 CPUtime=6.29
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 725 0 0 0 629 0 0 0 25 0 1 0 1128535411 2748416 498 1992294400 134512640 135679800 4294956240 18446744073709551615 134527987 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 671 498 115 284 0 384 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2684

[startup+12.702 s]
/proc/loadavg: 0.87 0.95 0.99 2/72 21186
/proc/meminfo: memFree=1246464/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2660 CPUtime=12.69
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 1142 0 0 0 1269 0 0 0 25 0 1 0 1128535411 2723840 492 1992294400 134512640 135679800 4294956240 18446744073709551615 134534576 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 665 492 115 284 0 378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2660

[startup+25.5014 s]
/proc/loadavg: 0.89 0.95 0.99 2/72 21186
/proc/meminfo: memFree=1246464/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2664 CPUtime=25.48
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 1997 0 0 0 2548 0 0 0 25 0 1 0 1128535411 2727936 493 1992294400 134512640 135679800 4294956240 18446744073709551615 134533027 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 666 493 115 284 0 379 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2664

[startup+51.1013 s]
/proc/loadavg: 0.93 0.96 0.99 2/72 21186
/proc/meminfo: memFree=1246464/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2680 CPUtime=51.07
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 3663 0 0 0 5106 1 0 0 25 0 1 0 1128535411 2744320 497 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 670 497 115 284 0 383 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2680

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.99 2/72 21186
/proc/meminfo: memFree=1246464/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2756 CPUtime=102.26
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 7043 0 0 0 10223 3 0 0 25 0 1 0 1128535411 2822144 516 1992294400 134512640 135679800 4294956240 18446744073709551615 134534440 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 689 516 115 284 0 402 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2756

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2740 CPUtime=162.23
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 10741 0 0 0 16218 5 0 0 25 0 1 0 1128535411 2805760 512 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 685 512 115 284 0 398 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2740

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2720 CPUtime=222.22
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 13902 0 0 0 22215 7 0 0 25 0 1 0 1128535411 2785280 507 1992294400 134512640 135679800 4294956240 18446744073709551615 134522734 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 680 507 115 284 0 393 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2720

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246272/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2772 CPUtime=282.19
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 17538 0 0 0 28210 9 0 0 25 0 1 0 1128535411 2838528 520 1992294400 134512640 135679800 4294956240 18446744073709551615 134522742 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 693 520 115 284 0 406 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 2772

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246272/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2788 CPUtime=342.18
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 20772 0 0 0 34207 11 0 0 25 0 1 0 1128535411 2854912 524 1992294400 134512640 135679800 4294956240 18446744073709551615 134524909 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 697 524 115 284 0 410 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2788

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246208/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2760 CPUtime=402.16
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 23463 0 0 0 40204 12 0 0 25 0 1 0 1128535411 2826240 517 1992294400 134512640 135679800 4294956240 18446744073709551615 134534440 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 690 517 115 284 0 403 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 2760

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246272/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2736 CPUtime=462.13
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 26112 0 0 0 46200 13 0 0 25 0 1 0 1128535411 2801664 511 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 684 511 115 284 0 397 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 2736

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246272/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2728 CPUtime=522.11
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 29799 0 0 0 52196 15 0 0 25 0 1 0 1128535411 2793472 509 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 682 509 115 284 0 395 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 2728

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246272/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2736 CPUtime=582.09
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 33433 0 0 0 58192 17 0 0 25 0 1 0 1128535411 2801664 511 1992294400 134512640 135679800 4294956240 18446744073709551615 134522709 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 684 511 115 284 0 397 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 2736

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2716 CPUtime=642.07
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 36746 0 0 0 64189 18 0 0 25 0 1 0 1128535411 2781184 506 1992294400 134512640 135679800 4294956240 18446744073709551615 134533054 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 679 506 115 284 0 392 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 2716

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2704 CPUtime=702.05
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 39330 0 0 0 70186 19 0 0 25 0 1 0 1128535411 2768896 503 1992294400 134512640 135679800 4294956240 18446744073709551615 134522734 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 676 503 115 284 0 389 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 2704

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2692 CPUtime=762.03
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 41788 0 0 0 76183 20 0 0 25 0 1 0 1128535411 2756608 500 1992294400 134512640 135679800 4294956240 18446744073709551615 134522800 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 673 500 115 284 0 386 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 2692

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2684 CPUtime=822.01
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 44772 0 0 0 82180 21 0 0 25 0 1 0 1128535411 2748416 498 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 671 498 115 284 0 384 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 2684

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2684 CPUtime=881.98
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 47682 0 0 0 88176 22 0 0 25 0 1 0 1128535411 2748416 498 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 671 498 115 284 0 384 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 2684

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2676 CPUtime=941.97
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 51360 0 0 0 94173 24 0 0 25 0 1 0 1128535411 2740224 496 1992294400 134512640 135679800 4294956240 18446744073709551615 134527942 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 669 496 115 284 0 382 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 2676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2672 CPUtime=1001.95
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 55149 0 0 0 100170 25 0 0 25 0 1 0 1128535411 2736128 495 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 668 495 115 284 0 381 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 2672

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246336/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2672 CPUtime=1061.93
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 58947 0 0 0 106166 27 0 0 25 0 1 0 1128535411 2736128 495 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 668 495 115 284 0 381 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 2672

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1121.91
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 61560 0 0 0 112163 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 2652

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1125.91
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 61688 0 0 0 112563 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134533063 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1125.91
Current children cumulated vsize (KiB) 2652

[startup+1151.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1151.5
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62600 0 0 0 115122 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134522770 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1151.5
Current children cumulated vsize (KiB) 2652

[startup+1164.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1164.29
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 116401 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134533244 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1164.29
Current children cumulated vsize (KiB) 2652

[startup+1171.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1170.69
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 117041 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1170.69
Current children cumulated vsize (KiB) 2652

[startup+1174.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1173.89
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 117361 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134522641 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1173.89
Current children cumulated vsize (KiB) 2652

[startup+1175.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1174.69
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 117441 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1174.69
Current children cumulated vsize (KiB) 2652

[startup+1175.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1175.09
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 117481 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1175.09
Current children cumulated vsize (KiB) 2652

[startup+1175.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 21186
/proc/meminfo: memFree=1246400/2055920 swapFree=4170332/4192956
[pid=21185] ppid=21183 vsize=2652 CPUtime=1175.29
/proc/21185/stat : 21185 (MoRsat) R 21183 21185 21148 0 -1 4194304 62816 0 0 0 117501 28 0 0 25 0 1 0 1128535411 2715648 490 1992294400 134512640 135679800 4294956240 18446744073709551615 134520418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21185/statm: 663 490 115 284 0 376 0
Current children cumulated CPU time (s) 1175.29
Current children cumulated vsize (KiB) 2652

Child status: 20
Real time (s): 1175.7
CPU time (s): 1175.3
CPU user time (s): 1175.01
CPU system time (s): 0.286956
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 2964

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

runsolver used 1.09983 second user time and 3.18751 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-01 06:05:23
IDJOB=1521660
IDBENCH=70625
IDSOLVER=502
FILE ID=node38/1521660-1238558723
PBS_JOBID= 9062152
Free space on /tmp= 65528 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/380/unif-k3-r4.25-v380-c1615-S1694258328-099.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1521660-1238558723/watcher-1521660-1238558723 -o /tmp/evaluation-result-1521660-1238558723/solver-1521660-1238558723 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1521660-1238558723.cnf

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

MD5SUM BENCH= 01d386c590bcd2ab7c9aeb6450815f98
RANDOM SEED=1884420841

node38.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.259
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	: 5931.00
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.259
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:       1248872 kB
Buffers:         93200 kB
Cached:         611464 kB
SwapCached:      11172 kB
Active:         196904 kB
Inactive:       520272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248872 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          18256 kB
Slab:            75012 kB
Committed_AS:  3202440 kB
PageTables:       1988 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= 65528 MiB
End job on node38 at 2009-04-01 06:24:59