Trace number 3498727

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 277.239 277.253

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

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.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.37	c CPU time:   0.332949 s
0.00/0.37	c ==============================================================================
0.00/0.84	c
0.00/0.84	c Starting glucose
0.00/0.84	c
0.00/0.84	
0.00/0.84	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.84	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.84	
0.00/0.84	c ============================[ Problem Statistics ]=============================
0.00/0.84	c |                                                                             |
0.00/0.84	c |  Number of variables:  31632                                                |
0.00/0.84	c |  Number of clauses:    760817                                               |
0.98/1.09	c |  Parsing time:         0.23         s                                       |
277.17/277.24	c restarts              : 57
277.17/277.24	c nb ReduceDB           : 24
277.17/277.24	c nb learnts DL2        : 10712
277.17/277.24	c nb learnts size 2     : 253
277.17/277.24	c nb learnts size 1     : 19
277.17/277.24	c conflicts             : 782746         (2832 /sec)
277.17/277.24	c decisions             : 1046019        (1.94 % random) (3785 /sec)
277.17/277.24	c propagations          : 172107800      (622773 /sec)
277.17/277.24	c conflict literals     : 15442791       (46.23 % deleted)
277.17/277.24	c Memory used           : 69.85 MB
277.17/277.24	c CPU time              : 276.357 s
277.17/277.24	
277.17/277.24	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.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 /var/tmp/evaluation-result-3498727-1307966028/watcher-3498727-1307966028 -o /var/tmp/evaluation-result-3498727-1307966028/solver-3498727-1307966028 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498727-1307966028.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.98 2/178 31818
/proc/meminfo: memFree=13076348/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 889018956 8912896 253 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31818/statm: 2176 253 211 178 0 69 0

[startup+0.0271291 s]
/proc/loadavg: 2.01 2.00 1.98 2/178 31818
/proc/meminfo: memFree=13076348/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 889018956 8912896 253 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31818/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101146 s]
/proc/loadavg: 2.01 2.00 1.98 2/178 31818
/proc/meminfo: memFree=13076348/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 889018956 8912896 253 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31818/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301111 s]
/proc/loadavg: 2.01 2.00 1.98 2/178 31818
/proc/meminfo: memFree=13076348/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 889018956 8912896 253 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31818/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701041 s]
/proc/loadavg: 2.01 2.00 1.98 2/178 31818
/proc/meminfo: memFree=13076348/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 889018956 8912896 253 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31818/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50087 s]
/proc/loadavg: 2.01 2.00 1.98 3/180 31822
/proc/meminfo: memFree=13026128/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=54852 CPUtime=0.64 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 12796 0 0 0 63 1 0 0 20 0 1 0 889019040 56168448 12716 33554432000 134512640 134556542 4291848384 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31822/statm: 13713 12716 207 11 0 13047 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 63556

[startup+3.10062 s]
/proc/loadavg: 2.01 2.00 1.98 3/180 31822
/proc/meminfo: memFree=13005544/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=55648 CPUtime=2.24 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 13016 0 0 0 223 1 0 0 25 0 1 0 889019040 56983552 12936 33554432000 134512640 134556542 4291848384 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31822/statm: 13912 12936 207 11 0 13246 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 64352

[startup+6.30099 s]
/proc/loadavg: 2.01 2.00 1.98 3/180 31822
/proc/meminfo: memFree=13004044/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=57236 CPUtime=5.45 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 13398 0 0 0 543 2 0 0 25 0 1 0 889019040 58609664 13318 33554432000 134512640 134556542 4291848384 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/31822/statm: 14309 13318 207 11 0 13643 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 65940

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31822
/proc/meminfo: memFree=13002216/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=59132 CPUtime=11.84 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 13871 0 0 0 1182 2 0 0 25 0 1 0 889019040 60551168 13791 33554432000 134512640 134556542 4291848384 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 14783 13791 211 11 0 14117 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 67836

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31822
/proc/meminfo: memFree=12999092/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=60884 CPUtime=24.64 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 14307 0 0 0 2462 2 0 0 25 0 1 0 889019040 62345216 14227 33554432000 134512640 134556542 4291848384 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 15221 14227 211 11 0 14555 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69588

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31823
/proc/meminfo: memFree=12997220/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=62460 CPUtime=50.24 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 14696 0 0 0 5022 2 0 0 25 0 1 0 889019040 63959040 14616 33554432000 134512640 134556542 4291848384 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 15615 14616 211 11 0 14949 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71164

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31825
/proc/meminfo: memFree=12993772/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=65424 CPUtime=101.44 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 15450 0 0 0 10142 2 0 0 25 0 1 0 889019040 66994176 15370 33554432000 134512640 134556542 4291848384 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 16356 15370 211 11 0 15690 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74128

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31826
/proc/meminfo: memFree=12991128/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=67860 CPUtime=161.44 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16029 0 0 0 16141 3 0 0 25 0 1 0 889019040 69488640 15949 33554432000 134512640 134556542 4291848384 18446744073709551615 134537478 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 16965 15949 211 11 0 16299 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 76564

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31828
/proc/meminfo: memFree=12988352/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=69888 CPUtime=221.44 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16514 0 0 0 22141 3 0 0 25 0 1 0 889019040 71565312 16434 33554432000 134512640 134556542 4291848384 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17472 16434 211 11 0 16806 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 78592

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31828
/proc/meminfo: memFree=12988100/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=70056 CPUtime=229.44 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16566 0 0 0 22941 3 0 0 25 0 1 0 889019040 71737344 16486 33554432000 134512640 134556542 4291848384 18446744073709551615 134537292 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17514 16486 211 11 0 16848 0
Current children cumulated CPU time (s) 230.26
Current children cumulated vsize (KiB) 78760

[startup+255.901 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12986236/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71260 CPUtime=255.04 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16882 0 0 0 25501 3 0 0 25 0 1 0 889019040 72970240 16802 33554432000 134512640 134556542 4291848384 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17815 16802 211 11 0 17149 0
Current children cumulated CPU time (s) 255.86
Current children cumulated vsize (KiB) 79964

[startup+268.701 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985732/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71392 CPUtime=267.84 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16920 0 0 0 26781 3 0 0 25 0 1 0 889019040 73105408 16840 33554432000 134512640 134556542 4291848384 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17848 16840 211 11 0 17182 0
Current children cumulated CPU time (s) 268.66
Current children cumulated vsize (KiB) 80096

[startup+271.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985732/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71392 CPUtime=271.04 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16923 0 0 0 27101 3 0 0 25 0 1 0 889019040 73105408 16843 33554432000 134512640 134556542 4291848384 18446744073709551615 134537585 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17848 16843 211 11 0 17182 0
Current children cumulated CPU time (s) 271.86
Current children cumulated vsize (KiB) 80096

[startup+275.101 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985608/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71392 CPUtime=274.24 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16923 0 0 0 27421 3 0 0 25 0 1 0 889019040 73105408 16843 33554432000 134512640 134556542 4291848384 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17848 16843 211 11 0 17182 0
Current children cumulated CPU time (s) 275.06
Current children cumulated vsize (KiB) 80096

[startup+275.901 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985608/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71524 CPUtime=275.04 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16930 0 0 0 27501 3 0 0 25 0 1 0 889019040 73240576 16850 33554432000 134512640 134556542 4291848384 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17881 16850 211 11 0 17215 0
Current children cumulated CPU time (s) 275.86
Current children cumulated vsize (KiB) 80228

[startup+276.701 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985608/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71524 CPUtime=275.84 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16930 0 0 0 27581 3 0 0 25 0 1 0 889019040 73240576 16850 33554432000 134512640 134556542 4291848384 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17881 16850 211 11 0 17215 0
Current children cumulated CPU time (s) 276.66
Current children cumulated vsize (KiB) 80228

[startup+277.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985728/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71524 CPUtime=276.25 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16930 0 0 0 27622 3 0 0 25 0 1 0 889019040 73240576 16850 33554432000 134512640 134556542 4291848384 18446744073709551615 134537372 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17881 16850 211 11 0 17215 0
Current children cumulated CPU time (s) 277.07
Current children cumulated vsize (KiB) 80228

[startup+277.206 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 31829
/proc/meminfo: memFree=12985728/32951124 swapFree=67055536/67111528
[pid=31818] ppid=31816 vsize=8704 CPUtime=0.82 cores=0,2,4,6
/proc/31818/stat : 31818 (ebglucose.sh) S 31816 31818 30305 0 -1 4202496 382 20995 0 0 0 0 76 6 19 0 1 0 889018956 8912896 256 33554432000 4194304 4922060 140734550048368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31818/statm: 2176 256 211 178 0 69 0
[pid=31822] ppid=31818 vsize=71524 CPUtime=276.35 cores=0,2,4,6
/proc/31822/stat : 31822 (ebglucose_stati) R 31818 31818 30305 0 -1 4202496 16930 0 0 0 27632 3 0 0 25 0 1 0 889019040 73240576 16850 33554432000 134512640 134556542 4291848384 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31822/statm: 17881 16850 211 11 0 17215 0
Current children cumulated CPU time (s) 277.17
Current children cumulated vsize (KiB) 80228

Child status: 20
Real time (s): 277.253
CPU time (s): 277.239
CPU user time (s): 277.128
CPU system time (s): 0.110983
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 80228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.128
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38530
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= 51
involuntary context switches= 3279

runsolver used 0.492925 second user time and 1.01585 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 13:53:48
IDJOB=3498727
IDBENCH=82497
IDSOLVER=1992
FILE ID=node144/3498727-1307966028
RUNJOBID= node144-1307959724-30966
PBS_JOBID= 13559684
Free space on /var/tmp= 2856 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498727-1307966028/watcher-3498727-1307966028 -o /var/tmp/evaluation-result-3498727-1307966028/solver-3498727-1307966028 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498727-1307966028.cnf

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=629973643

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13076644 kB
Buffers:        102176 kB
Cached:       19013980 kB
SwapCached:       9092 kB
Active:        3682424 kB
Inactive:     15525864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13076644 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           19796 kB
Writeback:           0 kB
AnonPages:       90180 kB
Mapped:          14124 kB
Slab:           600656 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281872 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 /var/tmp at the end= 2856 MiB
End job on node144 at 2011-06-13 13:58:26