Trace number 4121313

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
minisatp 2012-10-02 git-d91742bUNSAT 425.353 425.418

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n24-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUM8603a890f31df49f51112473cb70c3d5
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark221.402
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints204
Number of constraints which are clauses204
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 204 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ............................................................................................................................................................................................................
425.33/425.41	============================[ Search Statistics ]==============================
425.33/425.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
425.33/425.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
425.33/425.41	===============================================================================
425.33/425.41	|       100 |      97      204      612 |       74      100     15 |  0.011 % |
425.33/425.41	|       250 |      97      204      612 |       82       97     10 |  0.011 % |
425.33/425.41	|       475 |      97      204      612 |       90       82      9 |  0.011 % |
425.33/425.41	|       812 |      97      204      612 |       99       69      8 |  0.011 % |
425.33/425.41	|      1318 |      97      204      612 |      109       93      7 |  0.011 % |
425.33/425.41	|      2077 |      97      204      612 |      120      145      8 |  0.011 % |
425.33/425.41	|      3216 |      97      204      612 |      132       72      7 |  0.011 % |
425.33/425.41	|      4924 |      97      204      612 |      145      138      9 |  0.011 % |
425.33/425.41	|      7486 |      97      204      612 |      160      117      9 |  0.011 % |
425.33/425.41	|     11330 |      97      204      612 |      176      182      9 |  0.011 % |
425.33/425.41	|     17096 |      97      204      612 |      194      222     10 |  0.011 % |
425.33/425.41	|     25745 |      97      204      612 |      213      159      8 |  0.011 % |
425.33/425.41	|     38719 |      97      204      612 |      234      227     11 |  0.011 % |
425.33/425.41	|     58180 |      97      204      612 |      258      249     10 |  0.011 % |
425.33/425.41	|     87372 |      97      204      612 |      284      186      9 |  0.011 % |
425.33/425.41	|    131161 |      97      204      612 |      312      329     11 |  0.011 % |
425.33/425.41	|    196845 |      97      204      612 |      343      299     12 |  0.011 % |
425.33/425.41	|    295371 |      97      204      612 |      378      263      9 |  0.011 % |
425.33/425.41	|    443160 |      97      204      612 |      415      214      8 |  0.011 % |
425.33/425.41	|    664843 |      97      204      612 |      457      222      7 |  0.011 % |
425.33/425.41	|    997368 |      97      204      612 |      503      256      7 |  0.011 % |
425.33/425.41	|   1496156 |      97      204      612 |      553      355     10 |  0.011 % |
425.33/425.41	|   2244338 |      97      204      612 |      608      399     10 |  0.011 % |
425.33/425.41	|   3366612 |      97      204      612 |      669      482     10 |  0.011 % |
425.33/425.41	|   5050023 |      97      204      612 |      736      459      9 |  0.011 % |
425.33/425.41	|   7575139 |      97      204      612 |      810      407      8 |  0.011 % |
425.33/425.41	|  11362814 |      97      204      612 |      891      535     10 |  0.011 % |
425.33/425.41	|  17044326 |      97      204      612 |      980      502     10 |  0.011 % |
425.33/425.41	|  25566595 |      97      204      612 |     1078      999     11 |  0.011 % |
425.33/425.41	|  38349998 |      97      204      612 |     1186      751     10 |  0.011 % |
425.33/425.41	|  57525103 |      95      204      612 |     1305     1143     10 |  2.073 % |
425.33/425.41	===============================================================================
425.33/425.41	c UNSATISFIABLE
425.33/425.41	s UNSATISFIABLE
425.33/425.41	c _______________________________________________________________________________
425.33/425.41	c 
425.33/425.41	restarts              : 77821
425.33/425.41	conflicts             : 60230195       (141601 /sec)
425.33/425.41	decisions             : 79443186       (0.00 % random) (186770 /sec)
425.33/425.41	propagations          : 1260541977     (2963524 /sec)
425.33/425.41	conflict literals     : 828433394      (12.08 % deleted)
425.33/425.41	Memory used           : 6.20 MB
425.33/425.41	CPU time              : 425.352 s
425.33/425.41	c _______________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4121313-1467312452/watcher-4121313-1467312452 -o /tmp/evaluation-result-4121313-1467312452/solver-4121313-1467312452 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467308555-17596 --watchdog 1960 -S 80 minisatp HOME/instance-4121313-1467312452.opb 

pid=19427
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.22 2.18 3/178 19430
/proc/meminfo: memFree=28317132/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=1988 CPUtime=0 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 323 0 0 0 0 0 0 0 20 0 1 0 12197922 2035712 196 33554432000 4194304 5646918 140736140997744 140735343542504 4399838 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 497 196 134 355 0 138 0

[startup+0.100127 s]
/proc/loadavg: 2.21 2.22 2.18 3/178 19430
/proc/meminfo: memFree=28317132/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=1988 CPUtime=0.09 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 335 0 0 0 9 0 0 0 20 0 1 0 12197922 2035712 208 33554432000 4194304 5646918 140736140997744 140735343542504 4423034 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 497 208 135 355 0 138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1988

[startup+0.200367 s]
/proc/loadavg: 2.21 2.22 2.18 3/178 19430
/proc/meminfo: memFree=28317132/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=1988 CPUtime=0.19 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 340 0 0 0 19 0 0 0 20 0 1 0 12197922 2035712 213 33554432000 4194304 5646918 140736140997744 140735343542504 4399808 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 497 213 135 355 0 138 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1988

[startup+0.300301 s]
/proc/loadavg: 2.21 2.22 2.18 3/178 19430
/proc/meminfo: memFree=28317132/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=1988 CPUtime=0.29 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 346 0 0 0 29 0 0 0 20 0 1 0 12197922 2035712 219 33554432000 4194304 5646918 140736140997744 140735343542504 4402863 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 497 219 135 355 0 138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1988

[startup+0.700278 s]
/proc/loadavg: 2.21 2.22 2.18 3/178 19430
/proc/meminfo: memFree=28317132/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2124 CPUtime=0.69 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 356 0 0 0 69 0 0 0 20 0 1 0 12197922 2174976 229 33554432000 4194304 5646918 140736140997744 140736140996456 4402776 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 531 229 135 355 0 172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2124

[startup+1.50028 s]
/proc/loadavg: 2.27 2.23 2.18 3/179 19431
/proc/meminfo: memFree=28316180/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2124 CPUtime=1.49 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 365 0 0 0 149 0 0 0 20 0 1 0 12197922 2174976 238 33554432000 4194304 5646918 140736140997744 140736140996008 4398960 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 531 238 135 355 0 172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2124

[startup+3.10025 s]
/proc/loadavg: 2.27 2.23 2.18 3/179 19431
/proc/meminfo: memFree=28315692/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2124 CPUtime=3.09 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 382 0 0 0 309 0 0 0 20 0 1 0 12197922 2174976 255 33554432000 4194304 5646918 140736140997744 140736140996008 4398904 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 531 255 135 355 0 172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2124

[startup+6.30027 s]
/proc/loadavg: 2.25 2.23 2.18 3/179 19431
/proc/meminfo: memFree=28315628/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2296 CPUtime=6.29 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 398 0 0 0 629 0 0 0 20 0 1 0 12197922 2351104 271 33554432000 4194304 5646918 140736140997744 140736140995992 4399365 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 574 271 135 355 0 215 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2296

[startup+12.7003 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 19431
/proc/meminfo: memFree=28315576/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2296 CPUtime=12.69 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 420 0 0 0 1269 0 0 0 20 0 1 0 12197922 2351104 293 33554432000 4194304 5646918 140736140997744 140736140995992 4398914 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 574 293 135 355 0 215 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2296

[startup+25.5003 s]
/proc/loadavg: 2.24 2.23 2.18 3/179 19431
/proc/meminfo: memFree=28315624/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2428 CPUtime=25.49 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 440 0 0 0 2549 0 0 0 20 0 1 0 12197922 2486272 313 33554432000 4194304 5646918 140736140997744 140736140996008 4402736 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 607 313 135 355 0 248 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2428

[startup+51.1003 s]
/proc/loadavg: 2.29 2.24 2.19 3/179 19431
/proc/meminfo: memFree=28315500/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2620 CPUtime=51.09 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 479 0 0 0 5109 0 0 0 20 0 1 0 12197922 2682880 351 33554432000 4194304 5646918 140736140997744 140736140995992 4402832 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 655 351 135 355 0 296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2620

[startup+102.3 s]
/proc/loadavg: 2.33 2.25 2.19 3/179 19432
/proc/meminfo: memFree=28315920/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2620 CPUtime=102.29 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 510 0 0 0 10229 0 0 0 20 0 1 0 12197922 2682880 381 33554432000 4194304 5646918 140736140997744 140736140995992 4399392 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 655 381 135 355 0 296 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2620

[startup+162.3 s]
/proc/loadavg: 2.24 2.25 2.19 3/180 19548
/proc/meminfo: memFree=28317692/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2780 CPUtime=162.27 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 532 0 0 0 16227 0 0 0 20 0 1 0 12197922 2846720 403 33554432000 4194304 5646918 140736140997744 140736140996008 4403124 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 695 403 135 355 0 336 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2780

[startup+222.307 s]
/proc/loadavg: 2.21 2.23 2.18 4/179 19550
/proc/meminfo: memFree=28317896/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=2912 CPUtime=222.27 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 563 0 0 0 22227 0 0 0 20 0 1 0 12197922 2981888 434 33554432000 4194304 5646918 140736140997744 140736140996008 4399250 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 728 434 135 355 0 369 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2912

[startup+282.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 19662
/proc/meminfo: memFree=28317648/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=282.25 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 590 0 0 0 28225 0 0 0 20 0 1 0 12197922 3174400 460 33554432000 4194304 5646918 140736140997744 140736140995992 4396878 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 460 135 355 0 416 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3100

[startup+342.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/179 19719
/proc/meminfo: memFree=28314920/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=342.24 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 595 0 0 0 34224 0 0 0 20 0 1 0 12197922 3174400 465 33554432000 4194304 5646918 140736140997744 140736140995992 4403408 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 465 135 355 0 416 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3100

[startup+402.3 s]
/proc/loadavg: 2.39 2.26 2.19 4/179 19720
/proc/meminfo: memFree=28311032/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=402.23 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 615 0 0 0 40223 0 0 0 20 0 1 0 12197922 3174400 485 33554432000 4194304 5646918 140736140997744 140736140995992 4397545 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 485 135 355 0 416 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3100

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19430 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+409.6 s]
/proc/loadavg: 2.35 2.25 2.19 3/179 19720
/proc/meminfo: memFree=28311024/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=409.53 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 40953 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 409.53
Current children cumulated vsize (KiB) 3100

[startup+416 s]
/proc/loadavg: 2.38 2.26 2.20 3/179 19720
/proc/meminfo: memFree=28310528/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=415.93 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 41593 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4402806 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 415.93
Current children cumulated vsize (KiB) 3100

[startup+422.4 s]
/proc/loadavg: 2.43 2.27 2.20 3/179 19720
/proc/meminfo: memFree=28310652/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=422.34 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 42234 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4399699 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 422.34
Current children cumulated vsize (KiB) 3100

[startup+424 s]
/proc/loadavg: 2.43 2.27 2.20 3/179 19720
/proc/meminfo: memFree=28310156/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=423.93 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 42393 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4402751 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 423.93
Current children cumulated vsize (KiB) 3100

[startup+424.8 s]
/proc/loadavg: 2.43 2.27 2.20 3/179 19720
/proc/meminfo: memFree=28310156/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=424.73 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 42473 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 424.73
Current children cumulated vsize (KiB) 3100

[startup+425.2 s]
/proc/loadavg: 2.43 2.27 2.20 3/179 19720
/proc/meminfo: memFree=28310156/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=425.13 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 42513 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4402788 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 425.13
Current children cumulated vsize (KiB) 3100

[startup+425.4 s]
/proc/loadavg: 2.43 2.27 2.20 3/179 19720
/proc/meminfo: memFree=28310156/32872528 swapFree=1515120/1684772
[pid=19430] ppid=19427 vsize=3100 CPUtime=425.33 cores=0,2,4,6
/proc/19430/stat : 19430 (minisatp) R 19427 19430 17580 0 -1 4202496 617 0 0 0 42533 0 0 0 20 0 1 0 12197922 3174400 486 33554432000 4194304 5646918 140736140997744 140736140995992 4402832 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/19430/statm: 775 486 135 355 0 416 0
Current children cumulated CPU time (s) 425.33
Current children cumulated vsize (KiB) 3100

Child status: 0
Real time (s): 425.418
CPU time (s): 425.353
CPU user time (s): 425.352
CPU system time (s): 0.000999
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 3100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 425.352
system time used= 0.000999
maximum resident set size= 1988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628
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= 1
involuntary context switches= 438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20482 second user time and 1.42878 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 20:47:32
IDJOB=4121313
IDBENCH=110400
IDSOLVER=2555
FILE ID=node135/4121313-1467312452
RUNJOBID= node135-1467308555-17596
PBS_JOBID= 20005260
Free space on /tmp= 71700 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n24-d4-i3.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121313-1467312452/watcher-4121313-1467312452 -o /tmp/evaluation-result-4121313-1467312452/solver-4121313-1467312452 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467308555-17596 --watchdog 1960 -S 80 minisatp HOME/instance-4121313-1467312452.opb

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

MD5SUM BENCH= 8603a890f31df49f51112473cb70c3d5
RANDOM SEED=23122543

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.722
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.722
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28317932 kB
Buffers:          210748 kB
Cached:          1886624 kB
SwapCached:            0 kB
Active:           357844 kB
Inactive:        1766472 kB
Active(anon):      29528 kB
Inactive(anon):        0 kB
Active(file):     328316 kB
Inactive(file):  1766472 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3944 kB
Writeback:             0 kB
AnonPages:       1711276 kB
Mapped:            14664 kB
Shmem:               216 kB
Slab:             614492 kB
SReclaimable:      58124 kB
SUnreclaim:       556368 kB
KernelStack:        1488 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1814988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4121313-1467312452.opb

Free space on /tmp at the end= 71696 MiB
End job on node135 at 2016-06-30 20:54:38