Trace number 3746897

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_2.opb
MD5SUM1172ec321506151f46656b695a5e98c9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4041903
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 81547827734
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 81547827734
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c old isEQ: 0, new EQ is 1
0.00/0.34	c old isEQ: 192, new EQ is 1
0.00/0.43	c old isEQ: 1, new EQ is 1
0.00/0.50	c run inc solver
0.00/0.50	c [INC SYSTEM] run initial solver
0.00/0.50	c [INC SYSTEM] preprocess with white file
5.16/5.31	c [INC SYSTEM] finished preprocessing in 4 s
5.16/5.31	c [INC SYSTEM] execute solver
5.85/6.03	c [INC SEARCH] formula is SAT
5.85/6.05	c [INC SYSTEM] solved the initial formula
5.85/6.08	c model valid
5.85/6.08	c current solution ok
6.83/7.00	o 305778861
6.83/7.00	c [INC SYSTEM] there exists a inc, kill it!
6.83/7.00	c write failed with 2
6.83/7.00	c [INC SEARCH] iteration: 0
6.83/7.00	c [INC BOUNDS] best value:305778931 search for 305778930
6.83/7.00	c [INC SYSTEM] create new solver instance
6.83/7.00	c [INC] encode full formula
6.83/7.00	c fallback to adder encoding
8.36/8.54	c set iterative enc to: adder
8.36/8.54	c set iterative enc to: none
8.58/8.77	c [INC SEARCH] isOptimum variable: 0
12.88/13.01	c formula is SAT
12.88/13.06	c [INC SEARCH] copied best model
12.88/13.06	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.88/13.09	c model valid
12.88/13.09	c current solution ok
12.88/13.09	o 68935993
12.88/13.09	c [INC SEARCH] iteration: 1
12.88/13.09	c [INC BOUNDS] best value:68936063 search for 68936062
12.88/13.09	c [INC SYSTEM] there exists a inc, kill it!
12.88/13.09	c write failed with 2
12.99/13.11	c [INC SYSTEM] create new solver instance
12.99/13.11	c [INC] encode full formula
12.99/13.11	c fallback to adder encoding
14.38/14.52	c set iterative enc to: adder
14.38/14.52	c set iterative enc to: none
14.58/14.76	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.51	s UNKNOWN
1800.07/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.51	c write failed with -1

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-3746897-1339109229/watcher-3746897-1339109229 -o /tmp/evaluation-result-3746897-1339109229/solver-3746897-1339109229 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746897-1339109229.opb 440298620 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.07 2.03 2.01 3/178 16573
/proc/meminfo: memFree=29314120/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0

[startup+0.0528899 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 16573
/proc/meminfo: memFree=29314120/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100308 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 16573
/proc/meminfo: memFree=29314120/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 16573
/proc/meminfo: memFree=29314120/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700295 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 16573
/proc/meminfo: memFree=29314120/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.07 2.03 2.01 3/182 16577
/proc/meminfo: memFree=29145756/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=37588 CPUtime=0.51 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 8151 0 0 0 46 5 0 0 20 0 1 0 377051474 38490112 7748 33554432000 4194304 6004724 140736222634544 140736222629008 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 9397 7748 164 442 0 8951 0
[pid=16576] ppid=16574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16576/stat : 16576 (cp2_pre.sh) S 16574 16573 15254 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377051527 9367552 277 33554432000 4194304 5064252 140736377595008 140736377593712 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16576/statm: 2287 277 234 213 0 72 0
[pid=16577] ppid=16576 vsize=163032 CPUtime=0.97 cores=1,3,5,7
/proc/16577/stat : 16577 (coprocessor) R 16576 16573 15254 0 -1 4202496 29454 0 0 0 91 6 0 0 20 0 1 0 377051527 166944768 39187 33554432000 4194304 6586260 140736039089152 140736039085416 4770132 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/16577/statm: 40758 39187 176 584 0 40170 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 218916

[startup+3.10045 s]
/proc/loadavg: 2.07 2.03 2.01 3/182 16577
/proc/meminfo: memFree=29162112/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=37588 CPUtime=0.51 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 8151 0 0 0 46 5 0 0 20 0 1 0 377051474 38490112 7748 33554432000 4194304 6004724 140736222634544 140736222629008 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 9397 7748 164 442 0 8951 0
[pid=16576] ppid=16574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16576/stat : 16576 (cp2_pre.sh) S 16574 16573 15254 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377051527 9367552 277 33554432000 4194304 5064252 140736377595008 140736377593712 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16576/statm: 2287 277 234 213 0 72 0
[pid=16577] ppid=16576 vsize=188432 CPUtime=2.56 cores=1,3,5,7
/proc/16577/stat : 16577 (coprocessor) R 16576 16573 15254 0 -1 4202496 33440 0 0 0 249 7 0 0 20 0 1 0 377051527 192954368 45728 33554432000 4194304 6586260 140736039089152 140736039084472 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/16577/statm: 47108 45728 192 584 0 46520 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 244316

[startup+6.30029 s]
/proc/loadavg: 2.07 2.03 2.01 3/181 16579
/proc/meminfo: memFree=29293660/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=37588 CPUtime=5.45 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) R 16573 16573 15254 0 -1 4202496 9941 35738 0 0 55 24 450 16 20 0 1 0 377051474 38490112 7757 33554432000 4194304 6004724 140736222634544 140736222628744 5190832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 9397 7757 173 442 0 8951 0
[pid=16579] ppid=16574 vsize=84512 CPUtime=0.71 cores=1,3,5,7
/proc/16579/stat : 16579 (glucosInc) S 16574 16573 15254 0 -1 4202496 17480 0 0 0 68 3 0 0 20 0 1 0 377052005 86540288 19922 33554432000 4194304 5654031 140733824197584 140733824195896 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16579/statm: 21128 19922 146 357 0 20768 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 131248

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 2.01 3/181 16582
/proc/meminfo: memFree=28875136/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=53716 CPUtime=8.65 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 16667 54255 0 0 219 102 519 25 20 0 1 0 377051474 55005184 11799 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 13429 11799 183 442 0 12983 0
[pid=16582] ppid=16574 vsize=354904 CPUtime=3.91 cores=1,3,5,7
/proc/16582/stat : 16582 (glucosInc) R 16574 16573 15254 0 -1 4202496 58919 0 0 0 373 18 0 0 20 0 1 0 377052352 363421696 80393 33554432000 4194304 5654031 140735316433328 140735316421144 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16582/statm: 88726 80393 141 357 0 88366 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 417768

[startup+25.5004 s]
/proc/loadavg: 2.12 2.04 2.02 3/181 16584
/proc/meminfo: memFree=28861156/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=348604 CPUtime=10.73 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 57340 0 0 0 1057 16 0 0 20 0 1 0 377052950 356970496 75129 33554432000 4194304 5654031 140734777775440 140734777773128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 87151 75129 141 357 0 86791 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 437000

[startup+51.1004 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 16585
/proc/meminfo: memFree=28815852/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=399088 CPUtime=36.32 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 57790 0 0 0 3615 17 0 0 20 0 1 0 377052950 408666112 81199 33554432000 4194304 5654031 140734777775440 140734777773224 4233452 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 99772 81199 141 357 0 99412 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 487484

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.01 3/181 16585
/proc/meminfo: memFree=28806076/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=400392 CPUtime=87.52 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 59958 0 0 0 8723 29 0 0 20 0 1 0 377052950 410001408 85633 33554432000 4194304 5654031 140734777775440 140734777773128 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 100098 85633 141 357 0 99738 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 488788

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 16585
/proc/meminfo: memFree=28784048/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=481780 CPUtime=147.51 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 60616 0 0 0 14721 30 0 0 20 0 1 0 377052950 493342720 92423 33554432000 4194304 5654031 140734777775440 140734777773528 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 120445 92423 141 357 0 120085 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 570176

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 16588
/proc/meminfo: memFree=28756048/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=481912 CPUtime=207.5 cores=1,3,5,7

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

/proc/meminfo: memFree=24952992/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=484160 CPUtime=1287.31 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 67019 0 0 0 128670 61 0 0 20 0 1 0 377052950 495779840 109391 33554432000 4194304 5654031 140734777775440 140734777773224 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 121040 109391 141 357 0 120680 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 572556

[startup+1362.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/181 16662
/proc/meminfo: memFree=25186632/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=616604 CPUtime=1347.3 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 67525 0 0 0 134667 63 0 0 20 0 1 0 377052950 631402496 119094 33554432000 4194304 5654031 140734777775440 140734777773224 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 154151 119094 141 357 0 153791 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 705000

[startup+1422.31 s]
/proc/loadavg: 2.05 2.06 2.02 3/182 16665
/proc/meminfo: memFree=25118860/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=616604 CPUtime=1407.29 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 67571 0 0 0 140666 63 0 0 20 0 1 0 377052950 631402496 128849 33554432000 4194304 5654031 140734777775440 140734777773224 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 154151 128849 141 357 0 153791 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 705000

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/181 16665
/proc/meminfo: memFree=25276296/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=403108 CPUtime=1467.28 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 67955 0 0 0 146661 67 0 0 20 0 1 0 377052950 412782592 88321 33554432000 4194304 5654031 140734777775440 140734777773464 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 100777 88321 141 357 0 100417 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 491504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 16665
/proc/meminfo: memFree=25238936/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=484496 CPUtime=1527.27 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 68141 0 0 0 152658 69 0 0 20 0 1 0 377052950 496123904 97705 33554432000 4194304 5654031 140734777775440 140734777773528 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 121124 97705 141 357 0 120764 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 572892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 16666
/proc/meminfo: memFree=25206292/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=484632 CPUtime=1587.26 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 68170 0 0 0 158656 70 0 0 20 0 1 0 377052950 496263168 105399 33554432000 4194304 5654031 140734777775440 140734777773224 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 121158 105399 141 357 0 120798 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 573028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 16666
/proc/meminfo: memFree=25173400/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=484632 CPUtime=1647.25 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 68196 0 0 0 164655 70 0 0 20 0 1 0 377052950 496263168 113601 33554432000 4194304 5654031 140734777775440 140734777773224 4216105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 121158 113601 141 357 0 120798 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 573028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16666
/proc/meminfo: memFree=25132380/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=617024 CPUtime=1707.24 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 68730 0 0 0 170652 72 0 0 20 0 1 0 377052950 631832576 124355 33554432000 4194304 5654031 140734777775440 140734777773224 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 154256 124355 141 357 0 153896 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 705420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16666
/proc/meminfo: memFree=25283788/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=404072 CPUtime=1767.23 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 69202 0 0 0 176647 76 0 0 20 0 1 0 377052950 413769728 85443 33554432000 4194304 5654031 140734777775440 140734777773464 4232837 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 101018 85443 141 357 0 100658 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 492468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16666
/proc/meminfo: memFree=25267404/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=404072 CPUtime=1785.43 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 69211 0 0 0 178467 76 0 0 20 0 1 0 377052950 413769728 90051 33554432000 4194304 5654031 140734777775440 140734777773464 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 101018 90051 141 357 0 100658 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 492468

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.01 2.00 3/181 16666
/proc/meminfo: memFree=25267404/32873844 swapFree=7116/7116
[pid=16573] ppid=16571 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (npSolver-pbo-It) S 16571 16573 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377051474 9367552 275 33554432000 4194304 5064252 140734762126944 140734762125856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16573/statm: 2287 275 233 213 0 72 0
[pid=16574] ppid=16573 vsize=79248 CPUtime=14.64 cores=1,3,5,7
/proc/16574/stat : 16574 (npSolver-pbo) S 16573 16573 15254 0 -1 4202496 24664 114066 0 0 369 123 923 49 20 0 1 0 377051474 81149952 18182 33554432000 4194304 6004724 140736222634544 140736222620392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16574/statm: 19812 18182 183 442 0 19366 0
[pid=16584] ppid=16574 vsize=404072 CPUtime=1785.43 cores=1,3,5,7
/proc/16584/stat : 16584 (glucosInc) R 16574 16573 15254 0 -1 4202496 69211 0 0 0 178467 76 0 0 20 0 1 0 377052950 413769728 90051 33554432000 4194304 5654031 140734777775440 140734777773464 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16584/statm: 101018 90051 141 357 0 100658 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 492468

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1797.61
CPU system time (s): 2.50962
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 836344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.61
system time used= 2.50962
maximum resident set size= 640240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 535184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2068
involuntary context switches= 1870

runsolver used 3.88741 second user time and 8.86065 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 00:47:09
IDJOB=3746897
IDBENCH=92749
IDSOLVER=2332
FILE ID=node103/3746897-1339109229
RUNJOBID= node103-1339098177-15271
PBS_JOBID= 14643750
Free space on /tmp= 71008 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746897-1339109229/watcher-3746897-1339109229 -o /tmp/evaluation-result-3746897-1339109229/solver-3746897-1339109229 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746897-1339109229.opb 440298620 HOME HOME

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

MD5SUM BENCH= 1172ec321506151f46656b695a5e98c9
RANDOM SEED=440298620

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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		: 2666.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        29314640 kB
Buffers:          283788 kB
Cached:          1719248 kB
SwapCached:         5468 kB
Active:          1341492 kB
Inactive:        1403592 kB
Active(anon):     738752 kB
Inactive(anon):     5816 kB
Active(file):     602740 kB
Inactive(file):  1397776 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:              9196 kB
Writeback:            16 kB
AnonPages:        747300 kB
Mapped:            10440 kB
Shmem:                 0 kB
Slab:             671044 kB
SReclaimable:     111684 kB
SUnreclaim:       559360 kB
KernelStack:        1480 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     905052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 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= 70192 MiB
End job on node103 at 2012-06-08 01:17:10