Trace number 3288437

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 228.832 228.832

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  701694  2616281 |  210508       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  697544  2607344 |      --       0       --      -- |     --   | -4150/-8937
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 31688   #clauses: 697544   #literals: 2607344
0.00/0.37	c CPU time:   0.317951 s
0.00/0.37	c ==============================================================================
0.00/0.80	c
0.00/0.80	c Starting glucose
0.00/0.80	c
0.00/0.80	
0.00/0.80	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.80	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.80	
0.00/0.80	c ============================[ Problem Statistics ]=============================
0.00/0.80	c |                                                                             |
0.00/0.80	c |  Number of variables:  31688                                                |
0.00/0.80	c |  Number of clauses:    697544                                               |
0.79/1.04	c |  Parsing time:         0.21         s                                       |
228.79/228.81	c restarts              : 90
228.79/228.81	c nb ReduceDB           : 22
228.79/228.81	c nb learnts DL2        : 9928
228.79/228.81	c nb learnts size 2     : 270
228.79/228.81	c nb learnts size 1     : 18
228.79/228.81	c conflicts             : 683701         (2999 /sec)
228.79/228.81	c decisions             : 925122         (1.95 % random) (4058 /sec)
228.79/228.81	c propagations          : 145533823      (638339 /sec)
228.79/228.81	c conflict literals     : 13179149       (47.59 % deleted)
228.79/228.81	c Memory used           : 63.71 MB
228.79/228.81	c CPU time              : 227.988 s
228.79/228.81	
228.79/228.82	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-3288437-1303769194/watcher-3288437-1303769194 -o /tmp/evaluation-result-3288437-1303769194/solver-3288437-1303769194 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288437-1303769194.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: 3.99 3.95 3.92 5/192 30083
/proc/meminfo: memFree=12562832/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) R 30081 30083 29809 0 -1 4202496 338 232 0 0 0 0 0 0 22 0 1 0 567150136 8912896 253 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415211925 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/30083/statm: 2176 253 211 178 0 69 0

[startup+0.100347 s]
/proc/loadavg: 3.99 3.95 3.92 5/192 30083
/proc/meminfo: memFree=12562832/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567150136 8912896 253 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30083/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200331 s]
/proc/loadavg: 3.99 3.95 3.92 5/192 30083
/proc/meminfo: memFree=12562832/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567150136 8912896 253 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30083/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300309 s]
/proc/loadavg: 3.99 3.95 3.92 5/192 30083
/proc/meminfo: memFree=12562832/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567150136 8912896 253 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30083/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700235 s]
/proc/loadavg: 3.99 3.95 3.92 5/192 30083
/proc/meminfo: memFree=12562832/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567150136 8912896 253 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30083/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50109 s]
/proc/loadavg: 3.99 3.95 3.92 5/194 30087
/proc/meminfo: memFree=12498700/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=49464 CPUtime=0.69 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 11734 0 0 0 67 2 0 0 18 0 1 0 567150216 50651136 11675 33554432000 134512640 134556542 4290238848 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 12366 11675 207 11 0 11700 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58168

[startup+3.10079 s]
/proc/loadavg: 3.99 3.95 3.92 5/194 30087
/proc/meminfo: memFree=12495984/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=50652 CPUtime=2.29 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 12018 0 0 0 227 2 0 0 21 0 1 0 567150216 51867648 11959 33554432000 134512640 134556542 4290238848 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 12663 11959 211 11 0 11997 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59356

[startup+6.30117 s]
/proc/loadavg: 3.99 3.96 3.92 6/194 30087
/proc/meminfo: memFree=12494052/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=51976 CPUtime=5.49 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 12370 0 0 0 547 2 0 0 25 0 1 0 567150216 53223424 12311 33554432000 134512640 134556542 4290238848 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 12994 12311 211 11 0 12328 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60680

[startup+12.701 s]
/proc/loadavg: 3.99 3.96 3.92 5/194 30087
/proc/meminfo: memFree=12492688/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=53576 CPUtime=11.89 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 12757 0 0 0 1187 2 0 0 25 0 1 0 567150216 54861824 12698 33554432000 134512640 134556542 4290238848 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 13394 12698 211 11 0 12728 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62280

[startup+25.5005 s]
/proc/loadavg: 3.99 3.96 3.92 5/194 30088
/proc/meminfo: memFree=12488964/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=55748 CPUtime=24.69 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 13283 0 0 0 2467 2 0 0 25 0 1 0 567150216 57085952 13224 33554432000 134512640 134556542 4290238848 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 13937 13224 211 11 0 13271 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64452

[startup+51.1007 s]
/proc/loadavg: 3.99 3.96 3.92 5/194 30088
/proc/meminfo: memFree=12483472/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=57952 CPUtime=50.29 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 13826 0 0 0 5027 2 0 0 25 0 1 0 567150216 59342848 13767 33554432000 134512640 134556542 4290238848 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 14488 13767 211 11 0 13822 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66656

[startup+102.301 s]
/proc/loadavg: 3.99 3.96 3.92 5/194 30090
/proc/meminfo: memFree=12475900/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=60252 CPUtime=101.5 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 14388 0 0 0 10147 3 0 0 25 0 1 0 567150216 61698048 14329 33554432000 134512640 134556542 4290238848 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 15063 14329 211 11 0 14397 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68956

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30122
/proc/meminfo: memFree=12442924/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=62124 CPUtime=161.5 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 14858 0 0 0 16147 3 0 0 25 0 1 0 567150216 63614976 14799 33554432000 134512640 134556542 4290238848 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 15531 14799 211 11 0 14865 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70828

[startup+222.307 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12433188/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=64696 CPUtime=221.5 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15489 0 0 0 22147 3 0 0 25 0 1 0 567150216 66248704 15430 33554432000 134512640 134556542 4290238848 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16174 15430 211 11 0 15508 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73400

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

[startup+224.001 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12433188/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=65100 CPUtime=223.2 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15577 0 0 0 22317 3 0 0 25 0 1 0 567150216 66662400 15518 33554432000 134512640 134556542 4290238848 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16275 15518 211 11 0 15609 0
Current children cumulated CPU time (s) 223.99
Current children cumulated vsize (KiB) 73804

[startup+227.2 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12432816/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=65232 CPUtime=226.4 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15618 0 0 0 22637 3 0 0 25 0 1 0 567150216 66797568 15559 33554432000 134512640 134556542 4290238848 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16308 15559 211 11 0 15642 0
Current children cumulated CPU time (s) 227.19
Current children cumulated vsize (KiB) 73936

[startup+228 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12432568/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=65232 CPUtime=227.2 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15618 0 0 0 22717 3 0 0 25 0 1 0 567150216 66797568 15559 33554432000 134512640 134556542 4290238848 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16308 15559 211 11 0 15642 0
Current children cumulated CPU time (s) 227.99
Current children cumulated vsize (KiB) 73936

[startup+228.4 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12432568/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=65232 CPUtime=227.6 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15618 0 0 0 22757 3 0 0 25 0 1 0 567150216 66797568 15559 33554432000 134512640 134556542 4290238848 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16308 15559 211 11 0 15642 0
Current children cumulated CPU time (s) 228.39
Current children cumulated vsize (KiB) 73936

[startup+228.801 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12432560/32950928 swapFree=67111524/67111528
[pid=30083] ppid=30081 vsize=8704 CPUtime=0.79 cores=5,7
/proc/30083/stat : 30083 (ebglucose.sh) S 30081 30083 29809 0 -1 4202496 381 18186 0 0 0 0 71 8 16 0 1 0 567150136 8912896 256 33554432000 4194304 4922060 140734935253616 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30083/statm: 2176 256 211 178 0 69 0
[pid=30087] ppid=30083 vsize=65232 CPUtime=228 cores=5,7
/proc/30087/stat : 30087 (ebglucose_stati) R 30083 30083 29809 0 -1 4202496 15618 0 0 0 22797 3 0 0 25 0 1 0 567150216 66797568 15559 33554432000 134512640 134556542 4290238848 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30087/statm: 16308 15559 211 11 0 15642 0
Current children cumulated CPU time (s) 228.79
Current children cumulated vsize (KiB) 73936

Child status: 20
Real time (s): 228.832
CPU time (s): 228.832
CPU user time (s): 228.705
CPU system time (s): 0.12698
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 73936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.705
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34413
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= 43
involuntary context switches= 194

runsolver used 0.39094 second user time and 0.867868 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:06:35
IDJOB=3288437
IDBENCH=82496
IDSOLVER=1652
FILE ID=node115/3288437-1303769194
RUNJOBID= node115-1303768833-29830
PBS_JOBID= 13157163
Free space on /tmp= 72316 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288437-1303769194/watcher-3288437-1303769194 -o /tmp/evaluation-result-3288437-1303769194/solver-3288437-1303769194 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288437-1303769194.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1751720595

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12562988 kB
Buffers:       2291536 kB
Cached:       17043632 kB
SwapCached:          4 kB
Active:        8067228 kB
Inactive:     11763348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12562988 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          256812 kB
Writeback:          32 kB
AnonPages:      494784 kB
Mapped:          16104 kB
Slab:           491016 kB
PageTables:       6280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   688620 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= 72304 MiB
End job on node115 at 2011-04-26 00:10:24