Trace number 1773218

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-23? (exit code) 10000 10003.5

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

9999.83/10003.38	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
9999.83/10003.38	c CirCUs : timeout occurred after 10000 seconds.
9999.83/10003.38	c CNF read time  :       9.53 
9999.83/10003.38	c CNF solve time :      10000 
9999.83/10003.38	c Memory usage :    765.613 MB
9999.83/10003.38	c Restart : 1069
9999.83/10003.38	c Decisions : random(742126), heuristic(122953334), history(0/0)
9999.83/10003.38	c Implications : 8025630300
9999.83/10003.38	c Forced Restart : 0
9999.83/10003.38	c Polarity Change : 6092
9999.83/10003.38	c Learned clasues  : 153522 out of 1390881
9999.83/10003.38	c Learned literals : 12717523 out of 141546099
9999.83/10003.38	c Number of first UIP : 530255 out of 1390881
9999.83/10003.38	c Number of simplify : 7
9999.83/10003.38	c Number of continuous distill : 23731
9999.83/10003.38	c Average depth of OTS : 3
9999.83/10003.38	c Average depth of additional conflict : 26
9999.83/10003.38	c Saved conflict clasues : 11285
9999.83/10003.38	c Saved conflict literals : 678287
9999.83/10003.38	c Additional conflict clauses : 57058
9999.83/10003.38	c Additional conflict literals : 5483750
9999.83/10003.38	c Additional conflict analysis : 91739

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773218-1241315423/watcher-1773218-1241315423 -o /tmp/evaluation-result-1773218-1241315423/solver-1773218-1241315423 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773218-1241315423.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: 1.01 1.00 1.00 3/64 25381
/proc/meminfo: memFree=1371320/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=12488 CPUtime=0
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 684 0 0 0 0 0 0 0 18 0 1 1000000 159577164 12787712 669 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 3122 674 66 173 0 2947 0

[startup+0.0793551 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 25381
/proc/meminfo: memFree=1371320/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=109172 CPUtime=0.07
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 7265 0 0 0 5 2 0 0 18 0 1 1000000 159577164 111792128 7217 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 27293 7218 67 173 0 27118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 109172

[startup+0.101357 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 25381
/proc/meminfo: memFree=1371320/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=110492 CPUtime=0.09
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 7616 0 0 0 7 2 0 0 18 0 1 1000000 159577164 113143808 7568 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 27623 7569 67 173 0 27448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 110492

[startup+0.301377 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 25381
/proc/meminfo: memFree=1371320/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=122224 CPUtime=0.29
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 10748 0 0 0 25 4 0 0 19 0 1 1000000 159577164 125157376 10506 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 30556 10506 67 173 0 30381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122224

[startup+0.701419 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 25381
/proc/meminfo: memFree=1371320/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=146472 CPUtime=0.69
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 17163 0 0 0 62 7 0 0 22 0 1 1000000 159577164 149987328 16151 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 36618 16152 67 173 0 36443 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146472

[startup+1.5015 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 25382
/proc/meminfo: memFree=1290416/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=192668 CPUtime=1.49
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 29363 0 0 0 134 15 0 0 25 0 1 1000000 159577164 197292032 27326 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 48167 27326 67 173 0 47992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 192668

[startup+3.10167 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 25382
/proc/meminfo: memFree=1230640/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=282372 CPUtime=3.09
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 53025 0 0 0 279 30 0 0 25 0 1 1000000 159577164 289148928 48939 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 70593 48940 67 173 0 70418 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 282372

[startup+6.302 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 25382
/proc/meminfo: memFree=1055856/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=460220 CPUtime=6.3
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 100244 0 0 0 569 61 0 0 25 0 1 1000000 159577164 471265280 92061 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 115055 92062 67 173 0 114880 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 460220

[startup+12.7017 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 25382
/proc/meminfo: memFree=775472/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=710340 CPUtime=12.69
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 166085 0 0 0 1171 98 0 0 25 0 1 1000000 159577164 727388160 149708 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 177585 149708 76 173 0 177410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 710340

[startup+25.503 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 25382
/proc/meminfo: memFree=771952/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=714156 CPUtime=25.49
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 166960 0 0 0 2449 100 0 0 25 0 1 1000000 159577164 731295744 150583 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 178539 150583 77 173 0 178364 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 714156

[startup+51.1026 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 25382
/proc/meminfo: memFree=769968/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=716484 CPUtime=51.07
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 167512 0 0 0 5006 101 0 0 25 0 1 1000000 159577164 733679616 151135 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 179121 151135 77 173 0 178946 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 716484

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 25382
/proc/meminfo: memFree=769648/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=717064 CPUtime=102.26
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 167621 0 0 0 10125 101 0 0 25 0 1 1000000 159577164 734273536 151244 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 179266 151244 77 173 0 179091 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 717064

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=769584/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=717064 CPUtime=162.24
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 167650 0 0 0 16123 101 0 0 25 0 1 1000000 159577164 734273536 151273 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 179266 151273 77 173 0 179091 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 717064

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=767088/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=719724 CPUtime=222.21
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168274 0 0 0 22120 101 0 0 25 0 1 1000000 159577164 736997376 151897 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 179931 151897 77 173 0 179756 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 719724

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=766960/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=719724 CPUtime=282.21
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168285 0 0 0 28119 102 0 0 25 0 1 1000000 159577164 736997376 151908 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 179931 151908 77 173 0 179756 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 719724

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=765936/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=720648 CPUtime=342.19
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168542 0 0 0 34117 102 0 0 25 0 1 1000000 159577164 737943552 152165 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180162 152165 77 173 0 179987 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 720648

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=765872/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=720648 CPUtime=402.17
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168548 0 0 0 40115 102 0 0 25 0 1 1000000 159577164 737943552 152171 1992294400 134512640 135224549 4294956224 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180162 152171 77 173 0 179987 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 720648

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=765488/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=721176 CPUtime=462.15
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168670 0 0 0 46113 102 0 0 25 0 1 1000000 159577164 738484224 152293 1992294400 134512640 135224549 4294956224 18446744073709551615 134622672 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180294 152293 77 173 0 180119 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 721176

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=765296/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=721364 CPUtime=522.13
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168703 0 0 0 52111 102 0 0 25 0 1 1000000 159577164 738676736 152326 1992294400 134512640 135224549 4294956224 18446744073709551615 134587796 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180341 152326 77 173 0 180166 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 721364

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25382
/proc/meminfo: memFree=765360/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=721364 CPUtime=582.12
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168706 0 0 0 58110 102 0 0 25 0 1 1000000 159577164 738676736 152329 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180341 152329 77 173 0 180166 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 721364

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25388
/proc/meminfo: memFree=765232/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=721364 CPUtime=642.09
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 168706 0 0 0 64107 102 0 0 25 0 1 1000000 159577164 738676736 152329 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 180341 152329 77 173 0 180166 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 721364

[startup+702.301 s]

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

/proc/meminfo: memFree=657008/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9099.08
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 909766 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9099.08
Current children cumulated vsize (KiB) 783984

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=657008/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9159.06
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 915764 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9159.06
Current children cumulated vsize (KiB) 783984

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9219.05
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 921763 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9219.05
Current children cumulated vsize (KiB) 783984

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9279.03
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 927761 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9279.03
Current children cumulated vsize (KiB) 783984

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9339.01
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 933759 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9339.01
Current children cumulated vsize (KiB) 783984

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9398.99
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 939757 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9398.99
Current children cumulated vsize (KiB) 783984

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9458.98
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 945756 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9458.98
Current children cumulated vsize (KiB) 783984

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9518.96
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184514 0 0 0 951754 142 0 0 25 0 1 1000000 159577164 802799616 168008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168008 77 173 0 195821 0
Current children cumulated CPU time (s) 9518.96
Current children cumulated vsize (KiB) 783984

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9578.94
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184515 0 0 0 957752 142 0 0 25 0 1 1000000 159577164 802799616 168009 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168009 77 173 0 195821 0
Current children cumulated CPU time (s) 9578.94
Current children cumulated vsize (KiB) 783984

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=657008/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9638.92
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184515 0 0 0 963750 142 0 0 25 0 1 1000000 159577164 802799616 168009 1992294400 134512640 135224549 4294956224 18446744073709551615 134633409 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168009 77 173 0 195821 0
Current children cumulated CPU time (s) 9638.92
Current children cumulated vsize (KiB) 783984

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9698.91
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184515 0 0 0 969749 142 0 0 25 0 1 1000000 159577164 802799616 168009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168009 77 173 0 195821 0
Current children cumulated CPU time (s) 9698.91
Current children cumulated vsize (KiB) 783984

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9758.89
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184515 0 0 0 975747 142 0 0 25 0 1 1000000 159577164 802799616 168009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168009 77 173 0 195821 0
Current children cumulated CPU time (s) 9758.89
Current children cumulated vsize (KiB) 783984

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9818.87
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184515 0 0 0 981745 142 0 0 25 0 1 1000000 159577164 802799616 168009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168009 77 173 0 195821 0
Current children cumulated CPU time (s) 9818.87
Current children cumulated vsize (KiB) 783984

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656880/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9878.86
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184518 0 0 0 987744 142 0 0 25 0 1 1000000 159577164 802799616 168012 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168012 77 173 0 195821 0
Current children cumulated CPU time (s) 9878.86
Current children cumulated vsize (KiB) 783984

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656944/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9938.84
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184518 0 0 0 993742 142 0 0 25 0 1 1000000 159577164 802799616 168012 1992294400 134512640 135224549 4294956224 18446744073709551615 134638494 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168012 77 173 0 195821 0
Current children cumulated CPU time (s) 9938.84
Current children cumulated vsize (KiB) 783984

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656880/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9998.83
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184520 0 0 0 999740 143 0 0 25 0 1 200 159577164 802799616 168014 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168014 77 173 0 195821 0
Current children cumulated CPU time (s) 9998.83
Current children cumulated vsize (KiB) 783984

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

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656880/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9999.63
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184520 0 0 0 999820 143 0 0 25 0 1 200 159577164 802799616 168014 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168014 77 173 0 195821 0
Current children cumulated CPU time (s) 9999.63
Current children cumulated vsize (KiB) 783984

[startup+10003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656880/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=783984 CPUtime=9999.83
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194304 184520 0 0 0 999840 143 0 0 25 0 1 200 159577164 802799616 168014 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 195996 168014 77 173 0 195821 0
Current children cumulated CPU time (s) 9999.83
Current children cumulated vsize (KiB) 783984

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28474
/proc/meminfo: memFree=656880/2055920 swapFree=4180888/4192956
[pid=25381] ppid=25379 vsize=0 CPUtime=9999.92
/proc/25381/stat : 25381 (CirCUs) R 25379 25381 25344 0 -1 4194308 184532 0 0 0 999848 144 0 0 25 0 1 0 159577164 0 0 1992294400 0 0 0 0 0 0 8192 4096 8192 0 0 0 17 1 0 0
/proc/25381/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9999.92
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 10003.5
CPU time (s): 10000
CPU user time (s): 9998.49
CPU system time (s): 1.53777
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 783984

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

runsolver used 7.34188 second user time and 22.0177 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-03 03:50:36
IDJOB=1773218
IDBENCH=20574
IDSOLVER=614
FILE ID=node24/1773218-1241315423
PBS_JOBID= 9225303
Free space on /tmp= 66332 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773218-1241315423/watcher-1773218-1241315423 -o /tmp/evaluation-result-1773218-1241315423/solver-1773218-1241315423 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773218-1241315423.cnf -t 10000

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=498151227

node24.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.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:      2055920 kB
MemFree:       1371736 kB
Buffers:         91472 kB
Cached:         478220 kB
SwapCached:       5860 kB
Active:         246136 kB
Inactive:       331828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371736 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:          206372 kB
Writeback:           0 kB
Mapped:          13916 kB
Slab:            92084 kB
Committed_AS:   709636 kB
PageTables:       1440 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= 66332 MiB
End job on node24 at 2009-05-03 06:37:20