Trace number 1772718

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
CircUs 2009-03-23UNSAT 705.125 705.437

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark353.481
Satisfiable
(Un)Satisfiability was proved
Number of variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

2.99/3.09	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
2.99/3.09	c Eliminate time :       2.23 
705.07/705.43	c CNF read time  :       0.75 
705.07/705.43	c CNF solve time :     704.86 
705.07/705.43	c Memory usage :     86.043 MB
705.07/705.43	c Restart : 638
705.07/705.43	c Decisions : random(6036), heuristic(710815), history(0/0)
705.07/705.43	c Implications : 367874863
705.07/705.43	c Forced Restart : 0
705.07/705.43	c Polarity Change : 1420
705.07/705.43	c Learned clasues  : 2167 out of 625022
705.07/705.43	c Learned literals : 30699 out of 12910640
705.07/705.43	c Number of first UIP : 162466 out of 625022
705.07/705.43	c Number of simplify : 13
705.07/705.43	c Number of continuous distill : 1929
705.07/705.43	c Average depth of OTS : 12
705.07/705.43	c Average depth of additional conflict : 33
705.07/705.43	c Saved conflict clasues : 831
705.07/705.43	c Saved conflict literals : 6490
705.07/705.43	c Additional conflict clauses : 15763
705.07/705.43	c Additional conflict literals : 246052
705.07/705.43	c Additional conflict analysis : 83111
705.07/705.43	s UNSATISFIABLE

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-1772718-1241313090/watcher-1772718-1241313090 -o /tmp/evaluation-result-1772718-1241313090/solver-1772718-1241313090 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1772718-1241313090.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29965
/proc/meminfo: memFree=1014048/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=4764 CPUtime=0
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 769 0 0 0 0 0 0 0 18 0 1 1000000 159336568 4878336 755 1992294400 134512640 135224549 4294956224 18446744073709551615 134593835 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 1191 760 66 173 0 1016 0

[startup+0.0751171 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29965
/proc/meminfo: memFree=1014048/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=20928 CPUtime=0.06
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 3511 0 0 0 5 1 0 0 18 0 1 1000000 159336568 21430272 3463 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 5232 3464 70 173 0 5057 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20928

[startup+0.101117 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29965
/proc/meminfo: memFree=1014048/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=22900 CPUtime=0.09
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 4097 0 0 0 7 2 0 0 18 0 1 1000000 159336568 23449600 3984 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 5725 3984 70 173 0 5550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22900

[startup+0.30113 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29965
/proc/meminfo: memFree=1014048/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=35392 CPUtime=0.29
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 7688 0 0 0 25 4 0 0 20 0 1 1000000 159336568 36241408 7189 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 8848 7190 70 173 0 8673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35392

[startup+0.701156 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29965
/proc/meminfo: memFree=1014048/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=58428 CPUtime=0.69
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 14040 0 0 0 61 8 0 0 24 0 1 1000000 159336568 59830272 13028 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 14607 13029 70 173 0 14432 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58428

[startup+1.50121 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29966
/proc/meminfo: memFree=955160/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=68648 CPUtime=1.49
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 17036 0 0 0 140 9 0 0 25 0 1 1000000 159336568 70295552 16023 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 17162 16023 77 173 0 16987 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68648

[startup+3.10132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29966
/proc/meminfo: memFree=946008/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=75728 CPUtime=3.09
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 19936 0 0 0 299 10 0 0 25 0 1 1000000 159336568 77545472 18443 1992294400 134512640 135224549 4294956224 18446744073709551615 134603996 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 18932 18443 90 173 0 18757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75728

[startup+6.30153 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29966
/proc/meminfo: memFree=940128/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=75728 CPUtime=6.29
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 19938 0 0 0 618 11 0 0 25 0 1 1000000 159336568 77545472 18445 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 18932 18445 92 173 0 18757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75728

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29966
/proc/meminfo: memFree=940320/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=75888 CPUtime=12.68
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 19941 0 0 0 1257 11 0 0 25 0 1 1000000 159336568 77709312 18448 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 18972 18448 92 173 0 18797 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75888

[startup+25.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29966
/proc/meminfo: memFree=940320/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=76248 CPUtime=25.48
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 20045 0 0 0 2536 12 0 0 25 0 1 1000000 159336568 78077952 18552 1992294400 134512640 135224549 4294956224 18446744073709551615 134620068 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 19062 18552 92 173 0 18887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76248

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=938784/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=77980 CPUtime=51.07
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 20454 0 0 0 5095 12 0 0 25 0 1 1000000 159336568 79851520 18961 1992294400 134512640 135224549 4294956224 18446744073709551615 134619218 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 19495 18961 92 173 0 19320 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77980

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=933088/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=84036 CPUtime=102.24
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 21890 0 0 0 10210 14 0 0 25 0 1 1000000 159336568 86052864 20397 1992294400 134512640 135224549 4294956224 18446744073709551615 134595385 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29965/statm: 21009 20397 92 173 0 20834 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 84036

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=930848/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=86172 CPUtime=162.2
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22397 0 0 0 16205 15 0 0 25 0 1 1000000 159336568 88240128 20904 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21543 20904 92 173 0 21368 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 86172

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=930592/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=86472 CPUtime=222.18
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22470 0 0 0 22203 15 0 0 25 0 1 1000000 159336568 88547328 20977 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21618 20977 92 173 0 21443 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 86472

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=930272/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=86824 CPUtime=282.16
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22546 0 0 0 28200 16 0 0 25 0 1 1000000 159336568 88907776 21053 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21706 21053 92 173 0 21531 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 86824

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=930144/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=87016 CPUtime=342.14
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22594 0 0 0 34198 16 0 0 25 0 1 1000000 159336568 89104384 21101 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21754 21101 92 173 0 21579 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 87016

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929952/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=87208 CPUtime=402.12
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22621 0 0 0 40196 16 0 0 25 0 1 1000000 159336568 89300992 21128 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21802 21128 92 173 0 21627 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 87208

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929632/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=87592 CPUtime=462.07
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22711 0 0 0 46191 16 0 0 25 0 1 1000000 159336568 89694208 21218 1992294400 134512640 135224549 4294956224 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21898 21218 92 173 0 21723 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 87592

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929632/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=87592 CPUtime=522.05
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22711 0 0 0 52189 16 0 0 25 0 1 1000000 159336568 89694208 21218 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21898 21218 92 173 0 21723 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 87592

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929568/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=87592 CPUtime=582.04
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22734 0 0 0 58188 16 0 0 25 0 1 1000000 159336568 89694208 21241 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 21898 21241 92 173 0 21723 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 87592

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929376/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=88104 CPUtime=642.01
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22803 0 0 0 64185 16 0 0 25 0 1 1000000 159336568 90218496 21310 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29965/statm: 22026 21310 92 173 0 21851 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 88104

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=88104 CPUtime=701.98
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22810 0 0 0 70182 16 0 0 25 0 1 1000000 159336568 90218496 21317 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 22026 21317 92 173 0 21851 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 88104

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

[startup+703.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=88104 CPUtime=703.58
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22810 0 0 0 70342 16 0 0 25 0 1 1000000 159336568 90218496 21317 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 22026 21317 92 173 0 21851 0
Current children cumulated CPU time (s) 703.58
Current children cumulated vsize (KiB) 88104

[startup+704.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=88104 CPUtime=704.38
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22810 0 0 0 70422 16 0 0 25 0 1 1000000 159336568 90218496 21317 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 22026 21317 92 173 0 21851 0
Current children cumulated CPU time (s) 704.38
Current children cumulated vsize (KiB) 88104

[startup+705.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=88104 CPUtime=704.78
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22810 0 0 0 70462 16 0 0 25 0 1 1000000 159336568 90218496 21317 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 22026 21317 92 173 0 21851 0
Current children cumulated CPU time (s) 704.78
Current children cumulated vsize (KiB) 88104

[startup+705.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=76660 CPUtime=704.97
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22814 0 0 0 70481 16 0 0 25 0 1 1000000 159336568 78499840 18787 1992294400 134512640 135224549 4294956224 18446744073709551615 134717211 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 19165 18787 95 173 0 18990 0
Current children cumulated CPU time (s) 704.97
Current children cumulated vsize (KiB) 76660

[startup+705.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29966
/proc/meminfo: memFree=929184/2055920 swapFree=4181808/4192956
[pid=29965] ppid=29963 vsize=76660 CPUtime=705.07
/proc/29965/stat : 29965 (CirCUs) R 29963 29965 29928 0 -1 4194304 22814 0 0 0 70491 16 0 0 25 0 1 1000000 159336568 78499840 18787 1992294400 134512640 135224549 4294956224 18446744073709551615 134722854 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29965/statm: 19165 18787 95 173 0 18990 0
Current children cumulated CPU time (s) 705.07
Current children cumulated vsize (KiB) 76660

Child status: 0
Real time (s): 705.437
CPU time (s): 705.125
CPU user time (s): 704.944
CPU system time (s): 0.180972
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 88104

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

runsolver used 0.635903 second user time and 1.93771 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-03 03:11:31
IDJOB=1772718
IDBENCH=20374
IDSOLVER=614
FILE ID=node52/1772718-1241313090
PBS_JOBID= 9225275
Free space on /tmp= 66516 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772718-1241313090/watcher-1772718-1241313090 -o /tmp/evaluation-result-1772718-1241313090/solver-1772718-1241313090 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1772718-1241313090.cnf -t 10000

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

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED=584097426

node52.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.214
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.214
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:       1014528 kB
Buffers:         82368 kB
Cached:         841424 kB
SwapCached:       5292 kB
Active:         276692 kB
Inactive:       655208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1014528 kB
SwapTotal:     4192956 kB
SwapFree:      4181808 kB
Dirty:           13448 kB
Writeback:           0 kB
Mapped:          14072 kB
Slab:            95376 kB
Committed_AS:   781252 kB
PageTables:       1476 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= 66516 MiB
End job on node52 at 2009-05-03 03:23:16