Trace number 3754261

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfbd3a39d50404986b242d7bfefa0e7f6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.260959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints55
Number of constraints which are clauses42
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 constraint21
Top cost 2274
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 2273
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
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.01	c run usual solver
5.55/5.67	o 745
5.55/5.67	c current bound: 372
11.26/11.39	o 154
11.26/11.39	c current bound: 77
20.57/20.68	o 31
20.57/20.68	c current bound: 15
21.26/21.32	o 13
21.26/21.32	c current bound: 6
23.96/24.00	o 6
23.96/24.00	c current bound: 3
1800.08/1800.41	./satsolver.sh: line 5: 13614 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.41	c error: unexpected solver exit code
1800.08/1800.41	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-3754261-1339185573/watcher-3754261-1339185573 -o /tmp/evaluation-result-3754261-1339185573/solver-3754261-1339185573 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754261-1339185573.wbo 873686381 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 2/176 13514
/proc/meminfo: memFree=29340752/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0

[startup+0.045544 s]
/proc/loadavg: 2.05 2.01 2.00 2/176 13514
/proc/meminfo: memFree=29340752/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100167 s]
/proc/loadavg: 2.05 2.01 2.00 2/176 13514
/proc/meminfo: memFree=29340752/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30011 s]
/proc/loadavg: 2.05 2.01 2.00 2/176 13514
/proc/meminfo: memFree=29340752/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 2.05 2.01 2.00 2/176 13514
/proc/meminfo: memFree=29340752/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/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.05 2.01 2.00 2/180 13521
/proc/meminfo: memFree=29325872/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=2424 CPUtime=0 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 1293 1693 0 0 0 0 0 0 20 0 1 0 28523948 2482176 239 33554432000 4194304 6006132 140734658218080 140734658212272 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13515/statm: 606 239 157 443 0 159 0
[pid=13520] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13520/stat : 13520 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28523951 9367552 267 33554432000 4194304 5064252 140734327862368 140734327861280 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13520/statm: 2287 267 226 213 0 72 0
[pid=13521] ppid=13520 vsize=10336 CPUtime=1.45 cores=0,2,4,6
/proc/13521/stat : 13521 (glucose) R 13520 13514 12214 0 -1 4202496 3344 0 0 0 145 0 0 0 20 0 1 0 28523951 10584064 2131 33554432000 4194304 5208918 140734741416208 140734741414296 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13521/statm: 2584 2131 96 248 0 2333 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 31056

[startup+3.10031 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 13570
/proc/meminfo: memFree=31399628/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=2424 CPUtime=0 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 1293 1693 0 0 0 0 0 0 20 0 1 0 28523948 2482176 239 33554432000 4194304 6006132 140734658218080 140734658212272 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13515/statm: 606 239 157 443 0 159 0
[pid=13520] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13520/stat : 13520 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28523951 9367552 267 33554432000 4194304 5064252 140734327862368 140734327861280 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13520/statm: 2287 267 226 213 0 72 0
[pid=13521] ppid=13520 vsize=17408 CPUtime=3.05 cores=0,2,4,6
/proc/13521/stat : 13521 (glucose) R 13520 13514 12214 0 -1 4202496 4094 0 0 0 305 0 0 0 20 0 1 0 28523951 17825792 3899 33554432000 4194304 5208918 140734741416208 140734741414152 4229532 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13521/statm: 4352 3899 96 248 0 4101 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38128

[startup+6.30026 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13579
/proc/meminfo: memFree=31378536/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=5.67 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2266 9380 0 0 2 1 562 2 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 15772

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13593
/proc/meminfo: memFree=31367184/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=11.38 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2507 18961 0 0 3 1 1127 7 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13592] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13592/stat : 13592 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 28525087 9367552 266 33554432000 4194304 5064252 140734166524304 140734166523216 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13592/statm: 2287 266 226 213 0 72 0
[pid=13593] ppid=13592 vsize=7748 CPUtime=1.29 cores=0,2,4,6
/proc/13593/stat : 13593 (glucose) R 13592 13514 12214 0 -1 4202496 3056 0 0 0 129 0 0 0 20 0 1 0 28525088 7933952 1413 33554432000 4194304 5208918 140733547141824 140733547139976 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13593/statm: 1937 1413 96 248 0 1686 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32668

[startup+25.5003 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 13614
/proc/meminfo: memFree=31340408/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=17504 CPUtime=1.48 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 2802 0 0 0 148 0 0 0 20 0 1 0 28526349 17924096 2747 33554432000 4194304 5208918 140733488390432 140733488388520 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 4376 2747 96 248 0 4125 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42424

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.00 3/186 13617
/proc/meminfo: memFree=31293384/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=56664 CPUtime=27.08 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 6412 0 0 0 2706 2 0 0 20 0 1 0 28526349 58023936 13119 33554432000 4194304 5208918 140733488390432 140733488388296 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 14166 13119 104 248 0 13915 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 81584

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/186 13655
/proc/meminfo: memFree=31273120/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=75520 CPUtime=78.27 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 7388 0 0 0 7824 3 0 0 20 0 1 0 28526349 77332480 18438 33554432000 4194304 5208918 140733488390432 140733488386808 4229692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 18880 18438 104 248 0 18629 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100440

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 13655
/proc/meminfo: memFree=31215188/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=88468 CPUtime=138.26 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 7907 0 0 0 13822 4 0 0 20 0 1 0 28526349 90591232 21509 33554432000 4194304 5208918 140733488390432 140733488386200 4229728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 22117 21509 104 248 0 21866 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 13665
/proc/meminfo: memFree=31068608/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=177984 CPUtime=1338.08 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 27287 0 0 0 133774 34 0 0 20 0 1 0 28526349 182255616 36577 33554432000 4194304 5208918 140733488390432 140733488388584 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 44496 36577 104 248 0 44245 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 202904

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 13665
/proc/meminfo: memFree=31098584/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=147164 CPUtime=1398.07 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 27941 0 0 0 139772 35 0 0 20 0 1 0 28526349 150695936 36209 33554432000 4194304 5208918 140733488390432 140733488386808 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 36791 36209 104 248 0 36540 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 172084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 13665
/proc/meminfo: memFree=31049748/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=178364 CPUtime=1458.05 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 29560 0 0 0 145768 37 0 0 20 0 1 0 28526349 182644736 36772 33554432000 4194304 5208918 140733488390432 140733488388584 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 44591 36772 104 248 0 44340 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 203284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13665
/proc/meminfo: memFree=31112916/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=150824 CPUtime=1518.03 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 30950 0 0 0 151765 38 0 0 20 0 1 0 28526349 154443776 37124 33554432000 4194304 5208918 140733488390432 140733488388424 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 37706 37124 104 248 0 37455 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 175744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13666
/proc/meminfo: memFree=31073336/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=153528 CPUtime=1578.03 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 32042 0 0 0 157763 40 0 0 20 0 1 0 28526349 157212672 36264 33554432000 4194304 5208918 140733488390432 140733488386744 4229520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 38382 36264 104 248 0 38131 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 178448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13666
/proc/meminfo: memFree=31051992/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=154380 CPUtime=1638.02 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 33283 0 0 0 163760 42 0 0 20 0 1 0 28526349 158085120 33917 33554432000 4194304 5208918 140733488390432 140733488388424 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 38595 33917 104 248 0 38344 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 179300

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13666
/proc/meminfo: memFree=31016916/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=185200 CPUtime=1698.01 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 33885 0 0 0 169758 43 0 0 20 0 1 0 28526349 189644800 40640 33554432000 4194304 5208918 140733488390432 140733488388584 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 46300 40640 104 248 0 46049 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 210120

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 13666
/proc/meminfo: memFree=31110068/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=185200 CPUtime=1758 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 34915 0 0 0 175756 44 0 0 20 0 1 0 28526349 189644800 39104 33554432000 4194304 5208918 140733488390432 140733488388584 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 46300 39104 104 248 0 46049 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 210120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.02 2.00 3/185 13666
/proc/meminfo: memFree=31060112/32873844 swapFree=7632/7632
[pid=13514] ppid=13512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13514/stat : 13514 (npSolver-wbo-I.) S 13512 13514 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28523948 9367552 275 33554432000 4194304 5064252 140736630468960 140736630467872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13514/statm: 2287 275 233 213 0 72 0
[pid=13515] ppid=13514 vsize=6624 CPUtime=23.98 cores=0,2,4,6
/proc/13515/stat : 13515 (npSolver-wbo) S 13514 13514 12214 0 -1 4202496 2725 38919 0 0 3 1 2382 12 20 0 1 0 28523948 6782976 1128 33554432000 4194304 6006132 140734658218080 140734658209488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13515/statm: 1656 1128 166 443 0 1209 0
[pid=13613] ppid=13515 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13613/stat : 13613 (satsolver.sh) S 13515 13514 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28526348 9367552 267 33554432000 4194304 5064252 140735327303472 140735327302384 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13613/statm: 2287 267 226 213 0 72 0
[pid=13614] ppid=13613 vsize=185200 CPUtime=1776.1 cores=0,2,4,6
/proc/13614/stat : 13614 (glucose) R 13613 13514 12214 0 -1 4202496 34918 0 0 0 177566 44 0 0 20 0 1 0 28526349 189644800 40640 33554432000 4194304 5208918 140733488390432 140733488388584 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13614/statm: 46300 40640 104 248 0 46049 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 210120

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.52
CPU system time (s): 0.596909
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 210120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.596909
maximum resident set size= 164608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161
involuntary context switches= 2617

runsolver used 3.10853 second user time and 8.40172 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 21:59:33
IDJOB=3754261
IDBENCH=78693
IDSOLVER=2338
FILE ID=node135/3754261-1339185573
RUNJOBID= node135-1339183771-13405
PBS_JOBID= 14643812
Free space on /tmp= 68556 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754261-1339185573/watcher-3754261-1339185573 -o /tmp/evaluation-result-3754261-1339185573/solver-3754261-1339185573 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754261-1339185573.wbo 873686381 HOME HOME

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

MD5SUM BENCH= fbd3a39d50404986b242d7bfefa0e7f6
RANDOM SEED=873686381

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29341016 kB
Buffers:          213152 kB
Cached:          2459116 kB
SwapCached:         2484 kB
Active:          2487328 kB
Inactive:         191080 kB
Active(anon):       6844 kB
Inactive(anon):     1456 kB
Active(file):    2480484 kB
Inactive(file):   189624 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098944 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:         12244 kB
Mapped:             8572 kB
Shmem:                 0 kB
Slab:             714328 kB
SReclaimable:     155864 kB
SUnreclaim:       558464 kB
KernelStack:        1536 kB
PageTables:         3780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138004 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= 70580 MiB
End job on node135 at 2012-06-08 22:29:34