Trace number 3724422

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
toysat 2012-06-01? (TO) 1800.07 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.29/4.37	c 2012-06-02T15:07:16+0200
4.29/4.37	c arch = x86_64
4.29/4.37	c os = linux
4.29/4.37	c compiler = ghc 7.4
4.29/4.37	c packages:
4.29/4.37	c   OptDir-0.0.1
4.29/4.37	c   array-0.4.0.0
4.29/4.37	c   base-4.5.0.0
4.29/4.37	c   bytestring-0.9.2.1
4.29/4.37	c   containers-0.4.2.1
4.29/4.37	c   deepseq-1.3.0.0
4.29/4.37	c   mtl-2.1.1
4.29/4.37	c   old_locale-1.0.0.4
4.29/4.37	c   parse_dimacs-1.2
4.29/4.37	c   parsec-3.1.2
4.29/4.37	c   queue-0.1.2
4.29/4.37	c   stm-2.3
4.29/4.37	c   time-1.4
4.29/4.37	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724422-1338642436.opb"]
4.29/4.37	c #vars 7351
4.29/4.37	c #constraints 155824
4.29/4.37	c Solving starts ...

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3724422-1338642436/watcher-3724422-1338642436 -o /tmp/evaluation-result-3724422-1338642436/solver-3724422-1338642436 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724422-1338642436.opb 

running on 4 cores: 1,3,5,7

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 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: 1.95 2.01 2.00 3/175 11809
/proc/meminfo: memFree=28053416/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 745 0 0 0 0 0 0 0 20 0 1 0 330368144 6373376 664 33554432000 4194304 8989770 140733467733536 140734405869432 7710382 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 1556 664 429 1171 0 333 0

[startup+0.0247011 s]
/proc/loadavg: 1.95 2.01 2.00 3/175 11809
/proc/meminfo: memFree=28053416/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=8272 CPUtime=0.01 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 1146 0 0 0 1 0 0 0 20 0 1 0 330368144 8470528 1065 33554432000 4194304 8989770 140733467733536 140734405869432 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 2068 1065 430 1171 0 845 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8272

[startup+0.100266 s]
/proc/loadavg: 1.95 2.01 2.00 3/175 11809
/proc/meminfo: memFree=28053416/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 2415 0 0 0 9 0 0 0 20 0 1 0 330368144 13713408 2334 33554432000 4194304 8989770 140733467733536 140734405869432 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 3348 2334 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300276 s]
/proc/loadavg: 1.95 2.01 2.00 3/175 11809
/proc/meminfo: memFree=28053416/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=24656 CPUtime=0.28 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 5442 0 0 0 28 0 0 0 20 0 1 0 330368144 25247744 5361 33554432000 4194304 8989770 140733467733536 140733467733032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 6164 5361 431 1171 0 4941 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24656

[startup+0.700306 s]
/proc/loadavg: 1.95 2.01 2.00 3/175 11809
/proc/meminfo: memFree=28053416/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=55376 CPUtime=0.68 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 13122 0 0 0 66 2 0 0 20 0 1 0 330368144 56705024 13041 33554432000 4194304 8989770 140733467733536 140733467733032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 13844 13041 431 1171 0 12621 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 55376

[startup+1.50031 s]
/proc/loadavg: 1.95 2.01 2.00 3/176 11810
/proc/meminfo: memFree=27911932/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=98384 CPUtime=1.49 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 23874 0 0 0 144 5 0 0 20 0 1 0 330368144 100745216 23793 33554432000 4194304 8989770 140733467733536 140733467732376 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 24596 23793 431 1171 0 23373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98384

[startup+3.10032 s]
/proc/loadavg: 1.95 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27853272/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=179280 CPUtime=3.08 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 44103 0 0 0 300 8 0 0 20 0 1 0 330368144 183582720 44022 33554432000 4194304 8989770 140733467733536 140733467733032 4208816 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 44820 44022 436 1171 0 43597 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 179280

[startup+6.30033 s]
/proc/loadavg: 1.95 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27752040/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=242768 CPUtime=6.28 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 63590 0 0 0 616 12 0 0 20 0 1 0 330368144 248594432 59925 33554432000 4194304 8989770 140733467733536 140733467732800 4371416 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 60692 59925 461 1171 0 59469 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 242768

[startup+12.7003 s]
/proc/loadavg: 1.95 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27752368/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=242768 CPUtime=12.69 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 63590 0 0 0 1255 14 0 0 20 0 1 0 330368144 248594432 59925 33554432000 4194304 8989770 140733467733536 140733467733032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 60692 59925 461 1171 0 59469 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242768

[startup+25.5003 s]
/proc/loadavg: 1.96 2.01 2.00 3/177 11811
/proc/meminfo: memFree=27753312/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=242768 CPUtime=25.48 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 63590 0 0 0 2531 17 0 0 20 0 1 0 330368144 248594432 59925 33554432000 4194304 8989770 140733467733536 140733467733032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 60692 59925 461 1171 0 59469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 242768

[startup+51.1003 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 11811
/proc/meminfo: memFree=27753620/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=242768 CPUtime=51.08 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 63590 0 0 0 5086 22 0 0 20 0 1 0 330368144 248594432 59925 33554432000 4194304 8989770 140733467733536 140733467733032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 60692 59925 461 1171 0 59469 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 242768

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 11811
/proc/meminfo: memFree=27664880/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=289872 CPUtime=102.28 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 75366 0 0 0 10197 31 0 0 20 0 1 0 330368144 296828928 71701 33554432000 4194304 8989770 140733467733536 140733467733032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 72468 71701 461 1171 0 71245 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 289872

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 11811
/proc/meminfo: memFree=27545744/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=334928 CPUtime=162.26 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 86630 0 0 0 16185 41 0 0 20 0 1 0 330368144 342966272 82965 33554432000 4194304 8989770 140733467733536 140733467733032 4457841 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 83732 82965 461 1171 0 82509 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 334928

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11814
/proc/meminfo: memFree=27460700/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=363600 CPUtime=222.25 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 93798 0 0 0 22179 46 0 0 20 0 1 0 330368144 372326400 90133 33554432000 4194304 8989770 140733467733536 140733467733032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 90900 90133 461 1171 0 89677 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 363600

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11814
/proc/meminfo: memFree=27392412/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=389200 CPUtime=282.25 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 100198 0 0 0 28173 52 0 0 20 0 1 0 330368144 398540800 96533 33554432000 4194304 8989770 140733467733536 140733467732800 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 97300 96533 461 1171 0 96077 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 389200

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11815
/proc/meminfo: memFree=27326348/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=411728 CPUtime=342.23 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 105830 0 0 0 34166 57 0 0 20 0 1 0 330368144 421609472 102165 33554432000 4194304 8989770 140733467733536 140733467732800 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 102932 102165 461 1171 0 101709 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 411728

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11815
/proc/meminfo: memFree=27260408/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=430160 CPUtime=402.21 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 110449 0 0 0 40159 62 0 0 20 0 1 0 330368144 440483840 106773 33554432000 4194304 8989770 140733467733536 140733467732800 4494008 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 107540 106773 461 1171 0 106317 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 430160

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11815
/proc/meminfo: memFree=27209844/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=444496 CPUtime=462.19 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 114052 0 0 0 46153 66 0 0 20 0 1 0 330368144 455163904 110357 33554432000 4194304 8989770 140733467733536 140733467731456 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 111124 110357 461 1171 0 109901 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 444496

[startup+522.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 11815
/proc/meminfo: memFree=27164984/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=460880 CPUtime=522.17 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 117971 0 0 0 52146 71 0 0 20 0 1 0 330368144 471941120 114258 33554432000 4194304 8989770 140733467733536 140733467731456 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 115220 114258 461 1171 0 113997 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 460880

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 11815
/proc/meminfo: memFree=27105740/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=474192 CPUtime=582.14 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 121511 0 0 0 58138 76 0 0 20 0 1 0 330368144 485572608 117781 33554432000 4194304 8989770 140733467733536 140733467733032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 118548 117781 461 1171 0 117325 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 474192

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/178 11819
/proc/meminfo: memFree=26922196/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=532560 CPUtime=822.11 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 136107 0 0 0 82116 95 0 0 20 0 1 0 330368144 545341440 132373 33554432000 4194304 8989770 140733467733536 140733467733032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 133140 132373 461 1171 0 131917 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 532560

[startup+882.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 11819
/proc/meminfo: memFree=26884632/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=542800 CPUtime=882.1 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 138667 0 0 0 88111 99 0 0 20 0 1 0 330368144 555827200 134933 33554432000 4194304 8989770 140733467733536 140733467733032 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 135700 134933 461 1171 0 134477 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 542800

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 11820
/proc/meminfo: memFree=26837140/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=556112 CPUtime=942.09 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 141995 0 0 0 94105 104 0 0 20 0 1 0 330368144 569458688 138261 33554432000 4194304 8989770 140733467733536 140733467733032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 139028 138261 461 1171 0 137805 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 556112

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11820
/proc/meminfo: memFree=26801272/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=567376 CPUtime=1002.08 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 144811 0 0 0 100100 108 0 0 20 0 1 0 330368144 580993024 141077 33554432000 4194304 8989770 140733467733536 140733467733032 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 141844 141077 461 1171 0 140621 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 567376

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11820
/proc/meminfo: memFree=26769060/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=576592 CPUtime=1062.06 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 147115 0 0 0 106094 112 0 0 20 0 1 0 330368144 590430208 143381 33554432000 4194304 8989770 140733467733536 140733467733032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 144148 143381 461 1171 0 142925 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 576592

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11820
/proc/meminfo: memFree=26737468/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=589904 CPUtime=1122.06 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 150443 0 0 0 112089 117 0 0 20 0 1 0 330368144 604061696 146709 33554432000 4194304 8989770 140733467733536 140733467733032 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 147476 146709 461 1171 0 146253 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 589904

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 11820
/proc/meminfo: memFree=26703272/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=606288 CPUtime=1182.05 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 154539 0 0 0 118083 122 0 0 20 0 1 0 330368144 620838912 150805 33554432000 4194304 8989770 140733467733536 140733467732800 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 151572 150805 461 1171 0 150349 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 606288

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11821
/proc/meminfo: memFree=26661140/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=626768 CPUtime=1242.04 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 159659 0 0 0 124077 127 0 0 20 0 1 0 330368144 641810432 155925 33554432000 4194304 8989770 140733467733536 140733467733032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 156692 155925 461 1171 0 155469 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 626768

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11821
/proc/meminfo: memFree=26629056/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=640080 CPUtime=1302.04 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 162987 0 0 0 130072 132 0 0 20 0 1 0 330368144 655441920 159253 33554432000 4194304 8989770 140733467733536 140733467732800 6586449 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 160020 159253 461 1171 0 158797 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 640080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11821
/proc/meminfo: memFree=26587268/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=654416 CPUtime=1362.02 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 166571 0 0 0 136065 137 0 0 20 0 1 0 330368144 670121984 162837 33554432000 4194304 8989770 140733467733536 140733467731456 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 163604 162837 461 1171 0 162381 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 654416

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11824
/proc/meminfo: memFree=26543612/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=666704 CPUtime=1422.02 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 169643 0 0 0 142060 142 0 0 20 0 1 0 330368144 682704896 165909 33554432000 4194304 8989770 140733467733536 140733467733032 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 166676 165909 461 1171 0 165453 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 666704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=26441692/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=680016 CPUtime=1482 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 172971 0 0 0 148053 147 0 0 20 0 1 0 330368144 696336384 169237 33554432000 4194304 8989770 140733467733536 140733467732800 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 170004 169237 461 1171 0 168781 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 680016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11825
/proc/meminfo: memFree=26430664/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=692304 CPUtime=1541.99 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 176043 0 0 0 154048 151 0 0 20 0 1 0 330368144 708919296 172309 33554432000 4194304 8989770 140733467733536 140733467715520 4452353 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 173076 172309 461 1171 0 171853 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 692304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11826
/proc/meminfo: memFree=26418112/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=703568 CPUtime=1601.99 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 178859 0 0 0 160044 155 0 0 20 0 1 0 330368144 720453632 175125 33554432000 4194304 8989770 140733467733536 140733467733032 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 175892 175125 461 1171 0 174669 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 703568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11826
/proc/meminfo: memFree=26405864/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=715856 CPUtime=1661.97 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 181935 0 0 0 166038 159 0 0 20 0 1 0 330368144 733036544 178197 33554432000 4194304 8989770 140733467733536 140733467715520 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 178964 178197 461 1171 0 177741 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 715856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11827
/proc/meminfo: memFree=26394580/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=727120 CPUtime=1721.96 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 184758 0 0 0 172032 164 0 0 20 0 1 0 330368144 744570880 181013 33554432000 4194304 8989770 140733467733536 140733467733032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 181780 181013 461 1171 0 180557 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 727120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11827
/proc/meminfo: memFree=26373756/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=747600 CPUtime=1781.95 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 189878 0 0 0 178025 170 0 0 20 0 1 0 330368144 765542400 186133 33554432000 4194304 8989770 140733467733536 140733467733032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 186900 186133 461 1171 0 185677 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 747600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11866
/proc/meminfo: memFree=27488240/32873844 swapFree=7108/7108
[pid=11809] ppid=11807 vsize=758864 CPUtime=1800.05 cores=1,3,5,7
/proc/11809/stat : 11809 (toysat) R 11807 11809 10982 0 -1 4202496 192694 0 0 0 179832 173 0 0 20 0 1 0 330368144 777076736 188949 33554432000 4194304 8989770 140733467733536 140733467715520 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/11809/statm: 189716 188949 461 1171 0 188493 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 758864

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.33
CPU system time (s): 1.74573
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 758864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 1.74573
maximum resident set size= 755796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192694
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= 83
involuntary context switches= 1847

runsolver used 4.05338 second user time and 9.95249 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 15:07:16
IDJOB=3724422
IDBENCH=89785
IDSOLVER=2308
FILE ID=node139/3724422-1338642436
RUNJOBID= node139-1338631507-11000
PBS_JOBID= 14636441
Free space on /tmp= 71076 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724422-1338642436/watcher-3724422-1338642436 -o /tmp/evaluation-result-3724422-1338642436/solver-3724422-1338642436 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724422-1338642436.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=2083179568

node139.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.750
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.50
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.750
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	: 5331.91
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.750
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	: 5331.90
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.750
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	: 5331.91
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.750
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	: 5331.92
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.750
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	: 5331.91
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.750
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	: 5331.91
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.750
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28054052 kB
Buffers:          480844 kB
Cached:          3215984 kB
SwapCached:          828 kB
Active:          1860144 kB
Inactive:        2084824 kB
Active(anon):     241916 kB
Inactive(anon):     7964 kB
Active(file):    1618228 kB
Inactive(file):  2076860 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             29212 kB
Writeback:             0 kB
AnonPages:        253344 kB
Mapped:            13228 kB
Shmem:                 8 kB
Slab:             732068 kB
SReclaimable:     173796 kB
SUnreclaim:       558272 kB
KernelStack:        1456 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     364908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node139 at 2012-06-02 15:37:18