Trace number 3386652

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.08 4979.17

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S2036658259-036.UNKNOWN.cnf
MD5SUMdedbbce6fb26e857922f18b3ce672c14
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.63	c INFO: solving HOME/instance-3386652-1305589880.cnf
0.36/0.63	c INFO: computing task features
0.36/0.64	c INFO: computed variable-clause graph statistics
0.36/0.64	c INFO: computed clause balance statistics
0.36/0.70	c INFO: computed variable balance statistics
0.45/0.74	c INFO: computed small-clause counts
0.45/0.74	c INFO: computed Horn-clause counts
0.45/0.74	c INFO: computed variable graph statistics
0.45/0.74	c INFO: collected features for HOME/instance-3386652-1305589880.cnf in 0.11 s
0.45/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
101.16/101.20	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.07)
204.07/203.70	c INFO: running march_hi@0 for 388 with 4797 remaining (b = 0.28)
599.70/597.60	c INFO: running march_hi@393 for 97 with 4403 remaining (b = 0.09)
693.39/690.94	c INFO: running march_hi@487 for 97 with 4309 remaining (b = 0.08)
790.30/787.48	c INFO: running march_hi@583 for 97 with 4213 remaining (b = 0.10)
890.55/887.27	c INFO: running march_hi@683 for 97 with 4113 remaining (b = 0.06)
989.33/985.52	c INFO: running march_hi@0 for 388 with 4015 remaining (b = 0.26)
1381.57/1376.48	c INFO: running march_hi@390 for 97 with 3624 remaining (b = 0.08)
1479.83/1474.30	c INFO: running march_hi@488 for 97 with 3527 remaining (b = 0.07)
1579.19/1573.23	c INFO: running march_hi@587 for 97 with 3428 remaining (b = 0.08)
1672.61/1666.22	c INFO: running march_hi@0 for 388 with 3335 remaining (b = 0.23)
2064.11/2056.11	c INFO: running march_hi@389 for 97 with 2945 remaining (b = 0.07)
2163.13/2154.79	c INFO: running march_hi@488 for 194 with 2846 remaining (b = 0.11)
2355.92/2346.60	c INFO: running march_hi@0 for 388 with 2655 remaining (b = 0.21)
2746.88/2735.86	c INFO: running kcnfs-2006@0 for 582 with 2265 remaining (b = 0.23)
3333.17/3319.67	c INFO: running march_hi@389 for 97 with 1682 remaining (b = 0.05)
3433.24/3419.23	c INFO: running march_hi@0 for 97 with 1582 remaining (b = 0.04)
3533.40/3518.95	c INFO: running march_hi@781 for 1358 with 1483 remaining (b = 0.40)
4893.86/4873.48	c INFO: running march_hi@2135 for 128 with 128 remaining (b = 0.11)

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-3386652-1305589880/watcher-3386652-1305589880 -o /tmp/evaluation-result-3386652-1305589880/solver-3386652-1305589880 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386652-1305589880.cnf -seed 1217366361 -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: 4.07 4.09 4.02 4/553 11244
/proc/meminfo: memFree=13099236/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 893 0 0 0 0 0 0 0 17 0 1 0 670585775 16150528 776 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11244/statm: 3943 776 343 364 0 430 0

[startup+0.0578371 s]
/proc/loadavg: 4.07 4.09 4.02 4/553 11244
/proc/meminfo: memFree=13099236/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=29784 CPUtime=0.03 cores=0,2,4,6
/proc/11244/stat : 11244 (python) R 11242 11244 10801 0 -1 4202496 1444 0 0 0 3 0 0 0 17 0 1 0 670585775 30498816 1287 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11244/statm: 7446 1287 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100827 s]
/proc/loadavg: 4.07 4.09 4.02 4/553 11244
/proc/meminfo: memFree=13099236/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=93956 CPUtime=0.06 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 2691 0 0 0 5 1 0 0 17 0 1 0 670585775 96210944 2406 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11244/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300798 s]
/proc/loadavg: 4.07 4.09 4.02 4/553 11244
/proc/meminfo: memFree=13099236/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 5972 935 1 0 14 5 0 0 17 0 1 0 670585775 139005952 4149 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687671301 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11244/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700765 s]
/proc/loadavg: 4.07 4.09 4.02 4/553 11244
/proc/meminfo: memFree=13099236/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=278584 CPUtime=0.45 cores=0,2,4,6
/proc/11244/stat : 11244 (python) R 11242 11244 10801 0 -1 4202496 9385 935 1 0 35 10 0 0 16 0 1 0 670585775 285270016 7042 33554432000 4194304 5683644 140734630399872 18446744073709551615 5102962 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11244/statm: 69646 7042 1827 364 0 5570 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278584

[startup+1.50063 s]
/proc/loadavg: 4.07 4.09 4.02 5/557 11252
/proc/meminfo: memFree=13073536/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 670585852 285294592 5582 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8015413932258754559 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5582 354 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=0.72 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 459 0 0 0 72 0 0 0 21 0 1 0 670585853 1042366464 196 33554432000 134512640 135663704 4288406544 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 196 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585396

[startup+3.10033 s]
/proc/loadavg: 4.07 4.09 4.02 5/557 11252
/proc/meminfo: memFree=13071676/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 670585852 285294592 5582 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8015413932258722049 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5582 354 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=2.31 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 459 0 0 0 231 0 0 0 25 0 1 0 670585853 1042366464 196 33554432000 134512640 135663704 4288406544 18446744073709551615 134545190 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 196 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1585396

[startup+6.30075 s]
/proc/loadavg: 4.06 4.08 4.02 5/557 11252
/proc/meminfo: memFree=13072048/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0.02 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 880 0 0 0 1 1 0 0 18 0 1 0 670585852 285294592 5604 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8015413932258722049 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5604 376 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=5.51 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 459 0 0 0 551 0 0 0 25 0 1 0 670585853 1042366464 196 33554432000 134512640 135663704 4288406544 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 196 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585396

[startup+12.7006 s]
/proc/loadavg: 4.06 4.08 4.02 5/557 11252
/proc/meminfo: memFree=13071700/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0.04 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 883 0 0 0 2 2 0 0 18 0 1 0 670585852 285294592 5605 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8305482137801294081 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5605 377 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=11.9 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 459 0 0 0 1190 0 0 0 25 0 1 0 670585853 1042366464 196 33554432000 134512640 135663704 4288406544 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 196 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1585396

[startup+25.5012 s]
/proc/loadavg: 4.11 4.09 4.02 5/561 11257
/proc/meminfo: memFree=13062816/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0.08 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 887 0 0 0 4 4 0 0 18 0 1 0 670585852 285294592 5605 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8305482137801294081 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5605 377 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=24.69 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 460 0 0 0 2469 0 0 0 25 0 1 0 670585853 1042366464 197 33554432000 134512640 135663704 4288406544 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 197 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1585396

[startup+51.1006 s]
/proc/loadavg: 4.14 4.10 4.02 5/561 11257
/proc/meminfo: memFree=13062292/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 9832 935 1 0 42 10 0 0 17 0 2 0 670585775 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 72213 7107 1875 364 0 8131 0
[pid=11250] ppid=11244 vsize=278608 CPUtime=0.18 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 896 0 0 0 9 9 0 0 18 0 1 0 670585852 285294592 5605 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695375 0 0 16781312 514 8305482137801294081 0 0 17 4 0 0 0
/proc/11250/statm: 69652 5605 377 364 0 5570 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=50.28 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) R 11250 11252 11252 0 -1 4202496 460 0 0 0 5028 0 0 0 25 0 1 0 670585853 1042366464 197 33554432000 134512640 135663704 4288406544 18446744073709551615 134525479 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11252/statm: 254484 197 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 2 0 670585853 295784448 7107 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585396

[startup+102.321 s]
/proc/loadavg: 4.12 4.10 4.02 5/565 11263
/proc/meminfo: memFree=13057224/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=299672 CPUtime=0.55 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 10652 935 1 0 45 10 0 0 20 0 3 0 670585775 306864128 7249 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 74918 7249 1878 364 0 10833 0
[pid=11250] ppid=11244 vsize=288852 CPUtime=0.4 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 1067 0 0 0 22 18 0 0 19 0 2 0 670585852 295784448 5643 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11250/statm: 72213 5643 410 364 0 8131 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=100.32 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) T 11250 11252 11252 0 -1 4202496 460 0 0 0 10032 0 0 0 25 0 1 0 670585853 1042366464 197 33554432000 134512640 135663704 4288406544 18446744073709551615 134544268 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11252/statm: 254484 197 113 282 0 254200 0
[pid=11250/tid=11260] ppid=11244 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11250/task/11260/stat : 11260 (python) S 11244 11244 10801 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670595892 295784448 5643 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604441894025344 0 0 -1 6 0 0 0
[pid=11261] ppid=11244 vsize=289428 CPUtime=0 cores=0,2,4,6
/proc/11261/stat : 11261 (python) S 11244 11244 10801 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 670595895 296374272 5715 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695430 0 0 16781312 514 17640502163048202499 0 0 17 6 0 0 0
/proc/11261/statm: 72357 5715 348 364 0 8272 0
[pid=11263] ppid=11261 vsize=1017936 CPUtime=1.11 cores=0,2,4,6
/proc/11263/stat : 11263 (gnovelty+2) R 11261 11263 11263 0 -1 4202496 464 0 0 0 111 0 0 0 24 0 1 0 670595895 1042366464 197 33554432000 134512640 135663704 4287291984 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11263/statm: 254484 197 113 282 0 254200 0
[pid=11244/tid=11251] ppid=11242 vsize=299672 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 3 0 670585853 306864128 7249 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11262] ppid=11242 vsize=299672 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11262/stat : 11262 (python) S 11242 11244 10801 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 670595895 306864128 7249 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 2913824

[startup+162.301 s]
/proc/loadavg: 4.14 4.11 4.03 5/569 11268
/proc/meminfo: memFree=13045636/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=299672 CPUtime=0.55 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 10652 935 1 0 45 10 0 0 20 0 3 0 670585775 306864128 7249 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 74918 7249 1878 364 0 10833 0
[pid=11250] ppid=11244 vsize=288852 CPUtime=0.4 cores=0,2,4,6

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

/proc/11273/stat : 11273 (march_hi) R 11271 11273 11273 0 -1 4202496 78508 0 0 0 224150 21 0 0 25 0 1 0 670606145 390803456 78244 33554432000 4194304 4955518 140736098469792 18446744073709551615 4238491 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11273/statm: 95411 78244 104 186 0 95224 0
[pid=11271/tid=11310] ppid=11244 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/11271/task/11310/stat : 11310 (python) S 11244 11244 10801 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670645532 306720768 5717 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604443727046720 0 0 -1 6 0 0 0
[pid=11336] ppid=11244 vsize=310312 CPUtime=3.08 cores=0,2,4,6
/proc/11336/stat : 11336 (python) S 11244 11244 10801 0 -1 4202560 1156 0 0 0 172 136 0 0 16 0 2 0 670684327 317759488 5852 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11336/statm: 77578 5852 400 364 0 13487 0
[pid=11338] ppid=11336 vsize=111520 CPUtime=680.1 cores=0,2,4,6
/proc/11338/stat : 11338 (march_hi) T 11336 11338 11338 0 -1 4202496 25382 0 0 0 68004 6 0 0 25 0 1 0 670684328 114196480 25120 33554432000 4194304 4955518 140735732663536 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11338/statm: 27880 25120 104 186 0 27693 0
[pid=11336/tid=11362] ppid=11244 vsize=310312 CPUtime=0 cores=0,2,4,6
/proc/11336/task/11362/stat : 11362 (python) S 11244 11244 10801 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670723421 317759488 5852 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604441022487616 0 0 -1 4 0 0 0
[pid=11378] ppid=11244 vsize=320568 CPUtime=3.09 cores=0,2,4,6
/proc/11378/stat : 11378 (python) S 11244 11244 10801 0 -1 4202560 1151 0 0 0 168 141 0 0 16 0 2 0 670752397 328261632 5873 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11378/statm: 80142 5873 400 364 0 16048 0
[pid=11380] ppid=11378 vsize=111520 CPUtime=680.15 cores=0,2,4,6
/proc/11380/stat : 11380 (march_hi) T 11378 11380 11380 0 -1 4202496 25383 0 0 0 68009 6 0 0 25 0 1 0 670752397 114196480 25117 33554432000 4194304 4955518 140734026427328 18446744073709551615 4227559 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11380/statm: 27880 25117 104 186 0 27693 0
[pid=11378/tid=11396] ppid=11244 vsize=320568 CPUtime=0 cores=0,2,4,6
/proc/11378/task/11396/stat : 11396 (python) S 11244 11244 10801 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670791384 328261632 5873 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604440814966080 0 0 -1 6 0 0 0
[pid=11404] ppid=11244 vsize=330824 CPUtime=2.28 cores=0,2,4,6
/proc/11404/stat : 11404 (python) S 11244 11244 10801 0 -1 4202560 1155 0 0 0 125 103 0 0 16 0 2 0 670820435 338763776 5877 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11404/statm: 82706 5877 400 364 0 18609 0
[pid=11406] ppid=11404 vsize=111520 CPUtime=488.79 cores=0,2,4,6
/proc/11406/stat : 11406 (march_hi) T 11404 11406 11406 0 -1 4202496 18683 0 0 0 48875 4 0 0 25 0 1 0 670820436 114196480 18414 33554432000 4194304 4955518 140733497690368 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11406/statm: 27880 18414 104 186 0 27693 0
[pid=11404/tid=11418] ppid=11244 vsize=330824 CPUtime=0 cores=0,2,4,6
/proc/11404/task/11418/stat : 11418 (python) S 11244 11244 10801 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670859360 338763776 5877 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604448717141120 0 0 -1 6 0 0 0
[pid=11419] ppid=11244 vsize=341080 CPUtime=2.64 cores=0,2,4,6
/proc/11419/stat : 11419 (python) S 11244 11244 10801 0 -1 4202560 1135 0 0 0 144 120 0 0 19 0 2 0 670859361 349265920 5881 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11419/statm: 85270 5881 400 364 0 21170 0
[pid=11421] ppid=11419 vsize=182580 CPUtime=583.63 cores=0,2,4,6
/proc/11421/stat : 11421 (kcnfs-2006) T 11419 11421 11421 0 -1 4202496 665 0 0 0 58363 0 0 0 25 0 1 0 670859362 186961920 406 33554432000 134512640 135163436 4293027600 18446744073709551615 134561459 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11421/statm: 45645 406 77 159 0 45485 0
[pid=11419/tid=11437] ppid=11244 vsize=341080 CPUtime=0 cores=0,2,4,6
/proc/11419/task/11437/stat : 11437 (python) S 11244 11244 10801 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670917741 349265920 5881 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604446017864832 0 0 -1 6 0 0 0
[pid=11481] ppid=11244 vsize=351568 CPUtime=0.47 cores=0,2,4,6
/proc/11481/stat : 11481 (python) S 11244 11244 10801 0 -1 4202560 1152 0 0 0 24 23 0 0 16 0 2 0 670927699 360005632 5932 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11481/statm: 87892 5932 406 364 0 23789 0
[pid=11483] ppid=11481 vsize=22932 CPUtime=99.63 cores=0,2,4,6
/proc/11483/stat : 11483 (march_hi) T 11481 11483 11483 0 -1 4202496 4649 0 0 0 9963 0 0 0 25 0 1 0 670927699 23482368 4380 33554432000 4194304 4955518 140734158959104 18446744073709551615 4307160 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11483/statm: 5733 4380 104 186 0 5546 0
[pid=11481/tid=11491] ppid=11244 vsize=351568 CPUtime=0 cores=0,2,4,6
/proc/11481/task/11491/stat : 11491 (python) S 11244 11244 10801 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 670937669 360005632 5932 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604450577278144 0 0 -1 2 0 0 0
[pid=11244/tid=11251] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 670585853 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11262] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11262/stat : 11262 (python) S 11242 11244 10801 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 670595895 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11272] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11272/stat : 11272 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 670606145 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11337] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11337/stat : 11337 (python) S 11242 11244 10801 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 670684327 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11379] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11379/stat : 11379 (python) S 11242 11244 10801 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 670752397 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11405] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11405/stat : 11405 (python) S 11242 11244 10801 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 670820435 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11420] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11420/stat : 11420 (python) S 11242 11244 10801 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 670859361 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11482] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11482/stat : 11482 (python) S 11242 11244 10801 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 670927699 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5851564

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

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

[startup+4979.1 s]
/proc/loadavg: 4.15 4.08 4.04 5/631 11609
/proc/meminfo: memFree=12233728/32951124 swapFree=67111348/67111528
[pid=11244] ppid=11242 vsize=361812 CPUtime=0.93 cores=0,2,4,6
/proc/11244/stat : 11244 (python) S 11242 11244 10801 0 -1 4202496 16883 935 1 0 82 11 0 0 18 0 9 0 670585775 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 90453 7419 1890 364 0 26350 0
[pid=11250] ppid=11244 vsize=288852 CPUtime=0.4 cores=0,2,4,6
/proc/11250/stat : 11250 (python) S 11244 11244 10801 0 -1 4202560 1067 0 0 0 22 18 0 0 19 0 2 0 670585852 295784448 5643 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11250/statm: 72213 5643 410 364 0 8131 0
[pid=11252] ppid=11250 vsize=1017936 CPUtime=100.32 cores=0,2,4,6
/proc/11252/stat : 11252 (gnovelty+2) T 11250 11252 11252 0 -1 4202496 460 0 0 0 10032 0 0 0 25 0 1 0 670585853 1042366464 197 33554432000 134512640 135663704 4288406544 18446744073709551615 134544268 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11252/statm: 254484 197 113 282 0 254200 0
[pid=11250/tid=11260] ppid=11244 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11250/task/11260/stat : 11260 (python) S 11244 11244 10801 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670595892 295784448 5643 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604441894025344 0 0 -1 6 0 0 0
[pid=11261] ppid=11244 vsize=289428 CPUtime=0.43 cores=0,2,4,6
/proc/11261/stat : 11261 (python) S 11244 11244 10801 0 -1 4202560 1063 0 0 0 23 20 0 0 19 0 2 0 670595895 296374272 5768 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11261/statm: 72357 5768 400 364 0 8272 0
[pid=11263] ppid=11261 vsize=1017936 CPUtime=102.46 cores=0,2,4,6
/proc/11263/stat : 11263 (gnovelty+2) T 11261 11263 11263 0 -1 4202496 465 0 0 0 10246 0 0 0 25 0 1 0 670595895 1042366464 198 33554432000 134512640 135663704 4287291984 18446744073709551615 134525046 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11263/statm: 254484 198 113 282 0 254200 0
[pid=11261/tid=11270] ppid=11244 vsize=289428 CPUtime=0 cores=0,2,4,6
/proc/11261/task/11270/stat : 11270 (python) S 11244 11244 10801 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670606142 296374272 5768 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604448430008128 0 0 -1 6 0 0 0
[pid=11271] ppid=11244 vsize=299532 CPUtime=9.97 cores=0,2,4,6
/proc/11271/stat : 11271 (python) S 11244 11244 10801 0 -1 4202560 1145 0 0 0 534 463 0 0 15 0 2 0 670606145 306720768 5717 33554432000 4194304 5683644 140734630399872 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11271/statm: 74883 5717 400 364 0 10795 0
[pid=11273] ppid=11271 vsize=381644 CPUtime=2241.71 cores=0,2,4,6
/proc/11273/stat : 11273 (march_hi) R 11271 11273 11273 0 -1 4202496 78508 0 0 0 224150 21 0 0 25 0 1 0 670606145 390803456 78244 33554432000 4194304 4955518 140736098469792 18446744073709551615 4238491 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11273/statm: 95411 78244 104 186 0 95224 0
[pid=11271/tid=11310] ppid=11244 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/11271/task/11310/stat : 11310 (python) S 11244 11244 10801 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670645532 306720768 5717 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604443727046720 0 0 -1 6 0 0 0
[pid=11336] ppid=11244 vsize=310312 CPUtime=3.08 cores=0,2,4,6
/proc/11336/stat : 11336 (python) S 11244 11244 10801 0 -1 4202560 1156 0 0 0 172 136 0 0 16 0 2 0 670684327 317759488 5852 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11336/statm: 77578 5852 400 364 0 13487 0
[pid=11338] ppid=11336 vsize=111520 CPUtime=680.1 cores=0,2,4,6
/proc/11338/stat : 11338 (march_hi) T 11336 11338 11338 0 -1 4202496 25382 0 0 0 68004 6 0 0 25 0 1 0 670684328 114196480 25120 33554432000 4194304 4955518 140735732663536 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11338/statm: 27880 25120 104 186 0 27693 0
[pid=11336/tid=11362] ppid=11244 vsize=310312 CPUtime=0 cores=0,2,4,6
/proc/11336/task/11362/stat : 11362 (python) S 11244 11244 10801 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670723421 317759488 5852 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604441022487616 0 0 -1 4 0 0 0
[pid=11378] ppid=11244 vsize=320568 CPUtime=3.09 cores=0,2,4,6
/proc/11378/stat : 11378 (python) S 11244 11244 10801 0 -1 4202560 1151 0 0 0 168 141 0 0 16 0 2 0 670752397 328261632 5873 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11378/statm: 80142 5873 400 364 0 16048 0
[pid=11380] ppid=11378 vsize=111520 CPUtime=680.15 cores=0,2,4,6
/proc/11380/stat : 11380 (march_hi) T 11378 11380 11380 0 -1 4202496 25383 0 0 0 68009 6 0 0 25 0 1 0 670752397 114196480 25117 33554432000 4194304 4955518 140734026427328 18446744073709551615 4227559 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11380/statm: 27880 25117 104 186 0 27693 0
[pid=11378/tid=11396] ppid=11244 vsize=320568 CPUtime=0 cores=0,2,4,6
/proc/11378/task/11396/stat : 11396 (python) S 11244 11244 10801 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670791384 328261632 5873 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604440814966080 0 0 -1 6 0 0 0
[pid=11404] ppid=11244 vsize=330824 CPUtime=2.28 cores=0,2,4,6
/proc/11404/stat : 11404 (python) S 11244 11244 10801 0 -1 4202560 1155 0 0 0 125 103 0 0 16 0 2 0 670820435 338763776 5877 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11404/statm: 82706 5877 400 364 0 18609 0
[pid=11406] ppid=11404 vsize=111520 CPUtime=488.79 cores=0,2,4,6
/proc/11406/stat : 11406 (march_hi) T 11404 11406 11406 0 -1 4202496 18683 0 0 0 48875 4 0 0 25 0 1 0 670820436 114196480 18414 33554432000 4194304 4955518 140733497690368 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11406/statm: 27880 18414 104 186 0 27693 0
[pid=11404/tid=11418] ppid=11244 vsize=330824 CPUtime=0 cores=0,2,4,6
/proc/11404/task/11418/stat : 11418 (python) S 11244 11244 10801 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670859360 338763776 5877 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604448717141120 0 0 -1 6 0 0 0
[pid=11419] ppid=11244 vsize=341080 CPUtime=2.64 cores=0,2,4,6
/proc/11419/stat : 11419 (python) S 11244 11244 10801 0 -1 4202560 1135 0 0 0 144 120 0 0 19 0 2 0 670859361 349265920 5881 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11419/statm: 85270 5881 400 364 0 21170 0
[pid=11421] ppid=11419 vsize=182580 CPUtime=583.63 cores=0,2,4,6
/proc/11421/stat : 11421 (kcnfs-2006) T 11419 11421 11421 0 -1 4202496 665 0 0 0 58363 0 0 0 25 0 1 0 670859362 186961920 406 33554432000 134512640 135163436 4293027600 18446744073709551615 134561459 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11421/statm: 45645 406 77 159 0 45485 0
[pid=11419/tid=11437] ppid=11244 vsize=341080 CPUtime=0 cores=0,2,4,6
/proc/11419/task/11437/stat : 11437 (python) S 11244 11244 10801 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670917741 349265920 5881 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604446017864832 0 0 -1 6 0 0 0
[pid=11481] ppid=11244 vsize=351568 CPUtime=0.47 cores=0,2,4,6
/proc/11481/stat : 11481 (python) S 11244 11244 10801 0 -1 4202560 1152 0 0 0 24 23 0 0 16 0 2 0 670927699 360005632 5932 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11481/statm: 87892 5932 406 364 0 23789 0
[pid=11483] ppid=11481 vsize=22932 CPUtime=99.63 cores=0,2,4,6
/proc/11483/stat : 11483 (march_hi) T 11481 11483 11483 0 -1 4202496 4649 0 0 0 9963 0 0 0 25 0 1 0 670927699 23482368 4380 33554432000 4194304 4955518 140734158959104 18446744073709551615 4307160 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11483/statm: 5733 4380 104 186 0 5546 0
[pid=11481/tid=11491] ppid=11244 vsize=351568 CPUtime=0 cores=0,2,4,6
/proc/11481/task/11491/stat : 11491 (python) S 11244 11244 10801 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 670937669 360005632 5932 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 514 18446604450577278144 0 0 -1 2 0 0 0
[pid=11244/tid=11251] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11251/stat : 11251 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 670585853 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11262] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11262/stat : 11262 (python) S 11242 11244 10801 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 670595895 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11272] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11272/stat : 11272 (python) S 11242 11244 10801 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 670606145 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11337] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11337/stat : 11337 (python) S 11242 11244 10801 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 670684327 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11379] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11379/stat : 11379 (python) S 11242 11244 10801 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 670752397 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11405] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11405/stat : 11405 (python) S 11242 11244 10801 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 670820435 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11420] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11420/stat : 11420 (python) S 11242 11244 10801 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 670859361 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
[pid=11244/tid=11482] ppid=11242 vsize=361812 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11482/stat : 11482 (python) S 11242 11244 10801 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 670927699 370495488 7419 33554432000 4194304 5683644 140734630399872 18446744073709551615 212699498929 0 0 16781312 2 18446604441372449792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5851564

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4979.17
CPU time (s): 5000.08
CPU user time (s): 4989.36
CPU system time (s): 10.72
CPU usage (%): 100.42
Max. virtual memory (cumulated for all children) (KiB): 5851568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.827874
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17823
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= 2903
involuntary context switches= 25

runsolver used 37.1144 second user time and 74.1977 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-17 01:51:20
IDJOB=3386652
IDBENCH=82717
IDSOLVER=1872
FILE ID=node139/3386652-1305589880
RUNJOBID= node139-1305586143-10819
PBS_JOBID= 13350339
Free space on /tmp= 73216 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S2036658259-036.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-3386652-1305589880/watcher-3386652-1305589880 -o /tmp/evaluation-result-3386652-1305589880/solver-3386652-1305589880 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386652-1305589880.cnf -seed 1217366361 -budget 5000

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

MD5SUM BENCH= dedbbce6fb26e857922f18b3ce672c14
RANDOM SEED=1217366361

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13099392 kB
Buffers:        344568 kB
Cached:        3431304 kB
SwapCached:          0 kB
Active:       17299352 kB
Inactive:      2194408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13099392 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31948 kB
Writeback:           0 kB
AnonPages:    15717948 kB
Mapped:          47560 kB
Slab:           211492 kB
PageTables:      76492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160171048 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= 73172 MiB
End job on node139 at 2011-05-17 03:14:22