Trace number 3706145

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-05-17? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.09/0.17	c 2012-05-27T18:38:46+0200
0.09/0.17	c arch = x86_64
0.09/0.17	c os = linux
0.09/0.17	c compiler = ghc 7.4
0.09/0.17	c packages:
0.09/0.17	c   OptDir-0.0.1
0.09/0.17	c   array-0.4.0.0
0.09/0.17	c   base-4.5.0.0
0.09/0.17	c   bytestring-0.9.2.1
0.09/0.17	c   containers-0.4.2.1
0.09/0.17	c   deepseq-1.3.0.0
0.09/0.17	c   mtl-2.1.1
0.09/0.17	c   old_locale-1.0.0.4
0.09/0.17	c   parse_dimacs-1.2
0.09/0.17	c   parsec-3.1.2
0.09/0.17	c   queue-0.1.2
0.09/0.17	c   stm-2.3
0.09/0.17	c   time-1.4
0.09/0.17	c command line = ["--pb","HOME/instance-3706145-1338136726.opb"]
0.09/0.17	c #vars 400
0.09/0.17	c #constraints 602
0.09/0.17	c Solving starts ...
127.75/127.89	c learnt constraints deletion: 32538 -> 16271
220.03/220.18	c learnt constraints deletion: 35395 -> 17699
330.70/330.81	c learnt constraints deletion: 38389 -> 19195
461.48/461.61	c learnt constraints deletion: 41584 -> 20792
592.04/592.20	c learnt constraints deletion: 41297 -> 20651
733.33/733.53	c learnt constraints deletion: 45701 -> 22851
873.80/874.05	c learnt constraints deletion: 45364 -> 22685
977.99/978.29	c learnt constraints deletion: 45514 -> 22763
1143.46/1143.78	c learnt constraints deletion: 49432 -> 24717
1280.33/1280.69	c learnt constraints deletion: 49957 -> 24981
1427.01/1427.39	c learnt constraints deletion: 49890 -> 24948
1590.08/1590.45	c learnt constraints deletion: 49270 -> 24640
1748.95/1749.36	c learnt constraints deletion: 53721 -> 26864

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-3706145-1338136726/watcher-3706145-1338136726 -o /tmp/evaluation-result-3706145-1338136726/solver-3706145-1338136726 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706145-1338136726.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: 2.02 2.01 2.00 3/178 24013
/proc/meminfo: memFree=29872372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 842 0 0 0 0 0 0 0 20 0 1 0 279797360 7405568 763 33554432000 4194304 8973514 140733883526432 140734064909976 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 1808 763 415 1167 0 589 0

[startup+0.0153401 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24013
/proc/meminfo: memFree=29872372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=7232 CPUtime=0.01 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 1074 0 0 0 1 0 0 0 20 0 1 0 279797360 7405568 995 33554432000 4194304 8973514 140733883526432 140734064909976 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 1808 995 416 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100255 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24013
/proc/meminfo: memFree=29872372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=14400 CPUtime=0.09 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 2880 0 0 0 8 1 0 0 20 0 1 0 279797360 14745600 2801 33554432000 4194304 8973514 140733883526432 140733883525928 6853024 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 3600 2801 428 1167 0 2381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14400

[startup+0.300325 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24013
/proc/meminfo: memFree=29872372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=33856 CPUtime=0.29 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 7603 0 0 0 27 2 0 0 20 0 1 0 279797360 34668544 7524 33554432000 4194304 8973514 140733883526432 140733883525928 4209425 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 8464 7524 445 1167 0 7245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33856

[startup+0.700281 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24013
/proc/meminfo: memFree=29872372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=33856 CPUtime=0.69 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 7763 0 0 0 67 2 0 0 20 0 1 0 279797360 34668544 7684 33554432000 4194304 8973514 140733883526432 140733883525928 7667349 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 8464 7684 445 1167 0 7245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33856

[startup+1.50031 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29842984/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=36928 CPUtime=1.49 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 8531 0 0 0 147 2 0 0 20 0 1 0 279797360 37814272 8452 33554432000 4194304 8973514 140733883526432 140733883525696 6565896 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 9232 8452 445 1167 0 8013 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36928

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29838496/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=41024 CPUtime=3.09 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 9555 0 0 0 306 3 0 0 20 0 1 0 279797360 42008576 9476 33554432000 4194304 8973514 140733883526432 140733883525928 4205032 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 10256 9476 445 1167 0 9037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41024

[startup+6.30031 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29829452/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=49216 CPUtime=6.29 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 11603 0 0 0 625 4 0 0 20 0 1 0 279797360 50397184 11524 33554432000 4194304 8973514 140733883526432 140733883525928 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 12304 11524 445 1167 0 11085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49216

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29816556/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=62528 CPUtime=12.69 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 14931 0 0 0 1263 6 0 0 20 0 1 0 279797360 64028672 14852 33554432000 4194304 8973514 140733883526432 140733883525928 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 15632 14852 445 1167 0 14413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62528

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29789764/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=86080 CPUtime=25.49 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 20819 0 0 0 2539 10 0 0 20 0 1 0 279797360 88145920 20740 33554432000 4194304 8973514 140733883526432 140733883525928 6571998 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 21520 20740 445 1167 0 20301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86080

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24014
/proc/meminfo: memFree=29742040/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=134208 CPUtime=51.08 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 32859 0 0 0 5090 18 0 0 20 0 1 0 279797360 137428992 32772 33554432000 4194304 8973514 140733883526432 140733883525928 6571856 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 33552 32772 445 1167 0 32333 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 134208

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24017
/proc/meminfo: memFree=29683364/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=191552 CPUtime=102.26 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 47206 0 0 0 10199 27 0 0 20 0 1 0 279797360 196149248 47108 33554432000 4194304 8973514 140733883526432 140733883525696 7680094 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 47888 47108 445 1167 0 46669 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 191552

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 24018
/proc/meminfo: memFree=29641620/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=228416 CPUtime=162.24 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 56442 0 0 0 16185 39 0 0 20 0 1 0 279797360 233897984 56327 33554432000 4194304 8973514 140733883526432 140733883524352 6576137 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 57104 56327 446 1167 0 55885 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 228416

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 24018
/proc/meminfo: memFree=29584064/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=282688 CPUtime=222.22 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 70010 0 0 0 22173 49 0 0 20 0 1 0 279797360 289472512 69895 33554432000 4194304 8973514 140733883526432 140733883525696 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 70672 69895 446 1167 0 69453 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 282688

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24018
/proc/meminfo: memFree=29583632/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=282688 CPUtime=282.22 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 70010 0 0 0 28163 59 0 0 20 0 1 0 279797360 289472512 69895 33554432000 4194304 8973514 140733883526432 140733883524352 4368640 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 70672 69895 446 1167 0 69453 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 282688

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 24018
/proc/meminfo: memFree=29575476/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=290880 CPUtime=342.2 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 72062 0 0 0 34153 67 0 0 20 0 1 0 279797360 297861120 71943 33554432000 4194304 8973514 140733883526432 140733883525928 4427828 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 72720 71943 446 1167 0 71501 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 290880

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24018
/proc/meminfo: memFree=29529732/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=336960 CPUtime=402.19 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 83590 0 0 0 40141 78 0 0 20 0 1 0 279797360 345047040 83463 33554432000 4194304 8973514 140733883526432 140733883525696 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 84240 83463 446 1167 0 83021 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 336960

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24019
/proc/meminfo: memFree=29507784/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=358464 CPUtime=462.18 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 88966 0 0 0 46131 87 0 0 20 0 1 0 279797360 367067136 88839 33554432000 4194304 8973514 140733883526432 140733883525928 4494624 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 89616 88839 446 1167 0 88397 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 358464

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24019
/proc/meminfo: memFree=29507724/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=358464 CPUtime=522.16 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 88966 0 0 0 52121 95 0 0 20 0 1 0 279797360 367067136 88839 33554432000 4194304 8973514 140733883526432 140733883525928 6570504 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 89616 88839 446 1167 0 88397 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 358464

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24019
/proc/meminfo: memFree=29486364/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=379968 CPUtime=582.15 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 94347 0 0 0 58112 103 0 0 20 0 1 0 279797360 389087232 94215 33554432000 4194304 8973514 140733883526432 140733883525928 4213713 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 94992 94215 446 1167 0 93773 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 379968

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24023
/proc/meminfo: memFree=29495876/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=370752 CPUtime=822.11 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 102802 0 0 0 82075 136 0 0 20 0 1 0 279797360 379650048 91911 33554432000 4194304 8973514 140733883526432 140733883525928 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92688 91911 446 1167 0 91469 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 370752

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24023
/proc/meminfo: memFree=29489336/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=373824 CPUtime=882.1 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 112018 0 0 0 88065 145 0 0 20 0 1 0 279797360 382795776 92679 33554432000 4194304 8973514 140733883526432 140733883525928 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 93456 92679 446 1167 0 92237 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 373824

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24023
/proc/meminfo: memFree=29495088/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=373824 CPUtime=942.09 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 112018 0 0 0 94056 153 0 0 20 0 1 0 279797360 382795776 92679 33554432000 4194304 8973514 140733883526432 140733883524416 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 93456 92679 446 1167 0 92237 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 373824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24024
/proc/meminfo: memFree=29516372/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=349248 CPUtime=1002.08 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 112018 0 0 0 100046 162 0 0 20 0 1 0 279797360 357629952 86535 33554432000 4194304 8973514 140733883526432 140733883525928 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 87312 86535 446 1167 0 86093 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 349248

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 24025
/proc/meminfo: memFree=29520960/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=349248 CPUtime=1062.07 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 112018 0 0 0 106036 171 0 0 20 0 1 0 279797360 357629952 86535 33554432000 4194304 8973514 140733883526432 140733883525928 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 87312 86535 446 1167 0 86093 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 349248

[startup+1122.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 24025
/proc/meminfo: memFree=29491200/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1122.07 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 117138 0 0 0 112027 180 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525928 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 369728

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 24025
/proc/meminfo: memFree=29494696/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1182.05 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 121498 0 0 0 118015 190 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525696 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 369728

[startup+1242.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 24025
/proc/meminfo: memFree=29496000/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1242.04 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 121498 0 0 0 124005 199 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525928 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 369728

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 24028
/proc/meminfo: memFree=29496800/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1302.04 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 121498 0 0 0 129997 207 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525928 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 369728

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/180 24052
/proc/meminfo: memFree=29445016/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=420928 CPUtime=1362.02 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 134298 0 0 0 135984 218 0 0 20 0 1 0 279797360 431030272 104455 33554432000 4194304 8973514 140733883526432 140733883525928 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 105232 104455 446 1167 0 104013 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 420928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24052
/proc/meminfo: memFree=29390256/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=471104 CPUtime=1422.02 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 146844 0 0 0 141972 230 0 0 20 0 1 0 279797360 482410496 116999 33554432000 4194304 8973514 140733883526432 140733883525928 4213617 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 117776 116999 446 1167 0 116557 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 471104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24052
/proc/meminfo: memFree=29564544/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=300096 CPUtime=1481.99 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 146851 0 0 0 147959 240 0 0 20 0 1 0 279797360 307298304 74247 33554432000 4194304 8973514 140733883526432 140733883525696 6570444 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 75024 74247 446 1167 0 73805 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 300096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24052
/proc/meminfo: memFree=29540532/32873844 swapFree=7376/7376
[pid=24013] ppid=24011 vsize=321600 CPUtime=1541.98 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 152227 0 0 0 153949 249 0 0 20 0 1 0 279797360 329318400 79623 33554432000 4194304 8973514 140733883526432 140733883525928 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 80400 79623 446 1167 0 79181 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 321600

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 24052
/proc/meminfo: memFree=29512768/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=341056 CPUtime=1601.97 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 160419 0 0 0 159937 260 0 0 20 0 1 0 279797360 349241344 84487 33554432000 4194304 8973514 140733883526432 140733883524288 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 85264 84487 446 1167 0 84045 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 341056

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 24053
/proc/meminfo: memFree=29521780/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=341056 CPUtime=1661.97 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 160419 0 0 0 165929 268 0 0 20 0 1 0 279797360 349241344 84487 33554432000 4194304 8973514 140733883526432 140733883524352 4427820 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 85264 84487 446 1167 0 84045 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 341056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24053
/proc/meminfo: memFree=29515524/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=349248 CPUtime=1721.95 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 162475 0 0 0 171919 276 0 0 20 0 1 0 279797360 357629952 86535 33554432000 4194304 8973514 140733883526432 140733883525928 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 87312 86535 446 1167 0 86093 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 349248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24092
/proc/meminfo: memFree=29464572/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1781.94 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 170155 0 0 0 177909 285 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525928 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 369728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24092
/proc/meminfo: memFree=29462836/32873844 swapFree=7372/7372
[pid=24013] ppid=24011 vsize=369728 CPUtime=1800.05 cores=1,3,5,7
/proc/24013/stat : 24013 (toysat) R 24011 24013 21797 0 -1 4202496 170155 0 0 0 179717 288 0 0 20 0 1 0 279797360 378601472 91655 33554432000 4194304 8973514 140733883526432 140733883525696 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24013/statm: 92432 91655 446 1167 0 91213 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 369728

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.06
CPU user time (s): 1797.17
CPU system time (s): 2.88856
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 471104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.88856
maximum resident set size= 467996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170155
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= 87
involuntary context switches= 1845

runsolver used 3.85041 second user time and 10.4244 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 18:38:46
IDJOB=3706145
IDBENCH=48359
IDSOLVER=2285
FILE ID=node133/3706145-1338136726
RUNJOBID= node133-1338109544-21814
PBS_JOBID= 14624470
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706145-1338136726/watcher-3706145-1338136726 -o /tmp/evaluation-result-3706145-1338136726/solver-3706145-1338136726 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706145-1338136726.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=2044291158

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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.91
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.540
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.90
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.540
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.540
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:        29873124 kB
Buffers:          357800 kB
Cached:          1783856 kB
SwapCached:          104 kB
Active:           648712 kB
Inactive:        1527232 kB
Active(anon):      24532 kB
Inactive(anon):    11368 kB
Active(file):     624180 kB
Inactive(file):  1515864 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              7404 kB
Writeback:             0 kB
AnonPages:         40388 kB
Mapped:            16156 kB
Shmem:               212 kB
Slab:             685820 kB
SReclaimable:     127980 kB
SUnreclaim:       557840 kB
KernelStack:        1480 kB
PageTables:         3696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 71716 MiB
End job on node133 at 2012-05-27 19:08:48