Trace number 3322281

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 52.403 7.54699

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
MD5SUM64cfbb29f16ce069bd41061252da74bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.51247
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3322281-1304379678.cnf
0.31/0.47	c INFO: computing task features
0.40/0.52	c INFO: computed variable-clause graph statistics
0.40/0.52	c INFO: computed clause balance statistics
0.70/0.80	c INFO: computed variable balance statistics
0.80/0.91	c INFO: computed small-clause counts
0.80/0.91	c INFO: computed Horn-clause counts
0.80/0.92	c INFO: computed variable graph statistics
0.80/0.92	c INFO: collected features for HOME/instance-3322281-1304379678.cnf in 0.45 s
0.80/0.96	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.47)
0.80/0.99	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.11)
0.96/1.03	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
0.96/1.07	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.96/1.10	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
1.15/1.14	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.03)
1.15/1.18	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.33/1.22	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
52.09/7.52	s SATISFIABLE
52.09/7.52	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 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-3322281-1304379678/watcher-3322281-1304379678 -o /tmp/evaluation-result-3322281-1304379678/solver-3322281-1304379678 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322281-1304379678.cnf -seed 1146327873 -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: 4.76 6.94 7.67 2/295 31817
/proc/meminfo: memFree=6948136/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=15776 CPUtime=0 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 928 0 0 0 0 0 0 0 17 0 1 0 282159075 16154624 807 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31817/statm: 3944 807 356 364 0 431 0

[startup+0.0446459 s]
/proc/loadavg: 4.76 6.94 7.67 2/295 31817
/proc/meminfo: memFree=6948136/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=29416 CPUtime=0.02 cores=0-7
/proc/31817/stat : 31817 (python) R 31815 31817 30950 0 -1 4202496 1366 0 0 0 2 0 0 0 17 0 1 0 282159075 30121984 1209 33554432000 4194304 5683644 140736178511856 18446744073709551615 4553904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31817/statm: 7354 1212 443 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29416

[startup+0.100653 s]
/proc/loadavg: 4.76 6.94 7.67 2/295 31817
/proc/meminfo: memFree=6948136/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=104224 CPUtime=0.07 cores=0-7
/proc/31817/stat : 31817 (python) R 31815 31817 30950 0 -1 4202496 3059 0 0 0 5 2 0 0 17 0 1 0 282159075 106725376 2741 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31817/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300607 s]
/proc/loadavg: 4.76 6.94 7.67 2/295 31817
/proc/meminfo: memFree=6948136/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=170756 CPUtime=0.23 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 6732 931 1 0 17 6 0 0 17 0 1 0 282159075 174854144 4806 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31817/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700522 s]
/proc/loadavg: 4.76 6.94 7.67 2/295 31817
/proc/meminfo: memFree=6948136/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=280236 CPUtime=0.6 cores=0-7
/proc/31817/stat : 31817 (python) R 31815 31817 30950 0 -1 4202496 9995 931 1 0 51 9 0 0 17 0 1 0 282159075 286961664 7444 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660319986 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31817/statm: 70059 7444 1826 364 0 5983 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 280236

[startup+1.50034 s]
/proc/loadavg: 4.76 6.94 7.67 4/301 31828
/proc/meminfo: memFree=6918444/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=427308 CPUtime=1.12 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 16070 931 1 0 101 11 0 0 21 0 9 0 282159075 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31817/statm: 106827 7519 1891 364 0 42724 0
[pid=31823] ppid=31817 vsize=279416 CPUtime=0 cores=0-7
/proc/31823/stat : 31823 (python) S 31817 31817 30950 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 282159171 286121984 5793 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682255 0 0 16781312 514 4279479579506114559 0 0 17 1 0 0 0
/proc/31823/statm: 69854 5793 354 364 0 5772 0
[pid=31825] ppid=31823 vsize=1018088 CPUtime=0.53 cores=0-7
/proc/31825/stat : 31825 (gnovelty+2) R 31823 31825 31825 0 -1 4202496 571 0 0 0 53 0 0 0 22 0 1 0 282159172 1042522112 306 33554432000 134512640 135663704 4290423296 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31825/statm: 254522 306 113 282 0 254238 0
[pid=31826] ppid=31817 vsize=289992 CPUtime=0 cores=0-7
/proc/31826/stat : 31826 (python) S 31817 31817 30950 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 282159175 296951808 5839 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4290497235772243967 0 0 17 1 0 0 0
/proc/31826/statm: 72498 5839 348 364 0 8413 0
[pid=31817/tid=31824] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31824/stat : 31824 (python) S 31815 31817 30950 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 282159171 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31827] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31827/stat : 31827 (python) S 31815 31817 30950 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 9 0 282159175 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 2014804

[startup+3.10106 s]
/proc/loadavg: 5.02 6.96 7.67 9/320 31846
/proc/meminfo: memFree=6886912/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=427308 CPUtime=1.12 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 16070 931 1 0 101 11 0 0 21 0 9 0 282159075 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31817/statm: 106827 7519 1891 364 0 42724 0
[pid=31823] ppid=31817 vsize=279416 CPUtime=0 cores=0-7
/proc/31823/stat : 31823 (python) S 31817 31817 30950 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 282159171 286121984 5793 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682255 0 0 16781312 514 4279479579506082052 0 0 17 1 0 0 0
/proc/31823/statm: 69854 5793 354 364 0 5772 0
[pid=31825] ppid=31823 vsize=1018088 CPUtime=2.13 cores=0-7
/proc/31825/stat : 31825 (gnovelty+2) R 31823 31825 31825 0 -1 4202496 571 0 0 0 213 0 0 0 25 0 1 0 282159172 1042522112 306 33554432000 134512640 135663704 4290423296 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31825/statm: 254522 306 113 282 0 254238 0
[pid=31826] ppid=31817 vsize=289992 CPUtime=0 cores=0-7
/proc/31826/stat : 31826 (python) S 31817 31817 30950 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 282159175 296951808 5839 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4290497235772211458 0 0 17 1 0 0 0
/proc/31826/statm: 72498 5839 348 364 0 8413 0
[pid=31828] ppid=31826 vsize=1018088 CPUtime=2.09 cores=0-7
/proc/31828/stat : 31828 (gnovelty+2) R 31826 31828 31828 0 -1 4202496 567 0 0 0 209 0 0 0 25 0 1 0 282159175 1042522112 306 33554432000 134512640 135663704 4288878720 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31828/statm: 254522 306 113 282 0 254238 0
[pid=31829] ppid=31817 vsize=365784 CPUtime=0 cores=0-7
/proc/31829/stat : 31829 (python) S 31817 31817 30950 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 282159179 374562816 6016 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 7 0 0 0
/proc/31829/statm: 91446 6016 348 364 0 27358 0
[pid=31831] ppid=31829 vsize=417192 CPUtime=2.06 cores=0-7
/proc/31831/stat : 31831 (adaptg2wsat2009) R 31829 31831 31831 0 -1 4202496 751 0 0 0 206 0 0 0 25 0 1 0 282159179 427204608 496 33554432000 134512640 135107411 4289757104 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31831/statm: 104298 496 59 146 0 103174 0
[pid=31832] ppid=31817 vsize=376040 CPUtime=0 cores=0-7
/proc/31832/stat : 31832 (python) S 31817 31817 30950 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 282159182 385064960 5973 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4387931283301302531 0 0 17 0 0 0 0
/proc/31832/statm: 94010 5973 348 364 0 29919 0
[pid=31834] ppid=31832 vsize=417192 CPUtime=2.01 cores=0-7
/proc/31834/stat : 31834 (adaptg2wsat2009) R 31832 31834 31834 0 -1 4202496 751 0 0 0 201 0 0 0 25 0 1 0 282159183 427204608 496 33554432000 134512640 135107411 4293272112 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31834/statm: 104298 496 59 146 0 103174 0
[pid=31835] ppid=31817 vsize=386296 CPUtime=0 cores=0-7
/proc/31835/stat : 31835 (python) S 31817 31817 30950 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 282159186 395567104 5994 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552602868250312703 0 0 17 6 0 0 0
/proc/31835/statm: 96574 5994 348 364 0 32480 0
[pid=31837] ppid=31835 vsize=417192 CPUtime=1.98 cores=0-7
/proc/31837/stat : 31837 (adaptg2wsat2009) R 31835 31837 31837 0 -1 4202496 752 0 0 0 198 0 0 0 25 0 1 0 282159186 427204608 494 33554432000 134512640 135107411 4294708800 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31837/statm: 104298 494 59 146 0 103174 0
[pid=31838] ppid=31817 vsize=396552 CPUtime=0 cores=0-7
/proc/31838/stat : 31838 (python) S 31817 31817 30950 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 282159190 406069248 5981 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577796 0 0 17 0 0 0 0
/proc/31838/statm: 99138 5981 348 364 0 35041 0
[pid=31840] ppid=31838 vsize=1018088 CPUtime=1.94 cores=0-7
/proc/31840/stat : 31840 (gnovelty+2) R 31838 31840 31840 0 -1 4202496 563 0 0 0 194 0 0 0 25 0 1 0 282159190 1042522112 307 33554432000 134512640 135663704 4292583600 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31840/statm: 254522 307 113 282 0 254238 0
[pid=31841] ppid=31817 vsize=406808 CPUtime=0 cores=0-7
/proc/31841/stat : 31841 (python) S 31817 31817 30950 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 282159194 416571392 6002 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552610564831707135 0 0 17 1 0 0 0
/proc/31841/statm: 101702 6002 348 364 0 37602 0
[pid=31843] ppid=31841 vsize=247348 CPUtime=1.87 cores=0-7
/proc/31843/stat : 31843 (FH) R 31841 31843 31843 0 -1 4202496 704 0 0 0 187 0 0 0 25 0 1 0 282159196 253284352 444 33554432000 134512640 134936988 4288556816 18446744073709551615 134554083 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31843/statm: 61837 444 41 104 0 61341 0
[pid=31844] ppid=31817 vsize=417064 CPUtime=0 cores=0-7
/proc/31844/stat : 31844 (python) S 31817 31817 30950 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 282159198 427073536 5978 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357691689880518655 0 0 17 1 0 0 0
/proc/31844/statm: 104266 5978 354 364 0 40163 0
[pid=31846] ppid=31844 vsize=417192 CPUtime=1.82 cores=0-7
/proc/31846/stat : 31846 (adaptg2wsat2009) R 31844 31846 31846 0 -1 4202496 761 0 0 0 182 0 0 0 25 0 1 0 282159199 427204608 495 33554432000 134512640 135107411 4290922096 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31846/statm: 104298 495 59 146 0 103174 0
[pid=31817/tid=31824] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31824/stat : 31824 (python) S 31815 31817 30950 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 282159171 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31827] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31827/stat : 31827 (python) S 31815 31817 30950 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 9 0 282159175 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 3 0 0 0
[pid=31817/tid=31830] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31830/stat : 31830 (python) S 31815 31817 30950 0 -1 4202560 92 931 0 0 0 0 0 0 20 0 9 0 282159179 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31833] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31833/stat : 31833 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 22 0 9 0 282159182 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31836] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31836/stat : 31836 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 24 0 9 0 282159186 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31839] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31839/stat : 31839 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 282159190 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31842] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31842/stat : 31842 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 9 0 282159194 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31845] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31845/stat : 31845 (python) S 31815 31817 30950 0 -1 4202560 79 931 0 0 0 0 0 0 22 0 9 0 282159198 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.02
Current children cumulated vsize (KiB) 8315640

[startup+6.3015 s]
/proc/loadavg: 5.02 6.96 7.67 9/320 31846
/proc/meminfo: memFree=6884432/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=427308 CPUtime=1.12 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 16070 931 1 0 101 11 0 0 21 0 9 0 282159075 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31817/statm: 106827 7519 1891 364 0 42724 0
[pid=31823] ppid=31817 vsize=279416 CPUtime=0.01 cores=0-7
/proc/31823/stat : 31823 (python) S 31817 31817 30950 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 282159171 286121984 5816 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682255 0 0 16781312 514 4279479579506082052 0 0 17 1 0 0 0
/proc/31823/statm: 69854 5816 377 364 0 5772 0
[pid=31825] ppid=31823 vsize=1018088 CPUtime=5.33 cores=0-7
/proc/31825/stat : 31825 (gnovelty+2) R 31823 31825 31825 0 -1 4202496 571 0 0 0 533 0 0 0 25 0 1 0 282159172 1042522112 306 33554432000 134512640 135663704 4290423296 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31825/statm: 254522 306 113 282 0 254238 0
[pid=31826] ppid=31817 vsize=289992 CPUtime=0 cores=0-7
/proc/31826/stat : 31826 (python) S 31817 31817 30950 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 282159175 296951808 5862 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4290497235772211458 0 0 17 1 0 0 0
/proc/31826/statm: 72498 5862 371 364 0 8413 0
[pid=31828] ppid=31826 vsize=1018088 CPUtime=5.29 cores=0-7
/proc/31828/stat : 31828 (gnovelty+2) R 31826 31828 31828 0 -1 4202496 567 0 0 0 529 0 0 0 25 0 1 0 282159175 1042522112 306 33554432000 134512640 135663704 4288878720 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31828/statm: 254522 306 113 282 0 254238 0
[pid=31829] ppid=31817 vsize=365784 CPUtime=0 cores=0-7
/proc/31829/stat : 31829 (python) S 31817 31817 30950 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 282159179 374562816 6039 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 7 0 0 0
/proc/31829/statm: 91446 6039 371 364 0 27358 0
[pid=31831] ppid=31829 vsize=417192 CPUtime=5.26 cores=0-7
/proc/31831/stat : 31831 (adaptg2wsat2009) R 31829 31831 31831 0 -1 4202496 751 0 0 0 526 0 0 0 25 0 1 0 282159179 427204608 496 33554432000 134512640 135107411 4289757104 18446744073709551615 134531661 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31831/statm: 104298 496 59 146 0 103174 0
[pid=31832] ppid=31817 vsize=376040 CPUtime=0 cores=0-7
/proc/31832/stat : 31832 (python) S 31817 31817 30950 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 282159182 385064960 5996 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4387931283301302531 0 0 17 0 0 0 0
/proc/31832/statm: 94010 5996 371 364 0 29919 0
[pid=31834] ppid=31832 vsize=417192 CPUtime=5.16 cores=0-7
/proc/31834/stat : 31834 (adaptg2wsat2009) R 31832 31834 31834 0 -1 4202496 751 0 0 0 516 0 0 0 25 0 1 0 282159183 427204608 496 33554432000 134512640 135107411 4293272112 18446744073709551615 134532336 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31834/statm: 104298 496 59 146 0 103174 0
[pid=31835] ppid=31817 vsize=386296 CPUtime=0 cores=0-7
/proc/31835/stat : 31835 (python) S 31817 31817 30950 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 282159186 395567104 6016 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552602868250280193 0 0 17 6 0 0 0
/proc/31835/statm: 96574 6016 370 364 0 32480 0
[pid=31837] ppid=31835 vsize=417192 CPUtime=5.18 cores=0-7
/proc/31837/stat : 31837 (adaptg2wsat2009) R 31835 31837 31837 0 -1 4202496 752 0 0 0 518 0 0 0 25 0 1 0 282159186 427204608 494 33554432000 134512640 135107411 4294708800 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31837/statm: 104298 494 59 146 0 103174 0
[pid=31838] ppid=31817 vsize=396552 CPUtime=0 cores=0-7
/proc/31838/stat : 31838 (python) S 31817 31817 30950 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 282159190 406069248 6004 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577796 0 0 17 0 0 0 0
/proc/31838/statm: 99138 6004 371 364 0 35041 0
[pid=31840] ppid=31838 vsize=1018088 CPUtime=5.11 cores=0-7
/proc/31840/stat : 31840 (gnovelty+2) R 31838 31840 31840 0 -1 4202496 563 0 0 0 511 0 0 0 25 0 1 0 282159190 1042522112 307 33554432000 134512640 135663704 4292583600 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0

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

/proc/31844/statm: 104266 6001 377 364 0 40163 0
[pid=31846] ppid=31844 vsize=417192 CPUtime=4.97 cores=0-7
/proc/31846/stat : 31846 (adaptg2wsat2009) R 31844 31846 31846 0 -1 4202496 761 0 0 0 497 0 0 0 25 0 1 0 282159199 427204608 495 33554432000 134512640 135107411 4290922096 18446744073709551615 134532275 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31846/statm: 104298 495 59 146 0 103174 0
[pid=31817/tid=31824] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31824/stat : 31824 (python) S 31815 31817 30950 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 282159171 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31827] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31827/stat : 31827 (python) S 31815 31817 30950 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 9 0 282159175 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 3 0 0 0
[pid=31817/tid=31830] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31830/stat : 31830 (python) S 31815 31817 30950 0 -1 4202560 92 931 0 0 0 0 0 0 20 0 9 0 282159179 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31833] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31833/stat : 31833 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 22 0 9 0 282159182 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31836] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31836/stat : 31836 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 24 0 9 0 282159186 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31839] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31839/stat : 31839 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 282159190 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31842] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31842/stat : 31842 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 9 0 282159194 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31845] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31845/stat : 31845 (python) S 31815 31817 30950 0 -1 4202560 79 931 0 0 0 0 0 0 22 0 9 0 282159198 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.5
Current children cumulated vsize (KiB) 8315640

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

[startup+7.10136 s]
/proc/loadavg: 5.02 6.96 7.67 9/320 31846
/proc/meminfo: memFree=6884432/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=427308 CPUtime=1.12 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 16070 931 1 0 101 11 0 0 21 0 9 0 282159075 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31817/statm: 106827 7519 1891 364 0 42724 0
[pid=31823] ppid=31817 vsize=279416 CPUtime=0.01 cores=0-7
/proc/31823/stat : 31823 (python) S 31817 31817 30950 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 282159171 286121984 5816 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682255 0 0 16781312 514 4279479579506082052 0 0 17 1 0 0 0
/proc/31823/statm: 69854 5816 377 364 0 5772 0
[pid=31825] ppid=31823 vsize=1018088 CPUtime=6.13 cores=0-7
/proc/31825/stat : 31825 (gnovelty+2) R 31823 31825 31825 0 -1 4202496 571 0 0 0 613 0 0 0 25 0 1 0 282159172 1042522112 306 33554432000 134512640 135663704 4290423296 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31825/statm: 254522 306 113 282 0 254238 0
[pid=31826] ppid=31817 vsize=289992 CPUtime=0 cores=0-7
/proc/31826/stat : 31826 (python) S 31817 31817 30950 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 282159175 296951808 5862 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4290497235772211458 0 0 17 1 0 0 0
/proc/31826/statm: 72498 5862 371 364 0 8413 0
[pid=31828] ppid=31826 vsize=1018088 CPUtime=6.09 cores=0-7
/proc/31828/stat : 31828 (gnovelty+2) R 31826 31828 31828 0 -1 4202496 567 0 0 0 609 0 0 0 25 0 1 0 282159175 1042522112 306 33554432000 134512640 135663704 4288878720 18446744073709551615 134524874 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31828/statm: 254522 306 113 282 0 254238 0
[pid=31829] ppid=31817 vsize=365784 CPUtime=0 cores=0-7
/proc/31829/stat : 31829 (python) S 31817 31817 30950 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 282159179 374562816 6039 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 7 0 0 0
/proc/31829/statm: 91446 6039 371 364 0 27358 0
[pid=31831] ppid=31829 vsize=417192 CPUtime=6.06 cores=0-7
/proc/31831/stat : 31831 (adaptg2wsat2009) R 31829 31831 31831 0 -1 4202496 751 0 0 0 606 0 0 0 25 0 1 0 282159179 427204608 496 33554432000 134512640 135107411 4289757104 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31831/statm: 104298 496 59 146 0 103174 0
[pid=31832] ppid=31817 vsize=376040 CPUtime=0 cores=0-7
/proc/31832/stat : 31832 (python) S 31817 31817 30950 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 282159182 385064960 5996 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4387931283301302531 0 0 17 0 0 0 0
/proc/31832/statm: 94010 5996 371 364 0 29919 0
[pid=31834] ppid=31832 vsize=417192 CPUtime=5.95 cores=0-7
/proc/31834/stat : 31834 (adaptg2wsat2009) R 31832 31834 31834 0 -1 4202496 751 0 0 0 595 0 0 0 25 0 1 0 282159183 427204608 496 33554432000 134512640 135107411 4293272112 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31834/statm: 104298 496 59 146 0 103174 0
[pid=31835] ppid=31817 vsize=386296 CPUtime=0 cores=0-7
/proc/31835/stat : 31835 (python) S 31817 31817 30950 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 282159186 395567104 6016 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552602868250280193 0 0 17 6 0 0 0
/proc/31835/statm: 96574 6016 370 364 0 32480 0
[pid=31837] ppid=31835 vsize=417192 CPUtime=5.98 cores=0-7
/proc/31837/stat : 31837 (adaptg2wsat2009) R 31835 31837 31837 0 -1 4202496 752 0 0 0 598 0 0 0 25 0 1 0 282159186 427204608 494 33554432000 134512640 135107411 4294708800 18446744073709551615 134531401 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31837/statm: 104298 494 59 146 0 103174 0
[pid=31838] ppid=31817 vsize=396552 CPUtime=0 cores=0-7
/proc/31838/stat : 31838 (python) S 31817 31817 30950 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 282159190 406069248 6004 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577796 0 0 17 0 0 0 0
/proc/31838/statm: 99138 6004 371 364 0 35041 0
[pid=31840] ppid=31838 vsize=1018088 CPUtime=5.91 cores=0-7
/proc/31840/stat : 31840 (gnovelty+2) R 31838 31840 31840 0 -1 4202496 563 0 0 0 591 0 0 0 25 0 1 0 282159190 1042522112 307 33554432000 134512640 135663704 4292583600 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31840/statm: 254522 307 113 282 0 254238 0
[pid=31841] ppid=31817 vsize=406808 CPUtime=0.01 cores=0-7
/proc/31841/stat : 31841 (python) S 31817 31817 30950 0 -1 4202560 819 0 0 0 1 0 0 0 18 0 1 0 282159194 416571392 6025 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552610564831674625 0 0 17 1 0 0 0
/proc/31841/statm: 101702 6025 371 364 0 37602 0
[pid=31843] ppid=31841 vsize=247348 CPUtime=5.86 cores=0-7
/proc/31843/stat : 31843 (FH) R 31841 31843 31843 0 -1 4202496 704 0 0 0 586 0 0 0 25 0 1 0 282159196 253284352 444 33554432000 134512640 134936988 4288556816 18446744073709551615 134552194 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31843/statm: 61837 444 41 104 0 61341 0
[pid=31844] ppid=31817 vsize=417064 CPUtime=0 cores=0-7
/proc/31844/stat : 31844 (python) S 31817 31817 30950 0 -1 4202560 849 0 0 0 0 0 0 0 18 0 1 0 282159198 427073536 6001 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357691689880486148 0 0 17 1 0 0 0
/proc/31844/statm: 104266 6001 377 364 0 40163 0
[pid=31846] ppid=31844 vsize=417192 CPUtime=5.77 cores=0-7
/proc/31846/stat : 31846 (adaptg2wsat2009) R 31844 31846 31846 0 -1 4202496 761 0 0 0 577 0 0 0 25 0 1 0 282159199 427204608 495 33554432000 134512640 135107411 4290922096 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31846/statm: 104298 495 59 146 0 103174 0
[pid=31817/tid=31824] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31824/stat : 31824 (python) S 31815 31817 30950 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 282159171 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31827] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31827/stat : 31827 (python) S 31815 31817 30950 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 9 0 282159175 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 3 0 0 0
[pid=31817/tid=31830] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31830/stat : 31830 (python) S 31815 31817 30950 0 -1 4202560 92 931 0 0 0 0 0 0 20 0 9 0 282159179 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31833] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31833/stat : 31833 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 22 0 9 0 282159182 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31836] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31836/stat : 31836 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 24 0 9 0 282159186 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31839] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31839/stat : 31839 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 282159190 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31842] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31842/stat : 31842 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 9 0 282159194 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31845] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31845/stat : 31845 (python) S 31815 31817 30950 0 -1 4202560 79 931 0 0 0 0 0 0 22 0 9 0 282159198 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.89
Current children cumulated vsize (KiB) 8315640

[startup+7.50129 s]
/proc/loadavg: 5.02 6.96 7.67 9/320 31846
/proc/meminfo: memFree=6884432/32951124 swapFree=67111524/67111528
[pid=31817] ppid=31815 vsize=427308 CPUtime=1.12 cores=0-7
/proc/31817/stat : 31817 (python) S 31815 31817 30950 0 -1 4202496 16070 931 1 0 101 11 0 0 21 0 9 0 282159075 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31817/statm: 106827 7519 1891 364 0 42724 0
[pid=31823] ppid=31817 vsize=279416 CPUtime=0.01 cores=0-7
/proc/31823/stat : 31823 (python) S 31817 31817 30950 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 282159171 286121984 5816 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682255 0 0 16781312 514 4279479579506082052 0 0 17 1 0 0 0
/proc/31823/statm: 69854 5816 377 364 0 5772 0
[pid=31825] ppid=31823 vsize=1018088 CPUtime=6.53 cores=0-7
/proc/31825/stat : 31825 (gnovelty+2) R 31823 31825 31825 0 -1 4202496 571 0 0 0 653 0 0 0 25 0 1 0 282159172 1042522112 306 33554432000 134512640 135663704 4290423296 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31825/statm: 254522 306 113 282 0 254238 0
[pid=31826] ppid=31817 vsize=289992 CPUtime=0 cores=0-7
/proc/31826/stat : 31826 (python) S 31817 31817 30950 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 282159175 296951808 5862 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4290497235772211458 0 0 17 1 0 0 0
/proc/31826/statm: 72498 5862 371 364 0 8413 0
[pid=31828] ppid=31826 vsize=1018088 CPUtime=6.49 cores=0-7
/proc/31828/stat : 31828 (gnovelty+2) R 31826 31828 31828 0 -1 4202496 567 0 0 0 649 0 0 0 25 0 1 0 282159175 1042522112 306 33554432000 134512640 135663704 4288878720 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31828/statm: 254522 306 113 282 0 254238 0
[pid=31829] ppid=31817 vsize=365784 CPUtime=0 cores=0-7
/proc/31829/stat : 31829 (python) S 31817 31817 30950 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 282159179 374562816 6039 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 7 0 0 0
/proc/31829/statm: 91446 6039 371 364 0 27358 0
[pid=31831] ppid=31829 vsize=417192 CPUtime=6.46 cores=0-7
/proc/31831/stat : 31831 (adaptg2wsat2009) R 31829 31831 31831 0 -1 4202496 751 0 0 0 646 0 0 0 25 0 1 0 282159179 427204608 496 33554432000 134512640 135107411 4289757104 18446744073709551615 134532204 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31831/statm: 104298 496 59 146 0 103174 0
[pid=31832] ppid=31817 vsize=376040 CPUtime=0 cores=0-7
/proc/31832/stat : 31832 (python) S 31817 31817 30950 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 282159182 385064960 5996 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4387931283301302531 0 0 17 0 0 0 0
/proc/31832/statm: 94010 5996 371 364 0 29919 0
[pid=31834] ppid=31832 vsize=417196 CPUtime=6.35 cores=0-7
/proc/31834/stat : 31834 (adaptg2wsat2009) R 31832 31834 31834 0 -1 4202496 753 0 0 0 635 0 0 0 25 0 1 0 282159183 427208704 498 33554432000 134512640 135107411 4293272112 18446744073709551615 134733438 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31834/statm: 104299 498 59 146 0 103175 0
[pid=31835] ppid=31817 vsize=386296 CPUtime=0 cores=0-7
/proc/31835/stat : 31835 (python) S 31817 31817 30950 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 282159186 395567104 6016 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552602868250280193 0 0 17 6 0 0 0
/proc/31835/statm: 96574 6016 370 364 0 32480 0
[pid=31837] ppid=31835 vsize=417192 CPUtime=6.38 cores=0-7
/proc/31837/stat : 31837 (adaptg2wsat2009) R 31835 31837 31837 0 -1 4202496 752 0 0 0 638 0 0 0 25 0 1 0 282159186 427204608 494 33554432000 134512640 135107411 4294708800 18446744073709551615 134532275 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31837/statm: 104298 494 59 146 0 103174 0
[pid=31838] ppid=31817 vsize=396552 CPUtime=0 cores=0-7
/proc/31838/stat : 31838 (python) S 31817 31817 30950 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 282159190 406069248 6004 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577796 0 0 17 0 0 0 0
/proc/31838/statm: 99138 6004 371 364 0 35041 0
[pid=31840] ppid=31838 vsize=1018088 CPUtime=6.31 cores=0-7
/proc/31840/stat : 31840 (gnovelty+2) R 31838 31840 31840 0 -1 4202496 563 0 0 0 631 0 0 0 25 0 1 0 282159190 1042522112 307 33554432000 134512640 135663704 4292583600 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31840/statm: 254522 307 113 282 0 254238 0
[pid=31841] ppid=31817 vsize=406808 CPUtime=0.01 cores=0-7
/proc/31841/stat : 31841 (python) S 31817 31817 30950 0 -1 4202560 819 0 0 0 1 0 0 0 18 0 1 0 282159194 416571392 6025 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 13552610564831674625 0 0 17 1 0 0 0
/proc/31841/statm: 101702 6025 371 364 0 37602 0
[pid=31843] ppid=31841 vsize=247348 CPUtime=6.26 cores=0-7
/proc/31843/stat : 31843 (FH) R 31841 31843 31843 0 -1 4202496 704 0 0 0 626 0 0 0 25 0 1 0 282159196 253284352 444 33554432000 134512640 134936988 4288556816 18446744073709551615 134545107 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31843/statm: 61837 444 41 104 0 61341 0
[pid=31844] ppid=31817 vsize=417064 CPUtime=0 cores=0-7
/proc/31844/stat : 31844 (python) S 31817 31817 30950 0 -1 4202560 849 0 0 0 0 0 0 0 18 0 1 0 282159198 427073536 6001 33554432000 4194304 5683644 140736178511856 18446744073709551615 268660682310 0 0 16781312 514 4357691689880486148 0 0 17 1 0 0 0
/proc/31844/statm: 104266 6001 377 364 0 40163 0
[pid=31846] ppid=31844 vsize=417192 CPUtime=6.17 cores=0-7
/proc/31846/stat : 31846 (adaptg2wsat2009) R 31844 31846 31846 0 -1 4202496 761 0 0 0 617 0 0 0 25 0 1 0 282159199 427204608 495 33554432000 134512640 135107411 4290922096 18446744073709551615 134532229 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31846/statm: 104298 495 59 146 0 103174 0
[pid=31817/tid=31824] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31824/stat : 31824 (python) S 31815 31817 30950 0 -1 4202560 24 931 0 0 0 0 0 0 19 0 9 0 282159171 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31827] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31827/stat : 31827 (python) S 31815 31817 30950 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 9 0 282159175 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 3 0 0 0
[pid=31817/tid=31830] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31830/stat : 31830 (python) S 31815 31817 30950 0 -1 4202560 92 931 0 0 0 0 0 0 20 0 9 0 282159179 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31833] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31833/stat : 31833 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 22 0 9 0 282159182 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31836] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31836/stat : 31836 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 24 0 9 0 282159186 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31839] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31839/stat : 31839 (python) S 31815 31817 30950 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 282159190 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 0 0 0 0
[pid=31817/tid=31842] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31842/stat : 31842 (python) S 31815 31817 30950 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 9 0 282159194 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 6 0 0 0
[pid=31817/tid=31845] ppid=31815 vsize=427308 CPUtime=0 cores=0-7
/proc/31817/task/31845/stat : 31845 (python) S 31815 31817 30950 0 -1 4202560 79 931 0 0 0 0 0 0 22 0 9 0 282159198 437563392 7519 33554432000 4194304 5683644 140736178511856 18446744073709551615 268672485809 0 0 16781312 2 18446604453927368704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.09
Current children cumulated vsize (KiB) 8315644

Child status: 0
Real time (s): 7.54699
CPU time (s): 52.403
CPU user time (s): 52.1981
CPU system time (s): 0.204968
CPU usage (%): 694.357
Max. virtual memory (cumulated for all children) (KiB): 8315644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1981
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34084
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= 1427
involuntary context switches= 349

runsolver used 0.022996 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-03 01:41:18
IDJOB=3322281
IDBENCH=83059
IDSOLVER=1712
FILE ID=node107/3322281-1304379678
RUNJOBID= node107-1304371484-30964
PBS_JOBID= 13181776
Free space on /tmp= 72916 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2039249975-038.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-3322281-1304379678/watcher-3322281-1304379678 -o /tmp/evaluation-result-3322281-1304379678/solver-3322281-1304379678 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322281-1304379678.cnf -seed 1146327873 -budget 40000 -cores 8

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

MD5SUM BENCH= 64cfbb29f16ce069bd41061252da74bd
RANDOM SEED=1146327873

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6948416 kB
Buffers:        313492 kB
Cached:        3181972 kB
SwapCached:          4 kB
Active:       22329360 kB
Inactive:      3275172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6948416 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31828 kB
Writeback:           0 kB
AnonPages:    22109496 kB
Mapped:          26996 kB
Slab:           267664 kB
PageTables:      62036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 61697716 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= 72884 MiB
End job on node107 at 2011-05-03 01:41:26