Trace number 3715201

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMccc8229e0445e5a3e6fad9172f1ab48d
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.269958
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 4887
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4886
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c run usual solver
4.35/4.44	o 2254
4.35/4.44	c fallback to adder encoding
4.43/4.69	o 2253
4.43/4.69	c fallback to adder encoding
4.86/4.97	o 2238
4.86/4.97	c fallback to adder encoding
4.88/5.14	o 2133
4.88/5.14	c fallback to adder encoding
5.05/5.28	o 2043
5.05/5.28	c fallback to adder encoding
5.29/5.45	o 1457
13.57/14.20	o 212
34.65/34.88	o 205
42.43/42.67	o 188
61.46/61.69	o 171
68.29/68.51	o 96
70.46/70.65	o 84
72.54/72.79	o 83
76.82/77.01	o 65
79.17/79.37	o 22
79.37/79.50	o 18
79.37/79.89	o 17
80.25/80.45	o 12
83.36/83.53	o 9
1800.08/1800.50	./satsolver.sh: line 5: 19333 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.50	c error: unexpected solver exit code
1800.08/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-3715201-1338210605/watcher-3715201-1338210605 -o /tmp/evaluation-result-3715201-1338210605/solver-3715201-1338210605 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715201-1338210605.wbo 1156838452 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.00 2.00 2.00 3/179 19192
/proc/meminfo: memFree=30608324/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0

[startup+0.0854119 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19192
/proc/meminfo: memFree=30608324/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19192
/proc/meminfo: memFree=30608324/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19192
/proc/meminfo: memFree=30608324/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19192
/proc/meminfo: memFree=30608324/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 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 19199
/proc/meminfo: memFree=30600116/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=4240 CPUtime=0.49 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 1432 6884 0 0 6 0 37 6 20 0 1 0 287185363 4341760 587 33554432000 4194304 5990268 140734660455296 140734660449536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19193/statm: 1060 587 157 439 0 617 0
[pid=19198] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19198/stat : 19198 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287185415 9367552 266 33554432000 4194304 5064252 140736574901328 140736574900240 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19198/statm: 2287 266 226 213 0 72 0
[pid=19199] ppid=19198 vsize=11188 CPUtime=0.97 cores=0,2,4,6
/proc/19199/stat : 19199 (glucose) R 19198 19192 16422 0 -1 4202496 2274 0 0 0 97 0 0 0 20 0 1 0 287185415 11456512 1920 33554432000 4194304 5208918 140733674244720 140733674242568 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19199/statm: 2797 1920 96 248 0 2546 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 33724

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19199
/proc/meminfo: memFree=30595572/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=4240 CPUtime=0.49 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 1432 6884 0 0 6 0 37 6 20 0 1 0 287185363 4341760 587 33554432000 4194304 5990268 140734660455296 140734660449536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19193/statm: 1060 587 157 439 0 617 0
[pid=19198] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19198/stat : 19198 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287185415 9367552 266 33554432000 4194304 5064252 140736574901328 140736574900240 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19198/statm: 2287 266 226 213 0 72 0
[pid=19199] ppid=19198 vsize=15600 CPUtime=2.57 cores=0,2,4,6
/proc/19199/stat : 19199 (glucose) R 19198 19192 16422 0 -1 4202496 3008 0 0 0 257 0 0 0 20 0 1 0 287185415 15974400 3366 33554432000 4194304 5208918 140733674244720 140733674242664 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19199/statm: 3900 3366 96 248 0 3649 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38136

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19234
/proc/meminfo: memFree=30594536/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=21928 CPUtime=5.51 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 8534 49783 0 0 30 5 500 16 20 0 1 0 287185363 22454272 3847 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 5482 3847 170 439 0 5039 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 31076

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19241
/proc/meminfo: memFree=30496220/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=21928 CPUtime=5.51 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 8534 49783 0 0 30 5 500 16 20 0 1 0 287185363 22454272 3847 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 5482 3847 170 439 0 5039 0
[pid=19240] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19240/stat : 19240 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287185926 9367552 267 33554432000 4194304 5064252 140733550669040 140733550667952 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19240/statm: 2287 267 226 213 0 72 0
[pid=19241] ppid=19240 vsize=102164 CPUtime=7.05 cores=0,2,4,6
/proc/19241/stat : 19241 (glucose) R 19240 19192 16422 0 -1 4202496 20417 0 0 0 701 4 0 0 20 0 1 0 287185926 104615936 20704 33554432000 4194304 5208918 140733805261456 140733805259544 4229556 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19241/statm: 25541 20704 96 248 0 25290 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 142388

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19248
/proc/meminfo: memFree=30564372/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=14.11 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 9644 77448 0 0 32 6 1331 42 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19247] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19247/stat : 19247 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287186786 9367552 266 33554432000 4194304 5064252 140736304746192 140736304745104 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19247/statm: 2287 266 226 213 0 72 0
[pid=19248] ppid=19247 vsize=40544 CPUtime=11.25 cores=0,2,4,6
/proc/19248/stat : 19248 (glucose) R 19247 19192 16422 0 -1 4202496 8798 0 0 0 1124 1 0 0 20 0 1 0 287186786 41517056 8940 33554432000 4194304 5208918 140735103091504 140735103089368 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19248/statm: 10136 8940 104 248 0 9885 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 67516

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19263
/proc/meminfo: memFree=30564408/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=42.56 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 11797 104900 0 0 36 7 4159 54 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19262] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19262/stat : 19262 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287189632 9367552 267 33554432000 4194304 5064252 140736227131728 140736227130640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19262/statm: 2287 267 226 213 0 72 0
[pid=19263] ppid=19262 vsize=37348 CPUtime=8.4 cores=0,2,4,6
/proc/19263/stat : 19263 (glucose) R 19262 19192 16422 0 -1 4202496 7036 0 0 0 839 1 0 0 20 0 1 0 287189632 38244352 8412 33554432000 4194304 5208918 140733734935280 140733734933144 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19263/statm: 9337 8412 104 248 0 9086 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 64320

[startup+102.306 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 19333
/proc/meminfo: memFree=30566988/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=38464 CPUtime=18.76 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 5978 0 0 0 1874 2 0 0 20 0 1 0 287193716 39387136 7087 33554432000 4194304 5208918 140735132463472 140735132461560 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 9616 7087 105 248 0 9365 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 65436

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 19333
/proc/meminfo: memFree=30526160/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=77048 CPUtime=78.74 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 9149 0 0 0 7870 4 0 0 20 0 1 0 287193716 78897152 16321 33554432000 4194304 5208918 140735132463472 140735132461416 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 19262 16321 105 248 0 19011 0
Current children cumulated CPU time (s) 162.14

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 19830
/proc/meminfo: memFree=30379716/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1338.56 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 23264 0 0 0 133828 28 0 0 20 0 1 0 287193716 176041984 41791 33554432000 4194304 5208918 140735132463472 140735132461464 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 41791 105 248 0 42728 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 198888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19830
/proc/meminfo: memFree=30357640/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1398.54 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 24242 0 0 0 139825 29 0 0 20 0 1 0 287193716 176041984 38719 33554432000 4194304 5208918 140735132463472 140735132461464 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 38719 105 248 0 42728 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 198888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19830
/proc/meminfo: memFree=30314204/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=202736 CPUtime=1458.53 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 24838 0 0 0 145823 30 0 0 20 0 1 0 287193716 207601664 45442 33554432000 4194304 5208918 140735132463472 140735132461624 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 50684 45442 105 248 0 50433 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 229708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19830
/proc/meminfo: memFree=30304780/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=202736 CPUtime=1518.52 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 25815 0 0 0 151821 31 0 0 20 0 1 0 287193716 207601664 44930 33554432000 4194304 5208918 140735132463472 140735132461624 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 50684 44930 105 248 0 50433 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 229708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19830
/proc/meminfo: memFree=30317224/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=202736 CPUtime=1578.51 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 26788 0 0 0 157818 33 0 0 20 0 1 0 287193716 207601664 43394 33554432000 4194304 5208918 140735132463472 140735132461624 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 50684 43394 105 248 0 50433 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 229708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19830
/proc/meminfo: memFree=30281084/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1638.48 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 27203 0 0 0 163814 34 0 0 20 0 1 0 287193716 176041984 42303 33554432000 4194304 5208918 140735132463472 140735132461464 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 42303 105 248 0 42728 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 198888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19831
/proc/meminfo: memFree=30330896/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1698.48 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 28181 0 0 0 169812 36 0 0 20 0 1 0 287193716 176041984 39743 33554432000 4194304 5208918 140735132463472 140735132459848 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 39743 105 248 0 42728 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 198888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.16 2.03 2.01 3/184 19834
/proc/meminfo: memFree=30320708/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1716.68 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 28186 0 0 0 171632 36 0 0 20 0 1 0 287193716 176041984 42303 33554432000 4194304 5208918 140735132463472 140735132459848 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 42303 105 248 0 42728 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 198888

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.16 2.03 2.01 3/184 19834
/proc/meminfo: memFree=30320708/32873844 swapFree=6600/6600
[pid=19192] ppid=19190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19192/stat : 19192 (npSolver-wbo-It) S 19190 19192 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287185363 9367552 275 33554432000 4194304 5064252 140734625788992 140734625787904 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19192/statm: 2287 275 233 213 0 72 0
[pid=19193] ppid=19192 vsize=8676 CPUtime=83.4 cores=0,2,4,6
/proc/19193/stat : 19193 (npSolver-wbo) S 19192 19192 16422 0 -1 4202496 15923 194934 0 0 43 8 8206 83 20 0 1 0 287185363 8884224 1529 33554432000 4194304 5990268 140734660455296 140734660446720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19193/statm: 2169 1529 170 439 0 1726 0
[pid=19332] ppid=19193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19332/stat : 19332 (satsolver.sh) S 19193 19192 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287193716 9367552 266 33554432000 4194304 5064252 140736394841056 140736394839968 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19332/statm: 2287 266 226 213 0 72 0
[pid=19333] ppid=19332 vsize=171916 CPUtime=1716.68 cores=0,2,4,6
/proc/19333/stat : 19333 (glucose) R 19332 19192 16422 0 -1 4202496 28186 0 0 0 171632 36 0 0 20 0 1 0 287193716 176041984 42303 33554432000 4194304 5208918 140735132463472 140735132459848 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19333/statm: 42979 42303 105 248 0 42728 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 198888

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.82
CPU system time (s): 1.2898
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 229708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.2898
maximum resident set size= 185864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 78912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1715
involuntary context switches= 2203

runsolver used 2.75458 second user time and 7.13991 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 15:10:05
IDJOB=3715201
IDBENCH=79157
IDSOLVER=2296
FILE ID=node140/3715201-1338210605
RUNJOBID= node140-1338193685-16438
PBS_JOBID= 14624590
Free space on /tmp= 71316 MiB

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

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

MD5SUM BENCH= ccc8229e0445e5a3e6fad9172f1ab48d
RANDOM SEED=1156838452

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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.094
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.90
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.094
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:        30608580 kB
Buffers:          494944 kB
Cached:           778736 kB
SwapCached:         1516 kB
Active:          1073436 kB
Inactive:         306260 kB
Active(anon):      97444 kB
Inactive(anon):     8636 kB
Active(file):     975992 kB
Inactive(file):   297624 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105308 kB
Dirty:              8228 kB
Writeback:             0 kB
AnonPages:         98532 kB
Mapped:            12612 kB
Shmem:                 8 kB
Slab:             740220 kB
SReclaimable:     182340 kB
SUnreclaim:       557880 kB
KernelStack:        1520 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     244040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 71312 MiB
End job on node140 at 2012-05-28 15:40:06