Trace number 3387033

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 4983.97

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
MD5SUM26e1db2f130e6076b57fb074a1167d5e
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3387033-1305596237.cnf
0.36/0.67	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.44/0.76	c INFO: computed variable balance statistics
0.44/0.80	c INFO: computed small-clause counts
0.44/0.80	c INFO: computed Horn-clause counts
0.54/0.80	c INFO: computed variable graph statistics
0.54/0.80	c INFO: collected features for HOME/instance-3387033-1305596237.cnf in 0.13 s
0.54/0.83	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
101.04/101.16	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.07)
199.75/199.52	c INFO: running march_hi@0 for 485 with 4801 remaining (b = 0.34)
689.94/688.19	c INFO: running march_hi@488 for 194 with 4312 remaining (b = 0.17)
884.61/882.17	c INFO: running march_hi@682 for 97 with 4118 remaining (b = 0.07)
982.36/979.53	c INFO: running march_hi@0 for 388 with 4021 remaining (b = 0.27)
1371.93/1367.84	c INFO: running march_hi@388 for 97 with 3633 remaining (b = 0.08)
1471.37/1466.94	c INFO: running march_hi@487 for 97 with 3534 remaining (b = 0.07)
1571.24/1566.48	c INFO: running march_hi@586 for 97 with 3434 remaining (b = 0.08)
1664.13/1659.04	c INFO: running march_hi@0 for 388 with 3341 remaining (b = 0.24)
2053.66/2047.28	c INFO: running march_hi@388 for 97 with 2953 remaining (b = 0.07)
2153.39/2146.65	c INFO: running march_hi@487 for 194 with 2854 remaining (b = 0.11)
2347.67/2340.24	c INFO: running march_hi@0 for 388 with 2660 remaining (b = 0.22)
2742.15/2733.34	c INFO: running kcnfs-2006@0 for 582 with 2267 remaining (b = 0.24)
3331.13/3320.32	c INFO: running march_hi@393 for 97 with 1680 remaining (b = 0.05)
3425.96/3414.89	c INFO: running march_hi@487 for 97 with 1586 remaining (b = 0.04)
3521.32/3509.82	c INFO: running march_hi@582 for 97 with 1491 remaining (b = 0.04)
3622.75/3610.90	c INFO: running march_hi@0 for 388 with 1390 remaining (b = 0.18)
4017.78/4004.61	c INFO: running march_hi@0 for 388 with 996 remaining (b = 0.15)
4408.62/4394.49	c INFO: running march_hi@779 for 607 with 607 remaining (b = 0.19)

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.09 2.02 3/446 6932
/proc/meminfo: memFree=20841436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/6932/stat : 6932 (python) R 6930 6932 5707 0 -1 4202496 839 0 0 0 0 0 0 0 17 0 1 0 671222534 16130048 723 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594864640 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/6932/statm: 3938 723 334 364 0 425 0

[startup+0.060987 s]
/proc/loadavg: 2.07 2.09 2.02 3/446 6932
/proc/meminfo: memFree=20841436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=29788 CPUtime=0.03 cores=1,3,5,7
/proc/6932/stat : 6932 (python) R 6930 6932 5707 0 -1 4202496 1455 0 0 0 3 0 0 0 17 0 1 0 671222534 30502912 1296 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594862437 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6932/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100977 s]
/proc/loadavg: 2.07 2.09 2.02 3/446 6932
/proc/meminfo: memFree=20841436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/6932/stat : 6932 (python) R 6930 6932 5707 0 -1 4202496 2647 0 0 0 5 1 0 0 17 0 1 0 671222534 91922432 2363 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594866320 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6932/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300891 s]
/proc/loadavg: 2.07 2.09 2.02 3/446 6932
/proc/meminfo: memFree=20841436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 5966 935 1 0 14 5 0 0 17 0 1 0 671222534 139005952 4149 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/6932/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700813 s]
/proc/loadavg: 2.07 2.09 2.02 3/446 6932
/proc/meminfo: memFree=20841436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=278496 CPUtime=0.44 cores=1,3,5,7
/proc/6932/stat : 6932 (python) R 6930 6932 5707 0 -1 4202496 9370 935 1 0 33 11 0 0 15 0 1 0 671222534 285179904 7032 33554432000 4194304 5683644 140735857911952 18446744073709551615 46927720381732 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6932/statm: 69624 7032 1826 364 0 5548 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278496

[startup+1.50067 s]
/proc/loadavg: 2.07 2.09 2.02 3/450 6940
/proc/meminfo: memFree=20816336/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 671222617 285204480 5560 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 3074842270608916479 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5560 354 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=0.66 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 66 0 0 0 21 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1585084

[startup+3.10039 s]
/proc/loadavg: 2.07 2.08 2.02 3/450 6940
/proc/meminfo: memFree=20815468/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 671222617 285204480 5560 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 3074842270608883973 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5560 354 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=2.26 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 226 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1585084

[startup+6.30088 s]
/proc/loadavg: 2.07 2.08 2.02 3/450 6940
/proc/meminfo: memFree=20814120/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0.01 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 671222617 285204480 5583 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 3074842270608883973 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5583 377 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=5.45 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 545 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585084

[startup+12.7008 s]
/proc/loadavg: 2.06 2.08 2.02 3/450 6940
/proc/meminfo: memFree=20812800/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0.03 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 898 0 0 0 1 2 0 0 18 0 1 0 671222617 285204480 5583 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 4651268437027291397 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5583 377 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=11.85 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 1185 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1585084

[startup+25.5005 s]
/proc/loadavg: 2.05 2.08 2.02 3/450 6941
/proc/meminfo: memFree=20811436/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0.06 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 901 0 0 0 3 3 0 0 18 0 1 0 671222617 285204480 5583 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 4651268437027291397 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5583 377 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=24.63 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 2463 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525328 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 1585084

[startup+51.101 s]
/proc/loadavg: 2.03 2.07 2.02 3/450 6942
/proc/meminfo: memFree=20808416/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=288764 CPUtime=0.57 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 9809 935 1 0 46 11 0 0 17 0 2 0 671222534 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 72191 7085 1875 364 0 8109 0
[pid=6938] ppid=6932 vsize=278520 CPUtime=0.14 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 910 0 0 0 7 7 0 0 18 0 1 0 671222617 285204480 5583 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886671 0 0 16781312 514 4651268437027291397 0 0 17 5 0 0 0
/proc/6938/statm: 69630 5583 377 364 0 5548 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=50.22 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) R 6938 6940 6940 0 -1 4202496 445 0 0 0 5022 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 2 0 671222617 295694336 7085 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1585084

[startup+102.316 s]
/proc/loadavg: 2.04 2.07 2.02 3/458 6951
/proc/meminfo: memFree=20791952/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=299556 CPUtime=0.6 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 10659 935 1 0 49 11 0 0 20 0 3 0 671222534 306745344 7220 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 74889 7220 1878 364 0 10804 0
[pid=6938] ppid=6932 vsize=288764 CPUtime=0.31 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 1086 0 0 0 16 15 0 0 19 0 2 0 671222617 295694336 5621 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6938/statm: 72191 5621 410 364 0 8109 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=100.21 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) T 6938 6940 6940 0 -1 4202496 445 0 0 0 10021 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6938/tid=6948] ppid=6932 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6938/task/6948/stat : 6948 (python) S 6932 6932 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671232647 295694336 5621 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604466513512640 0 0 -1 7 0 0 0
[pid=6949] ppid=6932 vsize=289312 CPUtime=0 cores=1,3,5,7
/proc/6949/stat : 6949 (python) S 6932 6932 5707 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 671232650 296255488 5686 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886726 0 0 16781312 514 4398716667736064264 0 0 17 5 0 0 0
/proc/6949/statm: 72328 5686 348 364 0 8243 0
[pid=6951] ppid=6949 vsize=1017800 CPUtime=1.14 cores=1,3,5,7
/proc/6951/stat : 6951 (gnovelty+2) R 6949 6951 6951 0 -1 4202496 450 0 0 0 114 0 0 0 25 0 1 0 671232651 1042227200 180 33554432000 134512640 135663704 4291545472 18446744073709551615 134544288 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6951/statm: 254450 180 113 282 0 254166 0
[pid=6932/tid=6939] ppid=6930 vsize=299556 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 3 0 671222617 306745344 7220 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6950] ppid=6930 vsize=299556 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6950/stat : 6950 (python) S 6930 6932 5707 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 3 0 671232651 306745344 7220 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2913232

[startup+162.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/459 6953
/proc/meminfo: memFree=20779380/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=299556 CPUtime=0.6 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 10659 935 1 0 49 11 0 0 20 0 3 0 671222534 306745344 7220 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6932/statm: 74889 7220 1878 364 0 10804 0
[pid=6938] ppid=6932 vsize=288764 CPUtime=0.31 cores=1,3,5,7

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

[pid=7521] ppid=6932 vsize=330744 CPUtime=2.42 cores=1,3,5,7
/proc/7521/stat : 7521 (python) S 6932 6932 5707 0 -1 4202560 1168 0 0 0 129 113 0 0 15 0 2 0 671456558 338681856 5851 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7521/statm: 82686 5851 400 364 0 18589 0
[pid=7523] ppid=7521 vsize=141132 CPUtime=683.59 cores=1,3,5,7
/proc/7523/stat : 7523 (march_hi) T 7521 7523 7523 0 -1 4202496 30321 0 0 0 68352 7 0 0 25 0 1 0 671456559 144519168 30053 33554432000 4194304 4955518 140736176343056 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7523/statm: 35283 30053 106 186 0 35096 0
[pid=7521/tid=7535] ppid=6932 vsize=330744 CPUtime=0 cores=1,3,5,7
/proc/7521/task/7535/stat : 7535 (python) S 6932 6932 5707 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671495866 338681856 5851 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604458997355584 0 0 -1 5 0 0 0
[pid=7536] ppid=6932 vsize=341000 CPUtime=1.98 cores=1,3,5,7
/proc/7536/stat : 7536 (python) S 6932 6932 5707 0 -1 4202560 1154 0 0 0 102 96 0 0 19 0 2 0 671495868 349184000 5855 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7536/statm: 85250 5855 400 364 0 21150 0
[pid=7538] ppid=7536 vsize=181380 CPUtime=586.95 cores=1,3,5,7
/proc/7538/stat : 7538 (kcnfs-2006) T 7536 7538 7538 0 -1 4202496 684 0 0 0 58695 0 0 0 25 0 1 0 671495868 185733120 420 33554432000 134512640 135163436 4286997712 18446744073709551615 134569528 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7538/statm: 45345 420 76 159 0 45185 0
[pid=7536/tid=7555] ppid=6932 vsize=341000 CPUtime=0 cores=1,3,5,7
/proc/7536/task/7555/stat : 7555 (python) S 6932 6932 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671554565 349184000 5855 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604464516682688 0 0 -1 7 0 0 0
[pid=7581] ppid=6932 vsize=351256 CPUtime=1.34 cores=1,3,5,7
/proc/7581/stat : 7581 (python) S 6932 6932 5707 0 -1 4202560 1198 0 0 0 69 65 0 0 16 0 2 0 671583624 359686144 5882 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7581/statm: 87814 5882 406 364 0 23711 0
[pid=7583] ppid=7581 vsize=93560 CPUtime=393.69 cores=1,3,5,7
/proc/7583/stat : 7583 (march_hi) T 7581 7583 7583 0 -1 4202496 18479 0 0 0 39365 4 0 0 25 0 1 0 671583624 95805440 18209 33554432000 4194304 4955518 140736121367200 18446744073709551615 4224850 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7583/statm: 23390 18209 106 186 0 23203 0
[pid=7581/tid=7595] ppid=6932 vsize=351256 CPUtime=0 cores=1,3,5,7
/proc/7581/task/7595/stat : 7595 (python) S 6932 6932 5707 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671622994 359686144 5882 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604464813176640 0 0 -1 5 0 0 0
[pid=7596] ppid=6932 vsize=361512 CPUtime=1.32 cores=1,3,5,7
/proc/7596/stat : 7596 (python) S 6932 6932 5707 0 -1 4202560 1158 0 0 0 66 66 0 0 16 0 2 0 671622995 370188288 5880 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7596/statm: 90378 5880 400 364 0 26272 0
[pid=7598] ppid=7596 vsize=93560 CPUtime=389.59 cores=1,3,5,7
/proc/7598/stat : 7598 (march_hi) T 7596 7598 7598 0 -1 4202496 18316 0 0 0 38956 3 0 0 25 0 1 0 671622996 95805440 18044 33554432000 4194304 4955518 140735930294608 18446744073709551615 4314921 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7598/statm: 23390 18044 106 186 0 23203 0
[pid=7596/tid=7609] ppid=6932 vsize=361512 CPUtime=0 cores=1,3,5,7
/proc/7596/task/7609/stat : 7609 (python) S 6932 6932 5707 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 671661982 370188288 5880 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604465859871168 0 0 -1 7 0 0 0
[pid=6932/tid=6939] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671222617 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6950] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6950/stat : 6950 (python) S 6930 6932 5707 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 671232651 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6958] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6958/stat : 6958 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 671242486 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6985] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6985/stat : 6985 (python) S 6930 6932 5707 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 671320488 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=7495] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7495/stat : 7495 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671388439 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7522] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7522/stat : 7522 (python) S 6930 6932 5707 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 671456558 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7537] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7537/stat : 7537 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671495868 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7582] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7582/stat : 7582 (python) S 6930 6932 5707 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 671583624 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7597] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7597/stat : 7597 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671622995 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 6405780

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

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

[startup+4983.9 s]
/proc/loadavg: 1.00 1.01 1.20 2/469 7625
/proc/meminfo: memFree=19922156/32950928 swapFree=45972156/67111528
[pid=6932] ppid=6930 vsize=371904 CPUtime=0.95 cores=1,3,5,7
/proc/6932/stat : 6932 (python) S 6930 6932 5707 0 -1 4202496 17807 935 1 0 82 13 0 0 18 0 10 0 671222534 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6932/statm: 92976 7384 1892 364 0 28870 0
[pid=6938] ppid=6932 vsize=288764 CPUtime=0.31 cores=1,3,5,7
/proc/6938/stat : 6938 (python) S 6932 6932 5707 0 -1 4202560 1086 0 0 0 16 15 0 0 19 0 2 0 671222617 295694336 5621 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6938/statm: 72191 5621 410 364 0 8109 0
[pid=6940] ppid=6938 vsize=1017800 CPUtime=100.21 cores=1,3,5,7
/proc/6940/stat : 6940 (gnovelty+2) T 6938 6940 6940 0 -1 4202496 445 0 0 0 10021 0 0 0 25 0 1 0 671222617 1042227200 180 33554432000 134512640 135663704 4293458944 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6940/statm: 254450 180 113 282 0 254166 0
[pid=6938/tid=6948] ppid=6932 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/6938/task/6948/stat : 6948 (python) S 6932 6932 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671232647 295694336 5621 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604466513512640 0 0 -1 7 0 0 0
[pid=6949] ppid=6932 vsize=289312 CPUtime=0.31 cores=1,3,5,7
/proc/6949/stat : 6949 (python) S 6932 6932 5707 0 -1 4202560 1084 0 0 0 17 14 0 0 19 0 2 0 671232650 296255488 5739 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 72328 5739 400 364 0 8243 0
[pid=6951] ppid=6949 vsize=1017800 CPUtime=98.31 cores=1,3,5,7
/proc/6951/stat : 6951 (gnovelty+2) T 6949 6951 6951 0 -1 4202496 450 0 0 0 9831 0 0 0 25 0 1 0 671232651 1042227200 180 33554432000 134512640 135663704 4291545472 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6951/statm: 254450 180 113 282 0 254166 0
[pid=6949/tid=6956] ppid=6932 vsize=289312 CPUtime=0 cores=1,3,5,7
/proc/6949/task/6956/stat : 6956 (python) S 6932 6932 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671242482 296255488 5739 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604471116718464 0 0 -1 7 0 0 0
[pid=6957] ppid=6932 vsize=299452 CPUtime=4.55 cores=1,3,5,7
/proc/6957/stat : 6957 (python) S 6932 6932 5707 0 -1 4202560 1155 0 0 0 241 214 0 0 15 0 2 0 671242486 306638848 5697 33554432000 4194304 5683644 140735857911952 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6957/statm: 74863 5697 400 364 0 10775 0
[pid=6959] ppid=6957 vsize=313620 CPUtime=1369.35 cores=1,3,5,7
/proc/6959/stat : 6959 (march_hi) R 6957 6959 6959 0 -1 4202496 56345 0 0 0 136921 14 0 0 25 0 1 0 671242486 321146880 56078 33554432000 4194304 4955518 140737205812448 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6959/statm: 78405 56078 106 186 0 78218 0
[pid=6957/tid=6972] ppid=6932 vsize=299452 CPUtime=0 cores=1,3,5,7
/proc/6957/task/6972/stat : 6972 (python) S 6932 6932 5707 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 671291350 306638848 5697 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604464813177536 0 0 -1 3 0 0 0
[pid=6984] ppid=6932 vsize=310232 CPUtime=2.31 cores=1,3,5,7
/proc/6984/stat : 6984 (python) S 6932 6932 5707 0 -1 4202560 1167 0 0 0 127 104 0 0 15 0 2 0 671320487 317677568 5832 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6984/statm: 77558 5832 400 364 0 13467 0
[pid=6986] ppid=6984 vsize=141132 CPUtime=679.41 cores=1,3,5,7
/proc/6986/stat : 6986 (march_hi) T 6984 6986 6986 0 -1 4202496 30138 0 0 0 67936 5 0 0 25 0 1 0 671320488 144519168 29872 33554432000 4194304 4955518 140735419462496 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6986/statm: 35283 29872 106 186 0 35096 0
[pid=6984/tid=6998] ppid=6932 vsize=310232 CPUtime=0 cores=1,3,5,7
/proc/6984/task/6998/stat : 6998 (python) S 6932 6932 5707 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 671359316 317677568 5832 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604462941263744 0 0 -1 5 0 0 0
[pid=7494] ppid=6932 vsize=320488 CPUtime=2.36 cores=1,3,5,7
/proc/7494/stat : 7494 (python) S 6932 6932 5707 0 -1 4202560 1170 0 0 0 124 112 0 0 15 0 2 0 671388438 328179712 5847 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7494/statm: 80122 5847 400 364 0 16028 0
[pid=7496] ppid=7494 vsize=141132 CPUtime=681.13 cores=1,3,5,7
/proc/7496/stat : 7496 (march_hi) T 7494 7496 7496 0 -1 4202496 30278 0 0 0 68105 8 0 0 25 0 1 0 671388439 144519168 30010 33554432000 4194304 4955518 140735762572784 18446744073709551615 4224833 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7496/statm: 35283 30010 106 186 0 35096 0
[pid=7494/tid=7512] ppid=6932 vsize=320488 CPUtime=0 cores=1,3,5,7
/proc/7494/task/7512/stat : 7512 (python) S 6932 6932 5707 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 671427260 328179712 5847 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604459465001152 0 0 -1 7 0 0 0
[pid=7521] ppid=6932 vsize=330744 CPUtime=2.42 cores=1,3,5,7
/proc/7521/stat : 7521 (python) S 6932 6932 5707 0 -1 4202560 1168 0 0 0 129 113 0 0 15 0 2 0 671456558 338681856 5851 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7521/statm: 82686 5851 400 364 0 18589 0
[pid=7523] ppid=7521 vsize=141132 CPUtime=683.59 cores=1,3,5,7
/proc/7523/stat : 7523 (march_hi) T 7521 7523 7523 0 -1 4202496 30321 0 0 0 68352 7 0 0 25 0 1 0 671456559 144519168 30053 33554432000 4194304 4955518 140736176343056 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7523/statm: 35283 30053 106 186 0 35096 0
[pid=7521/tid=7535] ppid=6932 vsize=330744 CPUtime=0 cores=1,3,5,7
/proc/7521/task/7535/stat : 7535 (python) S 6932 6932 5707 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671495866 338681856 5851 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604458997355584 0 0 -1 5 0 0 0
[pid=7536] ppid=6932 vsize=341000 CPUtime=1.98 cores=1,3,5,7
/proc/7536/stat : 7536 (python) S 6932 6932 5707 0 -1 4202560 1154 0 0 0 102 96 0 0 19 0 2 0 671495868 349184000 5855 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7536/statm: 85250 5855 400 364 0 21150 0
[pid=7538] ppid=7536 vsize=181380 CPUtime=586.95 cores=1,3,5,7
/proc/7538/stat : 7538 (kcnfs-2006) T 7536 7538 7538 0 -1 4202496 684 0 0 0 58695 0 0 0 25 0 1 0 671495868 185733120 420 33554432000 134512640 135163436 4286997712 18446744073709551615 134569528 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7538/statm: 45345 420 76 159 0 45185 0
[pid=7536/tid=7555] ppid=6932 vsize=341000 CPUtime=0 cores=1,3,5,7
/proc/7536/task/7555/stat : 7555 (python) S 6932 6932 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671554565 349184000 5855 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604464516682688 0 0 -1 7 0 0 0
[pid=7581] ppid=6932 vsize=351256 CPUtime=1.34 cores=1,3,5,7
/proc/7581/stat : 7581 (python) S 6932 6932 5707 0 -1 4202560 1198 0 0 0 69 65 0 0 16 0 2 0 671583624 359686144 5882 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7581/statm: 87814 5882 406 364 0 23711 0
[pid=7583] ppid=7581 vsize=93560 CPUtime=393.69 cores=1,3,5,7
/proc/7583/stat : 7583 (march_hi) T 7581 7583 7583 0 -1 4202496 18479 0 0 0 39365 4 0 0 25 0 1 0 671583624 95805440 18209 33554432000 4194304 4955518 140736121367200 18446744073709551615 4224850 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7583/statm: 23390 18209 106 186 0 23203 0
[pid=7581/tid=7595] ppid=6932 vsize=351256 CPUtime=0 cores=1,3,5,7
/proc/7581/task/7595/stat : 7595 (python) S 6932 6932 5707 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671622994 359686144 5882 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604464813176640 0 0 -1 5 0 0 0
[pid=7596] ppid=6932 vsize=361512 CPUtime=1.32 cores=1,3,5,7
/proc/7596/stat : 7596 (python) S 6932 6932 5707 0 -1 4202560 1158 0 0 0 66 66 0 0 16 0 2 0 671622995 370188288 5880 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7596/statm: 90378 5880 400 364 0 26272 0
[pid=7598] ppid=7596 vsize=93560 CPUtime=389.59 cores=1,3,5,7
/proc/7598/stat : 7598 (march_hi) T 7596 7598 7598 0 -1 4202496 18316 0 0 0 38956 3 0 0 25 0 1 0 671622996 95805440 18044 33554432000 4194304 4955518 140735930294608 18446744073709551615 4314921 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7598/statm: 23390 18044 106 186 0 23203 0
[pid=7596/tid=7609] ppid=6932 vsize=361512 CPUtime=0 cores=1,3,5,7
/proc/7596/task/7609/stat : 7609 (python) S 6932 6932 5707 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 671661982 370188288 5880 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 514 18446604465859871168 0 0 -1 7 0 0 0
[pid=6932/tid=6939] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6939/stat : 6939 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671222617 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6950] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6950/stat : 6950 (python) S 6930 6932 5707 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 671232651 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6958] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6958/stat : 6958 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 671242486 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=6985] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/6985/stat : 6985 (python) S 6930 6932 5707 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 671320488 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 5 0 0 0
[pid=6932/tid=7495] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7495/stat : 7495 (python) S 6930 6932 5707 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671388439 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7522] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7522/stat : 7522 (python) S 6930 6932 5707 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 671456558 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7537] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7537/stat : 7537 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671495868 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7582] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7582/stat : 7582 (python) S 6930 6932 5707 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 671583624 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
[pid=6932/tid=7597] ppid=6930 vsize=371904 CPUtime=0 cores=1,3,5,7
/proc/6932/task/7597/stat : 7597 (python) S 6930 6932 5707 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671622995 380829696 7384 33554432000 4194304 5683644 140735857911952 18446744073709551615 235606690225 0 0 16781312 2 18446604466513511744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 6405780

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6932 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=140978
# CPU time returned by wait4() is 0.968852
# 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): 4983.97
CPU time (s): 5000.08
CPU user time (s): 4991.55
CPU system time (s): 8.53
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 6405780

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

runsolver used 24.8022 second user time and 56.5184 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-17 03:37:18
IDJOB=3387033
IDBENCH=83098
IDSOLVER=1872
FILE ID=node120/3387033-1305596237
RUNJOBID= node120-1305586147-5726
PBS_JOBID= 13350358
Free space on /tmp= 73436 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S118521533-021.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-3387033-1305596237/watcher-3387033-1305596237 -o /tmp/evaluation-result-3387033-1305596237/solver-3387033-1305596237 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387033-1305596237.cnf -seed 2042759061 -budget 5000

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

MD5SUM BENCH= 26e1db2f130e6076b57fb074a1167d5e
RANDOM SEED=2042759061

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20841716 kB
Buffers:         98944 kB
Cached:         729300 kB
SwapCached:      63576 kB
Active:        1633768 kB
Inactive:     10233384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20841716 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:    10981056 kB
Mapped:          26568 kB
Slab:            81856 kB
PageTables:      91760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 102388520 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= 73616 MiB
End job on node120 at 2011-05-17 05:00:24