Trace number 3498277

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 3668.85 3687.81

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.51/24.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.51/24.52	c INFO: solving HOME/instance-3498277-1307953117.cnf
0.51/24.52	c INFO: computing task features
12.00/36.01	c INFO: computed variable-clause graph statistics
12.40/36.42	c INFO: computed clause balance statistics
60.90/84.90	c INFO: computed variable balance statistics
97.41/121.43	c INFO: computed small-clause counts
98.01/122.08	c INFO: computed Horn-clause counts
128.81/152.87	c INFO: computed variable graph statistics
128.81/152.88	c INFO: collected features for HOME/instance-3498277-1307953117.cnf in 127.96 s
128.90/152.91	c INFO: running lingeling-276@0 for 97 with 4872 remaining (b = 0.56)
228.09/252.06	c INFO: running SApperloT@0 for 97 with 4773 remaining (b = 0.08)
328.40/352.21	c INFO: running lingeling-276@98 for 485 with 4673 remaining (b = 0.35)
816.49/839.71	c INFO: running lingeling-276@0 for 97 with 4185 remaining (b = 0.48)
916.69/939.87	c INFO: running cryptominisat-2.9.0@0 for 582 with 4085 remaining (b = 0.34)
1506.67/1528.97	c INFO: running lingeling-276@99 for 388 with 3498 remaining (b = 0.25)
1897.72/1919.45	c INFO: running lingeling-276@0 for 97 with 3107 remaining (b = 0.41)
1998.05/2019.61	c INFO: running precosat-570@0 for 97 with 3008 remaining (b = 0.13)
2097.25/2118.78	c INFO: running precosat-570@98 for 97 with 2909 remaining (b = 0.05)
2198.59/2219.91	c INFO: running precosat-570@0 for 97 with 2807 remaining (b = 0.07)
2298.79/2320.07	c INFO: running cryptominisat-2.9.0@587 for 97 with 2708 remaining (b = 0.03)
2392.23/2413.32	c INFO: running precosat-570@200 for 97 with 2614 remaining (b = 0.03)
2483.45/2504.46	c INFO: running precosat-570@291 for 97 with 2523 remaining (b = 0.03)
2584.70/2605.59	c INFO: running precosat-570@99 for 97 with 2422 remaining (b = 0.03)
2682.06/2702.72	c INFO: running precosat-570@0 for 97 with 2325 remaining (b = 0.06)
2782.28/2802.89	c INFO: running cryptominisat-2.9.0@680 for 388 with 2225 remaining (b = 0.12)
3173.29/3193.28	c INFO: running cryptominisat-2.9.0@1071 for 388 with 1835 remaining (b = 0.11)
3560.37/3579.76	c INFO: running cryptominisat-2.9.0@1457 for 194 with 1449 remaining (b = 0.05)
3668.52/3687.68	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-3498277-1307953117/watcher-3498277-1307953117 -o /var/tmp/evaluation-result-3498277-1307953117/solver-3498277-1307953117 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498277-1307953117.cnf -seed 612737104 -budget 5000 

running on 4 cores: 1,3,5,7

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: 0.08 0.02 0.01 1/174 3810
/proc/meminfo: memFree=3798464/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/3810/stat : 3810 (runsolver) S 3808 3810 3763 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 887727790 12087296 50 33554432000 4194304 5436572 140733389088656 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 1 0 0 0
/proc/3810/statm: 2951 50 31 304 0 2643 0

[startup+0.023783 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 3810
/proc/meminfo: memFree=3798464/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 650 0 0 0 0 0 0 0 21 0 1 0 887727790 15441920 544 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/3810/statm: 3770 544 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100747 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 3810
/proc/meminfo: memFree=3798464/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 792 0 0 0 0 0 0 0 21 0 1 0 887727790 15749120 678 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/3810/statm: 3845 678 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.30071 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 3810
/proc/meminfo: memFree=3798464/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=15904 CPUtime=0 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 959 0 0 0 0 0 0 0 19 0 1 0 887727790 16285696 833 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/3810/statm: 3976 833 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+0.700591 s]
/proc/loadavg: 0.08 0.02 0.01 1/174 3810
/proc/meminfo: memFree=3798464/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=18884 CPUtime=0.01 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 1236 0 0 0 1 0 0 0 15 0 1 0 887727790 19337216 1091 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/3810/statm: 4721 1091 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+1.5005 s]
/proc/loadavg: 0.08 0.02 0.01 1/175 3811
/proc/meminfo: memFree=3798320/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=25308 CPUtime=0.02 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 1344 0 1 0 2 0 0 0 16 0 1 0 887727790 25915392 1190 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 4
/proc/3810/statm: 6327 1190 438 364 0 728 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25308

[startup+3.10019 s]
/proc/loadavg: 0.08 0.02 0.01 1/175 3811
/proc/meminfo: memFree=3798004/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=29784 CPUtime=0.03 cores=1,3,5,7
/proc/3810/stat : 3810 (python) D 3808 3810 3763 0 -1 4202496 1454 0 2 0 3 0 0 0 16 0 1 0 887727790 30498816 1295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 7 0 0 8
/proc/3810/statm: 7446 1295 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784
heavy processes:

[startup+6.30058 s]
/proc/loadavg: 0.15 0.03 0.01 1/175 3811
/proc/meminfo: memFree=3795156/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=38900 CPUtime=0.05 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 1660 0 5 0 4 1 0 0 16 0 1 0 887727790 39833600 1490 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 26
/proc/3810/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38900
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.22 0.05 0.02 1/175 3811
/proc/meminfo: memFree=3788364/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=87700 CPUtime=0.07 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 2625 0 13 0 5 2 0 0 16 0 1 0 887727790 89804800 2353 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 97
/proc/3810/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87700
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 0.17 0.05 0.01 3/175 3819
/proc/meminfo: memFree=3587452/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=410520 CPUtime=1.5 cores=1,3,5,7
/proc/3810/stat : 3810 (python) R 3808 3810 3763 0 -1 4202496 41510 927 106 8 127 23 0 0 16 0 1 0 887727790 420372480 39284 33554432000 4194304 5683644 140733214343760 18446744073709551615 47042405246596 0 0 16781312 2 0 0 0 17 1 0 0 323
/proc/3810/statm: 102630 39285 1761 364 0 38554 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 410520
heavy processes:

[startup+51.1011 s]
/proc/loadavg: 0.79 0.20 0.06 3/178 3823
/proc/meminfo: memFree=3063808/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=893632 CPUtime=27.1 cores=1,3,5,7
/proc/3810/stat : 3810 (python) R 3808 3810 3763 0 -1 4202496 307089 927 106 8 2655 55 0 0 25 0 1 0 887727790 915079168 160825 33554432000 4194304 5683644 140733214343760 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 1 0 0 323
/proc/3810/statm: 223408 160825 1826 364 0 159332 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 893632
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.47 0.48 0.16 3/178 3824
/proc/meminfo: memFree=3057736/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=893632 CPUtime=78.31 cores=1,3,5,7
/proc/3810/stat : 3810 (python) R 3808 3810 3763 0 -1 4202496 307090 927 106 8 7776 55 0 0 25 0 1 0 887727790 915079168 160826 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726064559 0 0 16781312 2 0 0 0 17 1 0 0 323
/proc/3810/statm: 223408 160826 1827 364 0 159332 0
Current children cumulated CPU time (s) 78.31
Current children cumulated vsize (KiB) 893632
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.85 0.77 0.28 3/185 3833
/proc/meminfo: memFree=2972640/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=649460 CPUtime=128.92 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 332676 927 106 8 12833 59 0 0 25 0 2 0 887727790 665047040 97268 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 162365 97268 1875 364 0 98283 0
[pid=3831] ppid=3810 vsize=639216 CPUtime=0.01 cores=1,3,5,7
/proc/3831/stat : 3831 (python) S 3810 3810 3763 0 -1 4202560 975 0 0 0 0 1 0 0 18 0 1 0 887743082 654557184 95770 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726425103 0 0 16781312 514 4597726623096078600 0 0 17 7 0 0 0
/proc/3831/statm: 159804 95770 381 364 0 95722 0
[pid=3833] ppid=3831 vsize=175104 CPUtime=9.37 cores=1,3,5,7
/proc/3833/stat : 3833 (lingeling) R 3831 3833 3833 0 -1 4202496 79140 0 0 0 924 13 0 0 25 0 1 0 887743083 179306496 42944 33554432000 4194304 4352236 140735864625808 18446744073709551615 4289842 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3833/statm: 43776 42944 127 39 0 42856 0
[pid=3810/tid=3832] ppid=3808 vsize=649460 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 887743083 665047040 97268 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 138.3
Current children cumulated vsize (KiB) 1463780

[startup+222.301 s]
/proc/loadavg: 1.94 0.99 0.39 3/185 3835
/proc/meminfo: memFree=2941384/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=649460 CPUtime=128.92 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 332676 927 106 8 12833 59 0 0 25 0 2 0 887727790 665047040 97268 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 162365 97268 1875 364 0 98283 0
[pid=3831] ppid=3810 vsize=639216 CPUtime=0.08 cores=1,3,5,7
/proc/3831/stat : 3831 (python) S 3810 3810 3763 0 -1 4202560 1006 0 0 0 4 4 0 0 18 0 1 0 887743082 654557184 95770 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726425103 0 0 16781312 514 15898322411129372936 0 0 17 1 0 0 0
/proc/3831/statm: 159804 95770 381 364 0 95722 0
[pid=3833] ppid=3831 vsize=177400 CPUtime=69.36 cores=1,3,5,7
/proc/3833/stat : 3833 (lingeling) R 3831 3833 3833 0 -1 4202496 125989 0 0 0 6918 18 0 0 25 0 1 0 887743083 181657600 43520 33554432000 4194304 4352236 140735864625808 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3833/statm: 44350 43520 129 39 0 43430 0
[pid=3810/tid=3832] ppid=3808 vsize=649460 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 887743083 665047040 97268 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 198.36
Current children cumulated vsize (KiB) 1466076

[startup+282.3 s]
/proc/loadavg: 1.98 1.17 0.48 3/189 3840
/proc/meminfo: memFree=2754832/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=659716 CPUtime=128.95 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 333454 927 106 8 12835 60 0 0 19 0 3 0 887727790 675549184 97275 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 164929 97275 1878 364 0 100844 0
[pid=3831] ppid=3810 vsize=649460 CPUtime=0.12 cores=1,3,5,7
/proc/3831/stat : 3831 (python) S 3810 3810 3763 0 -1 4202560 1176 0 0 0 6 6 0 0 19 0 2 0 887743082 665047040 95808 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3831/statm: 162365 95808 414 364 0 98283 0
[pid=3833] ppid=3831 vsize=180592 CPUtime=99.1 cores=1,3,5,7
/proc/3833/stat : 3833 (lingeling) T 3831 3833 3833 0 -1 4202496 155914 0 0 0 9889 21 0 0 25 0 1 0 887743083 184926208 44318 33554432000 4194304 4352236 140735864625808 18446744073709551615 4207650 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/3833/statm: 45148 44318 129 39 0 44228 0
[pid=3831/tid=3836] ppid=3810 vsize=649460 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3836/stat : 3836 (python) S 3810 3810 3763 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887752995 665047040 95808 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471163054080 0 0 -1 1 0 0 0
[pid=3837] ppid=3810 vsize=649472 CPUtime=0.04 cores=1,3,5,7
/proc/3837/stat : 3837 (python) S 3810 3810 3763 0 -1 4202560 925 0 0 0 2 2 0 0 18 0 1 0 887752997 665059328 95763 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726425158 0 0 16781312 514 15898322411129372936 0 0 17 3 0 0 0
/proc/3837/statm: 162368 95763 370 364 0 98283 0
[pid=3839] ppid=3837 vsize=147328 CPUtime=30.21 cores=1,3,5,7
/proc/3839/stat : 3839 (SApperloT-base) R 3837 3839 3839 0 -1 4202496 33285 0 0 0 3014 7 0 0 25 0 1 0 887752998 150863872 32566 33554432000 134512640 135674940 4288650560 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3839/statm: 36832 32566 100 284 0 36546 0
[pid=3810/tid=3832] ppid=3808 vsize=659716 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 3 0 887743083 675549184 97275 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3838] ppid=3808 vsize=659716 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3838/stat : 3838 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 3 0 887752998 675549184 97275 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 258.42
Current children cumulated vsize (KiB) 2286568

[startup+342.301 s]
/proc/loadavg: 1.99 1.32 0.58 3/189 3842
/proc/meminfo: memFree=2733356/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=659716 CPUtime=128.95 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 333454 927 106 8 12835 60 0 0 19 0 3 0 887727790 675549184 97275 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 164929 97275 1878 364 0 100844 0

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

/proc/3910/stat : 3910 (python) S 3810 3810 3763 0 -1 4202560 1117 0 0 0 6 8 0 0 19 0 2 0 887919736 696565760 95805 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3910/statm: 170060 95805 399 364 0 105966 0
[pid=3912] ppid=3910 vsize=175300 CPUtime=100.12 cores=1,3,5,7
/proc/3912/stat : 3912 (lingeling) T 3910 3912 3912 0 -1 4202496 158323 0 0 0 9991 21 0 0 25 0 1 0 887919737 179507200 42644 33554432000 4194304 4352236 140736401890576 18446744073709551615 4284139 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3912/statm: 43825 42644 129 39 0 42905 0
[pid=3910/tid=3916] ppid=3810 vsize=680240 CPUtime=0 cores=1,3,5,7
/proc/3910/task/3916/stat : 3916 (python) S 3810 3810 3763 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887929750 696565760 95805 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471158384576 0 0 -1 3 0 0 0
[pid=3917] ppid=3810 vsize=690496 CPUtime=0.54 cores=1,3,5,7
/proc/3917/stat : 3917 (python) S 3810 3810 3763 0 -1 4202560 1155 0 0 0 28 26 0 0 18 0 2 0 887929752 707067904 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3917/statm: 172624 95809 399 364 0 108527 0
[pid=3919] ppid=3917 vsize=514388 CPUtime=392.49 cores=1,3,5,7
/proc/3919/stat : 3919 (precosat) T 3917 3919 3919 0 -1 4202496 129368 0 0 0 39228 21 0 0 25 0 1 0 887929753 526733312 126257 33554432000 4194304 4890832 140735823501024 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/3919/statm: 128597 126257 86 171 0 128424 0
[pid=3917/tid=3922] ppid=3810 vsize=690496 CPUtime=0 cores=1,3,5,7
/proc/3917/task/3922/stat : 3922 (python) S 3810 3810 3763 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887939667 707067904 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471135322240 0 0 -1 7 0 0 0
[pid=3929] ppid=3810 vsize=700752 CPUtime=0.28 cores=1,3,5,7
/proc/3929/stat : 3929 (python) S 3810 3810 3763 0 -1 4202560 1147 0 0 0 14 14 0 0 18 0 2 0 887949782 717570048 95813 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3929/statm: 175188 95813 399 364 0 111088 0
[pid=3931] ppid=3929 vsize=510864 CPUtime=197.24 cores=1,3,5,7
/proc/3931/stat : 3931 (precosat) T 3929 3931 3931 0 -1 4202496 128549 0 0 0 19702 22 0 0 25 0 1 0 887949783 523124736 125393 33554432000 4194304 4890832 140734951822288 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/3931/statm: 127716 125393 86 171 0 127543 0
[pid=3929/tid=3939] ppid=3810 vsize=700752 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (python) S 3810 3810 3763 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887959796 717570048 95813 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604458447340672 0 0 -1 5 0 0 0
[pid=3959] ppid=3810 vsize=711008 CPUtime=0.14 cores=1,3,5,7
/proc/3959/stat : 3959 (python) S 3810 3810 3763 0 -1 4202560 1177 0 0 0 7 7 0 0 19 0 2 0 887998063 728072192 95823 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3959/statm: 177752 95823 405 364 0 113649 0
[pid=3961] ppid=3959 vsize=511932 CPUtime=100.12 cores=1,3,5,7
/proc/3961/stat : 3961 (precosat) T 3959 3961 3961 0 -1 4202496 128630 0 0 0 9994 18 0 0 25 0 1 0 887998064 524218368 125452 33554432000 4194304 4890832 140734191511936 18446744073709551615 4295221 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/3961/statm: 127983 125452 86 171 0 127810 0
[pid=3959/tid=3965] ppid=3810 vsize=711008 CPUtime=0 cores=1,3,5,7
/proc/3959/task/3965/stat : 3965 (python) S 3810 3810 3763 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888008079 728072192 95823 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604458447341568 0 0 -1 3 0 0 0
[pid=3810/tid=3832] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 9 0 887743083 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3838] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3838/stat : 3838 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 887752998 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3866] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3866/stat : 3866 (python) S 3808 3810 3763 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 9 0 887811763 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3873] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3873/stat : 3873 (python) S 3808 3810 3763 0 -1 4202560 40 927 0 8 0 0 0 0 18 0 9 0 887821779 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3911] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3911/stat : 3911 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887919736 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3918] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3918/stat : 3918 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887929753 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 5 0 0 0
[pid=3810/tid=3930] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3930/stat : 3930 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887949783 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 7 0 0 0
[pid=3810/tid=3960] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3960/stat : 3960 (python) S 3808 3810 3763 0 -1 4202560 32 927 0 8 0 0 0 0 20 0 9 0 887998064 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3667.94
Current children cumulated vsize (KiB) 12733748

[startup+3687.5 s]
/proc/loadavg: 2.00 2.02 1.94 3/239 3993
/proc/meminfo: memFree=119908/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=721252 CPUtime=129.28 cores=1,3,5,7
/proc/3810/stat : 3810 (python) S 3808 3810 3763 0 -1 4202496 339335 927 106 8 12862 66 0 0 18 0 9 0 887727790 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 323
/proc/3810/statm: 180313 97311 1890 364 0 116210 0
[pid=3831] ppid=3810 vsize=649460 CPUtime=0.69 cores=1,3,5,7
/proc/3831/stat : 3831 (python) S 3810 3810 3763 0 -1 4202560 1220 0 0 0 37 32 0 0 18 0 2 0 887743082 665047040 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3831/statm: 162365 95809 415 364 0 98283 0
[pid=3833] ppid=3831 vsize=177372 CPUtime=586.6 cores=1,3,5,7
/proc/3833/stat : 3833 (lingeling) T 3831 3833 3833 0 -1 4202496 485567 0 0 0 58604 56 0 0 25 0 1 0 887743083 181628928 43545 33554432000 4194304 4352236 140735864625808 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/3833/statm: 44343 43545 129 39 0 43423 0
[pid=3831/tid=3836] ppid=3810 vsize=649460 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3836/stat : 3836 (python) S 3810 3810 3763 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 887752995 665047040 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471163054080 0 0 -1 1 0 0 0
[pid=3837] ppid=3810 vsize=649472 CPUtime=0.12 cores=1,3,5,7
/proc/3837/stat : 3837 (python) S 3810 3810 3763 0 -1 4202560 1103 0 0 0 7 5 0 0 19 0 2 0 887752997 665059328 95793 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3837/statm: 162368 95793 399 364 0 98283 0
[pid=3839] ppid=3837 vsize=148268 CPUtime=100.1 cores=1,3,5,7
/proc/3839/stat : 3839 (SApperloT-base) T 3837 3839 3839 0 -1 4202496 33509 0 0 0 10003 7 0 0 25 0 1 0 887752998 151826432 32790 33554432000 134512640 135674940 4288650560 18446744073709551615 134557394 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3839/statm: 37067 32790 100 284 0 36781 0
[pid=3837/tid=3843] ppid=3810 vsize=649472 CPUtime=0 cores=1,3,5,7
/proc/3837/task/3843/stat : 3843 (python) S 3810 3810 3763 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887763010 665059328 95793 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471130898496 0 0 -1 5 0 0 0
[pid=3865] ppid=3810 vsize=659728 CPUtime=0.66 cores=1,3,5,7
/proc/3865/stat : 3865 (python) S 3810 3810 3763 0 -1 4202560 1147 0 0 0 35 31 0 0 18 0 2 0 887811762 675561472 95797 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3865/statm: 164932 95797 399 364 0 100844 0
[pid=3867] ppid=3865 vsize=180588 CPUtime=490.58 cores=1,3,5,7
/proc/3867/stat : 3867 (lingeling) T 3865 3867 3867 0 -1 4202496 427010 0 0 0 49007 51 0 0 25 0 1 0 887811763 184922112 44317 33554432000 4194304 4352236 140736342367952 18446744073709551615 4328039 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3867/statm: 45147 44317 129 39 0 44227 0
[pid=3865/tid=3871] ppid=3810 vsize=659728 CPUtime=0 cores=1,3,5,7
/proc/3865/task/3871/stat : 3871 (python) S 3810 3810 3763 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887821776 675561472 95797 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471159770112 0 0 -1 7 0 0 0
[pid=3872] ppid=3810 vsize=669984 CPUtime=2.32 cores=1,3,5,7
/proc/3872/stat : 3872 (python) S 3810 3810 3763 0 -1 4202560 1203 0 0 0 136 96 0 0 15 0 2 0 887821778 686063616 95802 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3872/statm: 167496 95802 400 364 0 103405 0
[pid=3874] ppid=3872 vsize=4053312 CPUtime=1566.92 cores=1,3,5,7
/proc/3874/stat : 3874 (cryptominisat-2) R 3872 3874 3874 0 -1 4202496 1146051 0 0 0 156495 197 0 0 25 0 1 0 887821779 4150591488 313290 33554432000 4194304 4677096 140736376507664 18446744073709551615 264726430826 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3874/statm: 1013328 313290 397 118 0 1008287 0
[pid=3872/tid=3894] ppid=3810 vsize=669984 CPUtime=0 cores=1,3,5,7
/proc/3872/task/3894/stat : 3894 (python) S 3810 3810 3763 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 887880686 686063616 95802 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471159769216 0 0 -1 3 0 0 0
[pid=3910] ppid=3810 vsize=680240 CPUtime=0.14 cores=1,3,5,7
/proc/3910/stat : 3910 (python) S 3810 3810 3763 0 -1 4202560 1117 0 0 0 6 8 0 0 19 0 2 0 887919736 696565760 95805 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3910/statm: 170060 95805 399 364 0 105966 0
[pid=3912] ppid=3910 vsize=175300 CPUtime=100.12 cores=1,3,5,7
/proc/3912/stat : 3912 (lingeling) T 3910 3912 3912 0 -1 4202496 158323 0 0 0 9991 21 0 0 25 0 1 0 887919737 179507200 42644 33554432000 4194304 4352236 140736401890576 18446744073709551615 4284139 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3912/statm: 43825 42644 129 39 0 42905 0
[pid=3910/tid=3916] ppid=3810 vsize=680240 CPUtime=0 cores=1,3,5,7
/proc/3910/task/3916/stat : 3916 (python) S 3810 3810 3763 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887929750 696565760 95805 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471158384576 0 0 -1 3 0 0 0
[pid=3917] ppid=3810 vsize=690496 CPUtime=0.54 cores=1,3,5,7
/proc/3917/stat : 3917 (python) S 3810 3810 3763 0 -1 4202560 1155 0 0 0 28 26 0 0 18 0 2 0 887929752 707067904 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3917/statm: 172624 95809 399 364 0 108527 0
[pid=3919] ppid=3917 vsize=514388 CPUtime=392.49 cores=1,3,5,7
/proc/3919/stat : 3919 (precosat) T 3917 3919 3919 0 -1 4202496 129368 0 0 0 39228 21 0 0 25 0 1 0 887929753 526733312 126257 33554432000 4194304 4890832 140735823501024 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/3919/statm: 128597 126257 86 171 0 128424 0
[pid=3917/tid=3922] ppid=3810 vsize=690496 CPUtime=0 cores=1,3,5,7
/proc/3917/task/3922/stat : 3922 (python) S 3810 3810 3763 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887939667 707067904 95809 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604471135322240 0 0 -1 7 0 0 0
[pid=3929] ppid=3810 vsize=700752 CPUtime=0.28 cores=1,3,5,7
/proc/3929/stat : 3929 (python) S 3810 3810 3763 0 -1 4202560 1147 0 0 0 14 14 0 0 18 0 2 0 887949782 717570048 95813 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3929/statm: 175188 95813 399 364 0 111088 0
[pid=3931] ppid=3929 vsize=510864 CPUtime=197.24 cores=1,3,5,7
/proc/3931/stat : 3931 (precosat) T 3929 3931 3931 0 -1 4202496 128549 0 0 0 19702 22 0 0 25 0 1 0 887949783 523124736 125393 33554432000 4194304 4890832 140734951822288 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/3931/statm: 127716 125393 86 171 0 127543 0
[pid=3929/tid=3939] ppid=3810 vsize=700752 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (python) S 3810 3810 3763 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887959796 717570048 95813 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604458447340672 0 0 -1 5 0 0 0
[pid=3959] ppid=3810 vsize=711008 CPUtime=0.14 cores=1,3,5,7
/proc/3959/stat : 3959 (python) S 3810 3810 3763 0 -1 4202560 1177 0 0 0 7 7 0 0 19 0 2 0 887998063 728072192 95823 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3959/statm: 177752 95823 405 364 0 113649 0
[pid=3961] ppid=3959 vsize=511932 CPUtime=100.12 cores=1,3,5,7
/proc/3961/stat : 3961 (precosat) T 3959 3961 3961 0 -1 4202496 128630 0 0 0 9994 18 0 0 25 0 1 0 887998064 524218368 125452 33554432000 4194304 4890832 140734191511936 18446744073709551615 4295221 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/3961/statm: 127983 125452 86 171 0 127810 0
[pid=3959/tid=3965] ppid=3810 vsize=711008 CPUtime=0 cores=1,3,5,7
/proc/3959/task/3965/stat : 3965 (python) S 3810 3810 3763 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888008079 728072192 95823 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 514 18446604458447341568 0 0 -1 3 0 0 0
[pid=3810/tid=3832] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 9 0 887743083 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3838] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3838/stat : 3838 (python) S 3808 3810 3763 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 887752998 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3866] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3866/stat : 3866 (python) S 3808 3810 3763 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 9 0 887811763 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3873] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3873/stat : 3873 (python) S 3808 3810 3763 0 -1 4202560 40 927 0 8 0 0 0 0 18 0 9 0 887821779 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3911] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3911/stat : 3911 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887919736 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3918] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3918/stat : 3918 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887929753 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 5 0 0 0
[pid=3810/tid=3930] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3930/stat : 3930 (python) S 3808 3810 3763 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 887949783 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 7 0 0 0
[pid=3810/tid=3960] ppid=3808 vsize=721252 CPUtime=0 cores=1,3,5,7
/proc/3810/task/3960/stat : 3960 (python) S 3808 3810 3763 0 -1 4202560 32 927 0 8 0 0 0 0 20 0 9 0 887998064 738562048 97311 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 2 18446604471099041792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3668.34
Current children cumulated vsize (KiB) 12404416

[startup+3687.7 s]
/proc/loadavg: 2.00 2.02 1.94 3/239 3993
/proc/meminfo: memFree=119908/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=721148 CPUtime=3668.72 cores=1,3,5,7
/proc/3810/stat : 3810 (python) R 3808 3810 3763 0 -1 4202496 349103 2647448 106 8 12864 66 353302 640 16 0 7 0 887727790 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264726060471 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 180287 97295 1874 364 0 116210 0
[pid=3810/tid=3832] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3832/stat : 3832 (python) S 3808 3810 3763 0 -1 4202560 35 2647448 0 8 0 0 353302 640 18 0 7 0 887743083 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3838] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3838/stat : 3838 (python) S 3808 3810 3763 0 -1 4202560 30 2647448 0 8 0 0 353302 640 18 0 7 0 887752998 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 3 0 0 0
[pid=3810/tid=3866] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3866/stat : 3866 (python) S 3808 3810 3763 0 -1 4202560 33 2647448 0 8 0 0 353302 640 18 0 7 0 887811763 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 7 0 0 0
[pid=3810/tid=3873] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3873/stat : 3873 (python) S 3808 3810 3763 0 -1 4202560 40 2647448 0 8 0 0 353302 640 18 0 7 0 887821779 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 7 0 0 0
[pid=3810/tid=3911] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3911/stat : 3911 (python) S 3808 3810 3763 0 -1 4202560 32 2647448 0 8 0 0 353302 640 18 0 7 0 887919736 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 7 0 0 0
[pid=3810/tid=3960] ppid=3808 vsize=721148 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3960/stat : 3960 (python) S 3808 3810 3763 0 -1 4202560 32 2647448 0 8 0 0 353302 640 18 0 7 0 887998064 738455552 97295 33554432000 4194304 5683644 140733214343760 18446744073709551615 264738228657 0 0 16781312 0 18446604471099041792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3668.72
Current children cumulated vsize (KiB) 721148

[startup+3687.8 s]
/proc/loadavg: 2.00 2.02 1.94 3/239 3993
/proc/meminfo: memFree=119908/32951124 swapFree=67064576/67111528
[pid=3810] ppid=3808 vsize=0 CPUtime=3668.82 cores=1,3,5,7
/proc/3810/stat : 3810 (python) Z 3808 3810 3763 0 -1 4202524 418112 2647448 106 8 12870 70 353302 640 16 0 2 0 887727790 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 323
/proc/3810/statm: 0 0 0 0 0 0 0
[pid=3810/tid=3838] ppid=3808 vsize=0 CPUtime=3539.42 cores=1,3,5,7
/proc/3810/task/3838/stat : 3838 (python) R 3808 3810 3763 0 -1 4203588 30 2647448 0 8 0 0 353302 640 16 0 2 0 887752998 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3668.82
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3687.81
CPU time (s): 3668.85
CPU user time (s): 3661.73
CPU system time (s): 7.11992
CPU usage (%): 99.4858
Max. virtual memory (cumulated for all children) (KiB): 12797200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3661.73
system time used= 7.11992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3065560
page faults= 114
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19996
involuntary context switches= 5221

runsolver used 11.1343 second user time and 23.3994 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 10:18:40
IDJOB=3498277
IDBENCH=69571
IDSOLVER=1991
FILE ID=node141/3498277-1307953117
RUNJOBID= node141-1307953114-3782
PBS_JOBID= 13559687
Free space on /var/tmp= 2812 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.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-3498277-1307953117/watcher-3498277-1307953117 -o /var/tmp/evaluation-result-3498277-1307953117/solver-3498277-1307953117 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498277-1307953117.cnf -seed 612737104 -budget 5000

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=612737104

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3799240 kB
Buffers:        107900 kB
Cached:       28109028 kB
SwapCached:       9036 kB
Active:       12716020 kB
Inactive:     15521640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3799240 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:          135452 kB
Writeback:           0 kB
AnonPages:       18908 kB
Mapped:          11260 kB
Slab:           851512 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   177556 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= 2780 MiB
End job on node141 at 2011-06-13 11:20:10