Trace number 3714894

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.09 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM757312960b1468f2853dd7cd5a4d6fc6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2.95155
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints127
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 6095
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6094
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.30	c run usual solver
3.48/3.55	o 4075
3.48/3.55	c fallback to adder encoding
3.98/4.00	o 3685
3.98/4.00	c fallback to adder encoding
4.48/4.51	o 3683
4.48/4.51	c fallback to adder encoding
4.81/4.97	o 2252
4.81/4.97	c fallback to adder encoding
5.38/5.55	o 2245
5.38/5.55	c fallback to adder encoding
5.90/6.05	o 2207
5.90/6.05	c fallback to adder encoding
6.47/6.53	o 2187
6.47/6.53	c fallback to adder encoding
6.85/7.01	o 2185
6.85/7.01	c fallback to adder encoding
7.29/7.45	o 2184
7.29/7.45	c fallback to adder encoding
7.66/7.82	o 2112
7.66/7.82	c fallback to adder encoding
8.10/8.26	o 2111
8.10/8.26	c fallback to adder encoding
8.51/8.67	o 2087
8.51/8.67	c fallback to adder encoding
8.90/9.07	o 2086
8.90/9.07	c fallback to adder encoding
9.42/9.58	o 1131
11.36/11.43	o 494
12.60/12.95	o 177
15.19/15.21	o 174
17.84/18.06	o 146
23.14/23.35	o 145
32.67/32.70	o 141
44.06/44.10	o 134
44.61/44.82	o 133
45.66/45.88	o 92
46.79/46.98	o 87
47.87/47.91	o 77
49.83/50.02	o 74
52.66/52.74	o 73
53.23/53.43	o 53
54.01/54.18	o 50
54.81/54.91	o 35
55.33/55.55	o 24
55.64/55.88	o 16
57.12/57.36	o 14
57.80/58.03	o 9
1800.05/1800.50	./satsolver.sh: line 5: 19941 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.50	c error: unexpected solver exit code
1800.05/1800.50	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-3714894-1338175328/watcher-3714894-1338175328 -o /tmp/evaluation-result-3714894-1338175328/solver-3714894-1338175328 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714894-1338175328.wbo 744908690 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 19695
/proc/meminfo: memFree=27309992/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0

[startup+0.0233099 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19695
/proc/meminfo: memFree=27309992/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19695
/proc/meminfo: memFree=27309992/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19695
/proc/meminfo: memFree=27309992/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700299 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19695
/proc/meminfo: memFree=27309992/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19699
/proc/meminfo: memFree=27227660/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=10548 CPUtime=0.3 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 3815 0 0 0 29 1 0 0 20 0 1 0 283659692 10801152 2166 33554432000 4194304 5990268 140733990001120 140733989994272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19696/statm: 2637 2166 156 439 0 2194 0
[pid=19698] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19698/stat : 19698 (cp2_pre.sh) S 19696 19695 17655 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 283659723 9367552 277 33554432000 4194304 5064252 140736398071136 140736398069840 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19698/statm: 2287 277 234 213 0 72 0
[pid=19699] ppid=19698 vsize=73260 CPUtime=1.18 cores=1,3,5,7
/proc/19699/stat : 19699 (coprocessor) R 19698 19695 17655 0 -1 4202496 14505 0 0 0 116 2 0 0 20 0 1 0 283659723 75018240 17645 33554432000 4194304 6586260 140735721500608 140735721496472 5598875 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/19699/statm: 18315 17645 191 584 0 17727 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102104

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19699
/proc/meminfo: memFree=27212884/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=10548 CPUtime=2.57 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 3824 17644 0 0 29 1 194 33 20 0 1 0 283659692 10801152 2167 33554432000 4194304 5990268 140733990001120 140733989995360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19696/statm: 2637 2167 157 439 0 2194 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 19696

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19730
/proc/meminfo: memFree=27268720/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=16200 CPUtime=6.05 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 13142 90531 0 0 44 10 495 56 20 0 1 0 283659692 16588800 3335 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 4050 3335 169 439 0 3607 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 25348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19807
/proc/meminfo: memFree=27222448/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=12.6 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 30771 226903 0 0 82 15 1048 115 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 37636

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19835
/proc/meminfo: memFree=27247056/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=23.35 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 37876 279783 0 0 92 17 2079 147 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19834] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19834/stat : 19834 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283662029 9367552 267 33554432000 4194304 5064252 140733519047936 140733519046848 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19834/statm: 2287 267 226 213 0 72 0
[pid=19835] ppid=19834 vsize=36056 CPUtime=2.12 cores=1,3,5,7
/proc/19835/stat : 19835 (glucose) R 19834 19695 17655 0 -1 4202496 7932 0 0 0 211 1 0 0 20 0 1 0 283662030 36921344 7529 33554432000 4194304 5208918 140734389793248 140734389791096 4229049 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19835/statm: 9014 7529 104 248 0 8763 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 82840

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19885
/proc/meminfo: memFree=27222264/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=50 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 47551 379037 0 0 105 19 4687 189 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19884] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19884/stat : 19884 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283664695 9367552 267 33554432000 4194304 5064252 140733599670960 140733599669872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19884/statm: 2287 267 226 213 0 72 0
[pid=19885] ppid=19884 vsize=26692 CPUtime=1.05 cores=1,3,5,7
/proc/19885/stat : 19885 (glucose) R 19884 19695 17655 0 -1 4202496 5650 0 0 0 104 1 0 0 20 0 1 0 283664696 27332608 5625 33554432000 4194304 5208918 140733627645792 140733627643640 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19885/statm: 6673 5625 104 248 0 6422 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73476

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 19941
/proc/meminfo: memFree=27225460/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=57028 CPUtime=44.26 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 10448 0 0 0 4424 2 0 0 20 0 1 0 283665495 58396672 13374 33554432000 4194304 5208918 140733988037024 140733988034968 4229254 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 14257 13374 105 248 0 14006 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 103812

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19941
/proc/meminfo: memFree=27167336/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=82544 CPUtime=104.23 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 12150 0 0 0 10420 3 0 0 20 0 1 0 283665495 84525056 20002 33554432000 4194304 5208918 140733988037024 140733988032712 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 20636 20002 105 248 0 20385 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 129328

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 19941
/proc/meminfo: memFree=27187700/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20129
/proc/meminfo: memFree=26901908/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=298104 CPUtime=1363.98 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 49783 0 0 0 136319 79 0 0 20 0 1 0 283665495 305258496 62088 33554432000 4194304 5208918 140733988037024 140733988035176 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 74526 62088 105 248 0 74275 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 344888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20129
/proc/meminfo: memFree=26975540/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=217196 CPUtime=1423.96 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 51483 0 0 0 142313 83 0 0 20 0 1 0 283665495 222408704 48920 33554432000 4194304 5208918 140733988037024 140733988035016 4229247 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 54299 48920 105 248 0 54048 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 263980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20129
/proc/meminfo: memFree=26915924/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=267176 CPUtime=1483.95 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 54153 0 0 0 148307 88 0 0 20 0 1 0 283665495 273588224 58695 33554432000 4194304 5208918 140733988037024 140733988035016 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 66794 58695 105 248 0 66543 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 313960

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 20130
/proc/meminfo: memFree=26989740/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=187036 CPUtime=1543.95 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 56575 0 0 0 154303 92 0 0 20 0 1 0 283665495 191524864 46256 33554432000 4194304 5208918 140733988037024 140733988035112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 46759 46256 105 248 0 46508 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 233820

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20130
/proc/meminfo: memFree=26960812/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=187036 CPUtime=1603.93 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 58011 0 0 0 160298 95 0 0 20 0 1 0 283665495 191524864 46256 33554432000 4194304 5208918 140733988037024 140733988035112 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 46759 46256 105 248 0 46508 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 233820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20133
/proc/meminfo: memFree=26880680/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=288556 CPUtime=1663.92 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 59455 0 0 0 166294 98 0 0 20 0 1 0 283665495 295481344 64859 33554432000 4194304 5208918 140733988037024 140733988035176 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 72139 64859 105 248 0 71888 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 335340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20133
/proc/meminfo: memFree=26834628/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=294640 CPUtime=1723.92 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 61631 0 0 0 172290 102 0 0 20 0 1 0 283665495 301711360 71704 33554432000 4194304 5208918 140733988037024 140733988035176 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 73660 71704 105 248 0 73409 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 341424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20133
/proc/meminfo: memFree=26872472/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=214500 CPUtime=1742.12 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 62465 0 0 0 174109 103 0 0 20 0 1 0 283665495 219648000 53102 33554432000 4194304 5208918 140733988037024 140733988035112 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 53625 53102 105 248 0 53374 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 261284

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 20133
/proc/meminfo: memFree=26872472/32873648 swapFree=6848/6848
[pid=19695] ppid=19693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19695/stat : 19695 (npSolver-wbo-It) S 19693 19695 17655 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283659692 9367552 274 33554432000 4194304 5064252 140736303799344 140736303798256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19695/statm: 2287 274 233 213 0 72 0
[pid=19696] ppid=19695 vsize=28488 CPUtime=57.93 cores=1,3,5,7
/proc/19696/stat : 19696 (npSolver-wbo) S 19695 19695 17655 0 -1 4202496 54660 475117 0 0 111 21 5445 216 20 0 1 0 283659692 29171712 6116 33554432000 4194304 5990268 140733990001120 140733989992544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 7122 6116 170 439 0 6679 0
[pid=19940] ppid=19696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19940/stat : 19940 (satsolver.sh) S 19696 19695 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283665495 9367552 267 33554432000 4194304 5064252 140733416613024 140733416611936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19940/statm: 2287 267 226 213 0 72 0
[pid=19941] ppid=19940 vsize=214500 CPUtime=1742.12 cores=1,3,5,7
/proc/19941/stat : 19941 (glucose) R 19940 19695 17655 0 -1 4202496 62465 0 0 0 174109 103 0 0 20 0 1 0 283665495 219648000 53102 33554432000 4194304 5208918 140733988037024 140733988035112 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19941/statm: 53625 53102 105 248 0 53374 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 261284

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1796.67
CPU system time (s): 3.42448
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 405156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.67
system time used= 3.42448
maximum resident set size= 334368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 316688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8349
involuntary context switches= 2210

runsolver used 3.42148 second user time and 9.1826 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 05:22:08
IDJOB=3714894
IDBENCH=78671
IDSOLVER=2296
FILE ID=node113/3714894-1338175328
RUNJOBID= node113-1338166950-18214
PBS_JOBID= 14624534
Free space on /tmp= 71388 MiB

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

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

MD5SUM BENCH= 757312960b1468f2853dd7cd5a4d6fc6
RANDOM SEED=744908690

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        27310000 kB
Buffers:          377600 kB
Cached:          4198552 kB
SwapCached:            0 kB
Active:          1255560 kB
Inactive:        3465652 kB
Active(anon):     147332 kB
Inactive(anon):        0 kB
Active(file):    1108228 kB
Inactive(file):  3465652 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8436 kB
Writeback:             0 kB
AnonPages:        224776 kB
Mapped:            15272 kB
Shmem:               200 kB
Slab:             700864 kB
SReclaimable:     144760 kB
SUnreclaim:       556104 kB
KernelStack:        1520 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     260124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71368 MiB
End job on node113 at 2012-05-28 05:52:09