Trace number 3386939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 5000.04 4981.77

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.cnf
MD5SUM39542bd0a185b4f7c5fc7900079a2845
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3386939-1305594970.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.42/0.56	c INFO: computed variable balance statistics
0.51/0.61	c INFO: computed small-clause counts
0.51/0.61	c INFO: computed Horn-clause counts
0.51/0.61	c INFO: computed variable graph statistics
0.51/0.61	c INFO: collected features for HOME/instance-3386939-1305594970.cnf in 0.14 s
0.51/0.64	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
99.26/99.02	c INFO: running gnovelty+2@0 for 97 with 4901 remaining (b = 0.08)
198.97/198.41	c INFO: running march_hi@0 for 679 with 4802 remaining (b = 0.35)
884.77/881.70	c INFO: running march_hi@683 for 97 with 4118 remaining (b = 0.06)
983.40/980.09	c INFO: running march_hi@0 for 388 with 4020 remaining (b = 0.22)
1375.66/1370.86	c INFO: running march_hi@390 for 97 with 3629 remaining (b = 0.08)
1471.34/1466.10	c INFO: running march_hi@485 for 97 with 3534 remaining (b = 0.07)
1570.46/1564.99	c INFO: running march_hi@584 for 97 with 3435 remaining (b = 0.08)
1669.86/1663.94	c INFO: running march_hi@0 for 388 with 3336 remaining (b = 0.20)
2064.06/2056.76	c INFO: running march_hi@392 for 97 with 2943 remaining (b = 0.07)
2159.73/2152.00	c INFO: running march_hi@487 for 194 with 2848 remaining (b = 0.10)
2352.12/2343.75	c INFO: running march_hi@0 for 388 with 2656 remaining (b = 0.18)
2743.93/2734.03	c INFO: running march_hi@390 for 97 with 2266 remaining (b = 0.05)
2839.52/2829.37	c INFO: running march_hi@0 for 388 with 2171 remaining (b = 0.16)
3231.63/3219.96	c INFO: running march_hi@390 for 97 with 1780 remaining (b = 0.04)
3332.51/3320.49	c INFO: running adaptg2wsat2009++@0 for 97 with 1680 remaining (b = 0.03)
3432.28/3419.88	c INFO: running march_hi@781 for 1358 with 1580 remaining (b = 0.38)
4792.45/4775.00	c INFO: running march_hi@2136 for 97 with 225 remaining (b = 0.11)
4888.23/4870.32	c INFO: running march_hi@485 for 130 with 130 remaining (b = 0.04)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3386939-1305594970/watcher-3386939-1305594970 -o /tmp/evaluation-result-3386939-1305594970/solver-3386939-1305594970 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386939-1305594970.cnf -seed 2100358934 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.01 2/475 3496
/proc/meminfo: memFree=11176588/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/3496/stat : 3496 (python) R 3494 3496 2509 0 -1 4202496 918 0 0 0 0 0 0 0 25 0 1 0 671096716 16150528 799 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080228357 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3496/statm: 3943 800 350 364 0 430 0

[startup+0.0428719 s]
/proc/loadavg: 2.06 2.02 2.01 2/475 3496
/proc/meminfo: memFree=11176588/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=25288 CPUtime=0.02 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 1345 0 0 0 2 0 0 0 25 0 1 0 671096716 25894912 1192 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/3496/statm: 6322 1192 438 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25288

[startup+0.102178 s]
/proc/loadavg: 2.06 2.02 2.01 2/475 3496
/proc/meminfo: memFree=11176588/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 3097 0 0 0 5 2 0 0 25 0 1 0 671096716 107122688 2778 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/3496/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300838 s]
/proc/loadavg: 2.06 2.02 2.01 2/475 3496
/proc/meminfo: memFree=11176588/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=187684 CPUtime=0.24 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 6831 932 1 0 17 7 0 0 17 0 1 0 671096716 192188416 4881 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/3496/statm: 46921 4881 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187684

[startup+0.70078 s]
/proc/loadavg: 2.06 2.02 2.01 2/475 3496
/proc/meminfo: memFree=11176588/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 288916

[startup+1.50063 s]
/proc/loadavg: 2.06 2.02 2.01 3/479 3505
/proc/meminfo: memFree=11151384/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 671096780 285360128 5587 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 14966575371326062591 0 0 17 6 0 0 0
/proc/3503/statm: 69668 5587 354 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=0.85 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 85 0 0 0 23 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134564688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1585528

[startup+3.10019 s]
/proc/loadavg: 2.06 2.02 2.01 3/479 3505
/proc/meminfo: memFree=11148656/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 671096780 285360128 5587 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 14966575371326030082 0 0 17 6 0 0 0
/proc/3503/statm: 69668 5587 354 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=2.45 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 245 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1585528

[startup+6.30072 s]
/proc/loadavg: 2.14 2.04 2.01 3/479 3505
/proc/meminfo: memFree=11148656/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0.01 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 671096780 285360128 5610 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 14966575371326030082 0 0 17 6 0 0 0
/proc/3503/statm: 69668 5610 377 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=5.65 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 565 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585528

[startup+12.7005 s]
/proc/loadavg: 2.13 2.04 2.01 3/479 3505
/proc/meminfo: memFree=11147364/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0.04 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 895 0 0 0 2 2 0 0 18 0 1 0 671096780 285360128 5610 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 12305276741231804674 0 0 17 6 0 0 0
/proc/3503/statm: 69668 5610 377 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=12.05 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 1205 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1585528

[startup+25.5011 s]
/proc/loadavg: 2.10 2.04 2.01 3/479 3505
/proc/meminfo: memFree=11146868/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0.07 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 901 0 0 0 4 3 0 0 18 0 1 0 671096780 285360128 5610 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 12305276741231804674 0 0 17 6 0 0 0
/proc/3503/statm: 69668 5610 377 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=24.85 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 2485 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134525160 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1585528

[startup+51.1012 s]
/proc/loadavg: 2.06 2.03 2.01 3/479 3506
/proc/meminfo: memFree=11142908/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=288916 CPUtime=0.55 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 9935 932 1 0 46 9 0 0 20 0 2 0 671096716 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 72229 7112 1875 364 0 8147 0
[pid=3503] ppid=3496 vsize=278672 CPUtime=0.15 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 912 0 0 0 8 7 0 0 18 0 1 0 671096780 285360128 5610 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252431 0 0 16781312 514 12305276741231804674 0 0 17 2 0 0 0
/proc/3503/statm: 69668 5610 377 364 0 5586 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=50.45 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) R 3503 3505 3505 0 -1 4202496 456 0 0 0 5045 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 671096781 295849984 7112 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 1585528

[startup+102.317 s]
/proc/loadavg: 2.03 2.03 2.00 3/483 3511
/proc/meminfo: memFree=11130428/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=299544 CPUtime=0.58 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 10783 932 1 0 49 9 0 0 20 0 3 0 671096716 306733056 7217 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 74886 7217 1878 364 0 10801 0
[pid=3503] ppid=3496 vsize=288916 CPUtime=0.34 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 1085 0 0 0 18 16 0 0 19 0 2 0 671096780 295849984 5648 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3503/statm: 72229 5648 410 364 0 8147 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=98.34 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) T 3503 3505 3505 0 -1 4202496 456 0 0 0 9834 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134545615 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3503/tid=3508] ppid=3496 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3503/task/3508/stat : 3508 (python) S 3496 3496 2509 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671106615 295849984 5648 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604452102403328 0 0 -1 6 0 0 0
[pid=3509] ppid=3496 vsize=289300 CPUtime=0 cores=0,2,4,6
/proc/3509/stat : 3509 (python) S 3496 3496 2509 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 671106618 296243200 5683 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252486 0 0 16781312 514 8263972829368647938 0 0 17 4 0 0 0
/proc/3509/statm: 72325 5683 348 364 0 8240 0
[pid=3511] ppid=3509 vsize=1017940 CPUtime=3.28 cores=0,2,4,6
/proc/3511/stat : 3511 (gnovelty+2) R 3509 3511 3511 0 -1 4202496 457 0 0 0 328 0 0 0 25 0 1 0 671106619 1042370560 192 33554432000 134512640 135663704 4290991920 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3511/statm: 254485 192 113 282 0 254201 0
[pid=3496/tid=3504] ppid=3494 vsize=299544 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 671096781 306733056 7217 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3510] ppid=3494 vsize=299544 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3510/stat : 3510 (python) S 3494 3496 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 671106619 306733056 7217 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 2913640

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/483 3513
/proc/meminfo: memFree=11121708/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=299544 CPUtime=0.58 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 10783 932 1 0 49 9 0 0 20 0 3 0 671096716 306733056 7217 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3496/statm: 74886 7217 1878 364 0 10801 0
[pid=3503] ppid=3496 vsize=288916 CPUtime=0.34 cores=0,2,4,6

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

/proc/3518/stat : 3518 (march_hi) T 3516 3518 3518 0 -1 4202496 91961 0 0 0 223188 23 0 0 25 0 1 0 671116558 476512256 91692 33554432000 4194304 4955518 140735997603248 18446744073709551615 4297472 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3518/statm: 116336 91692 106 186 0 116149 0
[pid=3516/tid=3550] ppid=3496 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/3516/task/3550/stat : 3550 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671184884 306388992 5652 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604447775363328 0 0 -1 0 0 0 0
[pid=3554] ppid=3496 vsize=310004 CPUtime=2.5 cores=0,2,4,6
/proc/3554/stat : 3554 (python) S 3496 3496 2509 0 -1 4202560 1160 0 0 0 132 118 0 0 15 0 2 0 671194726 317444096 5797 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3554/statm: 77501 5797 400 364 0 13410 0
[pid=3556] ppid=3554 vsize=142480 CPUtime=683.75 cores=0,2,4,6
/proc/3556/stat : 3556 (march_hi) T 3554 3556 3556 0 -1 4202496 30663 0 0 0 68369 6 0 0 25 0 1 0 671194726 145899520 30393 33554432000 4194304 4955518 140736115678768 18446744073709551615 4237804 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3556/statm: 35620 30393 106 186 0 35433 0
[pid=3554/tid=3572] ppid=3496 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/3554/task/3572/stat : 3572 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671233800 317444096 5797 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604444028138432 0 0 -1 0 0 0 0
[pid=3584] ppid=3496 vsize=320444 CPUtime=2.49 cores=0,2,4,6
/proc/3584/stat : 3584 (python) S 3496 3496 2509 0 -1 4202560 1165 0 0 0 135 114 0 0 15 0 2 0 671263110 328134656 5825 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3584/statm: 80111 5825 400 364 0 16017 0
[pid=3586] ppid=3584 vsize=142480 CPUtime=679.77 cores=0,2,4,6
/proc/3586/stat : 3586 (march_hi) T 3584 3586 3586 0 -1 4202496 30451 0 0 0 67968 9 0 0 25 0 1 0 671263111 145899520 30181 33554432000 4194304 4955518 140737408106080 18446744073709551615 4229526 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3586/statm: 35620 30181 106 186 0 35433 0
[pid=3584/tid=3601] ppid=3496 vsize=320444 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671302391 328134656 5825 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604441208661184 0 0 -1 6 0 0 0
[pid=3609] ppid=3496 vsize=330700 CPUtime=2.22 cores=0,2,4,6
/proc/3609/stat : 3609 (python) S 3496 3496 2509 0 -1 4202560 1178 0 0 0 119 103 0 0 15 0 2 0 671331092 338636800 5842 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3609/statm: 82675 5842 409 364 0 18578 0
[pid=3611] ppid=3609 vsize=142480 CPUtime=596.98 cores=0,2,4,6
/proc/3611/stat : 3611 (march_hi) R 3609 3611 3611 0 -1 4202496 29323 0 0 0 59692 6 0 0 25 0 1 0 671331092 145899520 29051 33554432000 4194304 4955518 140734200004352 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3611/statm: 35620 29051 106 186 0 35433 0
[pid=3609/tid=3636] ppid=3496 vsize=330700 CPUtime=0 cores=0,2,4,6
/proc/3609/task/3636/stat : 3636 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671370117 338636800 5842 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604446246865664 0 0 -1 4 0 0 0
[pid=4111] ppid=3496 vsize=340956 CPUtime=1.86 cores=0,2,4,6
/proc/4111/stat : 4111 (python) S 3496 3496 2509 0 -1 4202560 1158 0 0 0 102 84 0 0 16 0 2 0 671379654 349138944 5860 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4111/statm: 85239 5860 400 364 0 21139 0
[pid=4113] ppid=4111 vsize=94312 CPUtime=491.1 cores=0,2,4,6
/proc/4113/stat : 4113 (march_hi) T 4111 4113 4113 0 -1 4202496 22482 0 0 0 49104 6 0 0 25 0 1 0 671379654 96575488 22210 33554432000 4194304 4955518 140736001917744 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4113/statm: 23578 22210 106 186 0 23391 0
[pid=4111/tid=4132] ppid=3496 vsize=340956 CPUtime=0 cores=0,2,4,6
/proc/4111/task/4132/stat : 4132 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671418711 349138944 5860 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604446188219200 0 0 -1 2 0 0 0
[pid=4136] ppid=3496 vsize=351396 CPUtime=0.37 cores=0,2,4,6
/proc/4136/stat : 4136 (python) S 3496 3496 2509 0 -1 4202560 1168 0 0 0 21 16 0 0 19 0 2 0 671428766 359829504 5889 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4136/statm: 87849 5889 406 364 0 23746 0
[pid=4138] ppid=4136 vsize=416280 CPUtime=99.36 cores=0,2,4,6
/proc/4138/stat : 4138 (adaptg2wsat2009) T 4136 4138 4138 0 -1 4202496 528 0 0 0 9936 0 0 0 25 0 1 0 671428766 426270720 254 33554432000 134512640 135107411 4292178640 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4138/statm: 104070 254 59 146 0 102946 0
[pid=4136/tid=4142] ppid=3496 vsize=351396 CPUtime=0 cores=0,2,4,6
/proc/4136/task/4142/stat : 4142 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671438703 359829504 5889 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604441401876736 0 0 -1 6 0 0 0
[pid=3496/tid=3504] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671096781 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3510] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3510/stat : 3510 (python) S 3494 3496 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 671106619 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3517] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3517/stat : 3517 (python) S 3494 3496 2509 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 671116558 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3555] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3555/stat : 3555 (python) S 3494 3496 2509 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 671194726 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 6 0 0 0
[pid=3496/tid=3585] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3585/stat : 3585 (python) S 3494 3496 2509 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 671263110 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=3610] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3610/stat : 3610 (python) S 3494 3496 2509 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 671331092 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=4112] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/4112/stat : 4112 (python) S 3494 3496 2509 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 671379654 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=4137] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/4137/stat : 4137 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671428766 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6331716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4981.7 s]
/proc/loadavg: 1.03 1.29 1.65 2/501 4202
/proc/meminfo: memFree=10052972/32950928 swapFree=57376972/67111528
[pid=3496] ppid=3494 vsize=361536 CPUtime=0.93 cores=0,2,4,6
/proc/3496/stat : 3496 (python) S 3494 3496 2509 0 -1 4202496 17322 932 1 0 82 11 0 0 18 0 9 0 671096716 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3496/statm: 90384 7350 1890 364 0 26281 0
[pid=3503] ppid=3496 vsize=288916 CPUtime=0.34 cores=0,2,4,6
/proc/3503/stat : 3503 (python) S 3496 3496 2509 0 -1 4202560 1085 0 0 0 18 16 0 0 19 0 2 0 671096780 295849984 5648 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3503/statm: 72229 5648 410 364 0 8147 0
[pid=3505] ppid=3503 vsize=1017940 CPUtime=98.34 cores=0,2,4,6
/proc/3505/stat : 3505 (gnovelty+2) T 3503 3505 3505 0 -1 4202496 456 0 0 0 9834 0 0 0 25 0 1 0 671096781 1042370560 192 33554432000 134512640 135663704 4291344336 18446744073709551615 134545615 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3505/statm: 254485 192 113 282 0 254201 0
[pid=3503/tid=3508] ppid=3496 vsize=288916 CPUtime=0 cores=0,2,4,6
/proc/3503/task/3508/stat : 3508 (python) S 3496 3496 2509 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671106615 295849984 5648 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604452102403328 0 0 -1 6 0 0 0
[pid=3509] ppid=3496 vsize=289300 CPUtime=0.34 cores=0,2,4,6
/proc/3509/stat : 3509 (python) S 3496 3496 2509 0 -1 4202560 1075 0 0 0 18 16 0 0 19 0 2 0 671106618 296243200 5736 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3509/statm: 72325 5736 400 364 0 8240 0
[pid=3511] ppid=3509 vsize=1017940 CPUtime=99.35 cores=0,2,4,6
/proc/3511/stat : 3511 (gnovelty+2) T 3509 3511 3511 0 -1 4202496 457 0 0 0 9935 0 0 0 25 0 1 0 671106619 1042370560 192 33554432000 134512640 135663704 4290991920 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3511/statm: 254485 192 113 282 0 254201 0
[pid=3509/tid=3515] ppid=3496 vsize=289300 CPUtime=0 cores=0,2,4,6
/proc/3509/task/3515/stat : 3515 (python) S 3496 3496 2509 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671116555 296243200 5736 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604446246864768 0 0 -1 4 0 0 0
[pid=3516] ppid=3496 vsize=299208 CPUtime=8.23 cores=0,2,4,6
/proc/3516/stat : 3516 (python) S 3496 3496 2509 0 -1 4202560 1155 0 0 0 440 383 0 0 15 0 2 0 671116558 306388992 5652 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3516/statm: 74802 5652 400 364 0 10714 0
[pid=3518] ppid=3516 vsize=465344 CPUtime=2232.11 cores=0,2,4,6
/proc/3518/stat : 3518 (march_hi) T 3516 3518 3518 0 -1 4202496 91961 0 0 0 223188 23 0 0 25 0 1 0 671116558 476512256 91692 33554432000 4194304 4955518 140735997603248 18446744073709551615 4297472 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3518/statm: 116336 91692 106 186 0 116149 0
[pid=3516/tid=3550] ppid=3496 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/3516/task/3550/stat : 3550 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671184884 306388992 5652 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604447775363328 0 0 -1 0 0 0 0
[pid=3554] ppid=3496 vsize=310004 CPUtime=2.5 cores=0,2,4,6
/proc/3554/stat : 3554 (python) S 3496 3496 2509 0 -1 4202560 1160 0 0 0 132 118 0 0 15 0 2 0 671194726 317444096 5797 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3554/statm: 77501 5797 400 364 0 13410 0
[pid=3556] ppid=3554 vsize=142480 CPUtime=683.75 cores=0,2,4,6
/proc/3556/stat : 3556 (march_hi) T 3554 3556 3556 0 -1 4202496 30663 0 0 0 68369 6 0 0 25 0 1 0 671194726 145899520 30393 33554432000 4194304 4955518 140736115678768 18446744073709551615 4237804 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3556/statm: 35620 30393 106 186 0 35433 0
[pid=3554/tid=3572] ppid=3496 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/3554/task/3572/stat : 3572 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671233800 317444096 5797 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604444028138432 0 0 -1 0 0 0 0
[pid=3584] ppid=3496 vsize=320444 CPUtime=2.49 cores=0,2,4,6
/proc/3584/stat : 3584 (python) S 3496 3496 2509 0 -1 4202560 1165 0 0 0 135 114 0 0 15 0 2 0 671263110 328134656 5825 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3584/statm: 80111 5825 400 364 0 16017 0
[pid=3586] ppid=3584 vsize=142480 CPUtime=679.77 cores=0,2,4,6
/proc/3586/stat : 3586 (march_hi) T 3584 3586 3586 0 -1 4202496 30451 0 0 0 67968 9 0 0 25 0 1 0 671263111 145899520 30181 33554432000 4194304 4955518 140737408106080 18446744073709551615 4229526 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3586/statm: 35620 30181 106 186 0 35433 0
[pid=3584/tid=3601] ppid=3496 vsize=320444 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671302391 328134656 5825 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604441208661184 0 0 -1 6 0 0 0
[pid=3609] ppid=3496 vsize=330700 CPUtime=2.22 cores=0,2,4,6
/proc/3609/stat : 3609 (python) S 3496 3496 2509 0 -1 4202560 1178 0 0 0 119 103 0 0 15 0 2 0 671331092 338636800 5842 33554432000 4194304 5683644 140736771080560 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3609/statm: 82675 5842 409 364 0 18578 0
[pid=3611] ppid=3609 vsize=142480 CPUtime=596.98 cores=0,2,4,6
/proc/3611/stat : 3611 (march_hi) R 3609 3611 3611 0 -1 4202496 29323 0 0 0 59692 6 0 0 25 0 1 0 671331092 145899520 29051 33554432000 4194304 4955518 140734200004352 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3611/statm: 35620 29051 106 186 0 35433 0
[pid=3609/tid=3636] ppid=3496 vsize=330700 CPUtime=0 cores=0,2,4,6
/proc/3609/task/3636/stat : 3636 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671370117 338636800 5842 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604446246865664 0 0 -1 4 0 0 0
[pid=4111] ppid=3496 vsize=340956 CPUtime=1.86 cores=0,2,4,6
/proc/4111/stat : 4111 (python) S 3496 3496 2509 0 -1 4202560 1158 0 0 0 102 84 0 0 16 0 2 0 671379654 349138944 5860 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4111/statm: 85239 5860 400 364 0 21139 0
[pid=4113] ppid=4111 vsize=94312 CPUtime=491.1 cores=0,2,4,6
/proc/4113/stat : 4113 (march_hi) T 4111 4113 4113 0 -1 4202496 22482 0 0 0 49104 6 0 0 25 0 1 0 671379654 96575488 22210 33554432000 4194304 4955518 140736001917744 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4113/statm: 23578 22210 106 186 0 23391 0
[pid=4111/tid=4132] ppid=3496 vsize=340956 CPUtime=0 cores=0,2,4,6
/proc/4111/task/4132/stat : 4132 (python) S 3496 3496 2509 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671418711 349138944 5860 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604446188219200 0 0 -1 2 0 0 0
[pid=4136] ppid=3496 vsize=351396 CPUtime=0.37 cores=0,2,4,6
/proc/4136/stat : 4136 (python) S 3496 3496 2509 0 -1 4202560 1168 0 0 0 21 16 0 0 19 0 2 0 671428766 359829504 5889 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4136/statm: 87849 5889 406 364 0 23746 0
[pid=4138] ppid=4136 vsize=416280 CPUtime=99.36 cores=0,2,4,6
/proc/4138/stat : 4138 (adaptg2wsat2009) T 4136 4138 4138 0 -1 4202496 528 0 0 0 9936 0 0 0 25 0 1 0 671428766 426270720 254 33554432000 134512640 135107411 4292178640 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4138/statm: 104070 254 59 146 0 102946 0
[pid=4136/tid=4142] ppid=3496 vsize=351396 CPUtime=0 cores=0,2,4,6
/proc/4136/task/4142/stat : 4142 (python) S 3496 3496 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671438703 359829504 5889 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 514 18446604441401876736 0 0 -1 6 0 0 0
[pid=3496/tid=3504] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3504/stat : 3504 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671096781 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3510] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3510/stat : 3510 (python) S 3494 3496 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 671106619 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3517] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3517/stat : 3517 (python) S 3494 3496 2509 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 671116558 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 2 0 0 0
[pid=3496/tid=3555] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3555/stat : 3555 (python) S 3494 3496 2509 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 671194726 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 6 0 0 0
[pid=3496/tid=3585] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3585/stat : 3585 (python) S 3494 3496 2509 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 671263110 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=3610] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/3610/stat : 3610 (python) S 3494 3496 2509 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 671331092 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=4112] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/4112/stat : 4112 (python) S 3494 3496 2509 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 671379654 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
[pid=3496/tid=4137] ppid=3494 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/3496/task/4137/stat : 4137 (python) S 3494 3496 2509 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671428766 370212864 7350 33554432000 4194304 5683644 140736771080560 18446744073709551615 208092055985 0 0 16781312 2 18446604443853333568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6331716

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3496 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=829873
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=115982
# CPU time returned by wait4() is 0.945855
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4981.77
CPU time (s): 5000.04
CPU user time (s): 4990.93
CPU system time (s): 9.11
CPU usage (%): 100.367
Max. virtual memory (cumulated for all children) (KiB): 6331716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.829873
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18257
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= 1043
involuntary context switches= 29

runsolver used 30.5963 second user time and 58.7521 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-17 03:16:10
IDJOB=3386939
IDBENCH=83004
IDSOLVER=1872
FILE ID=node127/3386939-1305594970
RUNJOBID= node127-1305586146-2527
PBS_JOBID= 13350351
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386939-1305594970/watcher-3386939-1305594970 -o /tmp/evaluation-result-3386939-1305594970/solver-3386939-1305594970 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386939-1305594970.cnf -seed 2100358934 -budget 5000

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

MD5SUM BENCH= 39542bd0a185b4f7c5fc7900079a2845
RANDOM SEED=2100358934

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11176752 kB
Buffers:         98728 kB
Cached:         576880 kB
SwapCached:     117904 kB
Active:        6965048 kB
Inactive:     14569064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11176752 kB
SwapTotal:    67111528 kB
SwapFree:     57376972 kB
Dirty:           31816 kB
Writeback:          16 kB
AnonPages:    20746832 kB
Mapped:          36376 kB
Slab:            78016 kB
PageTables:      94408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115013688 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= 73464 MiB
End job on node127 at 2011-05-17 04:39:14