Trace number 3498424

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)UNSAT 421.019 420.583

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.48	c INFO: solving HOME/instance-3498424-1307953892.cnf
0.31/0.48	c INFO: computing task features
3.50/3.69	c INFO: computed variable-clause graph statistics
3.59/3.76	c INFO: computed clause balance statistics
19.39/19.59	c INFO: computed variable balance statistics
30.49/30.63	c INFO: computed small-clause counts
30.49/30.69	c INFO: computed Horn-clause counts
32.40/32.57	c INFO: computed variable graph statistics
32.40/32.57	c INFO: collected features for HOME/instance-3498424-1307953892.cnf in 31.99 s
32.40/32.59	c INFO: running lingeling-276@0 for 97 with 4968 remaining (b = 0.18)
132.70/132.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 4867 remaining (b = 0.16)
420.89/420.51	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498424-1307953892/watcher-3498424-1307953892 -o /var/tmp/evaluation-result-3498424-1307953892/solver-3498424-1307953892 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498424-1307953892.cnf -seed 1954442225 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.04 1.86 1.11 3/184 15440
/proc/meminfo: memFree=16312092/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 362998696 15548416 621 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15440/statm: 3796 621 322 364 0 283 0

[startup+0.103808 s]
/proc/loadavg: 2.04 1.86 1.11 3/184 15440
/proc/meminfo: memFree=16312092/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=104216 CPUtime=0.06 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 3037 0 0 0 5 1 0 0 17 0 1 0 362998696 106717184 2726 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15440/statm: 26055 2726 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.200835 s]
/proc/loadavg: 2.04 1.86 1.11 3/184 15440
/proc/meminfo: memFree=16312092/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=126796 CPUtime=0.14 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 5410 934 1 0 11 3 0 0 18 0 1 0 362998696 129839104 4003 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880564992 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 31699 4003 1007 364 0 2994 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126796

[startup+0.300768 s]
/proc/loadavg: 2.04 1.86 1.11 3/184 15440
/proc/meminfo: memFree=16312092/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=156688 CPUtime=0.22 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 6438 934 1 0 17 5 0 0 17 0 1 0 362998696 160448512 4544 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880564880 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 39172 4544 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156688

[startup+0.700745 s]
/proc/loadavg: 2.04 1.86 1.11 3/184 15440
/proc/meminfo: memFree=16312092/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=310796 CPUtime=0.6 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 17243 934 1 0 51 9 0 0 17 0 1 0 362998696 318255104 14916 33554432000 4194304 5683644 140735237169712 18446744073709551615 47396389073333 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 77699 14917 1761 364 0 13623 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 310796

[startup+1.5006 s]
/proc/loadavg: 2.04 1.86 1.11 3/185 15445
/proc/meminfo: memFree=16230412/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=361596 CPUtime=1.4 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 29784 934 1 0 129 11 0 0 18 0 1 0 362998696 370274304 27457 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 90399 27459 1761 364 0 26323 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 361596

[startup+3.10032 s]
/proc/loadavg: 2.04 1.86 1.11 3/185 15445
/proc/meminfo: memFree=16159860/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=462292 CPUtime=2.99 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 53486 934 1 0 285 14 0 0 22 0 1 0 362998696 473387008 51159 33554432000 4194304 5683644 140735237169712 18446744073709551615 47396218391237 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 115573 51161 1761 364 0 51497 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 462292

[startup+6.30074 s]
/proc/loadavg: 2.04 1.86 1.11 3/185 15445
/proc/meminfo: memFree=16067480/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=490116 CPUtime=6.19 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 87640 934 1 0 601 18 0 0 25 0 1 0 362998696 501878784 59914 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880223470 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 122529 59914 1826 364 0 58453 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 490116

[startup+12.7006 s]
/proc/loadavg: 2.03 1.87 1.12 3/185 15445
/proc/meminfo: memFree=16063044/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=490116 CPUtime=12.59 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 87640 934 1 0 1241 18 0 0 25 0 1 0 362998696 501878784 59914 33554432000 4194304 5683644 140735237169712 18446744073709551615 4531497 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 122529 59914 1826 364 0 58453 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 490116

[startup+25.5003 s]
/proc/loadavg: 2.03 1.87 1.13 3/185 15446
/proc/meminfo: memFree=16060448/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=490116 CPUtime=25.39 cores=0,2,4,6
/proc/15440/stat : 15440 (python) R 15438 15440 15083 0 -1 4202496 87641 934 1 0 2521 18 0 0 25 0 1 0 362998696 501878784 59915 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880220441 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15440/statm: 122529 59915 1827 364 0 58453 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 490116

[startup+51.1006 s]
/proc/loadavg: 2.02 1.88 1.15 3/188 15450
/proc/meminfo: memFree=16013804/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=483260 CPUtime=32.5 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88017 934 1 0 3231 19 0 0 25 0 2 0 362998696 494858240 55686 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15440/statm: 120815 55686 1875 364 0 56733 0
[pid=15447] ppid=15440 vsize=473016 CPUtime=0.02 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 960 0 0 0 1 1 0 0 18 0 1 0 363001956 484368384 54188 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585231 0 0 16781312 514 5167475952128590084 0 0 17 0 0 0 0
/proc/15447/statm: 118254 54188 381 364 0 54172 0
[pid=15449] ppid=15447 vsize=61424 CPUtime=18.48 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) R 15447 15449 15449 0 -1 4202496 21815 0 0 0 1845 3 0 0 25 0 1 0 363001957 62898176 14526 33554432000 4194304 4352236 140736925154720 18446744073709551615 4234404 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15449/statm: 15356 14526 129 39 0 14436 0
[pid=15440/tid=15448] ppid=15438 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 2 0 363001957 494858240 55686 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1017700

[startup+102.3 s]
/proc/loadavg: 2.00 1.90 1.20 3/188 15451
/proc/meminfo: memFree=16006236/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=483260 CPUtime=32.5 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88017 934 1 0 3231 19 0 0 25 0 2 0 362998696 494858240 55686 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15440/statm: 120815 55686 1875 364 0 56733 0
[pid=15447] ppid=15440 vsize=473016 CPUtime=0.09 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 974 0 0 0 5 4 0 0 18 0 1 0 363001956 484368384 54188 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585231 0 0 16781312 514 5167475952128590084 0 0 17 0 0 0 0
/proc/15447/statm: 118254 54188 381 364 0 54172 0
[pid=15449] ppid=15447 vsize=60404 CPUtime=69.69 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) R 15447 15449 15449 0 -1 4202496 21815 0 0 0 6966 3 0 0 25 0 1 0 363001957 61853696 14271 33554432000 4194304 4352236 140736925154720 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15449/statm: 15101 14271 129 39 0 14181 0
[pid=15440/tid=15448] ppid=15438 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 2 0 363001957 494858240 55686 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1016680

[startup+162.301 s]
/proc/loadavg: 2.00 1.91 1.25 3/192 15456
/proc/meminfo: memFree=15745552/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.04 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 923 0 0 0 2 2 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 4546709283567272196 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=307516 CPUtime=29.51 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 69333 0 0 0 2942 9 0 0 25 0 1 0 363011974 314896384 59504 33554432000 4194304 4677096 140733771071936 18446744073709551615 218880261788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76879 59504 390 118 0 71838 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 1827908

[startup+222.307 s]
/proc/loadavg: 2.00 1.93 1.29 3/192 15458
/proc/meminfo: memFree=15738708/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.12 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 944 0 0 0 7 5 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 4546709283567272196 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=307716 CPUtime=89.52 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 78817 0 0 0 8941 11 0 0 25 0 1 0 363011974 315101184 59571 33554432000 4194304 4677096 140733771071936 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76929 59571 390 118 0 71888 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 1828108

[startup+282.301 s]
/proc/loadavg: 2.00 1.94 1.33 3/192 15460
/proc/meminfo: memFree=15735836/32950928 swapFree=67054688/67111528

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

/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 107965 0 0 0 27665 17 0 0 25 0 1 0 363011974 314671104 59625 33554432000 4194304 4677096 140733771071936 18446744073709551615 4346664 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76824 59625 390 118 0 71783 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 409.98
Current children cumulated vsize (KiB) 1827688

[startup+416.001 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15463
/proc/meminfo: memFree=15718548/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 996 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 4546709283567272196 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=307296 CPUtime=283.22 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 108395 0 0 0 28305 17 0 0 25 0 1 0 363011974 314671104 60055 33554432000 4194304 4677096 140733771071936 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76824 60055 390 118 0 71783 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 416.39
Current children cumulated vsize (KiB) 1827688

[startup+417.601 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15463
/proc/meminfo: memFree=15717804/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 997 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 5167475952128590084 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=307296 CPUtime=284.82 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 108493 0 0 0 28465 17 0 0 25 0 1 0 363011974 314671104 60153 33554432000 4194304 4677096 140733771071936 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76824 60153 390 118 0 71783 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 417.99
Current children cumulated vsize (KiB) 1827688

[startup+419.207 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15463
/proc/meminfo: memFree=15716440/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 997 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 5167475952128590084 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=307296 CPUtime=286.42 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 108595 0 0 0 28625 17 0 0 25 0 1 0 363011974 314671104 60255 33554432000 4194304 4677096 140733771071936 18446744073709551615 4320144 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 76824 60255 390 118 0 71783 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 419.59
Current children cumulated vsize (KiB) 1827688

[startup+420.001 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15463
/proc/meminfo: memFree=15716440/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 997 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 4546709283567272196 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=321308 CPUtime=287.22 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 109815 0 0 0 28705 17 0 0 25 0 1 0 363011974 329019392 61475 33554432000 4194304 4677096 140733771071936 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 80327 61475 390 118 0 75286 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 420.39
Current children cumulated vsize (KiB) 1841700

[startup+420.401 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15464
/proc/meminfo: memFree=15711104/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 997 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 4546709283567272196 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=321308 CPUtime=287.62 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202496 109855 0 0 0 28745 17 0 0 25 0 1 0 363011974 329019392 61515 33554432000 4194304 4677096 140733771071936 18446744073709551615 4320424 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15456/statm: 80327 61515 390 118 0 75286 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 420.79
Current children cumulated vsize (KiB) 1841700

[startup+420.501 s]
/proc/loadavg: 2.00 1.95 1.42 3/192 15464
/proc/meminfo: memFree=15711104/32950928 swapFree=67054688/67111528
[pid=15440] ppid=15438 vsize=493516 CPUtime=32.54 cores=0,2,4,6
/proc/15440/stat : 15440 (python) S 15438 15440 15083 0 -1 4202496 88813 934 1 0 3234 20 0 0 20 0 3 0 362998696 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15440/statm: 123379 55693 1878 364 0 59294 0
[pid=15447] ppid=15440 vsize=483260 CPUtime=0.13 cores=0,2,4,6
/proc/15447/stat : 15447 (python) S 15440 15440 15083 0 -1 4202560 1148 0 0 0 7 6 0 0 19 0 2 0 363001956 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 120815 54226 414 364 0 56733 0
[pid=15449] ppid=15447 vsize=60344 CPUtime=100.12 cores=0,2,4,6
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 21815 0 0 0 10009 3 0 0 25 0 1 0 363001957 61792256 14256 33554432000 4194304 4352236 140736925154720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15449/statm: 15086 14256 129 39 0 14166 0
[pid=15447/tid=15453] ppid=15440 vsize=483260 CPUtime=0 cores=0,2,4,6
/proc/15447/task/15453/stat : 15453 (python) S 15440 15440 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363011970 494858240 54226 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 514 18446604453895233792 0 0 -1 2 0 0 0
[pid=15454] ppid=15440 vsize=483272 CPUtime=0.38 cores=0,2,4,6
/proc/15454/stat : 15454 (python) S 15440 15440 15083 0 -1 4202560 998 0 0 0 23 15 0 0 15 0 1 0 363011973 494870528 54181 33554432000 4194304 5683644 140735237169712 18446744073709551615 218880585286 0 0 16781312 514 5617621003292082436 0 0 17 2 0 0 0
/proc/15454/statm: 120818 54181 370 364 0 56733 0
[pid=15456] ppid=15454 vsize=0 CPUtime=287.72 cores=0,2,4,6
/proc/15456/stat : 15456 (cryptominisat-2) R 15454 15456 15456 0 -1 4202500 109866 0 0 0 28754 18 0 0 25 0 1 0 363011974 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15456/statm: 0 0 0 0 0 0 0
[pid=15440/tid=15448] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15448/stat : 15448 (python) S 15438 15440 15083 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 363001957 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 0 0 0 0
[pid=15440/tid=15455] ppid=15438 vsize=493516 CPUtime=0 cores=0,2,4,6
/proc/15440/task/15455/stat : 15455 (python) S 15438 15440 15083 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 363011974 505360384 55693 33554432000 4194304 5683644 140735237169712 18446744073709551615 218892388785 0 0 16781312 2 18446604453899432064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 420.89
Current children cumulated vsize (KiB) 1520392

Child status: 0
Real time (s): 420.583
CPU time (s): 421.019
CPU user time (s): 420.329
CPU system time (s): 0.689895
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 1844648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.329
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250087
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= 1739
involuntary context switches= 412

runsolver used 0.747886 second user time and 1.52377 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-13 10:31:33
IDJOB=3498424
IDBENCH=82494
IDSOLVER=1991
FILE ID=node112/3498424-1307953892
RUNJOBID= node112-1307953126-15101
PBS_JOBID= 13559716
Free space on /var/tmp= 2832 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.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 /var/tmp/evaluation-result-3498424-1307953892/watcher-3498424-1307953892 -o /var/tmp/evaluation-result-3498424-1307953892/solver-3498424-1307953892 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498424-1307953892.cnf -seed 1954442225 -budget 5000

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1954442225

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16312520 kB
Buffers:         75084 kB
Cached:       15685744 kB
SwapCached:      10444 kB
Active:         963332 kB
Inactive:     15090248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16312520 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           50552 kB
Writeback:           0 kB
AnonPages:      290568 kB
Mapped:          15452 kB
Slab:           518024 kB
PageTables:       7368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   677752 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 /var/tmp at the end= 2800 MiB
End job on node112 at 2011-06-13 10:38:33