Trace number 3713512

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 1.0? (TO) 1800.05 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_55_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM9e4fdadcc7668e5ef6d5afa26a2e782c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.19136
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5500
Total number of constraints210
Number of soft constraints145
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 7273
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7272
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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.34	c run usual solver
3.08/3.16	o 5560
3.08/3.16	c current bound: 2780
3.08/3.16	c fallback to adder encoding
3.88/3.91	o 2765
3.88/3.91	c current bound: 1382
3.88/3.91	c fallback to adder encoding
4.27/4.38	o 1342
4.27/4.38	c current bound: 671
9.77/9.87	o 275
9.77/9.87	c current bound: 137
14.67/14.89	o 136
14.67/14.89	c current bound: 68
17.64/17.82	o 66
17.64/17.82	c current bound: 33
19.70/19.86	o 32
19.70/19.86	c current bound: 16
22.78/22.87	o 16
22.78/22.87	c current bound: 8
23.67/23.89	o 8
23.67/23.89	c current bound: 4
25.43/25.64	o 3
25.43/25.64	c current bound: 1
1800.01/1800.40	./satsolver.sh: line 5: 23756 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/1800.40	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-3713512-1338174095/watcher-3713512-1338174095 -o /tmp/evaluation-result-3713512-1338174095/solver-3713512-1338174095 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713512-1338174095.wbo 1266296519 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.01 2.00 2.00 3/180 23679
/proc/meminfo: memFree=31423528/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0

[startup+0.0341041 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 23679
/proc/meminfo: memFree=31423528/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 23679
/proc/meminfo: memFree=31423528/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 23679
/proc/meminfo: memFree=31423528/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 23679
/proc/meminfo: memFree=31423528/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 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.01 2.00 2.00 3/184 23683
/proc/meminfo: memFree=31330812/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=14716 CPUtime=0.34 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 4452 0 0 0 33 1 0 0 20 0 1 0 283476545 15069184 2626 33554432000 4194304 5990268 140733314211920 140733314205072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23680/statm: 3679 2626 156 439 0 3236 0
[pid=23682] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23682/stat : 23682 (cp2_pre.sh) S 23680 23679 22152 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 283476579 9367552 277 33554432000 4194304 5064252 140734955585360 140734955584064 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23682/statm: 2287 277 234 213 0 72 0
[pid=23683] ppid=23682 vsize=81404 CPUtime=1.14 cores=0,2,4,6
/proc/23683/stat : 23683 (coprocessor) R 23682 23679 22152 0 -1 4202496 15030 0 0 0 112 2 0 0 20 0 1 0 283476579 83357696 19704 33554432000 4194304 6586260 140736527749408 140736527744728 5599216 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23683/statm: 20351 19704 191 584 0 19763 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114416

[startup+3.10025 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 23683
/proc/meminfo: memFree=31316524/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=17740 CPUtime=3.08 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) R 23679 23679 22152 0 -1 4202496 5175 28911 0 0 36 10 230 32 20 0 1 0 283476545 18165760 3265 33554432000 4194304 5990268 140733314211920 140733314205648 5177872 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 4435 3265 160 439 0 3992 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26888

[startup+6.30041 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 23707
/proc/meminfo: memFree=31307420/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=32744 CPUtime=4.49 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 11471 54830 0 0 53 18 338 40 20 0 1 0 283476545 33529856 7029 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 8186 7029 170 439 0 7743 0
[pid=23706] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23706/stat : 23706 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283476996 9367552 267 33554432000 4194304 5064252 140736831213520 140736831212432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23706/statm: 2287 267 226 213 0 72 0
[pid=23707] ppid=23706 vsize=88324 CPUtime=1.78 cores=0,2,4,6
/proc/23707/stat : 23707 (glucose) R 23706 23679 22152 0 -1 4202496 17280 0 0 0 174 4 0 0 20 0 1 0 283476996 90443776 18210 33554432000 4194304 5208918 140735988713904 140735988711752 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23707/statm: 22081 18210 103 248 0 21830 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 139364

[startup+12.7005 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 23714
/proc/meminfo: memFree=31360884/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=9.87 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 13437 81082 0 0 56 18 853 60 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23713] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23713/stat : 23713 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283477535 9367552 266 33554432000 4194304 5064252 140733634421360 140733634420272 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23713/statm: 2287 266 226 213 0 72 0
[pid=23714] ppid=23713 vsize=37728 CPUtime=2.79 cores=0,2,4,6
/proc/23714/stat : 23714 (glucose) R 23713 23679 22152 0 -1 4202496 9568 0 0 0 277 2 0 0 20 0 1 0 283477535 38633472 8324 33554432000 4194304 5208918 140734424620672 140734424618520 4212881 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23714/statm: 9432 8324 104 248 0 9181 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 80576

[startup+25.5004 s]
/proc/loadavg: 2.15 2.03 2.01 3/184 23749
/proc/meminfo: memFree=31384096/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=23.8 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 18406 152895 0 0 61 19 2213 87 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23748] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23748/stat : 23748 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283478934 9367552 267 33554432000 4194304 5064252 140737118591616 140737118590528 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23748/statm: 2287 267 226 213 0 72 0
[pid=23749] ppid=23748 vsize=29628 CPUtime=1.59 cores=0,2,4,6
/proc/23749/stat : 23749 (glucose) R 23748 23679 22152 0 -1 4202496 6937 0 0 0 158 1 0 0 20 0 1 0 283478934 30339072 6149 33554432000 4194304 5208918 140734902246256 140734902244104 4607488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23749/statm: 7407 6149 106 248 0 7156 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 72476

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 23757
/proc/meminfo: memFree=31336448/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=49944 CPUtime=25.44 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 10092 0 0 0 2541 3 0 0 20 0 1 0 283479109 51142656 11520 33554432000 4194304 5208918 140735439282656 140735439279032 4229307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 12486 11520 104 248 0 12235 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 92792

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 23757
/proc/meminfo: memFree=31311300/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=80140 CPUtime=76.64 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 13206 0 0 0 7660 4 0 0 20 0 1 0 283479109 82063360 17676 33554432000 4194304 5208918 140735439282656 140735439278344 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 20035 17676 104 248 0 19784 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 122988

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 23757
/proc/meminfo: memFree=31292616/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=102680 CPUtime=136.62 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 15107 0 0 0 13657 5 0 0 20 0 1 0 283479109 105144320 22341 33554432000 4194304 5208918 140735439282656 140735439280600 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 25670 22341 104 248 0 25419 0
Current children cumulated CPU time (s) 162.17

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


[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 23767
/proc/meminfo: memFree=31082884/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=218032 CPUtime=1336.43 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 30328 0 0 0 133597 46 0 0 20 0 1 0 283479109 223264768 52417 33554432000 4194304 5208918 140735439282656 140735439279032 4212856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 54508 52417 104 248 0 54257 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 260880

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 23767
/proc/meminfo: memFree=31068164/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=218032 CPUtime=1396.42 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 31095 0 0 0 139595 47 0 0 20 0 1 0 283479109 223264768 53265 33554432000 4194304 5208918 140735439282656 140735439279032 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 54508 53265 104 248 0 54257 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 260880

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 23767
/proc/meminfo: memFree=31053496/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=268120 CPUtime=1456.4 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 33028 0 0 0 145589 51 0 0 20 0 1 0 283479109 274554880 54590 33554432000 4194304 5208918 140735439282656 140735439279032 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 67030 54590 104 248 0 66779 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 310968

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 23767
/proc/meminfo: memFree=31061780/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=268120 CPUtime=1516.4 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 34110 0 0 0 151586 54 0 0 20 0 1 0 283479109 274554880 55102 33554432000 4194304 5208918 140735439282656 140735439279032 4229151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 67030 55102 104 248 0 66779 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 310968

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 23768
/proc/meminfo: memFree=31033216/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=268120 CPUtime=1576.38 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 35201 0 0 0 157582 56 0 0 20 0 1 0 283479109 274554880 56126 33554432000 4194304 5208918 140735439282656 140735439279032 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 67030 56126 104 248 0 66779 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 310968

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 23769
/proc/meminfo: memFree=31044976/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=269888 CPUtime=1636.38 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 36732 0 0 0 163578 60 0 0 20 0 1 0 283479109 276365312 57078 33554432000 4194304 5208918 140735439282656 140735439280504 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 67472 57078 104 248 0 67221 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 312736

[startup+1722.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/184 23944
/proc/meminfo: memFree=31176804/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=284132 CPUtime=1696.36 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 38372 0 0 0 169573 63 0 0 20 0 1 0 283479109 290951168 59671 33554432000 4194304 5208918 140735439282656 140735439279032 4212816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 71033 59671 104 248 0 70782 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 326980

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 23944
/proc/meminfo: memFree=31149308/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=284132 CPUtime=1756.36 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 39465 0 0 0 175570 66 0 0 20 0 1 0 283479109 290951168 60191 33554432000 4194304 5208918 140735439282656 140735439278344 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 71033 60191 104 248 0 70782 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 326980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 23944
/proc/meminfo: memFree=31162500/32873844 swapFree=6872/6872
[pid=23679] ppid=23677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (npSolver-wbo.sh) S 23677 23679 22152 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283476545 9367552 274 33554432000 4194304 5064252 140734789198160 140734789197072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23679/statm: 2287 274 233 213 0 72 0
[pid=23680] ppid=23679 vsize=24552 CPUtime=25.55 cores=0,2,4,6
/proc/23680/stat : 23680 (npSolver-wbo) S 23679 23679 22152 0 -1 4202496 19332 165866 0 0 61 20 2383 91 20 0 1 0 283476545 25141248 5067 33554432000 4194304 5990268 140733314211920 140733314203360 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23680/statm: 6138 5067 170 439 0 5695 0
[pid=23755] ppid=23680 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (satsolver.sh) S 23680 23679 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283479109 9367552 266 33554432000 4194304 5064252 140736541187888 140736541186800 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23755/statm: 2287 266 226 213 0 72 0
[pid=23756] ppid=23755 vsize=234044 CPUtime=1774.46 cores=0,2,4,6
/proc/23756/stat : 23756 (glucose) R 23755 23679 22152 0 -1 4202496 39708 0 0 0 177379 67 0 0 20 0 1 0 283479109 239661056 54770 33554432000 4194304 5208918 140735439282656 140735439278360 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23756/statm: 58511 54770 104 248 0 58260 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 276892

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.05
CPU user time (s): 1798.25
CPU system time (s): 1.80472
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 407120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 1.80472
maximum resident set size= 313136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 129848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2684
involuntary context switches= 2490

runsolver used 7.52086 second user time and 18.4632 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-28 05:01:35
IDJOB=3713512
IDBENCH=78673
IDSOLVER=2294
FILE ID=node105/3713512-1338174095
RUNJOBID= node105-1338160023-22168
PBS_JOBID= 14624557
Free space on /tmp= 71572 MiB

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

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

MD5SUM BENCH= 9e4fdadcc7668e5ef6d5afa26a2e782c
RANDOM SEED=1266296519

node105.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.882
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.76
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.882
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.882
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.91
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.882
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.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31424320 kB
Buffers:          336936 kB
Cached:           152272 kB
SwapCached:         1708 kB
Active:           452244 kB
Inactive:         145984 kB
Active(anon):     105224 kB
Inactive(anon):     4812 kB
Active(file):     347020 kB
Inactive(file):   141172 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              8232 kB
Writeback:             0 kB
AnonPages:        234044 kB
Mapped:             9828 kB
Shmem:                 0 kB
Slab:             713276 kB
SReclaimable:     155024 kB
SUnreclaim:       558252 kB
KernelStack:        1528 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     232612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71556 MiB
End job on node105 at 2012-05-28 05:31:36