Trace number 3724389

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/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.03	c 2012-06-02T15:01:03+0200
1.99/2.03	c arch = x86_64
1.99/2.03	c os = linux
1.99/2.03	c compiler = ghc 7.4
1.99/2.03	c packages:
1.99/2.03	c   OptDir-0.0.1
1.99/2.03	c   array-0.4.0.0
1.99/2.03	c   base-4.5.0.0
1.99/2.03	c   bytestring-0.9.2.1
1.99/2.03	c   containers-0.4.2.1
1.99/2.03	c   deepseq-1.3.0.0
1.99/2.03	c   mtl-2.1.1
1.99/2.03	c   old_locale-1.0.0.4
1.99/2.03	c   parse_dimacs-1.2
1.99/2.03	c   parsec-3.1.2
1.99/2.03	c   queue-0.1.2
1.99/2.03	c   stm-2.3
1.99/2.03	c   time-1.4
1.99/2.03	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724389-1338642063.opb"]
1.99/2.03	c #vars 33396
1.99/2.03	c #constraints 116135
1.99/2.03	c Solving starts ...
1036.88/1037.10	c learnt constraints deletion: 177115 -> 88560

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

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 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.94 1.99 1.99 3/177 1865
/proc/meminfo: memFree=30491168/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 816 0 0 0 0 0 0 0 20 0 1 0 330332194 6373376 737 33554432000 4194304 8989770 140733671644144 140734905603224 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 1556 737 430 1171 0 333 0

[startup+0.0915221 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 1865
/proc/meminfo: memFree=30491168/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=12368 CPUtime=0.08 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 2336 0 0 0 8 0 0 0 20 0 1 0 330332194 12664832 2257 33554432000 4194304 8989770 140733671644144 140734905603224 4209325 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 3092 2257 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12368

[startup+0.100216 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 1865
/proc/meminfo: memFree=30491168/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 2368 0 0 0 9 0 0 0 20 0 1 0 330332194 12664832 2289 33554432000 4194304 8989770 140733671644144 140734905603224 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 3092 2289 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.301076 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 1865
/proc/meminfo: memFree=30491168/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=27728 CPUtime=0.29 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 6187 0 0 0 28 1 0 0 20 0 1 0 330332194 28393472 6108 33554432000 4194304 8989770 140733671644144 140734905603224 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 6932 6108 431 1171 0 5709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27728

[startup+0.701085 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 1865
/proc/meminfo: memFree=30491168/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=46160 CPUtime=0.69 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 10816 0 0 0 67 2 0 0 20 0 1 0 330332194 47267840 10737 33554432000 4194304 8989770 140733671644144 140734905603224 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 11540 10737 431 1171 0 10317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46160

[startup+1.50108 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 1866
/proc/meminfo: memFree=30417236/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=105552 CPUtime=1.49 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 25664 0 0 0 144 5 0 0 20 0 1 0 330332194 108085248 25585 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 26388 25585 431 1171 0 25165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105552

[startup+3.1004 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 1866
/proc/meminfo: memFree=30364544/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=131152 CPUtime=3.09 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 32098 0 0 0 303 6 0 0 20 0 1 0 330332194 134299648 32019 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 32788 32019 459 1171 0 31565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131152

[startup+6.30109 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 1866
/proc/meminfo: memFree=30362780/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=131152 CPUtime=6.28 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 32098 0 0 0 622 6 0 0 20 0 1 0 330332194 134299648 32019 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 32788 32019 459 1171 0 31565 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 131152

[startup+12.7007 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 1866
/proc/meminfo: memFree=30363484/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=131152 CPUtime=12.69 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 32098 0 0 0 1260 9 0 0 20 0 1 0 330332194 134299648 32019 33554432000 4194304 8989770 140733671644144 140733671643640 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 32788 32019 459 1171 0 31565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131152

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/178 1866
/proc/meminfo: memFree=30360320/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=131152 CPUtime=25.48 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 32098 0 0 0 2536 12 0 0 20 0 1 0 330332194 134299648 32019 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 32788 32019 459 1171 0 31565 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131152

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 1866
/proc/meminfo: memFree=30350352/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=138320 CPUtime=51.08 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 33890 0 0 0 5089 19 0 0 20 0 1 0 330332194 141639680 33811 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 34580 33811 459 1171 0 33357 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 138320

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 1866
/proc/meminfo: memFree=30312048/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=165968 CPUtime=102.28 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 40802 0 0 0 10194 34 0 0 20 0 1 0 330332194 169951232 40723 33554432000 4194304 8989770 140733671644144 140733671643640 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 41492 40723 459 1171 0 40269 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 165968

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1866
/proc/meminfo: memFree=30284148/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=194640 CPUtime=162.26 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 47970 0 0 0 16180 46 0 0 20 0 1 0 330332194 199311360 47891 33554432000 4194304 8989770 140733671644144 140733671643640 4446981 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 48660 47891 459 1171 0 47437 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 194640

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1867
/proc/meminfo: memFree=30251908/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=223312 CPUtime=222.26 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 55138 0 0 0 22164 62 0 0 20 0 1 0 330332194 228671488 55059 33554432000 4194304 8989770 140733671644144 140733671642112 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 55828 55059 459 1171 0 54605 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 223312

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1867
/proc/meminfo: memFree=30225804/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=249936 CPUtime=282.24 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 61794 0 0 0 28149 75 0 0 20 0 1 0 330332194 255934464 61715 33554432000 4194304 8989770 140733671644144 140733671643640 4438311 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 62484 61715 459 1171 0 61261 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 249936

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1867
/proc/meminfo: memFree=30204024/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=269392 CPUtime=342.23 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 66664 0 0 0 34139 84 0 0 20 0 1 0 330332194 275857408 66579 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 67348 66579 459 1171 0 66125 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 269392

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1867
/proc/meminfo: memFree=30184992/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=287824 CPUtime=402.21 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 71300 0 0 0 40127 94 0 0 20 0 1 0 330332194 294731776 71187 33554432000 4194304 8989770 140733671644144 140733671643408 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 71956 71187 459 1171 0 70733 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 287824

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 1867
/proc/meminfo: memFree=30163568/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=309328 CPUtime=462.18 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 76700 0 0 0 46114 104 0 0 20 0 1 0 330332194 316751872 76563 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 77332 76563 459 1171 0 76109 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 309328

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1868
/proc/meminfo: memFree=30139436/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=333904 CPUtime=522.17 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 82850 0 0 0 52099 118 0 0 20 0 1 0 330332194 341917696 82707 33554432000 4194304 8989770 140733671644144 140733671643408 4438244 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 83476 82707 459 1171 0 82253 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 333904

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1871
/proc/meminfo: memFree=30114872/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=358480 CPUtime=582.16 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 88994 0 0 0 58087 129 0 0 20 0 1 0 330332194 367083520 88851 33554432000 4194304 8989770 140733671644144 140733671642112 7688479 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 89620 88851 459 1171 0 88397 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 358480

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 1911
/proc/meminfo: memFree=30476932/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=456784 CPUtime=882.12 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 113570 0 0 0 88026 186 0 0 20 0 1 0 330332194 467746816 113427 33554432000 4194304 8989770 140733671644144 140733671643408 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 114196 113427 459 1171 0 112973 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 456784

[startup+942.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/177 1911
/proc/meminfo: memFree=30453868/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=476240 CPUtime=942.1 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 118434 0 0 0 94014 196 0 0 20 0 1 0 330332194 487669760 118291 33554432000 4194304 8989770 140733671644144 140733671643640 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 119060 118291 459 1171 0 117837 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 476240

[startup+1002.3 s]
/proc/loadavg: 2.23 2.10 2.03 3/177 1911
/proc/meminfo: memFree=30420264/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=496720 CPUtime=1002.09 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 123554 0 0 0 100002 207 0 0 20 0 1 0 330332194 508641280 123411 33554432000 4194304 8989770 140733671644144 140733671626112 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 124180 123411 459 1171 0 122957 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 496720

[startup+1062.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 1911
/proc/meminfo: memFree=30373128/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=542800 CPUtime=1062.07 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135100 0 0 0 105990 217 0 0 20 0 1 0 330332194 555827200 134933 33554432000 4194304 8989770 140733671644144 140733671643640 4452976 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 135700 134933 461 1171 0 134477 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 542800

[startup+1122.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/177 1911
/proc/meminfo: memFree=30398848/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1122.05 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135118 0 0 0 111976 229 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 521296

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 1915
/proc/meminfo: memFree=30381832/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1182.04 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 117962 242 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 521296

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 1915
/proc/meminfo: memFree=30403552/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1242.03 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 123950 253 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 521296

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 1915
/proc/meminfo: memFree=30395000/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1302.02 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 129941 261 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671642112 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 521296

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 1915
/proc/meminfo: memFree=30402240/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1362.01 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 135931 270 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 4438168 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 521296

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 1915
/proc/meminfo: memFree=30399088/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1422.01 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 141920 281 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 4437612 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 521296

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 1916
/proc/meminfo: memFree=30374664/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=521296 CPUtime=1482 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135120 0 0 0 147909 291 0 0 20 0 1 0 330332194 533807104 129557 33554432000 4194304 8989770 140733671644144 140733671643640 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130324 129557 461 1171 0 129101 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 521296

[startup+1542.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 1917
/proc/meminfo: memFree=30387608/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=522320 CPUtime=1542 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 135376 0 0 0 153900 300 0 0 20 0 1 0 330332194 534855680 129813 33554432000 4194304 8989770 140733671644144 140733671643408 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 130580 129813 461 1171 0 129357 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 522320

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1917
/proc/meminfo: memFree=30367036/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=539728 CPUtime=1601.98 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 139728 0 0 0 159889 309 0 0 20 0 1 0 330332194 552681472 134165 33554432000 4194304 8989770 140733671644144 140733671642112 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 134932 134165 461 1171 0 133709 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 539728

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1917
/proc/meminfo: memFree=30362144/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=555088 CPUtime=1661.96 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 143568 0 0 0 165878 318 0 0 20 0 1 0 330332194 568410112 138005 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 138772 138005 461 1171 0 137549 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 555088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1917
/proc/meminfo: memFree=30348180/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=570448 CPUtime=1721.96 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 147408 0 0 0 171868 328 0 0 20 0 1 0 330332194 584138752 141845 33554432000 4194304 8989770 140733671644144 140733671643640 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 142612 141845 461 1171 0 141389 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 570448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 1921
/proc/meminfo: memFree=30330464/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=584784 CPUtime=1781.95 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 150992 0 0 0 177857 338 0 0 20 0 1 0 330332194 598818816 145429 33554432000 4194304 8989770 140733671644144 140733671643640 4434649 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 146196 145429 461 1171 0 144973 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 584784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1921
/proc/meminfo: memFree=30323900/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=589904 CPUtime=1800.05 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 152272 0 0 0 179664 341 0 0 20 0 1 0 330332194 604061696 146709 33554432000 4194304 8989770 140733671644144 140733671643640 4438168 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 147476 146709 461 1171 0 146253 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 589904

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1921
/proc/meminfo: memFree=30323900/32873648 swapFree=6860/6860
[pid=1865] ppid=1863 vsize=589904 CPUtime=1800.05 cores=0,2,4,6
/proc/1865/stat : 1865 (toysat) R 1863 1865 986 0 -1 4202496 152272 0 0 0 179664 341 0 0 20 0 1 0 330332194 604061696 146709 33554432000 4194304 8989770 140733671644144 140733671643640 4438168 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 147476 146709 461 1171 0 146253 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 589904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1796.65
CPU system time (s): 3.42248
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 589904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.65
system time used= 3.42248
maximum resident set size= 586836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152272
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= 111
involuntary context switches= 1905

runsolver used 3.43048 second user time and 8.80466 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 15:01:03
IDJOB=3724389
IDBENCH=74121
IDSOLVER=2308
FILE ID=node124/3724389-1338642063
RUNJOBID= node124-1338631508-1002
PBS_JOBID= 14636456
Free space on /tmp= 70764 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724389-1338642063/watcher-3724389-1338642063 -o /tmp/evaluation-result-3724389-1338642063/solver-3724389-1338642063 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724389-1338642063.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=1659572850

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30491432 kB
Buffers:          136844 kB
Cached:           993700 kB
SwapCached:         8192 kB
Active:           727484 kB
Inactive:         890688 kB
Active(anon):     481856 kB
Inactive(anon):     8016 kB
Active(file):     245628 kB
Inactive(file):   882672 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:             10904 kB
Writeback:             4 kB
AnonPages:        486324 kB
Mapped:            10644 kB
Shmem:                 0 kB
Slab:             624820 kB
SReclaimable:      69184 kB
SUnreclaim:       555636 kB
KernelStack:        1464 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     602136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70760 MiB
End job on node124 at 2012-06-02 15:31:06