Trace number 3715200

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
npSolver inc-topDown? (TO) 1800.13 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMcad14126bbe64a82703c3144c4e347cd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.25696
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints90
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 4573
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4572
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.05	c run usual solver
0.00/0.91	o 2387
0.00/0.91	c fallback to adder encoding
0.97/1.04	o 2370
0.97/1.04	c fallback to adder encoding
1.02/1.24	o 2368
1.02/1.24	c fallback to adder encoding
1.23/1.39	o 2351
1.23/1.39	c fallback to adder encoding
1.39/1.57	o 2113
1.39/1.57	c fallback to adder encoding
1.57/1.73	o 1983
1.57/1.73	c fallback to adder encoding
1.72/1.84	o 1897
1.72/1.84	c fallback to adder encoding
1.88/1.93	o 1805
12.33/12.93	o 325
24.93/25.07	o 169
31.61/31.72	o 162
38.11/38.22	o 158
92.80/92.91	o 130
159.60/159.73	o 123
169.24/169.36	o 119
181.63/181.75	o 89
181.71/182.15	o 85
182.29/182.41	o 76
183.13/183.20	o 62
183.14/183.39	o 54
183.39/183.57	o 53
183.46/183.65	o 42
183.55/183.72	o 36
183.55/183.79	o 34
183.67/184.18	o 21
184.05/184.24	o 20
184.14/184.31	o 17
184.45/184.62	o 14
184.75/184.93	o 13
184.96/185.12	o 11
184.99/185.29	o 10
1800.09/1800.51	./satsolver.sh: line 5: 32086 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	s UNKNOWN

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-3715200-1338210702/watcher-3715200-1338210702 -o /tmp/evaluation-result-3715200-1338210702/solver-3715200-1338210702 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715200-1338210702.wbo 782771563 HOME HOME 

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.00 2.00 2.00 3/179 31861
/proc/meminfo: memFree=31174664/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0

[startup+0.00759393 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31861
/proc/meminfo: memFree=31174664/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31861
/proc/meminfo: memFree=31174664/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300157 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31861
/proc/meminfo: memFree=31174664/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31861
/proc/meminfo: memFree=31174664/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31875
/proc/meminfo: memFree=31161300/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=6076 CPUtime=1.39 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 3752 31760 0 0 10 2 116 11 20 0 1 0 287196998 6221824 1014 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 1519 1014 169 439 0 1076 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 15224

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31922
/proc/meminfo: memFree=31151024/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=21536 CPUtime=2.09 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 8994 57713 0 0 30 4 157 18 20 0 1 0 287196998 22052864 4174 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 5384 4174 170 439 0 4941 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 30684
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31924
/proc/meminfo: memFree=31046516/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=21536 CPUtime=2.09 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 8994 57713 0 0 30 4 157 18 20 0 1 0 287196998 22052864 4174 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 5384 4174 170 439 0 4941 0
[pid=31923] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31923/stat : 31923 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287197210 9367552 267 33554432000 4194304 5064252 140734840631152 140734840630064 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31923/statm: 2287 267 226 213 0 72 0
[pid=31924] ppid=31923 vsize=106308 CPUtime=4.16 cores=1,3,5,7
/proc/31924/stat : 31924 (glucose) R 31923 31861 29981 0 -1 4202496 21306 0 0 0 412 4 0 0 20 0 1 0 287197210 108859392 22976 33554432000 4194304 5208918 140735578665648 140735578663496 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31924/statm: 26577 22976 96 248 0 26326 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 146140

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31924
/proc/meminfo: memFree=31000516/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=21536 CPUtime=12.33 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 9001 80881 0 0 30 4 1174 25 20 0 1 0 287196998 22052864 4174 33554432000 4194304 5990268 140734335665488 140734335656400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 5384 4174 170 439 0 4941 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 30684

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31938
/proc/meminfo: memFree=31141580/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=25.07 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 11749 98872 0 0 35 5 2410 57 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=31937] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31937/stat : 31937 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287199506 9367552 266 33554432000 4194304 5064252 140735120071824 140735120070736 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31937/statm: 2287 266 226 213 0 72 0
[pid=31938] ppid=31937 vsize=16608 CPUtime=0.4 cores=1,3,5,7
/proc/31938/stat : 31938 (glucose) R 31937 31861 29981 0 -1 4202496 3335 0 0 0 40 0 0 0 20 0 1 0 287199507 17006592 3639 33554432000 4194304 5208918 140735116612784 140735120070760 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31938/statm: 4152 3639 95 248 0 3901 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45192

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31952
/proc/meminfo: memFree=31166272/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=38.21 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 13653 120441 0 0 38 5 3712 66 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=31951] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31951/stat : 31951 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287200821 9367552 267 33554432000 4194304 5064252 140733955733152 140733955732064 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31951/statm: 2287 267 226 213 0 72 0
[pid=31952] ppid=31951 vsize=31292 CPUtime=12.84 cores=1,3,5,7
/proc/31952/stat : 31952 (glucose) R 31951 31861 29981 0 -1 4202496 7351 0 0 0 1283 1 0 0 20 0 1 0 287200821 32043008 7373 33554432000 4194304 5208918 140737248536848 140737248534936 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31952/statm: 7823 7373 104 248 0 7572 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 59876

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31960
/proc/meminfo: memFree=31129472/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=92.87 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 14502 134194 0 0 39 5 9171 72 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=31959] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31959/stat : 31959 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287206290 9367552 267 33554432000 4194304 5064252 140736942051888 140736942050800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31959/statm: 2287 267 226 213 0 72 0
[pid=31960] ppid=31959 vsize=30784 CPUtime=9.37 cores=1,3,5,7
/proc/31960/stat : 31960 (glucose) R 31959 31861 29981 0 -1 4202496 6916 0 0 0 937 0 0 0 20 0 1 0 287206290 31522816 7088 33554432000 4194304 5208918 140736681185888 140736681183752 4229725 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31960/statm: 7696 7088 103 248 0 7445 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 59368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31967
/proc/meminfo: memFree=31148056/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=159.69 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 15146 149041 0 0 40 6 15844 79 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=31966] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31966/stat : 31966 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287212972 9367552 267 33554432000 4194304 5064252 140735321257648 140735321256560 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31966/statm: 2287 267 226 213 0 72 0
[pid=31967] ppid=31966 vsize=19168 CPUtime=2.55 cores=1,3,5,7
/proc/31967/stat : 31967 (glucose) R 31966 31861 29981 0 -1 4202496 4645 0 0 0 254 1 0 0 20 0 1 0 287212972 19628032 4100 33554432000 4194304 5208918 140734046419504 140734046417352 4211558 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31967/statm: 4792 4100 96 248 0 4541 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47752

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 32086
/proc/meminfo: memFree=31128716/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 32576
/proc/meminfo: memFree=31123828/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=116436 CPUtime=1236.81 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 23916 0 0 0 123651 30 0 0 20 0 1 0 287215527 119230464 28612 33554432000 4194304 5208918 140733661465184 140733661463272 4229712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 29109 28612 104 248 0 28858 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 145020

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 32660
/proc/meminfo: memFree=31094216/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=116436 CPUtime=1296.77 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 24902 0 0 0 129646 31 0 0 20 0 1 0 287215527 119230464 28612 33554432000 4194304 5208918 140733661465184 140733661463272 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 29109 28612 104 248 0 28858 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 145020

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 32660
/proc/meminfo: memFree=30992868/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1356.77 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 25883 0 0 0 135644 33 0 0 20 0 1 0 287215527 201293824 42359 33554432000 4194304 5208918 140733661465184 140733661463336 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 42359 104 248 0 48893 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 225160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32661
/proc/meminfo: memFree=30988104/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1416.77 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 26866 0 0 0 141642 35 0 0 20 0 1 0 287215527 201293824 42359 33554432000 4194304 5208918 140733661465184 140733661463336 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 42359 104 248 0 48893 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 225160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32661
/proc/meminfo: memFree=30988016/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1476.75 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 27850 0 0 0 147639 36 0 0 20 0 1 0 287215527 201293824 42359 33554432000 4194304 5208918 140733661465184 140733661463336 4229738 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 42359 104 248 0 48893 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 225160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32664
/proc/meminfo: memFree=30970784/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1536.75 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 28833 0 0 0 153637 38 0 0 20 0 1 0 287215527 201293824 41847 33554432000 4194304 5208918 140733661465184 140733661463336 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 41847 104 248 0 48893 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 225160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32664
/proc/meminfo: memFree=30977232/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=165756 CPUtime=1596.74 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 29226 0 0 0 159635 39 0 0 20 0 1 0 287215527 169734144 40244 33554432000 4194304 5208918 140733661465184 140733661463176 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 41439 40244 104 248 0 41188 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 194340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32664
/proc/meminfo: memFree=30972968/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1614.94 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 29779 0 0 0 161455 39 0 0 20 0 1 0 287215527 201293824 41300 33554432000 4194304 5208918 140733661465184 140733661463336 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 41300 104 248 0 48893 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 225160

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32664
/proc/meminfo: memFree=30972968/32873648 swapFree=6852/6852
[pid=31861] ppid=31859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31861/stat : 31861 (npSolver-wbo-It) S 31859 31861 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287196997 9367552 275 33554432000 4194304 5064252 140733265033520 140733265032432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31861/statm: 2287 275 233 213 0 72 0
[pid=31862] ppid=31861 vsize=10288 CPUtime=185.15 cores=1,3,5,7
/proc/31862/stat : 31862 (npSolver-wbo) S 31861 31861 29981 0 -1 4202496 20458 263052 0 0 46 7 18351 111 20 0 1 0 287196998 10534912 2144 33554432000 4194304 5990268 140734335665488 140734335656912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31862/statm: 2572 2144 170 439 0 2129 0
[pid=32085] ppid=31862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32085/stat : 32085 (satsolver.sh) S 31862 31861 29981 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287215526 9367552 267 33554432000 4194304 5064252 140736138626432 140736138625344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32085/statm: 2287 267 226 213 0 72 0
[pid=32086] ppid=32085 vsize=196576 CPUtime=1614.94 cores=1,3,5,7
/proc/32086/stat : 32086 (glucose) R 32085 31861 29981 0 -1 4202496 29779 0 0 0 161455 39 0 0 20 0 1 0 287215527 201293824 41300 33554432000 4194304 5208918 140733661465184 140733661463336 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32086/statm: 49144 41300 104 248 0 48893 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 225160

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1798.53
CPU system time (s): 1.60276
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 225160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.60276
maximum resident set size= 173532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2134
involuntary context switches= 2180

runsolver used 3.15752 second user time and 8.86965 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 15:11:42
IDJOB=3715200
IDBENCH=79162
IDSOLVER=2296
FILE ID=node115/3715200-1338210702
RUNJOBID= node115-1338195070-29998
PBS_JOBID= 14624604
Free space on /tmp= 71636 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715200-1338210702/watcher-3715200-1338210702 -o /tmp/evaluation-result-3715200-1338210702/solver-3715200-1338210702 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715200-1338210702.wbo 782771563 HOME HOME

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

MD5SUM BENCH= cad14126bbe64a82703c3144c4e347cd
RANDOM SEED=782771563

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:       32873648 kB
MemFree:        31175556 kB
Buffers:          403664 kB
Cached:           308196 kB
SwapCached:          972 kB
Active:           712040 kB
Inactive:         122572 kB
Active(anon):     115968 kB
Inactive(anon):     9244 kB
Active(file):     596072 kB
Inactive(file):   113328 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        104332 kB
Mapped:            12888 kB
Shmem:                96 kB
Slab:             720136 kB
SReclaimable:     164436 kB
SUnreclaim:       555700 kB
KernelStack:        1520 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     250596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71624 MiB
End job on node115 at 2012-05-28 15:41:43