Trace number 3321721

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-industrialUNSAT 2760.07 371.762

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3321721-1304349206.cnf
0.34/0.67	c INFO: computing task features
3.42/3.72	c INFO: computed variable-clause graph statistics
3.42/3.79	c INFO: computed clause balance statistics
17.92/18.25	c INFO: computed variable balance statistics
28.02/28.30	c INFO: computed small-clause counts
28.02/28.35	c INFO: computed Horn-clause counts
29.22/29.50	c INFO: computed variable graph statistics
29.22/29.50	c INFO: collected features for HOME/instance-3321721-1304349206.cnf in 28.73 s
29.22/29.53	c INFO: running lingeling-276@0 for 97 with 39971 remaining (b = 0.17)
29.22/29.56	c INFO: running cryptominisat-2.9.0@0 for 485 with 39971 remaining (b = 0.16)
29.22/29.60	c INFO: running lingeling-276@0 for 1261 with 39971 remaining (b = 0.33)
29.37/29.63	c INFO: running SApperloT@0 for 97 with 39971 remaining (b = 0.02)
29.37/29.67	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39971 remaining (b = 0.34)
29.70/29.71	c INFO: running lingeling-276@0 for 1261 with 39970 remaining (b = 0.26)
29.70/29.75	c INFO: running precosat-570@0 for 291 with 39970 remaining (b = 0.05)
29.70/29.78	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39970 remaining (b = 0.31)
820.68/128.78	c INFO: running lingeling-276@0 for 1164 with 39871 remaining (b = 0.19)
829.47/129.88	c INFO: running SApperloT@0 for 97 with 39870 remaining (b = 0.02)
1630.00/230.13	c INFO: running lingeling-276@0 for 97 with 39770 remaining (b = 0.05)
2366.61/322.40	c INFO: running precosat-570@0 for 291 with 39678 remaining (b = 0.04)
2429.69/330.39	c INFO: running lingeling-276@291 for 970 with 39670 remaining (b = 0.13)
2759.30/371.69	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321721-1304349206/watcher-3321721-1304349206 -o /tmp/evaluation-result-3321721-1304349206/solver-3321721-1304349206 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321721-1304349206.cnf -seed 145904895 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 6.91 7.13 7.60 1/273 385
/proc/meminfo: memFree=18939076/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=14644 CPUtime=0 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 416 0 0 0 0 0 0 0 20 0 1 0 527336352 14995456 327 33554432000 4194304 5683644 140734815057744 18446744073709551615 4681245 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/385/statm: 3661 330 216 364 0 148 0

[startup+0.094332 s]
/proc/loadavg: 6.91 7.13 7.60 1/273 385
/proc/meminfo: memFree=18939076/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=84608 CPUtime=0.05 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 2410 0 0 0 4 1 0 0 18 0 1 0 527336352 86638592 2136 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/385/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100336 s]
/proc/loadavg: 6.91 7.13 7.60 1/273 385
/proc/meminfo: memFree=18939076/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=87708 CPUtime=0.06 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 2638 0 0 0 4 2 0 0 18 0 1 0 527336352 89812992 2354 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/385/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300336 s]
/proc/loadavg: 6.91 7.13 7.60 1/273 385
/proc/meminfo: memFree=18939076/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=135752 CPUtime=0.19 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 5963 934 1 0 14 5 0 0 18 0 1 0 527336352 139010048 4150 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/385/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700272 s]
/proc/loadavg: 6.91 7.13 7.60 1/273 385
/proc/meminfo: memFree=18939076/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=297588 CPUtime=0.42 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 14036 934 1 0 31 11 0 0 17 0 1 0 527336352 304730112 11716 33554432000 4194304 5683644 140734815057744 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 74397 11716 1761 364 0 10321 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 297588

[startup+1.50106 s]
/proc/loadavg: 6.91 7.13 7.60 2/274 390
/proc/meminfo: memFree=18879548/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=350692 CPUtime=1.22 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 26781 934 1 0 109 13 0 0 18 0 1 0 527336352 359108608 24461 33554432000 4194304 5683644 140734815057744 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 87673 24462 1761 364 0 23597 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 350692

[startup+3.10073 s]
/proc/loadavg: 6.91 7.13 7.60 2/274 390
/proc/meminfo: memFree=18808748/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=457364 CPUtime=2.82 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 50031 934 1 0 266 16 0 0 21 0 1 0 527336352 468340736 47711 33554432000 4194304 5683644 140734815057744 18446744073709551615 46933833185989 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 114341 47712 1761 364 0 50265 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 457364

[startup+6.3011 s]
/proc/loadavg: 6.44 7.02 7.57 2/274 390
/proc/meminfo: memFree=18714028/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=482160 CPUtime=6.02 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 84766 934 1 0 582 20 0 0 25 0 1 0 527336352 493731840 57924 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338044505 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 120540 57924 1826 364 0 56464 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 482160

[startup+12.7008 s]
/proc/loadavg: 6.00 6.92 7.53 2/274 390
/proc/meminfo: memFree=18714804/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=482160 CPUtime=12.42 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 84766 934 1 0 1222 20 0 0 25 0 1 0 527336352 493731840 57924 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338032556 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 120540 57924 1826 364 0 56464 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 482160

[startup+25.5003 s]
/proc/loadavg: 4.89 6.63 7.43 2/274 390
/proc/meminfo: memFree=18716348/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=482160 CPUtime=25.22 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 84767 934 1 0 2502 20 0 0 25 0 1 0 527336352 493731840 57925 33554432000 4194304 5683644 140734815057744 18446744073709551615 270341792442 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/385/statm: 120540 57925 1827 364 0 56464 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 482160

[startup+51.1012 s]
/proc/loadavg: 5.55 6.63 7.41 9/298 415
/proc/meminfo: memFree=17738584/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=547680 CPUtime=29.51 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 90859 934 1 0 2924 27 0 0 25 0 9 0 527336352 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/385/statm: 136920 53884 1889 364 0 72817 0
[pid=391] ppid=385 vsize=465644 CPUtime=0.04 cores=0-7
/proc/391/stat : 391 (python) S 385 385 32756 0 -1 4202560 922 0 0 0 1 3 0 0 18 0 1 0 527339305 476819456 52339 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403855 0 0 16781312 514 11486501218352595204 0 0 17 1 0 0 0
/proc/391/statm: 116411 52339 376 364 0 52329 0
[pid=393] ppid=391 vsize=58968 CPUtime=21.54 cores=0-7
/proc/393/stat : 393 (lingeling) R 391 393 393 0 -1 4202496 17618 0 0 0 2150 4 0 0 25 0 1 0 527339306 60383232 13911 33554432000 4194304 4352236 140733538986368 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/393/statm: 14742 13911 128 39 0 13822 0
[pid=394] ppid=385 vsize=475900 CPUtime=0.06 cores=0-7
/proc/394/stat : 394 (python) S 385 385 32756 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 527339309 487321600 52337 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 5463442496388301057 0 0 17 6 0 0 0
/proc/394/statm: 118975 52337 370 364 0 54890 0
[pid=396] ppid=394 vsize=251320 CPUtime=21.49 cores=0-7
/proc/396/stat : 396 (cryptominisat-2) R 394 396 396 0 -1 4202496 60593 0 0 0 2140 9 0 0 25 0 1 0 527339309 257351680 50475 33554432000 4194304 4677096 140735859812128 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/396/statm: 62830 50475 390 118 0 57789 0
[pid=397] ppid=385 vsize=486156 CPUtime=0.04 cores=0-7
/proc/397/stat : 397 (python) S 385 385 32756 0 -1 4202560 907 0 0 0 1 3 0 0 18 0 1 0 527339312 497823744 52341 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595202 0 0 17 1 0 0 0
/proc/397/statm: 121539 52341 370 364 0 57451 0
[pid=399] ppid=397 vsize=59168 CPUtime=21.47 cores=0-7
/proc/399/stat : 399 (lingeling) R 397 399 399 0 -1 4202496 17659 0 0 0 2143 4 0 0 25 0 1 0 527339313 60588032 13961 33554432000 4194304 4352236 140735580080928 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/399/statm: 14792 13961 128 39 0 13872 0
[pid=400] ppid=385 vsize=496412 CPUtime=0.03 cores=0-7
/proc/400/stat : 400 (python) S 385 385 32756 0 -1 4202560 946 0 0 0 1 2 0 0 18 0 1 0 527339316 508325888 52345 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595203 0 0 17 0 0 0 0
/proc/400/statm: 124103 52345 370 364 0 60012 0
[pid=402] ppid=400 vsize=56780 CPUtime=21.38 cores=0-7
/proc/402/stat : 402 (SApperloT-base) R 400 402 402 0 -1 4202496 14089 0 0 0 2135 3 0 0 25 0 1 0 527339317 58142720 13788 33554432000 134512640 135674940 4288818768 18446744073709551615 134564717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/402/statm: 14195 13788 100 284 0 13909 0
[pid=403] ppid=385 vsize=506668 CPUtime=0.06 cores=0-7
/proc/403/stat : 403 (python) S 385 385 32756 0 -1 4202560 980 0 0 0 3 3 0 0 15 0 1 0 527339319 518828032 52349 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 1892853251976429827 0 0 17 7 0 0 0
/proc/403/statm: 126667 52349 370 364 0 62573 0
[pid=405] ppid=403 vsize=251236 CPUtime=21.18 cores=0-7
/proc/405/stat : 405 (cryptominisat-2) R 403 405 405 0 -1 4202496 60492 0 0 0 2109 9 0 0 25 0 1 0 527339320 257265664 50487 33554432000 4194304 4677096 140735534908304 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/405/statm: 62809 50487 390 118 0 57768 0
[pid=406] ppid=385 vsize=516924 CPUtime=0.03 cores=0-7
/proc/406/stat : 406 (python) S 385 385 32756 0 -1 4202560 959 0 0 0 1 2 0 0 18 0 1 0 527339323 529330176 52353 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595204 0 0 17 2 0 0 0
/proc/406/statm: 129231 52353 370 364 0 65134 0
[pid=408] ppid=406 vsize=59868 CPUtime=21.22 cores=0-7
/proc/408/stat : 408 (lingeling) R 406 408 408 0 -1 4202496 17841 0 0 0 2119 3 0 0 25 0 1 0 527339324 61304832 14137 33554432000 4194304 4352236 140734564347424 18446744073709551615 4234510 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/408/statm: 14967 14137 128 39 0 14047 0
[pid=409] ppid=385 vsize=527180 CPUtime=0.04 cores=0-7
/proc/409/stat : 409 (python) S 385 385 32756 0 -1 4202560 963 0 0 0 2 2 0 0 18 0 1 0 527339327 539832320 52357 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595202 0 0 17 0 0 0 0
/proc/409/statm: 131795 52357 370 364 0 67695 0
[pid=411] ppid=409 vsize=133840 CPUtime=21.23 cores=0-7
/proc/411/stat : 411 (precosat) R 409 411 411 0 -1 4202496 33870 0 0 0 2119 4 0 0 25 0 1 0 527339328 137052160 33192 33554432000 4194304 4890832 140733556356464 18446744073709551615 4297476 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/411/statm: 33460 33192 86 171 0 33287 0
[pid=412] ppid=385 vsize=537436 CPUtime=0.05 cores=0-7
/proc/412/stat : 412 (python) S 385 385 32756 0 -1 4202560 1029 0 0 0 3 2 0 0 15 0 1 0 527339330 550334464 52367 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 3288190682228818178 0 0 17 2 0 0 0
/proc/412/statm: 134359 52367 376 364 0 70256 0
[pid=414] ppid=412 vsize=251284 CPUtime=21.2 cores=0-7
/proc/414/stat : 414 (cryptominisat-2) R 412 414 414 0 -1 4202496 60499 0 0 0 2111 9 0 0 25 0 1 0 527339331 257314816 50478 33554432000 4194304 4677096 140736299737728 18446744073709551615 4320002 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/414/statm: 62821 50478 390 118 0 57780 0
[pid=385/tid=392] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/392/stat : 392 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 527339306 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=395] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/395/stat : 395 (python) S 383 385 32756 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 527339309 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=398] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/398/stat : 398 (python) S 383 385 32756 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 527339313 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=401] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/401/stat : 401 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 527339316 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=404] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/404/stat : 404 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 527339320 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=407] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/407/stat : 407 (python) S 383 385 32756 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 527339324 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
[pid=385/tid=410] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/410/stat : 410 (python) S 383 385 32756 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 9 0 527339327 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=413] ppid=383 vsize=547680 CPUtime=0 cores=0-7
/proc/385/task/413/stat : 413 (python) S 383 385 32756 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 527339331 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.57
Current children cumulated vsize (KiB) 5682464

[startup+102.311 s]
/proc/loadavg: 7.01 6.86 7.44 9/298 416
/proc/meminfo: memFree=17664904/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=547680 CPUtime=29.51 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 90859 934 1 0 2924 27 0 0 25 0 9 0 527336352 560824320 53884 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/385/statm: 136920 53884 1889 364 0 72817 0
[pid=391] ppid=385 vsize=465644 CPUtime=0.15 cores=0-7
/proc/391/stat : 391 (python) S 385 385 32756 0 -1 4202560 937 0 0 0 7 8 0 0 18 0 1 0 527339305 476819456 52339 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403855 0 0 16781312 514 11486501218352595204 0 0 17 1 0 0 0
/proc/391/statm: 116411 52339 376 364 0 52329 0
[pid=393] ppid=391 vsize=70976 CPUtime=72.75 cores=0-7
/proc/393/stat : 393 (lingeling) R 391 393 393 0 -1 4202496 20661 0 0 0 7271 4 0 0 25 0 1 0 527339306 72679424 16913 33554432000 4194304 4352236 140733538986368 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/393/statm: 17744 16913 128 39 0 16824 0
[pid=394] ppid=385 vsize=475900 CPUtime=0.17 cores=0-7
/proc/394/stat : 394 (python) S 385 385 32756 0 -1 4202560 940 0 0 0 9 8 0 0 15 0 1 0 527339309 487321600 52337 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595201 0 0 17 6 0 0 0
/proc/394/statm: 118975 52337 370 364 0 54890 0
[pid=396] ppid=394 vsize=267728 CPUtime=72.69 cores=0-7
/proc/396/stat : 396 (cryptominisat-2) R 394 396 396 0 -1 4202496 67730 0 0 0 7258 11 0 0 25 0 1 0 527339309 274153472 52745 33554432000 4194304 4677096 140735859812128 18446744073709551615 4320976 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/396/statm: 66932 52745 390 118 0 61891 0

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

/proc/405/stat : 405 (cryptominisat-2) R 403 405 405 0 -1 4202496 103567 0 0 0 33492 27 0 0 25 0 1 0 527339320 272867328 52262 33554432000 4194304 4677096 140735534908304 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/405/statm: 66618 52262 390 118 0 61577 0
[pid=406] ppid=385 vsize=516924 CPUtime=0.73 cores=0-7
/proc/406/stat : 406 (python) S 385 385 32756 0 -1 4202560 1018 0 0 0 42 31 0 0 18 0 1 0 527339323 529330176 52353 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595204 0 0 17 2 0 0 0
/proc/406/statm: 129231 52353 370 364 0 65134 0
[pid=408] ppid=406 vsize=62800 CPUtime=339.86 cores=0-7
/proc/408/stat : 408 (lingeling) R 406 408 408 0 -1 4202496 21675 0 0 0 33982 4 0 0 25 0 1 0 527339324 64307200 14870 33554432000 4194304 4352236 140734564347424 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/408/statm: 15700 14870 128 39 0 14780 0
[pid=409] ppid=385 vsize=527180 CPUtime=0.74 cores=0-7
/proc/409/stat : 409 (python) S 385 385 32756 0 -1 4202560 1187 0 0 0 43 31 0 0 18 0 2 0 527339327 539832320 52387 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/409/statm: 131795 52387 399 364 0 67695 0
[pid=411] ppid=409 vsize=135360 CPUtime=340.28 cores=0-7
/proc/411/stat : 411 (precosat) R 409 411 411 0 -1 4202496 34250 0 0 0 34023 5 0 0 25 0 1 0 527339328 138608640 33572 33554432000 4194304 4890832 140733556356464 18446744073709551615 4238592 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/411/statm: 33840 33572 86 171 0 33667 0
[pid=409/tid=432] ppid=385 vsize=527180 CPUtime=0 cores=0-7
/proc/409/task/432/stat : 432 (python) S 385 385 32756 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 527368589 539832320 52387 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604440788170816 0 0 -1 0 0 0 0
[pid=412] ppid=385 vsize=537436 CPUtime=0.79 cores=0-7
/proc/412/stat : 412 (python) S 385 385 32756 0 -1 4202560 1099 0 0 0 44 35 0 0 15 0 1 0 527339330 550334464 52368 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 3288190682228818178 0 0 17 2 0 0 0
/proc/412/statm: 134359 52368 377 364 0 70256 0
[pid=414] ppid=412 vsize=282604 CPUtime=340.86 cores=0-7
/proc/414/stat : 414 (cryptominisat-2) R 412 414 414 0 -1 4202496 101535 0 0 0 34062 24 0 0 25 0 1 0 527339331 289386496 55012 33554432000 4194304 4677096 140736299737728 18446744073709551615 270338080401 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/414/statm: 70651 55012 390 118 0 65610 0
[pid=420] ppid=385 vsize=547692 CPUtime=0.21 cores=0-7
/proc/420/stat : 420 (python) S 385 385 32756 0 -1 4202560 1152 0 0 0 12 9 0 0 19 0 2 0 527349340 560836608 52395 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/420/statm: 136923 52395 399 364 0 72817 0
[pid=422] ppid=420 vsize=78912 CPUtime=99.53 cores=0-7
/proc/422/stat : 422 (SApperloT-base) T 420 422 422 0 -1 4202496 19612 0 0 0 9946 7 0 0 25 0 1 0 527349341 80805888 19111 33554432000 134512640 135674940 4289930800 18446744073709551615 134564258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/422/statm: 19728 19111 100 284 0 19442 0
[pid=420/tid=426] ppid=385 vsize=547692 CPUtime=0 cores=0-7
/proc/420/task/426/stat : 426 (python) S 385 385 32756 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 527359362 560836608 52395 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604440788171712 0 0 -1 1 0 0 0
[pid=427] ppid=385 vsize=623484 CPUtime=0.3 cores=0-7
/proc/427/stat : 427 (python) S 385 385 32756 0 -1 4202560 1077 0 0 0 15 15 0 0 18 0 2 0 527359365 638447616 52516 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/427/statm: 155871 52516 399 364 0 91762 0
[pid=429] ppid=427 vsize=58896 CPUtime=140 cores=0-7
/proc/429/stat : 429 (lingeling) R 427 429 429 0 -1 4202496 20647 0 0 0 13996 4 0 0 25 0 1 0 527359366 60309504 13893 33554432000 4194304 4352236 140734191639984 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/429/statm: 14724 13893 128 39 0 13804 0
[pid=427/tid=433] ppid=385 vsize=623484 CPUtime=0 cores=0-7
/proc/427/task/433/stat : 433 (python) S 385 385 32756 0 -1 4202560 122 0 0 0 0 0 0 0 19 0 2 0 527369387 638447616 52516 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604447511591040 0 0 -1 2 0 0 0
[pid=385/tid=392] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/392/stat : 392 (python) S 383 385 32756 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 11 0 527339306 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=395] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/395/stat : 395 (python) S 383 385 32756 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 11 0 527339309 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=398] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/398/stat : 398 (python) S 383 385 32756 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 11 0 527339313 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=401] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/401/stat : 401 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 527339316 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=404] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/404/stat : 404 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 11 0 527339320 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=407] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/407/stat : 407 (python) S 383 385 32756 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 11 0 527339324 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
[pid=385/tid=410] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/410/stat : 410 (python) S 383 385 32756 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 527339327 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=413] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/413/stat : 413 (python) S 383 385 32756 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 527339331 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
[pid=385/tid=421] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/421/stat : 421 (python) S 383 385 32756 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 11 0 527349341 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 3 0 0 0
[pid=385/tid=428] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/428/stat : 428 (python) S 383 385 32756 0 -1 4202560 88 934 0 0 0 0 0 0 18 0 11 0 527359366 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2755.32
Current children cumulated vsize (KiB) 7181852

[startup+371.602 s]
/proc/loadavg: 8.36 7.69 7.63 9/309 434
/proc/meminfo: memFree=17530580/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=633728 CPUtime=29.7 cores=0-7
/proc/385/stat : 385 (python) S 383 385 32756 0 -1 4202496 93137 934 1 0 2942 28 0 0 18 0 11 0 527336352 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/385/statm: 158432 54019 1894 364 0 94323 0
[pid=391] ppid=385 vsize=475888 CPUtime=0.72 cores=0-7
/proc/391/stat : 391 (python) S 385 385 32756 0 -1 4202560 1139 0 0 0 36 36 0 0 18 0 2 0 527339305 487309312 52378 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/391/statm: 118972 52378 410 364 0 54890 0
[pid=393] ppid=391 vsize=62032 CPUtime=341.48 cores=0-7
/proc/393/stat : 393 (lingeling) R 391 393 393 0 -1 4202496 21466 0 0 0 34143 5 0 0 25 0 1 0 527339306 63520768 14677 33554432000 4194304 4352236 140733538986368 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/393/statm: 15508 14677 128 39 0 14588 0
[pid=391/tid=418] ppid=385 vsize=475888 CPUtime=0 cores=0-7
/proc/391/task/418/stat : 418 (python) S 385 385 32756 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527349227 487309312 52378 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604453948812352 0 0 -1 1 0 0 0
[pid=394] ppid=385 vsize=475900 CPUtime=0.78 cores=0-7
/proc/394/stat : 394 (python) S 385 385 32756 0 -1 4202560 977 0 0 0 42 36 0 0 15 0 1 0 527339309 487321600 52337 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 5463442496388301057 0 0 17 6 0 0 0
/proc/394/statm: 118975 52337 370 364 0 54890 0
[pid=396] ppid=394 vsize=267596 CPUtime=341.95 cores=0-7
/proc/396/stat : 396 (cryptominisat-2) R 394 396 396 0 -1 4202496 101735 0 0 0 34173 22 0 0 25 0 1 0 527339309 274018304 52938 33554432000 4194304 4677096 140735859812128 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/396/statm: 66899 52938 390 118 0 61858 0
[pid=397] ppid=385 vsize=486156 CPUtime=0.73 cores=0-7
/proc/397/stat : 397 (python) S 385 385 32756 0 -1 4202560 967 0 0 0 36 37 0 0 18 0 1 0 527339312 497823744 52341 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595202 0 0 17 1 0 0 0
/proc/397/statm: 121539 52341 370 364 0 57451 0
[pid=399] ppid=397 vsize=62568 CPUtime=341.98 cores=0-7
/proc/399/stat : 399 (lingeling) R 397 399 399 0 -1 4202496 21625 0 0 0 34194 4 0 0 25 0 1 0 527339313 64069632 14811 33554432000 4194304 4352236 140735580080928 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/399/statm: 15642 14811 128 39 0 14722 0
[pid=400] ppid=385 vsize=496412 CPUtime=0.21 cores=0-7
/proc/400/stat : 400 (python) S 385 385 32756 0 -1 4202560 1130 0 0 0 12 9 0 0 19 0 2 0 527339316 508325888 52375 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/400/statm: 124103 52375 399 364 0 60012 0
[pid=402] ppid=400 vsize=77144 CPUtime=99.96 cores=0-7
/proc/402/stat : 402 (SApperloT-base) T 400 402 402 0 -1 4202496 19123 0 0 0 9990 6 0 0 25 0 1 0 527339317 78995456 18628 33554432000 134512640 135674940 4288818768 18446744073709551615 134564294 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/402/statm: 19286 18628 100 284 0 19000 0
[pid=400/tid=419] ppid=385 vsize=496412 CPUtime=0 cores=0-7
/proc/400/task/419/stat : 419 (python) S 385 385 32756 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 527349337 508325888 52375 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 0 0 0 0
[pid=403] ppid=385 vsize=506668 CPUtime=1.04 cores=0-7
/proc/403/stat : 403 (python) R 385 385 32756 0 -1 4202560 1050 0 0 0 57 47 0 0 16 0 1 0 527339319 518828032 52350 33554432000 4194304 5683644 140734815057744 18446744073709551615 4867292 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/403/statm: 126667 52350 371 364 0 62573 0
[pid=405] ppid=403 vsize=0 CPUtime=335.46 cores=0-7
/proc/405/stat : 405 (cryptominisat-2) R 403 405 405 0 -1 4202500 103584 0 0 0 33519 27 0 0 25 0 1 0 527339320 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/405/statm: 0 0 0 0 0 0 0
[pid=406] ppid=385 vsize=516924 CPUtime=0.73 cores=0-7
/proc/406/stat : 406 (python) S 385 385 32756 0 -1 4202560 1018 0 0 0 42 31 0 0 18 0 1 0 527339323 529330176 52353 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 11486501218352595204 0 0 17 2 0 0 0
/proc/406/statm: 129231 52353 370 364 0 65134 0
[pid=408] ppid=406 vsize=62800 CPUtime=340.36 cores=0-7
/proc/408/stat : 408 (lingeling) R 406 408 408 0 -1 4202496 21675 0 0 0 34032 4 0 0 25 0 1 0 527339324 64307200 14870 33554432000 4194304 4352236 140734564347424 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/408/statm: 15700 14870 128 39 0 14780 0
[pid=409] ppid=385 vsize=527180 CPUtime=0.74 cores=0-7
/proc/409/stat : 409 (python) S 385 385 32756 0 -1 4202560 1187 0 0 0 43 31 0 0 18 0 2 0 527339327 539832320 52387 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/409/statm: 131795 52387 399 364 0 67695 0
[pid=411] ppid=409 vsize=135360 CPUtime=340.78 cores=0-7
/proc/411/stat : 411 (precosat) R 409 411 411 0 -1 4202496 34250 0 0 0 34073 5 0 0 25 0 1 0 527339328 138608640 33572 33554432000 4194304 4890832 140733556356464 18446744073709551615 4238544 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/411/statm: 33840 33572 86 171 0 33667 0
[pid=409/tid=432] ppid=385 vsize=527180 CPUtime=0 cores=0-7
/proc/409/task/432/stat : 432 (python) S 385 385 32756 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 527368589 539832320 52387 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604440788170816 0 0 -1 0 0 0 0
[pid=412] ppid=385 vsize=537436 CPUtime=0.79 cores=0-7
/proc/412/stat : 412 (python) S 385 385 32756 0 -1 4202560 1099 0 0 0 44 35 0 0 15 0 1 0 527339330 550334464 52368 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 3288190682228818178 0 0 17 2 0 0 0
/proc/412/statm: 134359 52368 377 364 0 70256 0
[pid=414] ppid=412 vsize=282604 CPUtime=341.36 cores=0-7
/proc/414/stat : 414 (cryptominisat-2) R 412 414 414 0 -1 4202496 101557 0 0 0 34112 24 0 0 25 0 1 0 527339331 289386496 55034 33554432000 4194304 4677096 140736299737728 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/414/statm: 70651 55034 390 118 0 65610 0
[pid=420] ppid=385 vsize=547692 CPUtime=0.21 cores=0-7
/proc/420/stat : 420 (python) S 385 385 32756 0 -1 4202560 1152 0 0 0 12 9 0 0 19 0 2 0 527349340 560836608 52395 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/420/statm: 136923 52395 399 364 0 72817 0
[pid=422] ppid=420 vsize=78912 CPUtime=99.53 cores=0-7
/proc/422/stat : 422 (SApperloT-base) T 420 422 422 0 -1 4202496 19612 0 0 0 9946 7 0 0 25 0 1 0 527349341 80805888 19111 33554432000 134512640 135674940 4289930800 18446744073709551615 134564258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/422/statm: 19728 19111 100 284 0 19442 0
[pid=420/tid=426] ppid=385 vsize=547692 CPUtime=0 cores=0-7
/proc/420/task/426/stat : 426 (python) S 385 385 32756 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 527359362 560836608 52395 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604440788171712 0 0 -1 1 0 0 0
[pid=427] ppid=385 vsize=623484 CPUtime=0.3 cores=0-7
/proc/427/stat : 427 (python) S 385 385 32756 0 -1 4202560 1077 0 0 0 15 15 0 0 18 0 2 0 527359365 638447616 52516 33554432000 4194304 5683644 140734815057744 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/427/statm: 155871 52516 399 364 0 91762 0
[pid=429] ppid=427 vsize=58896 CPUtime=140.49 cores=0-7
/proc/429/stat : 429 (lingeling) R 427 429 429 0 -1 4202496 20647 0 0 0 14045 4 0 0 25 0 1 0 527359366 60309504 13893 33554432000 4194304 4352236 140734191639984 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/429/statm: 14724 13893 128 39 0 13804 0
[pid=427/tid=433] ppid=385 vsize=623484 CPUtime=0 cores=0-7
/proc/427/task/433/stat : 433 (python) S 385 385 32756 0 -1 4202560 122 0 0 0 0 0 0 0 19 0 2 0 527369387 638447616 52516 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 514 18446604447511591040 0 0 -1 2 0 0 0
[pid=385/tid=392] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/392/stat : 392 (python) S 383 385 32756 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 11 0 527339306 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=395] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/395/stat : 395 (python) S 383 385 32756 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 11 0 527339309 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=398] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/398/stat : 398 (python) S 383 385 32756 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 11 0 527339313 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=401] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/401/stat : 401 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 527339316 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 6 0 0 0
[pid=385/tid=404] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/404/stat : 404 (python) S 383 385 32756 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 11 0 527339320 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=407] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/407/stat : 407 (python) S 383 385 32756 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 11 0 527339324 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
[pid=385/tid=410] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/410/stat : 410 (python) S 383 385 32756 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 527339327 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 0 0 0 0
[pid=385/tid=413] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/413/stat : 413 (python) S 383 385 32756 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 527339331 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
[pid=385/tid=421] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/421/stat : 421 (python) S 383 385 32756 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 11 0 527349341 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 3 0 0 0
[pid=385/tid=428] ppid=383 vsize=633728 CPUtime=0 cores=0-7
/proc/385/task/428/stat : 428 (python) S 383 385 32756 0 -1 4202560 88 934 0 0 0 0 0 0 18 0 11 0 527359366 648937472 54019 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 2 18446604453948810560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2759.3
Current children cumulated vsize (KiB) 6915380

[startup+371.702 s]
/proc/loadavg: 8.36 7.69 7.63 9/309 434
/proc/meminfo: memFree=17530580/32951124 swapFree=67111356/67111528
[pid=385] ppid=383 vsize=572136 CPUtime=2759.99 cores=0-7
/proc/385/stat : 385 (python) R 383 385 32756 0 -1 4202496 94790 477584 1 0 2942 29 272615 413 17 0 2 0 527336352 585867264 53941 33554432000 4194304 5683644 140734815057744 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/385/statm: 143034 53941 1874 364 0 78957 0
[pid=385/tid=404] ppid=383 vsize=572136 CPUtime=2730.28 cores=0-7
/proc/385/task/404/stat : 404 (python) S 383 385 32756 0 -1 4202560 27 477584 0 0 0 0 272615 413 18 0 2 0 527339320 585867264 53941 33554432000 4194304 5683644 140734815057744 18446744073709551615 270350207409 0 0 16781312 0 18446604453948810560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2759.99
Current children cumulated vsize (KiB) 572136

Child status: 0
Real time (s): 371.762
CPU time (s): 2760.07
CPU user time (s): 2755.61
CPU system time (s): 4.46032
CPU usage (%): 742.429
Max. virtual memory (cumulated for all children) (KiB): 7208564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2755.61
system time used= 4.46032
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595882
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= 6767
involuntary context switches= 15959

runsolver used 1.52077 second user time and 4.19436 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-02 17:13:27
IDJOB=3321721
IDBENCH=82501
IDSOLVER=1710
FILE ID=node143/3321721-1304349206
RUNJOBID= node143-1304349042-302
PBS_JOBID= 13178670
Free space on /tmp= 73540 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321721-1304349206/watcher-3321721-1304349206 -o /tmp/evaluation-result-3321721-1304349206/solver-3321721-1304349206 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321721-1304349206.cnf -seed 145904895 -budget 40000 -cores 8

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=145904895

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18939480 kB
Buffers:        316904 kB
Cached:        1828840 kB
SwapCached:        168 kB
Active:       12135276 kB
Inactive:      1540040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18939480 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           50048 kB
Writeback:          24 kB
AnonPages:    11529640 kB
Mapped:          23768 kB
Slab:           230316 kB
PageTables:      40548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54513976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73512 MiB
End job on node143 at 2011-05-02 17:19:39