Trace number 3284953

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
shortsattime2011 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
MD5SUMf7484730351dc4088fd78fcb35b09c62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables324116
Number of clauses1643601
Sum of the clauses size3909191
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 21622820
Number of clauses of size 35100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515470

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3284953-1303768612/watcher-3284953-1303768612 -o /tmp/evaluation-result-3284953-1303768612/solver-3284953-1303768612 -C 2400 -W 1300 -M 7680 shortsattime2011 HOME/instance-3284953-1303768612.cnf 1263080166 

running on 2 cores: 1,3

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.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1185848 CPUtime=0 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4194304 336 0 0 0 0 0 0 0 21 0 1 0 567091940 1214308352 280 33554432000 4194304 4230460 140734484391856 18446744073709551615 218880564992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 296462 280 100 9 0 293619 0

[startup+0.031501 s]
/proc/loadavg: 3.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1187432 CPUtime=0.03 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4194304 922 0 0 0 3 0 0 0 21 0 1 0 567091940 1215930368 866 33554432000 4194304 4230460 140734484391856 18446744073709551615 218880225989 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 296858 867 100 9 0 294015 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1187432

[startup+0.100488 s]
/proc/loadavg: 3.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1191524 CPUtime=0.09 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4194304 2449 0 0 0 9 0 0 0 21 0 1 0 567091940 1220120576 2393 33554432000 4194304 4230460 140734484391856 18446744073709551615 4203614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 297881 2394 100 9 0 295038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1191524

[startup+0.300454 s]
/proc/loadavg: 3.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1203536 CPUtime=0.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4194304 6877 0 0 0 28 1 0 0 22 0 1 0 567091940 1232420864 6821 33554432000 4194304 4230460 140734484391856 18446744073709551615 218880564992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 300884 6822 100 9 0 298041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1203536

[startup+0.700384 s]
/proc/loadavg: 3.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1226504 CPUtime=0.69 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4194304 15360 0 0 0 67 2 0 0 23 0 1 0 567091940 1255940096 15304 33554432000 4194304 4230460 140734484391856 18446744073709551615 218880225989 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 306626 15305 100 9 0 303783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1226504

[startup+1.88418 s]
/proc/loadavg: 3.61 3.87 3.50 4/183 5773
/proc/meminfo: memFree=11229420/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336324 CPUtime=1.87 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 49782 0 0 0 180 7 0 0 25 0 1 0 567091940 1368395776 49725 33554432000 4194304 4230460 140734484391856 18446744073709551615 4207939 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334081 49725 103 9 0 331238 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1336324

[startup+3.10096 s]
/proc/loadavg: 3.80 3.91 3.51 5/187 5780
/proc/meminfo: memFree=10685144/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=3.1 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 51456 0 0 0 303 7 0 0 25 0 1 0 567091940 1368399872 51161 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51161 115 9 0 331239 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1336328

[startup+6.30039 s]
/proc/loadavg: 3.80 3.91 3.51 5/187 5780
/proc/meminfo: memFree=10472968/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=6.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 51712 0 0 0 622 7 0 0 25 0 1 0 567091940 1368399872 51417 33554432000 4194304 4230460 140734484391856 18446744073709551615 4214699 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51417 115 9 0 331239 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1336328

[startup+12.7003 s]
/proc/loadavg: 3.90 3.93 3.52 5/187 5807
/proc/meminfo: memFree=10170628/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=12.69 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 51787 0 0 0 1262 7 0 0 25 0 1 0 567091940 1368399872 51492 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51492 115 9 0 331239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1336328

[startup+25.501 s]
/proc/loadavg: 3.99 3.94 3.53 5/190 5814
/proc/meminfo: memFree=9106340/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=25.49 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 51846 0 0 0 2542 7 0 0 25 0 1 0 567091940 1368399872 51551 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51551 115 9 0 331239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1336328

[startup+51.1005 s]
/proc/loadavg: 3.99 3.95 3.55 5/190 5815
/proc/meminfo: memFree=9075404/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=51.09 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 51940 0 0 0 5102 7 0 0 25 0 1 0 567091940 1368399872 51645 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51645 115 9 0 331239 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1336328

[startup+102.301 s]
/proc/loadavg: 3.99 3.95 3.57 5/190 5816
/proc/meminfo: memFree=9065476/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=102.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52066 0 0 0 10222 7 0 0 25 0 1 0 567091940 1368399872 51771 33554432000 4194304 4230460 140734484391856 18446744073709551615 4214670 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51771 115 9 0 331239 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1336328

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.59 5/190 5817
/proc/meminfo: memFree=9055168/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=162.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52245 0 0 0 16222 7 0 0 25 0 1 0 567091940 1368399872 51950 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 51950 115 9 0 331239 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1336328

[startup+222.3 s]
/proc/loadavg: 4.03 3.97 3.62 5/190 5819
/proc/meminfo: memFree=9055240/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=222.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52371 0 0 0 22222 7 0 0 25 0 1 0 567091940 1368399872 52076 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213289 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52076 115 9 0 331239 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1336328

[startup+282.301 s]
/proc/loadavg: 4.09 3.99 3.65 5/190 5830
/proc/meminfo: memFree=9051700/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=282.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52411 0 0 0 28222 7 0 0 25 0 1 0 567091940 1368399872 52116 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52116 115 9 0 331239 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1336328

[startup+342.3 s]
/proc/loadavg: 4.11 4.01 3.67 5/190 5831
/proc/meminfo: memFree=9046072/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=342.29 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52431 0 0 0 34222 7 0 0 25 0 1 0 567091940 1368399872 52136 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212964 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52136 115 9 0 331239 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1336328

[startup+402.301 s]
/proc/loadavg: 4.04 4.00 3.69 5/190 5833
/proc/meminfo: memFree=9044168/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=402.3 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52448 0 0 0 40222 8 0 0 25 0 1 0 567091940 1368399872 52153 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52153 115 9 0 331239 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1336328

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.70 5/190 5834
/proc/meminfo: memFree=9043768/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=462.31 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52465 0 0 0 46223 8 0 0 25 0 1 0 567091940 1368399872 52170 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52170 115 9 0 331239 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1336328

[startup+522.3 s]
/proc/loadavg: 4.04 4.01 3.73 5/190 5836
/proc/meminfo: memFree=9043248/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=522.31 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52483 0 0 0 52223 8 0 0 25 0 1 0 567091940 1368399872 52188 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213033 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52188 115 9 0 331239 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1336328

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 5838
/proc/meminfo: memFree=9041852/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=582.31 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52499 0 0 0 58223 8 0 0 25 0 1 0 567091940 1368399872 52204 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213103 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52204 115 9 0 331239 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1336328

[startup+642.307 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 5839
/proc/meminfo: memFree=9041576/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=642.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52515 0 0 0 64224 8 0 0 25 0 1 0 567091940 1368399872 52220 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213015 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52220 115 9 0 331239 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1336328

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 5841
/proc/meminfo: memFree=9040552/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=702.31 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52528 0 0 0 70223 8 0 0 25 0 1 0 567091940 1368399872 52233 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213035 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52233 115 9 0 331239 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1336328

[startup+762.301 s]
/proc/loadavg: 4.04 4.01 3.78 5/190 5843
/proc/meminfo: memFree=9039296/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=762.31 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52545 0 0 0 76223 8 0 0 25 0 1 0 567091940 1368399872 52250 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212949 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52250 115 9 0 331239 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1336328

[startup+822.3 s]
/proc/loadavg: 4.01 4.01 3.79 5/190 5844
/proc/meminfo: memFree=9038872/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=822.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52563 0 0 0 82224 8 0 0 25 0 1 0 567091940 1368399872 52268 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52268 115 9 0 331239 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1336328

[startup+882.301 s]
/proc/loadavg: 4.04 4.02 3.81 5/190 5846
/proc/meminfo: memFree=9038444/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=882.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52579 0 0 0 88224 8 0 0 25 0 1 0 567091940 1368399872 52284 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213278 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52284 115 9 0 331239 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1336328

[startup+942.3 s]
/proc/loadavg: 4.06 4.03 3.82 5/190 5847
/proc/meminfo: memFree=9037532/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=942.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52597 0 0 0 94224 8 0 0 25 0 1 0 567091940 1368399872 52302 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52302 115 9 0 331239 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1336328

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.83 5/190 5849
/proc/meminfo: memFree=9037232/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1002.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52613 0 0 0 100224 8 0 0 25 0 1 0 567091940 1368399872 52318 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213099 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52318 115 9 0 331239 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1336328

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.84 5/190 5850
/proc/meminfo: memFree=9037080/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1062.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52625 0 0 0 106224 8 0 0 25 0 1 0 567091940 1368399872 52330 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213103 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52330 115 9 0 331239 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1336328

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.85 5/190 5852
/proc/meminfo: memFree=9036172/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1122.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52642 0 0 0 112224 8 0 0 25 0 1 0 567091940 1368399872 52347 33554432000 4194304 4230460 140734484391856 18446744073709551615 4213103 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52347 115 9 0 331239 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1336328

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.85 5/190 5854
/proc/meminfo: memFree=9035536/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1182.33 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52659 0 0 0 118225 8 0 0 25 0 1 0 567091940 1368399872 52364 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52364 115 9 0 331239 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1336328

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/190 5855
/proc/meminfo: memFree=9034896/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1242.32 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52679 0 0 0 124224 8 0 0 25 0 1 0 567091940 1368399872 52384 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52384 115 9 0 331239 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1336328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.86 4/188 5858
/proc/meminfo: memFree=9144888/32950928 swapFree=67111528/67111528
[pid=5773] ppid=5771 vsize=1336328 CPUtime=1300.04 cores=1,3
/proc/5773/stat : 5773 (shortsattime201) R 5771 5773 3965 0 -1 4202496 52695 0 0 0 129996 8 0 0 25 0 1 0 567091940 1368399872 52400 33554432000 4194304 4230460 140734484391856 18446744073709551615 4212990 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5773/statm: 334082 52400 115 9 0 331239 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1336328

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.96
CPU system time (s): 0.092985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1336328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52695
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= 3
involuntary context switches= 1831

runsolver used 1.89171 second user time and 5.20621 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 23:56:53
IDJOB=3284953
IDBENCH=82368
IDSOLVER=1566
FILE ID=node112/3284953-1303768612
RUNJOBID= node112-1303768612-5745
PBS_JOBID= 13157140
Free space on /tmp= 72408 MiB

SOLVER NAME= shortsattime2011 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
COMMAND LINE= shortsattime2011 BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284953-1303768612/watcher-3284953-1303768612 -o /tmp/evaluation-result-3284953-1303768612/solver-3284953-1303768612 -C 2400 -W 1300 -M 7680  shortsattime2011 HOME/instance-3284953-1303768612.cnf 1263080166

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

MD5SUM BENCH= f7484730351dc4088fd78fcb35b09c62
RANDOM SEED=1263080166

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11229824 kB
Buffers:       1975692 kB
Cached:       19093164 kB
SwapCached:          0 kB
Active:       10022360 kB
Inactive:     11148828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11229824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          117020 kB
Writeback:           0 kB
AnonPages:      100980 kB
Mapped:          14888 kB
Slab:           484948 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1418468 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= 72208 MiB
End job on node112 at 2011-04-26 00:18:35