Trace number 3711928

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.08 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-412_wcsp.wbo
MD5SUM20e917da45fd344d820e2b12e2c32ca6
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark37411
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables844
Total number of constraints7574
Number of soft constraints7274
Number of constraints which are clauses7274
Number of constraints which are cardinality constraints (but not clauses)300
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 48484
Min constraint cost 1
Max constraint cost 48484
Sum of constraints costs 338175899
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.89/5.98	c 2012-05-28T22:05:02+0200
5.89/5.98	c arch = x86_64
5.89/5.98	c os = linux
5.89/5.98	c compiler = ghc 7.4
5.89/5.98	c packages:
5.89/5.98	c   OptDir-0.0.1
5.89/5.98	c   array-0.4.0.0
5.89/5.98	c   base-4.5.0.0
5.89/5.98	c   bytestring-0.9.2.1
5.89/5.98	c   containers-0.4.2.1
5.89/5.98	c   deepseq-1.3.0.0
5.89/5.98	c   mtl-2.1.1
5.89/5.98	c   old_locale-1.0.0.4
5.89/5.98	c   parse_dimacs-1.2
5.89/5.98	c   parsec-3.1.2
5.89/5.98	c   queue-0.1.2
5.89/5.98	c   stm-2.3
5.89/5.98	c   time-1.4
5.89/5.98	c command line = ["--wbo","HOME/instance-3711928-1338235502.wbo"]
5.89/5.98	c #vars 844
5.89/5.98	c #constraints 7574
5.89/5.98	c Solving starts ...
6.39/6.45	c solving time = 0.468s
6.39/6.45	c #decision = 511
6.39/6.45	c #conflict = 38
6.39/6.45	c #restart = 0
6.39/6.45	o 33403
6.39/6.45	c Solving starts ...
262.52/262.69	c learnt constraints deletion: 22780 -> 11397
409.20/409.37	c learnt constraints deletion: 24337 -> 12178
574.07/574.23	c learnt constraints deletion: 25943 -> 12979
756.94/757.18	c learnt constraints deletion: 27826 -> 13920
931.52/931.75	c learnt constraints deletion: 27880 -> 13950
1115.08/1115.34	c learnt constraints deletion: 29890 -> 14952
1286.75/1287.06	c learnt constraints deletion: 29898 -> 14956
1459.52/1459.80	c learnt constraints deletion: 29895 -> 14955
1647.59/1647.92	c learnt constraints deletion: 32038 -> 16026

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-3711928-1338235502/watcher-3711928-1338235502 -o /tmp/evaluation-result-3711928-1338235502/solver-3711928-1338235502 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3711928-1338235502.wbo 

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.92 1.98 1.99 3/178 24873
/proc/meminfo: memFree=31271772/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 1 0 289675011 6356992 742 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 1552 742 424 1167 0 333 0

[startup+0.0335689 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 24873
/proc/meminfo: memFree=31271772/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=8256 CPUtime=0.02 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 1341 0 0 0 2 0 0 0 20 0 1 0 289675011 8454144 1262 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 2064 1262 427 1167 0 845 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8256

[startup+0.100236 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 24873
/proc/meminfo: memFree=31271772/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 2365 0 0 0 9 0 0 0 20 0 1 0 289675011 12648448 2286 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 3088 2286 427 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300297 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 24873
/proc/meminfo: memFree=31271772/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=24640 CPUtime=0.29 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 5211 0 0 0 28 1 0 0 20 0 1 0 289675011 25231360 5132 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 6160 5132 444 1167 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24640

[startup+0.700183 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 24873
/proc/meminfo: memFree=31271772/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=24640 CPUtime=0.69 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 5211 0 0 0 68 1 0 0 20 0 1 0 289675011 25231360 5132 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 6160 5132 444 1167 0 4941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24640

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31253048/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=24640 CPUtime=1.48 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 5212 0 0 0 147 1 0 0 20 0 1 0 289675011 25231360 5133 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 6160 5133 444 1167 0 4941 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24640

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31252428/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=28736 CPUtime=3.09 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 6477 0 0 0 307 2 0 0 20 0 1 0 289675011 29425664 6398 33554432000 4194304 8973514 140734494152416 140734494151912 4481652 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 7184 6398 444 1167 0 5965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28736

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31247576/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=28736 CPUtime=6.29 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 6490 0 0 0 626 3 0 0 20 0 1 0 289675011 29425664 6411 33554432000 4194304 8973514 140734494152416 140734494135512 4434605 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 7184 6411 457 1167 0 5965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28736

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31243128/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=33856 CPUtime=12.69 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 7780 0 0 0 1262 7 0 0 20 0 1 0 289675011 34668544 7701 33554432000 4194304 8973514 140734494152416 140734494151912 7716813 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 8464 7701 467 1167 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33856

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31233068/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=40000 CPUtime=25.49 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 9322 0 0 0 2536 13 0 0 20 0 1 0 289675011 40960000 9245 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 10000 9245 467 1167 0 8781 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40000

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 24874
/proc/meminfo: memFree=31218288/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=54336 CPUtime=51.07 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 12914 0 0 0 5080 27 0 0 20 0 1 0 289675011 55640064 12829 33554432000 4194304 8973514 140734494152416 140734494151912 6661613 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 13584 12829 467 1167 0 12365 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54336

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 24875
/proc/meminfo: memFree=31194540/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=83008 CPUtime=102.27 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 20082 0 0 0 10175 52 0 0 20 0 1 0 289675011 85000192 19997 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 20752 19997 467 1167 0 19533 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83008

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24875
/proc/meminfo: memFree=31160944/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=115776 CPUtime=162.25 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 28284 0 0 0 16133 92 0 0 20 0 1 0 289675011 118554624 28189 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 28944 28189 467 1167 0 27725 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115776

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24875
/proc/meminfo: memFree=31124916/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=148544 CPUtime=222.23 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 36476 0 0 0 22082 141 0 0 20 0 1 0 289675011 152109056 36381 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 37136 36381 467 1167 0 35917 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 148544

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24875
/proc/meminfo: memFree=31103404/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=172096 CPUtime=282.22 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 42370 0 0 0 28040 182 0 0 20 0 1 0 289675011 176226304 42270 33554432000 4194304 8973514 140734494152416 140734494151912 4401976 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 43024 42270 468 1167 0 41805 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 172096

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 24878
/proc/meminfo: memFree=31100776/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=172096 CPUtime=342.21 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 42370 0 0 0 34005 216 0 0 20 0 1 0 289675011 176226304 42270 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 43024 42270 468 1167 0 41805 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 172096

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24879
/proc/meminfo: memFree=31097560/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=174144 CPUtime=402.21 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 42882 0 0 0 39974 247 0 0 20 0 1 0 289675011 178323456 42782 33554432000 4194304 8973514 140734494152416 140734494151912 4416480 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 43536 42782 468 1167 0 42317 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 174144

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24879
/proc/meminfo: memFree=31084464/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=185408 CPUtime=462.19 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 45699 0 0 0 45944 275 0 0 20 0 1 0 289675011 189857792 45598 33554432000 4194304 8973514 140734494152416 140734494151912 7688852 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 46352 45598 468 1167 0 45133 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 185408

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24879
/proc/meminfo: memFree=31085952/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=185408 CPUtime=522.19 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 45699 0 0 0 51909 310 0 0 20 0 1 0 289675011 189857792 45598 33554432000 4194304 8973514 140734494152416 140734494151680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 46352 45598 468 1167 0 45133 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 185408

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24879
/proc/meminfo: memFree=31077828/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=193600 CPUtime=582.18 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 47749 0 0 0 57869 349 0 0 20 0 1 0 289675011 198246400 47646 33554432000 4194304 8973514 140734494152416 140734494150336 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 48400 47646 468 1167 0 47181 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 193600

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24880
/proc/meminfo: memFree=31036984/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=230464 CPUtime=822.13 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 56971 0 0 0 81684 529 0 0 20 0 1 0 289675011 235995136 56863 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 57616 56863 468 1167 0 56397 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 230464

[startup+882.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24880
/proc/meminfo: memFree=31006672/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=262208 CPUtime=882.12 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 64907 0 0 0 87632 580 0 0 20 0 1 0 289675011 268500992 64799 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 65552 64799 468 1167 0 64333 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 262208

[startup+942.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/180 24883
/proc/meminfo: memFree=31048136/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=222272 CPUtime=942.11 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 70803 0 0 0 93605 606 0 0 20 0 1 0 289675011 227606528 54815 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 55568 54815 468 1167 0 54349 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 222272

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24884
/proc/meminfo: memFree=31089316/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=181312 CPUtime=1002.1 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 70805 0 0 0 99567 643 0 0 20 0 1 0 289675011 185663488 44575 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 45328 44575 468 1167 0 44109 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 181312

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=31087644/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=181312 CPUtime=1062.08 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 70805 0 0 0 105537 671 0 0 20 0 1 0 289675011 185663488 44575 33554432000 4194304 8973514 140734494152416 140734494151912 4416144 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 45328 44575 468 1167 0 44109 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 181312

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=31047692/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=219200 CPUtime=1122.08 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 80283 0 0 0 111506 702 0 0 20 0 1 0 289675011 224460800 54047 33554432000 4194304 8973514 140734494152416 140734494151680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 54800 54047 468 1167 0 53581 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 219200

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24884
/proc/meminfo: memFree=31050100/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=219200 CPUtime=1182.06 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 80283 0 0 0 117456 750 0 0 20 0 1 0 289675011 224460800 54047 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 54800 54047 468 1167 0 53581 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 219200

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24885
/proc/meminfo: memFree=31045508/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=219200 CPUtime=1242.06 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 80283 0 0 0 123417 789 0 0 20 0 1 0 289675011 224460800 54047 33554432000 4194304 8973514 140734494152416 140734494151912 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 54800 54047 468 1167 0 53581 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 219200

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 24886
/proc/meminfo: memFree=31047980/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=219200 CPUtime=1302.05 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 80285 0 0 0 129389 816 0 0 20 0 1 0 289675011 224460800 54047 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 54800 54047 468 1167 0 53581 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 219200

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24886
/proc/meminfo: memFree=31022416/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=240704 CPUtime=1362.04 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 85661 0 0 0 135355 849 0 0 20 0 1 0 289675011 246480896 59423 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 60176 59423 468 1167 0 58957 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 240704

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24886
/proc/meminfo: memFree=31002888/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=264256 CPUtime=1422.03 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 91549 0 0 0 141324 879 0 0 20 0 1 0 289675011 270598144 65311 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 66064 65311 468 1167 0 64845 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 264256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24886
/proc/meminfo: memFree=31001608/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=267328 CPUtime=1482.01 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 92322 0 0 0 147295 906 0 0 20 0 1 0 289675011 273743872 66079 33554432000 4194304 8973514 140734494152416 140734494151680 7716772 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 66832 66079 468 1167 0 65613 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 267328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24889
/proc/meminfo: memFree=30999400/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=267328 CPUtime=1542 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 92323 0 0 0 153266 934 0 0 20 0 1 0 289675011 273743872 66079 33554432000 4194304 8973514 140734494152416 140734494151912 4416144 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 66832 66079 468 1167 0 65613 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 267328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24890
/proc/meminfo: memFree=31015364/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=250944 CPUtime=1601.99 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 92323 0 0 0 159238 961 0 0 20 0 1 0 289675011 256966656 61983 33554432000 4194304 8973514 140734494152416 140734494151912 4416188 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 62736 61983 468 1167 0 61517 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 250944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24890
/proc/meminfo: memFree=31014868/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=250944 CPUtime=1661.98 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 92323 0 0 0 165208 990 0 0 20 0 1 0 289675011 256966656 61983 33554432000 4194304 8973514 140734494152416 140734494151912 4546360 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 62736 61983 468 1167 0 61517 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 250944

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25157
/proc/meminfo: memFree=31026648/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=250944 CPUtime=1721.97 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 92323 0 0 0 171180 1017 0 0 20 0 1 0 289675011 256966656 61983 33554432000 4194304 8973514 140734494152416 140734494151912 4459348 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 62736 61983 468 1167 0 61517 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 250944

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 25309
/proc/meminfo: memFree=30830404/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=271424 CPUtime=1781.96 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 97443 0 0 0 177148 1048 0 0 20 0 1 0 289675011 277938176 67103 33554432000 4194304 8973514 140734494152416 140734494151680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 67856 67103 468 1167 0 66637 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 271424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25385
/proc/meminfo: memFree=30886808/32873844 swapFree=7616/7616
[pid=24873] ppid=24871 vsize=279616 CPUtime=1800.06 cores=1,3,5,7
/proc/24873/stat : 24873 (toysat) R 24871 24873 23365 0 -1 4202496 99491 0 0 0 178948 1058 0 0 20 0 1 0 289675011 286326784 69151 33554432000 4194304 8973514 140734494152416 140734494151912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/24873/statm: 69904 69151 468 1167 0 68685 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 279616

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.08
CPU user time (s): 1789.49
CPU system time (s): 10.5904
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 285760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.49
system time used= 10.5904
maximum resident set size= 282748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99491
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= 64
involuntary context switches= 1851

runsolver used 3.02054 second user time and 9.74452 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-28 22:05:02
IDJOB=3711928
IDBENCH=79612
IDSOLVER=2291
FILE ID=node135/3711928-1338235502
RUNJOBID= node135-1338222763-23382
PBS_JOBID= 14624622
Free space on /tmp= 71636 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-412_wcsp.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711928-1338235502/watcher-3711928-1338235502 -o /tmp/evaluation-result-3711928-1338235502/solver-3711928-1338235502 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3711928-1338235502.wbo

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

MD5SUM BENCH= 20e917da45fd344d820e2b12e2c32ca6
RANDOM SEED=754940343

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31272308 kB
Buffers:          328300 kB
Cached:           420856 kB
SwapCached:         1720 kB
Active:           589848 kB
Inactive:         194396 kB
Active(anon):      25400 kB
Inactive(anon):    12012 kB
Active(file):     564448 kB
Inactive(file):   182384 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              7776 kB
Writeback:             0 kB
AnonPages:         40860 kB
Mapped:            13532 kB
Shmem:               132 kB
Slab:             676080 kB
SReclaimable:     118160 kB
SUnreclaim:       557920 kB
KernelStack:        1472 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71620 MiB
End job on node135 at 2012-05-28 22:35:05