Trace number 3290553

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
EBGlucose 1.0UNSAT 38.6021 38.6311

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1971
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   69124   325384 |   20737       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   63826   311416 |      --       0       --      -- |     --   | -1037/11765
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 5295   #clauses: 63826   #literals: 311416
0.00/0.10	c CPU time:   0.100984 s
0.00/0.10	c ==============================================================================
0.00/0.15	c
0.00/0.15	c Starting glucose
0.00/0.15	c
0.00/0.15	
0.00/0.15	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.15	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.15	
0.00/0.15	c ============================[ Problem Statistics ]=============================
0.00/0.15	c |                                                                             |
0.00/0.15	c |  Number of variables:  5295                                                 |
0.00/0.15	c |  Number of clauses:    63826                                                |
0.00/0.17	c |  Parsing time:         0.02         s                                       |
38.55/38.62	c restarts              : 404
38.55/38.62	c nb ReduceDB           : 13
38.55/38.62	c nb learnts DL2        : 9510
38.55/38.62	c nb learnts size 2     : 1140
38.55/38.62	c nb learnts size 1     : 15
38.55/38.62	c conflicts             : 358713         (9334 /sec)
38.55/38.62	c decisions             : 743311         (1.52 % random) (19342 /sec)
38.55/38.62	c propagations          : 80253738       (2088301 /sec)
38.55/38.62	c conflict literals     : 16967212       (38.99 % deleted)
38.55/38.62	c Memory used           : 23.04 MB
38.55/38.62	c CPU time              : 38.4302 s
38.55/38.62	
38.55/38.62	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3290553-1303778490/watcher-3290553-1303778490 -o /tmp/evaluation-result-3290553-1303778490/solver-3290553-1303778490 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290553-1303778490.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 3.19 5.31 5/188 13053
/proc/meminfo: memFree=20846196/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) R 13051 13053 11530 0 -1 4202496 338 233 0 0 0 0 0 0 21 0 1 0 489448767 8912896 253 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278699925 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/13053/statm: 2176 253 211 178 0 69 0

[startup+0.080458 s]
/proc/loadavg: 2.02 3.19 5.31 5/188 13053
/proc/meminfo: memFree=20846196/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 355 233 0 0 0 0 0 0 21 0 1 0 489448767 8912896 253 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/13053/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100453 s]
/proc/loadavg: 2.02 3.19 5.31 5/188 13053
/proc/meminfo: memFree=20846196/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 355 233 0 0 0 0 0 0 21 0 1 0 489448767 8912896 253 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/13053/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30042 s]
/proc/loadavg: 2.02 3.19 5.31 5/188 13053
/proc/meminfo: memFree=20846196/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8704

[startup+0.700348 s]
/proc/loadavg: 2.02 3.19 5.31 5/188 13053
/proc/meminfo: memFree=20846196/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8704

[startup+1.50021 s]
/proc/loadavg: 2.02 3.19 5.31 5/194 13065
/proc/meminfo: memFree=20785628/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=13260 CPUtime=1.33 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 2870 0 0 0 133 0 0 0 25 0 1 0 489448782 13578240 2810 33554432000 134512640 134556542 4291755616 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 7 0 0 0
/proc/13057/statm: 3315 2810 212 11 0 2649 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21964

[startup+3.10092 s]
/proc/loadavg: 2.02 3.19 5.31 5/194 13065
/proc/meminfo: memFree=20774096/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=14488 CPUtime=2.92 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 3156 0 0 0 292 0 0 0 25 0 1 0 489448782 14835712 3096 33554432000 134512640 134556542 4291755616 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 7 0 0 0
/proc/13057/statm: 3622 3096 212 11 0 2956 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 23192

[startup+6.30036 s]
/proc/loadavg: 2.18 3.20 5.30 5/194 13066
/proc/meminfo: memFree=20762920/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=16612 CPUtime=6.1 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 3694 0 0 0 610 0 0 0 25 0 1 0 489448782 17010688 3634 33554432000 134512640 134556542 4291755616 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 4153 3634 214 11 0 3487 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 25316

[startup+12.7002 s]
/proc/loadavg: 2.32 3.21 5.29 5/194 13066
/proc/meminfo: memFree=20751528/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=19892 CPUtime=12.51 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 4511 0 0 0 1250 1 0 0 25 0 1 0 489448782 20369408 4451 33554432000 134512640 134556542 4291755616 18446744073709551615 134536918 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 4973 4451 214 11 0 4307 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 28596

[startup+25.5009 s]
/proc/loadavg: 2.69 3.25 5.27 5/194 13066
/proc/meminfo: memFree=20736564/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=22828 CPUtime=25.31 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5256 0 0 0 2530 1 0 0 25 0 1 0 489448782 23375872 5196 33554432000 134512640 134556542 4291755616 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5707 5196 214 11 0 5041 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 31532

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

[startup+31.9068 s]
/proc/loadavg: 2.80 3.26 5.27 5/194 13067
/proc/meminfo: memFree=20733748/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23416 CPUtime=31.71 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5386 0 0 0 3170 1 0 0 25 0 1 0 489448782 23977984 5326 33554432000 134512640 134556542 4291755616 18446744073709551615 134529857 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5854 5326 214 11 0 5188 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 32120

[startup+35.1002 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20732744/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23416 CPUtime=34.91 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5392 0 0 0 3490 1 0 0 25 0 1 0 489448782 23977984 5332 33554432000 134512640 134556542 4291755616 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5854 5332 214 11 0 5188 0
Current children cumulated CPU time (s) 35.05
Current children cumulated vsize (KiB) 32120

[startup+36.7009 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20732496/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23592 CPUtime=36.51 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5426 0 0 0 3650 1 0 0 25 0 1 0 489448782 24158208 5366 33554432000 134512640 134556542 4291755616 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5898 5366 214 11 0 5232 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 32296

[startup+37.5008 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20732000/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23592 CPUtime=37.31 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5426 0 0 0 3730 1 0 0 25 0 1 0 489448782 24158208 5366 33554432000 134512640 134556542 4291755616 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5898 5366 214 11 0 5232 0
Current children cumulated CPU time (s) 37.45
Current children cumulated vsize (KiB) 32296

[startup+38.3007 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20732000/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23592 CPUtime=38.11 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5432 0 0 0 3810 1 0 0 25 0 1 0 489448782 24158208 5372 33554432000 134512640 134556542 4291755616 18446744073709551615 134530974 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5898 5372 214 11 0 5232 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 32296

[startup+38.5066 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20731008/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23592 CPUtime=38.31 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5438 0 0 0 3830 1 0 0 25 0 1 0 489448782 24158208 5378 33554432000 134512640 134556542 4291755616 18446744073709551615 134529878 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5898 5378 214 11 0 5232 0
Current children cumulated CPU time (s) 38.45
Current children cumulated vsize (KiB) 32296

[startup+38.6006 s]
/proc/loadavg: 2.89 3.27 5.26 5/194 13067
/proc/meminfo: memFree=20731008/32950904 swapFree=67082284/67111528
[pid=13053] ppid=13051 vsize=8704 CPUtime=0.14 cores=5,7
/proc/13053/stat : 13053 (ebglucose.sh) S 13051 13053 11530 0 -1 4202496 380 2357 0 0 0 0 14 0 20 0 1 0 489448767 8912896 256 33554432000 4194304 4922060 140734924038176 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13053/statm: 2176 256 211 178 0 69 0
[pid=13057] ppid=13053 vsize=23592 CPUtime=38.41 cores=5,7
/proc/13057/stat : 13057 (ebglucose_stati) R 13053 13053 11530 0 -1 4202496 5438 0 0 0 3840 1 0 0 25 0 1 0 489448782 24158208 5378 33554432000 134512640 134556542 4291755616 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/13057/statm: 5898 5378 214 11 0 5232 0
Current children cumulated CPU time (s) 38.55
Current children cumulated vsize (KiB) 32296

Child status: 20
Real time (s): 38.6311
CPU time (s): 38.6021
CPU user time (s): 38.5771
CPU system time (s): 0.024996
CPU usage (%): 99.925
Max. virtual memory (cumulated for all children) (KiB): 32296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5771
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 448

runsolver used 0.06299 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:41:30
IDJOB=3290553
IDBENCH=83438
IDSOLVER=1652
FILE ID=node121/3290553-1303778490
RUNJOBID= node121-1303778490-13014
PBS_JOBID= 13157167
Free space on /tmp= 72080 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290553-1303778490/watcher-3290553-1303778490 -o /tmp/evaluation-result-3290553-1303778490/solver-3290553-1303778490 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3290553-1303778490.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=363179541

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20846608 kB
Buffers:       2149184 kB
Cached:        9393848 kB
SwapCached:       2776 kB
Active:        8561920 kB
Inactive:      3031160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20846608 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           12972 kB
Writeback:           0 kB
AnonPages:       47676 kB
Mapped:          15080 kB
Slab:           445660 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   242748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72052 MiB
End job on node121 at 2011-04-26 02:42:09