Trace number 3387062

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.08 4999.94

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1057.43
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387062-1305586740/watcher-3387062-1305586740 -o /tmp/evaluation-result-3387062-1305586740/solver-3387062-1305586740 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387062-1305586740.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 1.01 3/370 6201
/proc/meminfo: memFree=27810576/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=21004 CPUtime=0 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 1158 0 0 0 0 0 0 0 18 0 1 0 670274588 21508096 1070 33554432000 4194304 4300288 140737325310192 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 5251 1070 218 26 0 1883 0

[startup+0.054268 s]
/proc/loadavg: 0.00 0.00 1.01 3/370 6201
/proc/meminfo: memFree=27810576/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=29576 CPUtime=0.04 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 3917 0 0 0 4 0 0 0 18 0 1 0 670274588 30285824 3527 33554432000 4194304 4300288 140737325310192 18446744073709551615 4221251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 7394 3530 218 26 0 4026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29576

[startup+0.101256 s]
/proc/loadavg: 0.00 0.00 1.01 3/370 6201
/proc/meminfo: memFree=27810576/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=39368 CPUtime=0.09 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 7128 0 0 0 9 0 0 0 18 0 1 0 670274588 40312832 6268 33554432000 4194304 4300288 140737325310192 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 9842 6269 218 26 0 6474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39368

[startup+0.301215 s]
/proc/loadavg: 0.00 0.00 1.01 3/370 6201
/proc/meminfo: memFree=27810576/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=83396 CPUtime=0.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 19169 0 0 0 27 2 0 0 18 0 1 0 670274588 85397504 17073 33554432000 4194304 4300288 140737325310192 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 20849 17073 218 26 0 17481 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83396

[startup+0.701138 s]
/proc/loadavg: 0.00 0.00 1.01 3/370 6201
/proc/meminfo: memFree=27810576/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=162604 CPUtime=0.69 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 37739 0 0 0 64 5 0 0 18 0 1 0 670274588 166506496 33233 33554432000 4194304 4300288 140737325310192 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 40651 33233 239 26 0 37283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162604

[startup+1.50101 s]
/proc/loadavg: 0.16 0.03 1.01 3/374 6208
/proc/meminfo: memFree=27490212/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=221808 CPUtime=1.49 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 50874 0 0 0 142 7 0 0 20 0 1 0 670274588 227131392 45902 33554432000 4194304 4300288 140737325310192 18446744073709551615 4232950 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 55452 45902 240 26 0 52084 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221808

[startup+3.10068 s]
/proc/loadavg: 0.16 0.03 1.01 3/374 6208
/proc/meminfo: memFree=27410620/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=216592 CPUtime=3.09 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 63130 0 0 0 301 8 0 0 25 0 1 0 670274588 221790208 47341 33554432000 4194304 4300288 140737325310192 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 54148 47341 240 26 0 50780 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 216592

[startup+6.3011 s]
/proc/loadavg: 0.16 0.03 1.01 3/374 6208
/proc/meminfo: memFree=27419420/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=192940 CPUtime=6.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 68988 0 0 0 619 10 0 0 25 0 1 0 670274588 197570560 40920 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 48235 40920 259 26 0 44867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192940

[startup+12.7009 s]
/proc/loadavg: 0.44 0.10 1.02 3/374 6208
/proc/meminfo: memFree=27448060/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=192940 CPUtime=12.69 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 69431 0 0 0 1259 10 0 0 25 0 1 0 670274588 197570560 41353 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 48235 41353 260 26 0 44867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 192940

[startup+25.5006 s]
/proc/loadavg: 0.68 0.16 1.03 3/374 6209
/proc/meminfo: memFree=27442680/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=204616 CPUtime=25.49 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 70398 0 0 0 2538 11 0 0 25 0 1 0 670274588 209526784 42305 33554432000 4194304 4300288 140737325310192 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 51154 42305 260 26 0 47786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 204616

[startup+51.1009 s]
/proc/loadavg: 1.13 0.31 1.06 3/374 6209
/proc/meminfo: memFree=27431240/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=204616 CPUtime=51.08 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 72311 0 0 0 5096 12 0 0 25 0 1 0 670274588 209526784 44190 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 51154 44190 260 26 0 47786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204616

[startup+102.315 s]
/proc/loadavg: 1.65 0.59 1.11 3/374 6211
/proc/meminfo: memFree=27411508/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=223584 CPUtime=102.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 75291 0 0 0 10216 13 0 0 25 0 1 0 670274588 228950016 47109 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 55896 47109 260 26 0 52528 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 223584

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 1.16 3/374 6221
/proc/meminfo: memFree=27389836/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=254404 CPUtime=162.28 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 78425 0 0 0 16214 14 0 0 25 0 1 0 670274588 260509696 50174 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 63601 50174 260 26 0 60233 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 254404

[startup+222.301 s]
/proc/loadavg: 1.99 1.07 1.22 3/374 6223
/proc/meminfo: memFree=27365648/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=254404 CPUtime=222.28 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 81383 0 0 0 22213 15 0 0 25 0 1 0 670274588 260509696 53052 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 63601 53052 260 26 0 60233 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 254404

[startup+282.301 s]
/proc/loadavg: 1.99 1.23 1.26 3/374 6225
/proc/meminfo: memFree=27346672/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=254404 CPUtime=282.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 84410 0 0 0 28212 17 0 0 25 0 1 0 670274588 260509696 56021 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 63601 56021 260 26 0 60233 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 254404

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 1.31 3/374 6229
/proc/meminfo: memFree=27327548/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=304492 CPUtime=342.28 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 87029 0 0 0 34210 18 0 0 25 0 1 0 670274588 311799808 58568 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 76123 58568 260 26 0 72755 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 304492

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 1.35 3/374 6231
/proc/meminfo: memFree=27309664/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=304492 CPUtime=402.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 89459 0 0 0 40210 19 0 0 25 0 1 0 670274588 311799808 60951 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 76123 60951 260 26 0 72755 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 304492

[startup+462.301 s]
/proc/loadavg: 2.06 1.59 1.39 3/374 6232
/proc/meminfo: memFree=27286448/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=304776 CPUtime=462.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 92945 0 0 0 46209 20 0 0 25 0 1 0 670274588 312090624 64400 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 76194 64400 260 26 0 72826 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 304776

[startup+522.301 s]
/proc/loadavg: 2.02 1.66 1.43 3/374 6234
/proc/meminfo: memFree=27264608/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=309476 CPUtime=522.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 97072 0 0 0 52207 22 0 0 25 0 1 0 670274588 316903424 68467 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 77369 68467 260 26 0 74001 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 309476

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 1.46 3/374 6236
/proc/meminfo: memFree=27244492/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=311436 CPUtime=582.29 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 100005 0 0 0 58206 23 0 0 25 0 1 0 670274588 318910464 71361 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 77859 71361 260 26 0 74491 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 311436

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.02 2.01 1.97 3/374 6367
/proc/meminfo: memFree=27006888/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=612428 CPUtime=4062.41 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 281489 0 0 0 406136 105 0 0 25 0 1 0 670274588 627126272 139253 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 153107 139253 260 26 0 149739 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 612428

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/374 6369
/proc/meminfo: memFree=27048660/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=612960 CPUtime=4122.39 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 283869 0 0 0 412133 106 0 0 25 0 1 0 670274588 627671040 141601 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 153240 141601 260 26 0 149872 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 612960

[startup+4182.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/374 6371
/proc/meminfo: memFree=26964692/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=612960 CPUtime=4182.4 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 286990 0 0 0 418132 108 0 0 25 0 1 0 670274588 627671040 144681 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 153240 144681 260 26 0 149872 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 612960

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/374 6372
/proc/meminfo: memFree=27016004/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=828736 CPUtime=4242.4 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 290398 0 0 0 424130 110 0 0 25 0 1 0 670274588 848625664 148049 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207184 148049 260 26 0 203816 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 828736

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 6374
/proc/meminfo: memFree=26912444/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=829264 CPUtime=4302.4 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 292744 0 0 0 430130 110 0 0 25 0 1 0 670274588 849166336 150362 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207316 150362 260 26 0 203948 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 829264

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 6375
/proc/meminfo: memFree=26843108/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=829820 CPUtime=4362.4 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 294867 0 0 0 436129 111 0 0 25 0 1 0 670274588 849735680 152452 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207455 152452 260 26 0 204087 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 829820

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 6377
/proc/meminfo: memFree=26935332/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=830348 CPUtime=4422.41 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 297385 0 0 0 442128 113 0 0 25 0 1 0 670274588 850276352 154934 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207587 154934 260 26 0 204219 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 830348

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 6379
/proc/meminfo: memFree=26840324/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=830804 CPUtime=4482.41 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 299678 0 0 0 448127 114 0 0 25 0 1 0 670274588 850743296 157192 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207701 157192 260 26 0 204333 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 830804

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 6380
/proc/meminfo: memFree=26968752/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=831176 CPUtime=4542.41 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 301655 0 0 0 454126 115 0 0 25 0 1 0 670274588 851124224 159129 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207794 159129 260 26 0 204426 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 831176

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/374 6382
/proc/meminfo: memFree=26902748/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=831416 CPUtime=4602.42 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 304114 0 0 0 460126 116 0 0 25 0 1 0 670274588 851369984 161558 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 207854 161558 260 26 0 204486 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 831416

[startup+4662.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/374 6383
/proc/meminfo: memFree=26961232/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=832116 CPUtime=4662.42 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 306681 0 0 0 466124 118 0 0 25 0 1 0 670274588 852086784 164089 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208029 164089 260 26 0 204661 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 832116

[startup+4722.31 s]
/proc/loadavg: 2.06 2.04 2.00 3/374 6385
/proc/meminfo: memFree=26891024/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=832912 CPUtime=4722.43 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 308785 0 0 0 472125 118 0 0 25 0 1 0 670274588 852901888 166165 33554432000 4194304 4300288 140737325310192 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208228 166165 260 26 0 204860 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 832912

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 6387
/proc/meminfo: memFree=26939728/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=833068 CPUtime=4782.42 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 310750 0 0 0 478123 119 0 0 25 0 1 0 670274588 853061632 168102 33554432000 4194304 4300288 140737325310192 18446744073709551615 4256236 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208267 168102 260 26 0 204899 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 833068

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 6388
/proc/meminfo: memFree=26862940/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=834012 CPUtime=4842.42 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 313174 0 0 0 484122 120 0 0 25 0 1 0 670274588 854028288 170490 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208503 170490 260 26 0 205135 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 834012

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6390
/proc/meminfo: memFree=26917104/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=834792 CPUtime=4902.42 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 315252 0 0 0 490122 120 0 0 25 0 1 0 670274588 854827008 172549 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208698 172549 260 26 0 205330 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 834792

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6391
/proc/meminfo: memFree=26848884/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=835452 CPUtime=4962.43 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 317046 0 0 0 496121 122 0 0 25 0 1 0 670274588 855502848 174308 33554432000 4194304 4300288 140737325310192 18446744073709551615 4250034 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208863 174308 260 26 0 205495 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 835452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6419
/proc/meminfo: memFree=27025120/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=835736 CPUtime=5000.04 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 318252 0 0 0 499881 123 0 0 25 0 1 0 670274588 855793664 175499 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208934 175499 260 26 0 205566 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 835736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6419
/proc/meminfo: memFree=27025120/32951124 swapFree=37160408/67111528
[pid=6201] ppid=6199 vsize=835736 CPUtime=5000.04 cores=0,2,4,6
/proc/6201/stat : 6201 (cir_minisat) R 6199 6201 6169 0 -1 4202496 318252 0 0 0 499881 123 0 0 25 0 1 0 670274588 855793664 175499 33554432000 4194304 4300288 140737325310192 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6201/statm: 208934 175499 260 26 0 205566 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 835736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4998.81
CPU system time (s): 1.26181
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 843920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.81
system time used= 1.26181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318252
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= 6
involuntary context switches= 4361

runsolver used 18.9661 second user time and 40.1439 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-17 00:59:01
IDJOB=3387062
IDBENCH=20410
IDSOLVER=1873
FILE ID=node104/3387062-1305586740
RUNJOBID= node104-1305586740-6187
PBS_JOBID= 13350374
Free space on /tmp= 73228 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387062-1305586740/watcher-3387062-1305586740 -o /tmp/evaluation-result-3387062-1305586740/solver-3387062-1305586740 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387062-1305586740.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=1678254560

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27810996 kB
Buffers:        302756 kB
Cached:        2776956 kB
SwapCached:     152312 kB
Active:        1285160 kB
Inactive:      3572336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27810996 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:           45772 kB
Writeback:           0 kB
AnonPages:     1637920 kB
Mapped:          10388 kB
Slab:           128848 kB
PageTables:      88908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87703560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73232 MiB
End job on node104 at 2011-05-17 02:22:23