Trace number 3371415

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
Plingeling 587f (fixed)UNSAT 77.2903 21.127

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

77.25/21.12	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: 961)

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-3371415-1305421790/watcher-3371415-1305421790 -o /tmp/evaluation-result-3371415-1305421790/solver-3371415-1305421790 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371415-1305421790.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.45 7.96 7.91 5/387 13464
/proc/meminfo: memFree=14711456/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=14336 CPUtime=0 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 1656 1253 0 0 0 0 0 0 18 0 1 0 732409818 14680064 1587 33554432000 4194304 4417452 140734719176528 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 3584 1587 144 55 0 1470 0

[startup+0.046244 s]
/proc/loadavg: 7.45 7.96 7.91 5/387 13464
/proc/meminfo: memFree=14711456/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=18288 CPUtime=0.03 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 2664 1253 0 0 3 0 0 0 18 0 1 0 732409818 18726912 2595 33554432000 4194304 4417452 140734719176528 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 4572 2595 148 55 0 2458 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18288

[startup+0.100233 s]
/proc/loadavg: 7.45 7.96 7.91 5/387 13464
/proc/meminfo: memFree=14711456/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=24324 CPUtime=0.08 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 4176 1253 0 0 8 0 0 0 18 0 1 0 732409818 24907776 4105 33554432000 4194304 4417452 140734719176528 18446744073709551615 216734797317 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 6081 4105 149 55 0 3967 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24324

[startup+0.300199 s]
/proc/loadavg: 7.45 7.96 7.91 5/387 13464
/proc/meminfo: memFree=14711456/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=38528 CPUtime=0.29 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 7682 1253 0 0 28 1 0 0 19 0 1 0 732409818 39452672 7602 33554432000 4194304 4417452 140734719176528 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 9632 7627 149 55 0 7518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38528

[startup+0.701129 s]
/proc/loadavg: 7.45 7.96 7.91 5/387 13464
/proc/meminfo: memFree=14711456/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=78872 CPUtime=0.68 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 17822 1253 0 0 66 2 0 0 19 0 1 0 732409818 80764928 17742 33554432000 4194304 4417452 140734719176528 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 19718 17742 149 55 0 17604 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 78872

[startup+1.50099 s]
/proc/loadavg: 7.45 7.96 7.91 6/388 13470
/proc/meminfo: memFree=14580132/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=171160 CPUtime=1.49 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) R 13462 13464 12655 0 -1 4202496 40894 1253 0 0 143 6 0 0 21 0 1 0 732409818 175267840 40814 33554432000 4194304 4417452 140734719176528 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13464/statm: 42790 40814 149 55 0 40676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171160

[startup+3.10067 s]
/proc/loadavg: 7.25 7.91 7.89 6/388 13470
/proc/meminfo: memFree=14387920/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=372368 CPUtime=5.75 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 98322 1253 0 0 561 14 0 0 25 0 5 0 732409818 381304832 66999 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 93092 66999 174 55 0 90978 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 372368

[startup+6.30112 s]
/proc/loadavg: 7.25 7.91 7.89 9/392 13474
/proc/meminfo: memFree=14410964/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=381200 CPUtime=18.49 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 168413 1253 0 0 1825 24 0 0 25 0 5 0 732409818 390348800 72896 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 95300 72896 178 55 0 93186 0
[pid=13464/tid=13471] ppid=13462 vsize=381200 CPUtime=4.06 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26261 1253 0 0 401 5 0 0 25 0 5 0 732410038 390348800 72896 33554432000 4194304 4417452 140734719176528 18446744073709551615 4320283 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=381200 CPUtime=4.08 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37145 1253 0 0 403 5 0 0 25 0 5 0 732410038 390348800 72896 33554432000 4194304 4417452 140734719176528 18446744073709551615 4260492 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=381200 CPUtime=4.04 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 22724 1253 0 0 402 2 0 0 25 0 5 0 732410038 390348800 72896 33554432000 4194304 4417452 140734719176528 18446744073709551615 4331751 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=381200 CPUtime=4.08 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 4062 1253 0 0 408 0 0 0 25 0 5 0 732410038 390348800 72896 33554432000 4194304 4417452 140734719176528 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 381200

[startup+12.701 s]
/proc/loadavg: 7.31 7.91 7.89 9/392 13474
/proc/meminfo: memFree=14380876/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=383644 CPUtime=44.01 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 169024 1253 0 0 4376 25 0 0 25 0 5 0 732409818 392851456 73507 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 95911 73507 178 55 0 93797 0
[pid=13464/tid=13471] ppid=13462 vsize=383644 CPUtime=10.45 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26261 1253 0 0 1040 5 0 0 25 0 5 0 732410038 392851456 73507 33554432000 4194304 4417452 140734719176528 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=383644 CPUtime=10.48 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37145 1253 0 0 1043 5 0 0 25 0 5 0 732410038 392851456 73507 33554432000 4194304 4417452 140734719176528 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=383644 CPUtime=10.36 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 22724 1253 0 0 1034 2 0 0 25 0 5 0 732410038 392851456 73507 33554432000 4194304 4417452 140734719176528 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=383644 CPUtime=10.48 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 4673 1253 0 0 1048 0 0 0 25 0 5 0 732410038 392851456 73507 33554432000 4194304 4417452 140734719176528 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.01
Current children cumulated vsize (KiB) 383644

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

[startup+15.9004 s]
/proc/loadavg: 7.45 7.93 7.90 9/392 13474
/proc/meminfo: memFree=14361160/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=389788 CPUtime=56.77 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 170560 1253 0 0 5652 25 0 0 25 0 5 0 732409818 399142912 75043 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 97447 75043 178 55 0 95333 0
[pid=13464/tid=13471] ppid=13462 vsize=389788 CPUtime=13.65 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26261 1253 0 0 1360 5 0 0 25 0 5 0 732410038 399142912 75043 33554432000 4194304 4417452 140734719176528 18446744073709551615 4253440 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=389788 CPUtime=13.68 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37145 1253 0 0 1363 5 0 0 25 0 5 0 732410038 399142912 75043 33554432000 4194304 4417452 140734719176528 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=389788 CPUtime=13.52 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 22724 1253 0 0 1350 2 0 0 25 0 5 0 732410038 399142912 75043 33554432000 4194304 4417452 140734719176528 18446744073709551615 4254433 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=389788 CPUtime=13.68 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 6209 1253 0 0 1367 1 0 0 25 0 5 0 732410038 399142912 75043 33554432000 4194304 4417452 140734719176528 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.77
Current children cumulated vsize (KiB) 389788

[startup+19.1009 s]
/proc/loadavg: 7.49 7.93 7.90 9/392 13474
/proc/meminfo: memFree=14310816/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=423244 CPUtime=69.53 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 180424 1253 0 0 6927 26 0 0 25 0 5 0 732409818 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 105811 84907 179 55 0 103697 0
[pid=13464/tid=13471] ppid=13462 vsize=423244 CPUtime=16.86 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26998 1253 0 0 1680 6 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=423244 CPUtime=16.88 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37882 1253 0 0 1683 5 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4236106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=423244 CPUtime=16.69 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 24970 1253 0 0 1666 3 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4249158 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=423244 CPUtime=16.88 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 12353 1253 0 0 1687 1 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (KiB) 423244

[startup+19.9007 s]
/proc/loadavg: 7.49 7.93 7.90 9/392 13474
/proc/meminfo: memFree=14301764/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=423244 CPUtime=72.71 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 180424 1253 0 0 7245 26 0 0 25 0 5 0 732409818 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 105811 84907 179 55 0 103697 0
[pid=13464/tid=13471] ppid=13462 vsize=423244 CPUtime=17.66 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26998 1253 0 0 1760 6 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4235421 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=423244 CPUtime=17.68 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37882 1253 0 0 1763 5 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4235398 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=423244 CPUtime=17.47 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 24970 1253 0 0 1744 3 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4249519 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=423244 CPUtime=17.68 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 12353 1253 0 0 1767 1 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.71
Current children cumulated vsize (KiB) 423244

[startup+20.7006 s]
/proc/loadavg: 7.49 7.93 7.90 9/392 13474
/proc/meminfo: memFree=14301764/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=423244 CPUtime=75.91 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 180424 1253 0 0 7565 26 0 0 25 0 5 0 732409818 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 105811 84907 179 55 0 103697 0
[pid=13464/tid=13471] ppid=13462 vsize=423244 CPUtime=18.46 cores=0,2,4,6
/proc/13464/task/13471/stat : 13471 (plingeling) R 13462 13464 12655 0 -1 4202560 26998 1253 0 0 1840 6 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13464/tid=13472] ppid=13462 vsize=423244 CPUtime=18.48 cores=0,2,4,6
/proc/13464/task/13472/stat : 13472 (plingeling) R 13462 13464 12655 0 -1 4202560 37882 1253 0 0 1843 5 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4235398 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13464/tid=13473] ppid=13462 vsize=423244 CPUtime=18.27 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 24970 1253 0 0 1824 3 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4235411 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13464/tid=13474] ppid=13462 vsize=423244 CPUtime=18.48 cores=0,2,4,6
/proc/13464/task/13474/stat : 13474 (plingeling) R 13462 13464 12655 0 -1 4202560 12353 1253 0 0 1847 1 0 0 25 0 5 0 732410038 433401856 84907 33554432000 4194304 4417452 140734719176528 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.91
Current children cumulated vsize (KiB) 423244

[startup+21.1005 s]
/proc/loadavg: 7.49 7.93 7.90 9/392 13474
/proc/meminfo: memFree=14301764/32951124 swapFree=65586204/67111528
[pid=13464] ppid=13462 vsize=423204 CPUtime=77.25 cores=0,2,4,6
/proc/13464/stat : 13464 (plingeling) S 13462 13464 12655 0 -1 4202496 183302 1253 0 0 7699 26 0 0 17 0 2 0 732409818 433360896 86320 33554432000 4194304 4417452 140734719176528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13464/statm: 105801 86320 180 55 0 103687 0
[pid=13464/tid=13473] ppid=13462 vsize=423204 CPUtime=18.66 cores=0,2,4,6
/proc/13464/task/13473/stat : 13473 (plingeling) R 13462 13464 12655 0 -1 4202560 26388 1253 0 0 1863 3 0 0 25 0 2 0 732410038 433360896 86320 33554432000 4194304 4417452 140734719176528 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 77.25
Current children cumulated vsize (KiB) 423204

Child status: 20
Real time (s): 21.127
CPU time (s): 77.2903
CPU user time (s): 77.0023
CPU system time (s): 0.287956
CPU usage (%): 365.837
Max. virtual memory (cumulated for all children) (KiB): 446752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.0023
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184558
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= 133
involuntary context switches= 396

runsolver used 0.075988 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:09:52
IDJOB=3371415
IDBENCH=82409
IDSOLVER=1848
FILE ID=node119/3371415-1305421790
RUNJOBID= node119-1305421790-13435
PBS_JOBID= 13324563
Free space on /tmp= 73132 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371415-1305421790/watcher-3371415-1305421790 -o /tmp/evaluation-result-3371415-1305421790/solver-3371415-1305421790 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371415-1305421790.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=106741938

node119.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.815
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.815
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	: 5332.83
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.815
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.74
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.815
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14710248 kB
Buffers:        288120 kB
Cached:        4639376 kB
SwapCached:       4756 kB
Active:       14874544 kB
Inactive:      3031788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14710248 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           64704 kB
Writeback:           0 kB
AnonPages:    12976536 kB
Mapped:          30308 kB
Slab:           212628 kB
PageTables:      56676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102620632 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= 73132 MiB
End job on node119 at 2011-05-15 03:10:13