Trace number 3322204

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-randomSAT 45.0302 6.56097

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.220965
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3322204-1304375990.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.77	c INFO: computed variable balance statistics
0.52/0.82	c INFO: computed small-clause counts
0.52/0.82	c INFO: computed Horn-clause counts
0.52/0.82	c INFO: computed variable graph statistics
0.52/0.82	c INFO: collected features for HOME/instance-3322204-1304375990.cnf in 0.15 s
0.52/0.86	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.63)
0.63/0.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.63/0.94	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.35)
0.63/0.97	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.32)
1.04/1.01	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.04/1.05	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
1.04/1.09	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.16)
1.54/1.13	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
44.67/6.53	s SATISFIABLE
44.67/6.53	v -1 -2 3 4 -5 6 7 8 9 -10 11 12 -13 14 -15 -16 -17 -18 -19 -20 21 22 23 24 25 -26 -27 28 29 -30 -31 32 -33 -34 35 36 -37 38 39 -40 -41 42 43 44 -45 46 -47 -48 -49 -50 -51 -52 53 -54 55 -56 57 -58 59 60 -61 -62 -63 -64 -65 66 67 -68 69 70 71 72 -73 -74 -75 -76 -77 78 -79 80 81 82 83 84 85 86 -87 -88 -89 90 -91 -92 -93 94 -95 -96 97 -98 -99 -100 101 102 -103 104 -105 106 -107 -108 109 110 -111 -112 -113 114 -115 -116 117 -118 -119 120 121 122 123 124 -125 126 -127 128 129 130 -131 132 -133 134 135 -136 137 138 139 -140 -141 142 -143 -144 145 146 -147 148 -149 -150 0

Verifier Data

OK

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-3322204-1304375990/watcher-3322204-1304375990 -o /tmp/evaluation-result-3322204-1304375990/solver-3322204-1304375990 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322204-1304375990.cnf -seed 305935137 -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: 3.90 5.09 6.84 1/283 30506
/proc/meminfo: memFree=14494644/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=15756 CPUtime=0 cores=0-7
/proc/30506/stat : 30506 (python) R 30504 30506 28873 0 -1 4202496 840 0 0 0 0 0 0 0 20 0 1 0 549197818 16134144 724 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594864640 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/30506/statm: 3939 724 334 364 0 426 0

[startup+0.0947809 s]
/proc/loadavg: 3.90 5.09 6.84 1/283 30506
/proc/meminfo: memFree=14494644/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=85072 CPUtime=0.06 cores=0-7
/proc/30506/stat : 30506 (python) R 30504 30506 28873 0 -1 4202496 2526 0 0 0 4 2 0 0 20 0 1 0 549197818 87113728 2253 33554432000 4194304 5683644 140735717928960 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30506/statm: 21268 2253 707 364 0 1485 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85072

[startup+0.100783 s]
/proc/loadavg: 3.90 5.09 6.84 1/283 30506
/proc/meminfo: memFree=14494644/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=89768 CPUtime=0.06 cores=0-7
/proc/30506/stat : 30506 (python) R 30504 30506 28873 0 -1 4202496 2672 0 0 0 4 2 0 0 20 0 1 0 549197818 91922432 2388 33554432000 4194304 5683644 140735717928960 18446744073709551615 235598303877 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30506/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300839 s]
/proc/loadavg: 3.90 5.09 6.84 1/283 30506
/proc/meminfo: memFree=14494644/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=135752 CPUtime=0.19 cores=0-7
/proc/30506/stat : 30506 (python) S 30504 30506 28873 0 -1 4202496 5962 934 1 0 14 5 0 0 17 0 1 0 549197818 139010048 4152 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/30506/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700677 s]
/proc/loadavg: 3.90 5.09 6.84 1/283 30506
/proc/meminfo: memFree=14494644/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=278656 CPUtime=0.42 cores=0-7
/proc/30506/stat : 30506 (python) R 30504 30506 28873 0 -1 4202496 9487 934 1 0 31 11 0 0 16 0 1 0 549197818 285343744 7061 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594525698 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30506/statm: 69664 7061 1826 364 0 5588 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278656

[startup+1.50053 s]
/proc/loadavg: 3.90 5.09 6.84 6/296 30523
/proc/meminfo: memFree=14454900/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=361188 CPUtime=0.86 cores=0-7
/proc/30506/stat : 30506 (python) S 30504 30506 28873 0 -1 4202496 15890 934 1 0 73 13 0 0 25 0 9 0 549197818 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30506/statm: 90297 7282 1889 364 0 26194 0
[pid=30512] ppid=30506 vsize=278680 CPUtime=0 cores=0-7
/proc/30512/stat : 30512 (python) S 30506 30506 28873 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 549197904 285368320 5589 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886671 0 0 16781312 514 9687430544379346943 0 0 17 3 0 0 0
/proc/30512/statm: 69670 5589 354 364 0 5588 0
[pid=30514] ppid=30512 vsize=1017940 CPUtime=0.63 cores=0-7
/proc/30514/stat : 30514 (gnovelty+2) R 30512 30514 30514 0 -1 4202496 456 0 0 0 63 0 0 0 21 0 1 0 549197904 1042370560 190 33554432000 134512640 135663704 4288831888 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30514/statm: 254485 190 113 282 0 254201 0
[pid=30515] ppid=30506 vsize=289308 CPUtime=0 cores=0-7
/proc/30515/stat : 30515 (python) S 30506 30506 28873 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549197908 296251392 5685 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 8746571847421657087 0 0 17 2 0 0 0
/proc/30515/statm: 72327 5685 348 364 0 8242 0
[pid=30517] ppid=30515 vsize=1017940 CPUtime=0.59 cores=0-7
/proc/30517/stat : 30517 (gnovelty+2) R 30515 30517 30517 0 -1 4202496 450 0 0 0 59 0 0 0 20 0 1 0 549197908 1042370560 190 33554432000 134512640 135663704 4289310368 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30517/statm: 254485 190 113 282 0 254201 0
[pid=30518] ppid=30506 vsize=299208 CPUtime=0 cores=0-7
/proc/30518/stat : 30518 (python) S 30506 30506 28873 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 549197912 306388992 5613 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 7998850339342090498 0 0 17 0 0 0 0
/proc/30518/statm: 74802 5613 348 364 0 10714 0
[pid=30520] ppid=30518 vsize=2196 CPUtime=0.55 cores=0-7
/proc/30520/stat : 30520 (march_hi) R 30518 30520 30520 0 -1 4202496 617 0 0 0 55 0 0 0 24 0 1 0 549197912 2248704 343 33554432000 4194304 4955518 140734492636432 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30520/statm: 549 343 106 186 0 362 0
[pid=30521] ppid=30506 vsize=309920 CPUtime=0 cores=0-7
/proc/30521/stat : 30521 (python) S 30506 30506 28873 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 549197915 317358080 5701 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 14319344553100804355 0 0 17 4 0 0 0
/proc/30521/statm: 77480 5701 348 364 0 13389 0
[pid=30523] ppid=30521 vsize=1992 CPUtime=0.5 cores=0-7
/proc/30523/stat : 30523 (march_hi) R 30521 30523 30523 0 -1 4202496 581 0 0 0 50 0 0 0 25 0 1 0 549197916 2039808 306 33554432000 4194304 4955518 140736093231856 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30523/statm: 498 306 106 186 0 311 0
[pid=30506/tid=30513] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30513/stat : 30513 (python) S 30504 30506 28873 0 -1 4202560 30 934 0 0 0 0 0 0 17 0 9 0 549197904 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30516] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30516/stat : 30516 (python) S 30504 30506 28873 0 -1 4202560 22 934 0 0 0 0 0 0 19 0 9 0 549197908 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
[pid=30506/tid=30519] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30519/stat : 30519 (python) S 30504 30506 28873 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 549197912 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30522] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30522/stat : 30522 (python) S 30504 30506 28873 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 9 0 549197916 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 3578372

[startup+3.10125 s]
/proc/loadavg: 3.90 5.09 6.84 9/308 30535
/proc/meminfo: memFree=14432328/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=361188 CPUtime=0.86 cores=0-7
/proc/30506/stat : 30506 (python) S 30504 30506 28873 0 -1 4202496 15890 934 1 0 73 13 0 0 25 0 9 0 549197818 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30506/statm: 90297 7282 1889 364 0 26194 0
[pid=30512] ppid=30506 vsize=278680 CPUtime=0 cores=0-7
/proc/30512/stat : 30512 (python) S 30506 30506 28873 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 549197904 285368320 5589 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886671 0 0 16781312 514 9687430544379314436 0 0 17 3 0 0 0
/proc/30512/statm: 69670 5589 354 364 0 5588 0
[pid=30514] ppid=30512 vsize=1017940 CPUtime=2.23 cores=0-7
/proc/30514/stat : 30514 (gnovelty+2) R 30512 30514 30514 0 -1 4202496 456 0 0 0 223 0 0 0 25 0 1 0 549197904 1042370560 190 33554432000 134512640 135663704 4288831888 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30514/statm: 254485 190 113 282 0 254201 0
[pid=30515] ppid=30506 vsize=289308 CPUtime=0 cores=0-7
/proc/30515/stat : 30515 (python) S 30506 30506 28873 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549197908 296251392 5685 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 8746571847421624580 0 0 17 2 0 0 0
/proc/30515/statm: 72327 5685 348 364 0 8242 0
[pid=30517] ppid=30515 vsize=1017940 CPUtime=2.19 cores=0-7
/proc/30517/stat : 30517 (gnovelty+2) R 30515 30517 30517 0 -1 4202496 450 0 0 0 219 0 0 0 25 0 1 0 549197908 1042370560 190 33554432000 134512640 135663704 4289310368 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30517/statm: 254485 190 113 282 0 254201 0
[pid=30518] ppid=30506 vsize=299208 CPUtime=0 cores=0-7
/proc/30518/stat : 30518 (python) S 30506 30506 28873 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 549197912 306388992 5613 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 7998850339342090498 0 0 17 0 0 0 0
/proc/30518/statm: 74802 5613 348 364 0 10714 0
[pid=30520] ppid=30518 vsize=2676 CPUtime=2.15 cores=0-7
/proc/30520/stat : 30520 (march_hi) R 30518 30520 30520 0 -1 4202496 713 0 0 0 215 0 0 0 25 0 1 0 549197912 2740224 439 33554432000 4194304 4955518 140734492636432 18446744073709551615 4311843 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30520/statm: 669 439 106 186 0 482 0
[pid=30521] ppid=30506 vsize=309920 CPUtime=0 cores=0-7
/proc/30521/stat : 30521 (python) S 30506 30506 28873 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 549197915 317358080 5701 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 14319344553100804355 0 0 17 4 0 0 0
/proc/30521/statm: 77480 5701 348 364 0 13389 0
[pid=30523] ppid=30521 vsize=2676 CPUtime=2.1 cores=0-7
/proc/30523/stat : 30523 (march_hi) R 30521 30523 30523 0 -1 4202496 711 0 0 0 210 0 0 0 25 0 1 0 549197916 2740224 436 33554432000 4194304 4955518 140736093231856 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30523/statm: 669 436 106 186 0 482 0
[pid=30524] ppid=30506 vsize=320176 CPUtime=0 cores=0-7
/proc/30524/stat : 30524 (python) S 30506 30506 28873 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 549197919 327860224 5722 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 10138108540854698241 0 0 17 4 0 0 0
/proc/30524/statm: 80044 5722 348 364 0 15950 0
[pid=30526] ppid=30524 vsize=2676 CPUtime=2.07 cores=0-7
/proc/30526/stat : 30526 (march_hi) R 30524 30526 30526 0 -1 4202496 707 0 0 0 207 0 0 0 25 0 1 0 549197920 2740224 433 33554432000 4194304 4955518 140733800599680 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30526/statm: 669 433 106 186 0 482 0
[pid=30527] ppid=30506 vsize=330432 CPUtime=0 cores=0-7
/proc/30527/stat : 30527 (python) S 30506 30506 28873 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 549197923 338362368 5726 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 17815109832219263236 0 0 17 2 0 0 0
/proc/30527/statm: 82608 5726 348 364 0 18511 0
[pid=30529] ppid=30527 vsize=2676 CPUtime=2.02 cores=0-7
/proc/30529/stat : 30529 (march_hi) R 30527 30529 30529 0 -1 4202496 705 0 0 0 202 0 0 0 25 0 1 0 549197924 2740224 429 33554432000 4194304 4955518 140735100067376 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30529/statm: 669 429 106 186 0 482 0
[pid=30530] ppid=30506 vsize=340688 CPUtime=0 cores=0-7
/proc/30530/stat : 30530 (python) S 30506 30506 28873 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 549197927 348864512 5733 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 11266783615045828867 0 0 17 6 0 0 0
/proc/30530/statm: 85172 5733 348 364 0 21072 0
[pid=30532] ppid=30530 vsize=2676 CPUtime=1.98 cores=0-7
/proc/30532/stat : 30532 (march_hi) R 30530 30532 30532 0 -1 4202496 706 0 0 0 198 0 0 0 25 0 1 0 549197928 2740224 428 33554432000 4194304 4955518 140737089278128 18446744073709551615 4226421 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30532/statm: 669 428 106 186 0 482 0
[pid=30533] ppid=30506 vsize=350944 CPUtime=0 cores=0-7
/proc/30533/stat : 30533 (python) S 30506 30506 28873 0 -1 4202560 802 0 0 0 0 0 0 0 18 0 1 0 549197931 359366656 5743 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 9687426696088649727 0 0 17 2 0 0 0
/proc/30533/statm: 87736 5743 354 364 0 23633 0
[pid=30535] ppid=30533 vsize=416280 CPUtime=1.93 cores=0-7
/proc/30535/stat : 30535 (adaptg2wsat2009) R 30533 30535 30535 0 -1 4202496 523 0 0 0 193 0 0 0 25 0 1 0 549197934 426270720 252 33554432000 134512640 135107411 4289792272 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30535/statm: 104070 252 59 146 0 102946 0
[pid=30506/tid=30513] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30513/stat : 30513 (python) S 30504 30506 28873 0 -1 4202560 30 934 0 0 0 0 0 0 17 0 9 0 549197904 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30516] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30516/stat : 30516 (python) S 30504 30506 28873 0 -1 4202560 22 934 0 0 0 0 0 0 19 0 9 0 549197908 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
[pid=30506/tid=30519] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30519/stat : 30519 (python) S 30504 30506 28873 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 549197912 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30522] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30522/stat : 30522 (python) S 30504 30506 28873 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 9 0 549197916 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30525] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30525/stat : 30525 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197920 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30528] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30528/stat : 30528 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197924 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30531] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30531/stat : 30531 (python) S 30504 30506 28873 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549197928 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30534] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30534/stat : 30534 (python) S 30504 30506 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549197932 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 5346084

[startup+6.30169 s]
/proc/loadavg: 4.22 5.14 6.85 10/308 30535
/proc/meminfo: memFree=14428004/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=361188 CPUtime=0.86 cores=0-7
/proc/30506/stat : 30506 (python) S 30504 30506 28873 0 -1 4202496 15890 934 1 0 73 13 0 0 25 0 9 0 549197818 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30506/statm: 90297 7282 1889 364 0 26194 0
[pid=30512] ppid=30506 vsize=278680 CPUtime=0 cores=0-7
/proc/30512/stat : 30512 (python) S 30506 30506 28873 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 549197904 285368320 5612 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886671 0 0 16781312 514 9687430544379314436 0 0 17 3 0 0 0
/proc/30512/statm: 69670 5612 377 364 0 5588 0
[pid=30514] ppid=30512 vsize=1017940 CPUtime=5.41 cores=0-7
/proc/30514/stat : 30514 (gnovelty+2) R 30512 30514 30514 0 -1 4202496 456 0 0 0 541 0 0 0 25 0 1 0 549197904 1042370560 190 33554432000 134512640 135663704 4288831888 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30514/statm: 254485 190 113 282 0 254201 0
[pid=30515] ppid=30506 vsize=289308 CPUtime=0 cores=0-7
/proc/30515/stat : 30515 (python) S 30506 30506 28873 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 549197908 296251392 5708 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 8746571847421624580 0 0 17 5 0 0 0
/proc/30515/statm: 72327 5708 371 364 0 8242 0
[pid=30517] ppid=30515 vsize=1017940 CPUtime=5.38 cores=0-7
/proc/30517/stat : 30517 (gnovelty+2) R 30515 30517 30517 0 -1 4202496 450 0 0 0 538 0 0 0 25 0 1 0 549197908 1042370560 190 33554432000 134512640 135663704 4289310368 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30517/statm: 254485 190 113 282 0 254201 0
[pid=30518] ppid=30506 vsize=299208 CPUtime=0 cores=0-7
/proc/30518/stat : 30518 (python) S 30506 30506 28873 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 549197912 306388992 5636 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 7998850339342090498 0 0 17 0 0 0 0
/proc/30518/statm: 74802 5636 371 364 0 10714 0
[pid=30520] ppid=30518 vsize=3528 CPUtime=5.33 cores=0-7
/proc/30520/stat : 30520 (march_hi) R 30518 30520 30520 0 -1 4202496 901 0 0 0 533 0 0 0 25 0 1 0 549197912 3612672 627 33554432000 4194304 4955518 140734492636432 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30520/statm: 882 627 106 186 0 695 0
[pid=30521] ppid=30506 vsize=309920 CPUtime=0.01 cores=0-7
/proc/30521/stat : 30521 (python) S 30506 30506 28873 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 549197915 317358080 5724 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 14319344553100804355 0 0 17 4 0 0 0
/proc/30521/statm: 77480 5724 371 364 0 13389 0
[pid=30523] ppid=30521 vsize=3528 CPUtime=5.3 cores=0-7
/proc/30523/stat : 30523 (march_hi) R 30521 30523 30523 0 -1 4202496 900 0 0 0 530 0 0 0 25 0 1 0 549197916 3612672 625 33554432000 4194304 4955518 140736093231856 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30523/statm: 882 625 106 186 0 695 0
[pid=30524] ppid=30506 vsize=320176 CPUtime=0.01 cores=0-7
/proc/30524/stat : 30524 (python) S 30506 30506 28873 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 549197919 327860224 5745 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 10138108540854698241 0 0 17 4 0 0 0
/proc/30524/statm: 80044 5745 371 364 0 15950 0
[pid=30526] ppid=30524 vsize=3528 CPUtime=5.24 cores=0-7
/proc/30526/stat : 30526 (march_hi) R 30524 30526 30526 0 -1 4202496 896 0 0 0 524 0 0 0 25 0 1 0 549197920 3612672 622 33554432000 4194304 4955518 140733800599680 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30526/statm: 882 622 106 186 0 695 0
[pid=30527] ppid=30506 vsize=330432 CPUtime=0 cores=0-7
/proc/30527/stat : 30527 (python) S 30506 30506 28873 0 -1 4202560 948 0 0 0 0 0 0 0 15 0 1 0 549197923 338362368 5749 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 4606852844484526340 0 0 17 7 0 0 0
/proc/30527/statm: 82608 5749 371 364 0 18511 0
[pid=30529] ppid=30527 vsize=3528 CPUtime=5.18 cores=0-7
/proc/30529/stat : 30529 (march_hi) R 30527 30529 30529 0 -1 4202496 892 0 0 0 518 0 0 0 25 0 1 0 549197924 3612672 616 33554432000 4194304 4955518 140735100067376 18446744073709551615 4237779 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30529/statm: 882 616 106 186 0 695 0
[pid=30530] ppid=30506 vsize=340688 CPUtime=0.01 cores=0-7
/proc/30530/stat : 30530 (python) S 30506 30506 28873 0 -1 4202560 948 0 0 0 1 0 0 0 15 0 1 0 549197927 348864512 5756 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 11266783615045828867 0 0 17 6 0 0 0
/proc/30530/statm: 85172 5756 371 364 0 21072 0
[pid=30532] ppid=30530 vsize=3528 CPUtime=5.17 cores=0-7
/proc/30532/stat : 30532 (march_hi) R 30530 30532 30532 0 -1 4202496 896 0 0 0 517 0 0 0 25 0 1 0 549197928 3612672 618 33554432000 4194304 4955518 140737089278128 18446744073709551615 4285802 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30532/statm: 882 618 106 186 0 695 0
[pid=30533] ppid=30506 vsize=350944 CPUtime=1.53 cores=0-7
/proc/30533/stat : 30533 (python) R 30506 30506 28873 0 -1 4202560 992 0 0 0 131 22 0 0 17 0 1 0 549197931 359366656 5766 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/30533/statm: 87736 5766 377 364 0 23633 0
[pid=30535] ppid=30533 vsize=0 CPUtime=3.58 cores=0-7
/proc/30535/stat : 30535 (adaptg2wsat2009) R 30533 30535 30535 0 -1 4202500 535 0 0 0 358 0 0 0 25 0 1 0 549197934 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30535/statm: 0 0 0 0 0 0 0
[pid=30506/tid=30513] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30513/stat : 30513 (python) S 30504 30506 28873 0 -1 4202560 30 934 0 0 0 0 0 0 17 0 9 0 549197904 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30516] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30516/stat : 30516 (python) S 30504 30506 28873 0 -1 4202560 22 934 0 0 0 0 0 0 19 0 9 0 549197908 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
[pid=30506/tid=30519] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30519/stat : 30519 (python) S 30504 30506 28873 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 549197912 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30522] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30522/stat : 30522 (python) S 30504 30506 28873 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 9 0 549197916 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30525] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30525/stat : 30525 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197920 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30528] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30528/stat : 30528 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197924 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30531] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30531/stat : 30531 (python) S 30504 30506 28873 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549197928 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30534] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30534/stat : 30534 (python) S 30504 30506 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549197932 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.01
Current children cumulated vsize (KiB) 4934064

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

[startup+6.50166 s]
/proc/loadavg: 4.22 5.14 6.85 10/308 30536
/proc/meminfo: memFree=14426516/32950928 swapFree=67111404/67111528
[pid=30506] ppid=30504 vsize=361188 CPUtime=0.86 cores=0-7
/proc/30506/stat : 30506 (python) S 30504 30506 28873 0 -1 4202496 15890 934 1 0 73 13 0 0 25 0 9 0 549197818 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30506/statm: 90297 7282 1889 364 0 26194 0
[pid=30512] ppid=30506 vsize=278680 CPUtime=0 cores=0-7
/proc/30512/stat : 30512 (python) S 30506 30506 28873 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 549197904 285368320 5612 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886671 0 0 16781312 514 9687430544379314436 0 0 17 3 0 0 0
/proc/30512/statm: 69670 5612 377 364 0 5588 0
[pid=30514] ppid=30512 vsize=1017940 CPUtime=5.62 cores=0-7
/proc/30514/stat : 30514 (gnovelty+2) R 30512 30514 30514 0 -1 4202496 456 0 0 0 562 0 0 0 25 0 1 0 549197904 1042370560 190 33554432000 134512640 135663704 4288831888 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30514/statm: 254485 190 113 282 0 254201 0
[pid=30515] ppid=30506 vsize=289308 CPUtime=0 cores=0-7
/proc/30515/stat : 30515 (python) S 30506 30506 28873 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 549197908 296251392 5708 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 8746571847421624580 0 0 17 5 0 0 0
/proc/30515/statm: 72327 5708 371 364 0 8242 0
[pid=30517] ppid=30515 vsize=1017940 CPUtime=5.59 cores=0-7
/proc/30517/stat : 30517 (gnovelty+2) R 30515 30517 30517 0 -1 4202496 450 0 0 0 559 0 0 0 25 0 1 0 549197908 1042370560 190 33554432000 134512640 135663704 4289310368 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30517/statm: 254485 190 113 282 0 254201 0
[pid=30518] ppid=30506 vsize=299208 CPUtime=0 cores=0-7
/proc/30518/stat : 30518 (python) S 30506 30506 28873 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 549197912 306388992 5636 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 7998850339342090498 0 0 17 0 0 0 0
/proc/30518/statm: 74802 5636 371 364 0 10714 0
[pid=30520] ppid=30518 vsize=3528 CPUtime=5.54 cores=0-7
/proc/30520/stat : 30520 (march_hi) R 30518 30520 30520 0 -1 4202496 914 0 0 0 554 0 0 0 25 0 1 0 549197912 3612672 640 33554432000 4194304 4955518 140734492636432 18446744073709551615 4413718 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30520/statm: 882 640 106 186 0 695 0
[pid=30521] ppid=30506 vsize=309920 CPUtime=0.01 cores=0-7
/proc/30521/stat : 30521 (python) S 30506 30506 28873 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 549197915 317358080 5724 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 14319344553100804355 0 0 17 4 0 0 0
/proc/30521/statm: 77480 5724 371 364 0 13389 0
[pid=30523] ppid=30521 vsize=3528 CPUtime=5.51 cores=0-7
/proc/30523/stat : 30523 (march_hi) R 30521 30523 30523 0 -1 4202496 913 0 0 0 551 0 0 0 25 0 1 0 549197916 3612672 638 33554432000 4194304 4955518 140736093231856 18446744073709551615 4297315 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30523/statm: 882 638 106 186 0 695 0
[pid=30524] ppid=30506 vsize=320176 CPUtime=0.01 cores=0-7
/proc/30524/stat : 30524 (python) S 30506 30506 28873 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 549197919 327860224 5745 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 10138108540854698241 0 0 17 4 0 0 0
/proc/30524/statm: 80044 5745 371 364 0 15950 0
[pid=30526] ppid=30524 vsize=3528 CPUtime=5.44 cores=0-7
/proc/30526/stat : 30526 (march_hi) R 30524 30526 30526 0 -1 4202496 909 0 0 0 544 0 0 0 25 0 1 0 549197920 3612672 635 33554432000 4194304 4955518 140733800599680 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30526/statm: 882 635 106 186 0 695 0
[pid=30527] ppid=30506 vsize=330432 CPUtime=0 cores=0-7
/proc/30527/stat : 30527 (python) S 30506 30506 28873 0 -1 4202560 949 0 0 0 0 0 0 0 15 0 1 0 549197923 338362368 5749 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 17815109832219263236 0 0 17 7 0 0 0
/proc/30527/statm: 82608 5749 371 364 0 18511 0
[pid=30529] ppid=30527 vsize=3528 CPUtime=5.38 cores=0-7
/proc/30529/stat : 30529 (march_hi) R 30527 30529 30529 0 -1 4202496 901 0 0 0 538 0 0 0 25 0 1 0 549197924 3612672 625 33554432000 4194304 4955518 140735100067376 18446744073709551615 4285655 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30529/statm: 882 625 106 186 0 695 0
[pid=30530] ppid=30506 vsize=340688 CPUtime=0.01 cores=0-7
/proc/30530/stat : 30530 (python) S 30506 30506 28873 0 -1 4202560 949 0 0 0 1 0 0 0 15 0 1 0 549197927 348864512 5756 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 11266783615045828867 0 0 17 6 0 0 0
/proc/30530/statm: 85172 5756 371 364 0 21072 0
[pid=30532] ppid=30530 vsize=3528 CPUtime=5.38 cores=0-7
/proc/30532/stat : 30532 (march_hi) R 30530 30532 30532 0 -1 4202496 908 0 0 0 538 0 0 0 25 0 1 0 549197928 3612672 630 33554432000 4194304 4955518 140737089278128 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30532/statm: 882 630 106 186 0 695 0
[pid=30533] ppid=30506 vsize=350944 CPUtime=1.74 cores=0-7
/proc/30533/stat : 30533 (python) R 30506 30506 28873 0 -1 4202560 992 0 0 0 150 24 0 0 17 0 1 0 549197931 359366656 5766 33554432000 4194304 5683644 140735717928960 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/30533/statm: 87736 5766 377 364 0 23633 0
[pid=30535] ppid=30533 vsize=0 CPUtime=3.58 cores=0-7
/proc/30535/stat : 30535 (adaptg2wsat2009) R 30533 30535 30535 0 -1 4202500 535 0 0 0 358 0 0 0 25 0 1 0 549197934 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30535/statm: 0 0 0 0 0 0 0
[pid=30506/tid=30513] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30513/stat : 30513 (python) S 30504 30506 28873 0 -1 4202560 30 934 0 0 0 0 0 0 17 0 9 0 549197904 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30516] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30516/stat : 30516 (python) S 30504 30506 28873 0 -1 4202560 22 934 0 0 0 0 0 0 19 0 9 0 549197908 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
[pid=30506/tid=30519] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30519/stat : 30519 (python) S 30504 30506 28873 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 549197912 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 0 0 0 0
[pid=30506/tid=30522] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30522/stat : 30522 (python) S 30504 30506 28873 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 9 0 549197916 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30525] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30525/stat : 30525 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197920 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 4 0 0 0
[pid=30506/tid=30528] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30528/stat : 30528 (python) S 30504 30506 28873 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549197924 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30531] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30531/stat : 30531 (python) S 30504 30506 28873 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549197928 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 6 0 0 0
[pid=30506/tid=30534] ppid=30504 vsize=361188 CPUtime=0 cores=0-7
/proc/30506/task/30534/stat : 30534 (python) S 30504 30506 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549197932 369856512 7282 33554432000 4194304 5683644 140735717928960 18446744073709551615 235606690225 0 0 16781312 2 18446604446273350592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.67
Current children cumulated vsize (KiB) 4934064

Child status: 0
Real time (s): 6.56097
CPU time (s): 45.0302
CPU user time (s): 44.5442
CPU system time (s): 0.485926
CPU usage (%): 686.334
Max. virtual memory (cumulated for all children) (KiB): 5347784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5442
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35464
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= 3964
involuntary context switches= 660

runsolver used 0.028995 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-03 00:39:50
IDJOB=3322204
IDBENCH=82982
IDSOLVER=1712
FILE ID=node120/3322204-1304375990
RUNJOBID= node120-1304366467-28887
PBS_JOBID= 13181751
Free space on /tmp= 73536 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322204-1304375990/watcher-3322204-1304375990 -o /tmp/evaluation-result-3322204-1304375990/solver-3322204-1304375990 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322204-1304375990.cnf -seed 305935137 -budget 40000 -cores 8

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=305935137

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      14494924 kB
Buffers:        611420 kB
Cached:        2627916 kB
SwapCached:          8 kB
Active:       15901960 kB
Inactive:      2133056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14494924 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           31828 kB
Writeback:           0 kB
AnonPages:    14795304 kB
Mapped:          22740 kB
Slab:           312288 kB
PageTables:      44496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44586132 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= 73504 MiB
End job on node120 at 2011-05-03 00:39:57