Trace number 3483918

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.07 1199.95

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.37/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.65	c INFO: solving HOME/instance-3483918-1307748618.cnf
0.37/0.65	c INFO: computing task features
5.95/6.25	c INFO: computed variable-clause graph statistics
6.15/6.47	c INFO: computed clause balance statistics
29.75/30.05	c INFO: computed variable balance statistics
48.16/48.46	c INFO: computed small-clause counts
48.45/48.72	c INFO: computed Horn-clause counts
64.25/64.55	c INFO: computed variable graph statistics
64.25/64.55	c INFO: collected features for HOME/instance-3483918-1307748618.cnf in 63.69 s
64.25/64.56	c INFO: running lingeling-276@0 for 485 with 1136 remaining (b = 0.45)
554.97/555.16	c INFO: running lingeling-276@0 for 97 with 646 remaining (b = 0.27)
655.19/655.32	c INFO: running cryptominisat-2.9.0@0 for 546 with 546 remaining (b = 0.20)

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.1 (svn: 988)

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-3483918-1307748618/watcher-3483918-1307748618 -o /tmp/evaluation-result-3483918-1307748618/solver-3483918-1307748618 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483918-1307748618.cnf -seed 1799532437 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.05 4.05 3.35 5/197 29970
/proc/meminfo: memFree=28648808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=15080 CPUtime=0 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 649 0 0 0 0 0 0 0 22 0 1 0 886459793 15441920 544 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/29970/statm: 3770 544 312 364 0 257 0

[startup+0.1017 s]
/proc/loadavg: 4.05 4.05 3.35 5/197 29970
/proc/meminfo: memFree=28648808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=85352 CPUtime=0.06 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 2581 0 0 0 5 1 0 0 17 0 1 0 886459793 87400448 2306 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377301136 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 21338 2306 707 364 0 1555 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85352

[startup+0.200681 s]
/proc/loadavg: 4.05 4.05 3.35 5/197 29970
/proc/meminfo: memFree=28648808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=124064 CPUtime=0.12 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 4183 0 1 0 9 3 0 0 17 0 1 0 886459793 127041536 3796 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 31016 3796 991 364 0 2827 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124064

[startup+0.300659 s]
/proc/loadavg: 4.05 4.05 3.35 5/197 29970
/proc/meminfo: memFree=28648808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=135748 CPUtime=0.19 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 5972 933 1 0 15 4 0 0 17 0 1 0 886459793 139005952 4148 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377297413 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700598 s]
/proc/loadavg: 4.05 4.05 3.35 5/197 29970
/proc/meminfo: memFree=28648808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=309784 CPUtime=0.45 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 17102 933 1 0 34 11 0 0 16 0 1 0 886459793 317218816 14772 33554432000 4194304 5683644 140734076501744 18446744073709551615 4602408 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 77446 14772 1761 364 0 13370 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 309784

[startup+1.50047 s]
/proc/loadavg: 4.04 4.05 3.35 5/198 29975
/proc/meminfo: memFree=28570580/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=358344 CPUtime=1.25 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 29062 933 1 0 112 13 0 0 17 0 1 0 886459793 366944256 26732 33554432000 4194304 5683644 140734076501744 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 89586 26733 1761 364 0 25510 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 358344

[startup+3.10018 s]
/proc/loadavg: 4.04 4.05 3.35 5/198 29975
/proc/meminfo: memFree=28504192/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=455112 CPUtime=2.85 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 53051 933 1 0 268 17 0 0 19 0 1 0 886459793 466034688 50721 33554432000 4194304 5683644 140734076501744 18446744073709551615 4295780 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 113778 50721 1761 364 0 49702 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 455112

[startup+6.30056 s]
/proc/loadavg: 4.04 4.05 3.35 5/198 29975
/proc/meminfo: memFree=28381808/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=571580 CPUtime=6.05 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 138883 933 1 0 577 28 0 0 25 0 1 0 886459793 585297920 80272 33554432000 4194304 5683644 140734076501744 18446744073709551615 47833405226353 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 142895 80272 1818 364 0 78819 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 571580

[startup+12.7004 s]
/proc/loadavg: 4.04 4.05 3.36 5/198 29975
/proc/meminfo: memFree=28289160/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=599192 CPUtime=12.45 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 145794 933 1 0 1216 29 0 0 25 0 1 0 886459793 613572608 87183 33554432000 4194304 5683644 140734076501744 18446744073709551615 4940544 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 149798 87183 1826 364 0 85722 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 599192

[startup+25.501 s]
/proc/loadavg: 4.03 4.05 3.36 5/198 29976
/proc/meminfo: memFree=28267488/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=599192 CPUtime=25.25 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 145794 933 1 0 2496 29 0 0 25 0 1 0 886459793 613572608 87183 33554432000 4194304 5683644 140734076501744 18446744073709551615 4562996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 149798 87183 1826 364 0 85722 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 599192

[startup+51.1003 s]
/proc/loadavg: 4.02 4.04 3.38 5/198 29976
/proc/meminfo: memFree=28281232/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=612996 CPUtime=50.85 cores=0,2
/proc/29970/stat : 29970 (python) R 29968 29970 29444 0 -1 4202496 149252 933 1 0 5055 30 0 0 25 0 1 0 886459793 627707904 90641 33554432000 4194304 5683644 140734076501744 18446744073709551615 47833372579980 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29970/statm: 153249 90641 1833 364 0 89173 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 612996

[startup+102.301 s]
/proc/loadavg: 4.01 4.03 3.41 5/201 29981
/proc/meminfo: memFree=28199428/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=596660 CPUtime=64.32 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 149539 933 1 0 6401 31 0 0 25 0 2 0 886459793 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29970/statm: 149165 84028 1867 364 0 85083 0
[pid=29978] ppid=29970 vsize=586416 CPUtime=0.05 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 900 0 0 0 2 3 0 0 18 0 1 0 886466250 600489984 82533 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321487 0 0 16781312 514 1163300894373019905 0 0 17 0 0 0 0
/proc/29978/statm: 146604 82533 376 364 0 82522 0
[pid=29980] ppid=29978 vsize=94156 CPUtime=37.66 cores=0,2
/proc/29980/stat : 29980 (lingeling) R 29978 29980 29980 0 -1 4202496 32386 0 0 0 3761 5 0 0 25 0 1 0 886466251 96415744 22709 33554432000 4194304 4352236 140733902459520 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29980/statm: 23539 22709 129 39 0 22619 0
[pid=29970/tid=29979] ppid=29968 vsize=596660 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886466251 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1277232

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.45 5/201 29982
/proc/meminfo: memFree=27977652/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=596660 CPUtime=64.32 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 149539 933 1 0 6401 31 0 0 25 0 2 0 886459793 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29970/statm: 149165 84028 1867 364 0 85083 0
[pid=29978] ppid=29970 vsize=586416 CPUtime=0.13 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 926 0 0 0 6 7 0 0 18 0 1 0 886466250 600489984 82533 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321487 0 0 16781312 514 1163300894373019905 0 0 17 0 0 0 0
/proc/29978/statm: 146604 82533 376 364 0 82522 0
[pid=29980] ppid=29978 vsize=189708 CPUtime=97.6 cores=0,2
/proc/29980/stat : 29980 (lingeling) R 29978 29980 29980 0 -1 4202496 64631 0 0 0 9752 8 0 0 25 0 1 0 886466251 194260992 46597 33554432000 4194304 4352236 140733902459520 18446744073709551615 4234038 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29980/statm: 47427 46597 129 39 0 46507 0
[pid=29970/tid=29979] ppid=29968 vsize=596660 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886466251 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 1372784

[startup+222.307 s]
/proc/loadavg: 4.00 4.02 3.48 5/194 30027
/proc/meminfo: memFree=28529408/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=596660 CPUtime=64.32 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 149539 933 1 0 6401 31 0 0 25 0 2 0 886459793 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29970/statm: 149165 84028 1867 364 0 85083 0
[pid=29978] ppid=29970 vsize=586416 CPUtime=0.21 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 963 0 0 0 10 11 0 0 18 0 1 0 886466250 600489984 82542 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321487 0 0 16781312 514 1163300894373019905 0 0 17 0 0 0 0
/proc/29978/statm: 146604 82542 385 364 0 82522 0
[pid=29980] ppid=29978 vsize=189568 CPUtime=157.53 cores=0,2
/proc/29980/stat : 29980 (lingeling) R 29978 29980 29980 0 -1 4202496 81016 0 0 0 15743 10 0 0 25 0 1 0 886466251 194117632 46562 33554432000 4194304 4352236 140733902459520 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29980/statm: 47392 46562 129 39 0 46472 0
[pid=29970/tid=29979] ppid=29968 vsize=596660 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886466251 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 1372644

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.51 5/197 30031
/proc/meminfo: memFree=28489464/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=596660 CPUtime=64.32 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 149539 933 1 0 6401 31 0 0 25 0 2 0 886459793 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29970/statm: 149165 84028 1867 364 0 85083 0
[pid=29978] ppid=29970 vsize=586416 CPUtime=0.29 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 983 0 0 0 16 13 0 0 18 0 1 0 886466250 600489984 82542 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321487 0 0 16781312 514 1163300894373019905 0 0 17 0 0 0 0
/proc/29978/statm: 146604 82542 385 364 0 82522 0
[pid=29980] ppid=29978 vsize=189468 CPUtime=217.49 cores=0,2
/proc/29980/stat : 29980 (lingeling) R 29978 29980 29980 0 -1 4202496 97401 0 0 0 21738 11 0 0 25 0 1 0 886466251 194015232 46537 33554432000 4194304 4352236 140733902459520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29980/statm: 47367 46537 129 39 0 46447 0
[pid=29970/tid=29979] ppid=29968 vsize=596660 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886466251 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 1372544

[startup+342.3 s]
/proc/loadavg: 4.07 4.02 3.54 5/197 30033
/proc/meminfo: memFree=28487328/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=596660 CPUtime=64.32 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 149539 933 1 0 6401 31 0 0 25 0 2 0 886459793 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29970/statm: 149165 84028 1867 364 0 85083 0
[pid=29978] ppid=29970 vsize=586416 CPUtime=0.37 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 992 0 0 0 21 16 0 0 18 0 1 0 886466250 600489984 82542 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321487 0 0 16781312 514 1163300894373019905 0 0 17 0 0 0 0
/proc/29978/statm: 146604 82542 385 364 0 82522 0
[pid=29980] ppid=29978 vsize=189420 CPUtime=277.41 cores=0,2
/proc/29980/stat : 29980 (lingeling) R 29978 29980 29980 0 -1 4202496 97401 0 0 0 27730 11 0 0 25 0 1 0 886466251 193966080 46525 33554432000 4194304 4352236 140733902459520 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29980/statm: 47355 46525 129 39 0 46435 0
[pid=29970/tid=29979] ppid=29968 vsize=596660 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886466251 610979840 84028 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0

################
# More data... #
################

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.78 5/216 30071
/proc/meminfo: memFree=25810728/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=617172 CPUtime=64.35 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 151114 933 1 0 6402 33 0 0 20 0 4 0 886459793 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29970/statm: 154293 84041 1872 364 0 90205 0
[pid=29978] ppid=29970 vsize=596660 CPUtime=0.66 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 1217 0 0 0 36 30 0 0 19 0 2 0 886466250 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29978/statm: 149165 82585 423 364 0 85083 0
[pid=29980] ppid=29978 vsize=270116 CPUtime=490.04 cores=0,2
/proc/29980/stat : 29980 (lingeling) T 29978 29980 29980 0 -1 4202496 148349 0 0 0 48987 17 0 0 25 0 1 0 886466251 276598784 64652 33554432000 4194304 4352236 140733902459520 18446744073709551615 4263195 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29980/statm: 67529 64652 129 39 0 66609 0
[pid=29978/tid=30044] ppid=29970 vsize=596660 CPUtime=0 cores=0,2
/proc/29978/task/30044/stat : 30044 (python) S 29970 29970 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515309 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453979064128 0 0 -1 2 0 0 0
[pid=30045] ppid=29970 vsize=596672 CPUtime=0.15 cores=0,2
/proc/30045/stat : 30045 (python) S 29970 29970 29444 0 -1 4202560 1108 0 0 0 8 7 0 0 19 0 2 0 886515309 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30045/statm: 149168 82561 399 364 0 85083 0
[pid=30047] ppid=30045 vsize=184328 CPUtime=100.02 cores=0,2
/proc/30047/stat : 30047 (lingeling) T 30045 30047 30047 0 -1 4202496 63322 0 0 0 9993 9 0 0 25 0 1 0 886515311 188751872 45252 33554432000 4194304 4352236 140737046016144 18446744073709551615 4207852 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/30047/statm: 46082 45252 129 39 0 45162 0
[pid=30045/tid=30050] ppid=29970 vsize=596672 CPUtime=0 cores=0,2
/proc/30045/task/30050/stat : 30050 (python) S 29970 29970 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525325 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453850499968 0 0 -1 2 0 0 0
[pid=30051] ppid=29970 vsize=606928 CPUtime=0.63 cores=0,2
/proc/30051/stat : 30051 (python) S 29970 29970 29444 0 -1 4202560 987 0 0 0 35 28 0 0 16 0 1 0 886525325 621494272 82535 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321542 0 0 16781312 514 1163300894373019908 0 0 17 0 0 0 0
/proc/30051/statm: 151732 82535 370 364 0 87644 0
[pid=30053] ppid=30051 vsize=2169464 CPUtime=406.54 cores=0,2
/proc/30053/stat : 30053 (cryptominisat-2) R 30051 30053 30053 0 -1 4202496 551018 0 0 0 40569 85 0 0 25 0 1 0 886525326 2221531136 439990 33554432000 4194304 4677096 140737171971616 18446744073709551615 4336173 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30053/statm: 542366 439990 391 118 0 537325 0
[pid=29970/tid=29979] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 886466251 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30046] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30046/stat : 30046 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886515310 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30052] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30052/stat : 30052 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886525326 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 5041340

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.79 4/216 30207
/proc/meminfo: memFree=26373760/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=617172 CPUtime=64.35 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 151114 933 1 0 6402 33 0 0 20 0 4 0 886459793 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29970/statm: 154293 84041 1872 364 0 90205 0
[pid=29978] ppid=29970 vsize=596660 CPUtime=0.66 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 1217 0 0 0 36 30 0 0 19 0 2 0 886466250 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29978/statm: 149165 82585 423 364 0 85083 0
[pid=29980] ppid=29978 vsize=270116 CPUtime=490.04 cores=0,2
/proc/29980/stat : 29980 (lingeling) T 29978 29980 29980 0 -1 4202496 148349 0 0 0 48987 17 0 0 25 0 1 0 886466251 276598784 64652 33554432000 4194304 4352236 140733902459520 18446744073709551615 4263195 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29980/statm: 67529 64652 129 39 0 66609 0
[pid=29978/tid=30044] ppid=29970 vsize=596660 CPUtime=0 cores=0,2
/proc/29978/task/30044/stat : 30044 (python) S 29970 29970 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515309 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453979064128 0 0 -1 2 0 0 0
[pid=30045] ppid=29970 vsize=596672 CPUtime=0.15 cores=0,2
/proc/30045/stat : 30045 (python) S 29970 29970 29444 0 -1 4202560 1108 0 0 0 8 7 0 0 19 0 2 0 886515309 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30045/statm: 149168 82561 399 364 0 85083 0
[pid=30047] ppid=30045 vsize=184328 CPUtime=100.02 cores=0,2
/proc/30047/stat : 30047 (lingeling) T 30045 30047 30047 0 -1 4202496 63322 0 0 0 9993 9 0 0 25 0 1 0 886515311 188751872 45252 33554432000 4194304 4352236 140737046016144 18446744073709551615 4207852 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/30047/statm: 46082 45252 129 39 0 45162 0
[pid=30045/tid=30050] ppid=29970 vsize=596672 CPUtime=0 cores=0,2
/proc/30045/task/30050/stat : 30050 (python) S 29970 29970 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525325 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453850499968 0 0 -1 2 0 0 0
[pid=30051] ppid=29970 vsize=606928 CPUtime=0.73 cores=0,2
/proc/30051/stat : 30051 (python) S 29970 29970 29444 0 -1 4202560 1002 0 0 0 41 32 0 0 15 0 1 0 886525325 621494272 82544 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321542 0 0 16781312 514 1163300894373019908 0 0 17 0 0 0 0
/proc/30051/statm: 151732 82544 379 364 0 87644 0
[pid=30053] ppid=30051 vsize=2454452 CPUtime=466.48 cores=0,2
/proc/30053/stat : 30053 (cryptominisat-2) R 30051 30053 30053 0 -1 4202496 620532 0 0 0 46553 95 0 0 25 0 1 0 886525326 2513358848 502713 33554432000 4194304 4677096 140737171971616 18446744073709551615 4336200 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30053/statm: 613613 502713 391 118 0 608572 0
[pid=29970/tid=29979] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 886466251 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30046] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30046/stat : 30046 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886515310 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30052] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30052/stat : 30052 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886525326 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 5326328

[startup+1182.3 s]
/proc/loadavg: 3.64 3.92 3.77 4/205 30212
/proc/meminfo: memFree=28313476/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=617172 CPUtime=64.35 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 151114 933 1 0 6402 33 0 0 20 0 4 0 886459793 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29970/statm: 154293 84041 1872 364 0 90205 0
[pid=29978] ppid=29970 vsize=596660 CPUtime=0.66 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 1217 0 0 0 36 30 0 0 19 0 2 0 886466250 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29978/statm: 149165 82585 423 364 0 85083 0
[pid=29980] ppid=29978 vsize=270116 CPUtime=490.04 cores=0,2
/proc/29980/stat : 29980 (lingeling) T 29978 29980 29980 0 -1 4202496 148349 0 0 0 48987 17 0 0 25 0 1 0 886466251 276598784 64652 33554432000 4194304 4352236 140733902459520 18446744073709551615 4263195 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29980/statm: 67529 64652 129 39 0 66609 0
[pid=29978/tid=30044] ppid=29970 vsize=596660 CPUtime=0 cores=0,2
/proc/29978/task/30044/stat : 30044 (python) S 29970 29970 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515309 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453979064128 0 0 -1 2 0 0 0
[pid=30045] ppid=29970 vsize=596672 CPUtime=0.15 cores=0,2
/proc/30045/stat : 30045 (python) S 29970 29970 29444 0 -1 4202560 1108 0 0 0 8 7 0 0 19 0 2 0 886515309 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30045/statm: 149168 82561 399 364 0 85083 0
[pid=30047] ppid=30045 vsize=184328 CPUtime=100.02 cores=0,2
/proc/30047/stat : 30047 (lingeling) T 30045 30047 30047 0 -1 4202496 63322 0 0 0 9993 9 0 0 25 0 1 0 886515311 188751872 45252 33554432000 4194304 4352236 140737046016144 18446744073709551615 4207852 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/30047/statm: 46082 45252 129 39 0 45162 0
[pid=30045/tid=30050] ppid=29970 vsize=596672 CPUtime=0 cores=0,2
/proc/30045/task/30050/stat : 30050 (python) S 29970 29970 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525325 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453850499968 0 0 -1 2 0 0 0
[pid=30051] ppid=29970 vsize=606928 CPUtime=0.81 cores=0,2
/proc/30051/stat : 30051 (python) S 29970 29970 29444 0 -1 4202560 1004 0 0 0 46 35 0 0 15 0 1 0 886525325 621494272 82544 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321542 0 0 16781312 514 1163300894373019908 0 0 17 0 0 0 0
/proc/30051/statm: 151732 82544 379 364 0 87644 0
[pid=30053] ppid=30051 vsize=2469512 CPUtime=526.42 cores=0,2
/proc/30053/stat : 30053 (cryptominisat-2) R 30051 30053 30053 0 -1 4202496 635507 0 0 0 52545 97 0 0 25 0 1 0 886525326 2528780288 505413 33554432000 4194304 4677096 140737171971616 18446744073709551615 4336504 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30053/statm: 617378 505413 391 118 0 612337 0
[pid=29970/tid=29979] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 886466251 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30046] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30046/stat : 30046 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886515310 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30052] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30052/stat : 30052 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886525326 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.45
Current children cumulated vsize (KiB) 5341388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 3.50 3.88 3.76 4/205 30213
/proc/meminfo: memFree=28338020/32951124 swapFree=67072804/67111528
[pid=29970] ppid=29968 vsize=617172 CPUtime=64.35 cores=0,2
/proc/29970/stat : 29970 (python) S 29968 29970 29444 0 -1 4202496 151114 933 1 0 6402 33 0 0 20 0 4 0 886459793 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29970/statm: 154293 84041 1872 364 0 90205 0
[pid=29978] ppid=29970 vsize=596660 CPUtime=0.66 cores=0,2
/proc/29978/stat : 29978 (python) S 29970 29970 29444 0 -1 4202560 1217 0 0 0 36 30 0 0 19 0 2 0 886466250 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29978/statm: 149165 82585 423 364 0 85083 0
[pid=29980] ppid=29978 vsize=270116 CPUtime=490.04 cores=0,2
/proc/29980/stat : 29980 (lingeling) T 29978 29980 29980 0 -1 4202496 148349 0 0 0 48987 17 0 0 25 0 1 0 886466251 276598784 64652 33554432000 4194304 4352236 140733902459520 18446744073709551615 4263195 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29980/statm: 67529 64652 129 39 0 66609 0
[pid=29978/tid=30044] ppid=29970 vsize=596660 CPUtime=0 cores=0,2
/proc/29978/task/30044/stat : 30044 (python) S 29970 29970 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515309 610979840 82585 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453979064128 0 0 -1 2 0 0 0
[pid=30045] ppid=29970 vsize=596672 CPUtime=0.15 cores=0,2
/proc/30045/stat : 30045 (python) S 29970 29970 29444 0 -1 4202560 1108 0 0 0 8 7 0 0 19 0 2 0 886515309 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30045/statm: 149168 82561 399 364 0 85083 0
[pid=30047] ppid=30045 vsize=184328 CPUtime=100.02 cores=0,2
/proc/30047/stat : 30047 (lingeling) T 30045 30047 30047 0 -1 4202496 63322 0 0 0 9993 9 0 0 25 0 1 0 886515311 188751872 45252 33554432000 4194304 4352236 140737046016144 18446744073709551615 4207852 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/30047/statm: 46082 45252 129 39 0 45162 0
[pid=30045/tid=30050] ppid=29970 vsize=596672 CPUtime=0 cores=0,2
/proc/30045/task/30050/stat : 30050 (python) S 29970 29970 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525325 610992128 82561 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 514 18446604453850499968 0 0 -1 2 0 0 0
[pid=30051] ppid=29970 vsize=606928 CPUtime=0.84 cores=0,2
/proc/30051/stat : 30051 (python) S 29970 29970 29444 0 -1 4202560 1004 0 0 0 48 36 0 0 15 0 1 0 886525325 621494272 82544 33554432000 4194304 5683644 140734076501744 18446744073709551615 255377321542 0 0 16781312 514 1163300894373019908 0 0 17 0 0 0 0
/proc/30051/statm: 151732 82544 379 364 0 87644 0
[pid=30053] ppid=30051 vsize=2426412 CPUtime=544.01 cores=0,2
/proc/30053/stat : 30053 (cryptominisat-2) R 30051 30053 30053 0 -1 4202496 639241 0 0 0 54303 98 0 0 25 0 1 0 886525326 2484645888 498838 33554432000 4194304 4677096 140737171971616 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30053/statm: 606603 498838 391 118 0 601562 0
[pid=29970/tid=29979] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/29979/stat : 29979 (python) S 29968 29970 29444 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 886466251 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30046] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30046/stat : 30046 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886515310 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 0 0 0 0
[pid=29970/tid=30052] ppid=29968 vsize=617172 CPUtime=0 cores=0,2
/proc/29970/task/30052/stat : 30052 (python) S 29968 29970 29444 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 886525326 631984128 84041 33554432000 4194304 5683644 140734076501744 18446744073709551615 255389125041 0 0 16781312 2 18446604453851547712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5298288

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29970 and gives
#  childrusage.ru_utime.tv_sec=64
#  childrusage.ru_utime.tv_usec=21267
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=356945
# CPU time returned by wait4() is 64.3782
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.95
CPU time (s): 1200.07
CPU user time (s): 1197.77
CPU system time (s): 2.3
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 5356352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.0213
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152048
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2552
involuntary context switches= 149

runsolver used 2.12168 second user time and 4.51231 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:30:19
IDJOB=3483918
IDBENCH=82379
IDSOLVER=1976
FILE ID=node135/3483918-1307748618
RUNJOBID= node135-1307746989-29462
PBS_JOBID= 13550823
Free space on /tmp= 73716 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483918-1307748618/watcher-3483918-1307748618 -o /tmp/evaluation-result-3483918-1307748618/solver-3483918-1307748618 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483918-1307748618.cnf -seed 1799532437 -budget 1200

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1799532437

node135.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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28649484 kB
Buffers:        212416 kB
Cached:        1121872 kB
SwapCached:       6548 kB
Active:        3544440 kB
Inactive:       557688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28649484 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          300316 kB
Writeback:           0 kB
AnonPages:     2766932 kB
Mapped:          17160 kB
Slab:           124520 kB
PageTables:      13360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3190824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73764 MiB
End job on node135 at 2011-06-11 01:50:21