Trace number 3309633

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 587UNSAT 155.701 23.3765

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66583
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

155.52/23.37	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-3309633-1304007625/watcher-3309633-1304007625 -o /tmp/evaluation-result-3309633-1304007625/solver-3309633-1304007625 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309633-1304007625.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.05 7.75 7.91 1/170 29717
/proc/meminfo: memFree=11887656/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=15916 CPUtime=0 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 1721 1251 0 0 0 0 0 0 21 0 1 0 512363065 16297984 1651 33554432000 4194304 4417332 140736137292704 18446744073709551615 230808859741 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 3979 1665 146 55 0 1865 0

[startup+0.0109741 s]
/proc/loadavg: 7.05 7.75 7.91 1/170 29717
/proc/meminfo: memFree=11887656/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=26800 CPUtime=0 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 4766 1251 0 0 0 0 0 0 21 0 1 0 512363065 27443200 4696 33554432000 4194304 4417332 140736137292704 18446744073709551615 230808826565 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 6700 4698 146 55 0 4586 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26800

[startup+0.100921 s]
/proc/loadavg: 7.05 7.75 7.91 1/170 29717
/proc/meminfo: memFree=11887656/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=42464 CPUtime=0.09 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 8736 1251 0 0 8 1 0 0 21 0 1 0 512363065 43483136 8622 33554432000 4194304 4417332 140736137292704 18446744073709551615 4259035 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 10616 8622 147 55 0 8502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42464

[startup+0.300884 s]
/proc/loadavg: 7.05 7.75 7.91 1/170 29717
/proc/meminfo: memFree=11887656/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=59232 CPUtime=0.29 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 12945 1251 0 0 27 2 0 0 22 0 1 0 512363065 60653568 12831 33554432000 4194304 4417332 140736137292704 18446744073709551615 230808859629 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 14808 12831 148 55 0 12694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59232

[startup+0.700821 s]
/proc/loadavg: 7.05 7.75 7.91 1/170 29717
/proc/meminfo: memFree=11887656/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=151372 CPUtime=0.68 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 36029 1251 0 0 64 4 0 0 23 0 1 0 512363065 155004928 35866 33554432000 4194304 4417332 140736137292704 18446744073709551615 4209573 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 37843 35866 148 55 0 35729 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151372

[startup+1.50067 s]
/proc/loadavg: 7.05 7.75 7.91 2/171 29723
/proc/meminfo: memFree=11710956/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=184140 CPUtime=1.49 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 44221 1251 0 0 143 6 0 0 25 0 1 0 512363065 188559360 44058 33554432000 4194304 4417332 140736137292704 18446744073709551615 4259665 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 46035 44058 148 55 0 43921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184140

[startup+3.10037 s]
/proc/loadavg: 7.05 7.75 7.91 2/171 29723
/proc/meminfo: memFree=11645192/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=380748 CPUtime=3.09 cores=0-7
/proc/29717/stat : 29717 (plingeling) R 29715 29717 29527 0 -1 4202496 93373 1251 0 0 296 13 0 0 25 0 1 0 512363065 389885952 93210 33554432000 4194304 4417332 140736137292704 18446744073709551615 4209451 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29717/statm: 95187 93210 148 55 0 93073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380748

[startup+6.30075 s]
/proc/loadavg: 7.20 7.77 7.91 9/179 29732
/proc/meminfo: memFree=11468564/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=517564 CPUtime=20.2 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 126979 1251 0 0 2002 18 0 0 18 0 9 0 512363065 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 129391 106936 174 55 0 127277 0
[pid=29717/tid=29725] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 5279 1251 0 0 198 0 0 0 21 0 9 0 512363495 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4290673 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 4286 1251 0 0 198 0 0 0 25 0 9 0 512363495 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4290744 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 3559 1251 0 0 198 0 0 0 21 0 9 0 512363495 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4309986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 2797 1251 0 0 198 0 0 0 25 0 9 0 512363495 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4265408 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 3546 1251 0 0 198 0 0 0 25 0 9 0 512363495 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4291031 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=517564 CPUtime=1.96 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 5306 1251 0 0 196 0 0 0 25 0 9 0 512363496 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4291039 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 3544 1251 0 0 198 0 0 0 25 0 9 0 512363496 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4309899 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=517564 CPUtime=1.98 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 5273 1251 0 0 198 0 0 0 21 0 9 0 512363496 529985536 106936 33554432000 4194304 4417332 140736137292704 18446744073709551615 4291031 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.2
Current children cumulated vsize (KiB) 517564

[startup+12.7006 s]
/proc/loadavg: 7.27 7.77 7.91 9/179 29732
/proc/meminfo: memFree=11292128/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=722224 CPUtime=71.23 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 294717 1251 0 0 7069 54 0 0 18 0 9 0 512363065 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 180556 148383 179 55 0 178442 0
[pid=29717/tid=29725] ppid=29715 vsize=722224 CPUtime=8.35 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29858 1251 0 0 829 6 0 0 25 0 9 0 512363495 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=722224 CPUtime=8.37 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29569 1251 0 0 831 6 0 0 25 0 9 0 512363495 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=722224 CPUtime=8.35 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 19947 1251 0 0 832 3 0 0 25 0 9 0 512363495 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=722224 CPUtime=8.34 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 2797 1251 0 0 834 0 0 0 25 0 9 0 512363495 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 230808863047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=722224 CPUtime=8.36 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35156 1251 0 0 829 7 0 0 25 0 9 0 512363495 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=722224 CPUtime=8.35 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31742 1251 0 0 830 5 0 0 25 0 9 0 512363496 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=722224 CPUtime=8.38 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 20865 1251 0 0 835 3 0 0 25 0 9 0 512363496 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254850 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=722224 CPUtime=8.35 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31394 1251 0 0 829 6 0 0 25 0 9 0 512363496 739557376 148383 33554432000 4194304 4417332 140736137292704 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 71.23
Current children cumulated vsize (KiB) 722224

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

[startup+19.1004 s]
/proc/loadavg: 7.33 7.78 7.91 9/179 29732
/proc/meminfo: memFree=11282512/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=736568 CPUtime=122.4 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 299962 1251 0 0 12185 55 0 0 18 0 9 0 512363065 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 184142 151969 181 55 0 182028 0
[pid=29717/tid=29725] ppid=29715 vsize=736568 CPUtime=14.75 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29864 1251 0 0 1469 6 0 0 25 0 9 0 512363495 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=736568 CPUtime=14.77 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29575 1251 0 0 1471 6 0 0 25 0 9 0 512363495 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=736568 CPUtime=14.75 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 20647 1251 0 0 1472 3 0 0 25 0 9 0 512363495 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=736568 CPUtime=14.71 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 7310 1251 0 0 1470 1 0 0 25 0 9 0 512363495 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=736568 CPUtime=14.76 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35162 1251 0 0 1469 7 0 0 25 0 9 0 512363495 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=736568 CPUtime=14.75 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31748 1251 0 0 1470 5 0 0 25 0 9 0 512363496 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=736568 CPUtime=14.78 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 20867 1251 0 0 1475 3 0 0 25 0 9 0 512363496 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249158 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=736568 CPUtime=14.75 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31400 1251 0 0 1469 6 0 0 25 0 9 0 512363496 754245632 151969 33554432000 4194304 4417332 140736137292704 18446744073709551615 4235985 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 122.4
Current children cumulated vsize (KiB) 736568

[startup+20.7011 s]
/proc/loadavg: 7.38 7.78 7.91 9/179 29732
/proc/meminfo: memFree=11262796/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=769256 CPUtime=135.2 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 308154 1251 0 0 13464 56 0 0 18 0 9 0 512363065 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 192314 155976 181 55 0 190200 0
[pid=29717/tid=29725] ppid=29715 vsize=769256 CPUtime=16.35 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29864 1251 0 0 1629 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=769256 CPUtime=16.37 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29575 1251 0 0 1631 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=769256 CPUtime=16.35 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 20647 1251 0 0 1632 3 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=769256 CPUtime=16.3 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 15502 1251 0 0 1628 2 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=769256 CPUtime=16.36 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35162 1251 0 0 1629 7 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4258589 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=769256 CPUtime=16.35 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31748 1251 0 0 1630 5 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=769256 CPUtime=16.38 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 20867 1251 0 0 1635 3 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4236895 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=769256 CPUtime=16.35 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31400 1251 0 0 1629 6 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4258410 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 135.2
Current children cumulated vsize (KiB) 769256

[startup+22.3008 s]
/proc/loadavg: 7.38 7.78 7.91 9/179 29732
/proc/meminfo: memFree=11263240/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=769256 CPUtime=147.98 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 308154 1251 0 0 14742 56 0 0 18 0 9 0 512363065 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 192314 155976 181 55 0 190200 0
[pid=29717/tid=29725] ppid=29715 vsize=769256 CPUtime=17.95 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29864 1251 0 0 1789 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=769256 CPUtime=17.97 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29575 1251 0 0 1791 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=769256 CPUtime=17.95 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 20647 1251 0 0 1792 3 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=769256 CPUtime=17.89 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 15502 1251 0 0 1787 2 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=769256 CPUtime=17.96 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35162 1251 0 0 1789 7 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=769256 CPUtime=17.95 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31748 1251 0 0 1790 5 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=769256 CPUtime=17.98 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 20867 1251 0 0 1795 3 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=769256 CPUtime=17.95 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31400 1251 0 0 1789 6 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 147.98
Current children cumulated vsize (KiB) 769256

[startup+23.1067 s]
/proc/loadavg: 7.38 7.78 7.91 9/179 29732
/proc/meminfo: memFree=11263116/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=769256 CPUtime=154.42 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 308154 1251 0 0 15386 56 0 0 18 0 9 0 512363065 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 192314 155976 181 55 0 190200 0
[pid=29717/tid=29725] ppid=29715 vsize=769256 CPUtime=18.76 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29864 1251 0 0 1870 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=769256 CPUtime=18.78 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29575 1251 0 0 1872 6 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29727] ppid=29715 vsize=769256 CPUtime=18.76 cores=0-7
/proc/29717/task/29727/stat : 29727 (plingeling) R 29715 29717 29527 0 -1 4202560 20647 1251 0 0 1873 3 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4357997 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29717/tid=29728] ppid=29715 vsize=769256 CPUtime=18.69 cores=0-7
/proc/29717/task/29728/stat : 29728 (plingeling) R 29715 29717 29527 0 -1 4202560 15502 1251 0 0 1867 2 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=769256 CPUtime=18.76 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35162 1251 0 0 1869 7 0 0 25 0 9 0 512363495 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=769256 CPUtime=18.76 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31748 1251 0 0 1871 5 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29731] ppid=29715 vsize=769256 CPUtime=18.78 cores=0-7
/proc/29717/task/29731/stat : 29731 (plingeling) R 29715 29717 29527 0 -1 4202560 20867 1251 0 0 1875 3 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=769256 CPUtime=18.75 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31400 1251 0 0 1869 6 0 0 25 0 9 0 512363496 787718144 155976 33554432000 4194304 4417332 140736137292704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 154.42
Current children cumulated vsize (KiB) 769256

[startup+23.3006 s]
/proc/loadavg: 7.38 7.78 7.91 9/179 29732
/proc/meminfo: memFree=11263116/32951124 swapFree=67111528/67111528
[pid=29717] ppid=29715 vsize=769096 CPUtime=155.52 cores=0-7
/proc/29717/stat : 29717 (plingeling) S 29715 29717 29527 0 -1 4202496 308155 1251 0 0 15496 56 0 0 18 0 6 0 512363065 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/29717/statm: 192274 155937 182 55 0 190160 0
[pid=29717/tid=29725] ppid=29715 vsize=769096 CPUtime=18.95 cores=0-7
/proc/29717/task/29725/stat : 29725 (plingeling) R 29715 29717 29527 0 -1 4202560 29864 1251 0 0 1889 6 0 0 25 0 6 0 512363495 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29717/tid=29726] ppid=29715 vsize=769096 CPUtime=18.97 cores=0-7
/proc/29717/task/29726/stat : 29726 (plingeling) R 29715 29717 29527 0 -1 4202560 29575 1251 0 0 1891 6 0 0 25 0 6 0 512363495 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 4269682 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29717/tid=29729] ppid=29715 vsize=769096 CPUtime=18.96 cores=0-7
/proc/29717/task/29729/stat : 29729 (plingeling) R 29715 29717 29527 0 -1 4202560 35162 1251 0 0 1889 7 0 0 25 0 6 0 512363495 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 4270941 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29717/tid=29730] ppid=29715 vsize=769096 CPUtime=18.95 cores=0-7
/proc/29717/task/29730/stat : 29730 (plingeling) R 29715 29717 29527 0 -1 4202560 31748 1251 0 0 1890 5 0 0 25 0 6 0 512363496 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 4267841 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29717/tid=29732] ppid=29715 vsize=769096 CPUtime=18.95 cores=0-7
/proc/29717/task/29732/stat : 29732 (plingeling) R 29715 29717 29527 0 -1 4202560 31400 1251 0 0 1889 6 0 0 25 0 6 0 512363496 787554304 155937 33554432000 4194304 4417332 140736137292704 18446744073709551615 4266701 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 155.52
Current children cumulated vsize (KiB) 769096

Child status: 20
Real time (s): 23.3765
CPU time (s): 155.701
CPU user time (s): 155.102
CPU system time (s): 0.598908
CPU usage (%): 666.059
Max. virtual memory (cumulated for all children) (KiB): 886140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.102
system time used= 0.598908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309409
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= 221
involuntary context switches= 738

runsolver used 0.035994 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 18:20:26
IDJOB=3309633
IDBENCH=82426
IDSOLVER=1695
FILE ID=node104/3309633-1304007625
RUNJOBID= node104-1304007526-29541
PBS_JOBID= 13168836
Free space on /tmp= 71508 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309633-1304007625/watcher-3309633-1304007625 -o /tmp/evaluation-result-3309633-1304007625/solver-3309633-1304007625 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309633-1304007625.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=1976348890

node104.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.855
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.71
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.855
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.855
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11888184 kB
Buffers:       2307260 kB
Cached:       18098332 kB
SwapCached:          0 kB
Active:       11385676 kB
Inactive:      9084156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11888184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           43524 kB
Writeback:           0 kB
AnonPages:       63636 kB
Mapped:          14540 kB
Slab:           526672 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185164 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= 71508 MiB
End job on node104 at 2011-04-28 18:20:50