Trace number 3317720

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-industrial? (TO) 4800.03 1218.86

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.59/16.39	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.59/16.39	c INFO: solving HOME/instance-3317720-1304267285.cnf
0.59/16.39	c INFO: computing task features
0.60/16.41	c INFO: computed variable-clause graph statistics
0.60/16.41	c INFO: computed clause balance statistics
0.60/16.49	c INFO: computed variable balance statistics
0.71/16.54	c INFO: computed small-clause counts
0.71/16.54	c INFO: computed Horn-clause counts
0.71/16.55	c INFO: computed variable graph statistics
0.71/16.55	c INFO: collected features for HOME/instance-3317720-1304267285.cnf in 0.16 s
0.78/16.61	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.78/16.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.78/16.66	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.46)
0.78/16.68	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
400.46/116.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
1963.65/508.11	c INFO: running precosat-570@0 for 388 with 4308 remaining (b = 0.20)
2370.17/609.95	c INFO: running lingeling-276@0 for 485 with 4206 remaining (b = 0.23)
3495.61/891.74	c INFO: running lingeling-276@0 for 97 with 3924 remaining (b = 0.13)
3539.08/902.60	c INFO: running cryptominisat-2.9.0@0 for 388 with 3913 remaining (b = 0.15)
3895.24/991.89	c INFO: running cryptominisat-2.9.0@488 for 97 with 3824 remaining (b = 0.05)
4278.85/1088.07	c INFO: running lingeling-276@392 for 97 with 3728 remaining (b = 0.05)
4316.77/1097.55	c INFO: running SApperloT@0 for 97 with 3718 remaining (b = 0.08)
4666.20/1185.23	c INFO: running precosat-570@490 for 194 with 3631 remaining (b = 0.10)
4716.03/1197.75	c INFO: running precosat-570@0 for 194 with 3618 remaining (b = 0.10)
4800.03/1218.85	c INFO: running lingeling-276@873 for 194 with 3597 remaining (b = 0.07)
4800.03/1218.85	Traceback (most recent call last):
4800.03/1218.85	  File "HOME/solve", line 33, in <module>
4800.03/1218.85	    plac.call(main)
4800.03/1218.85	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
4800.03/1218.85	    cmd, result = parser_from(obj).consume(arglist)
4800.03/1218.85	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
4800.03/1218.85	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.03/1218.85	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.03/1218.85	    (_, answer, _) = solver(input_path, budget, cores)
4800.03/1218.85	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.03/1218.85	    solver.go(max_cost * borg.defaults.machine_speed)
4800.03/1218.85	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.03/1218.85	    self._process.start()
4800.03/1218.85	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.03/1218.85	    assert self._popen is None, 'cannot start a process twice'
4800.03/1218.85	AssertionError: cannot start a process twice

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317720-1304267285/watcher-3317720-1304267285 -o /tmp/evaluation-result-3317720-1304267285/solver-3317720-1304267285 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317720-1304267285.cnf -seed 344144970 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 0.00 0.00 0.00 3/176 23594
/proc/meminfo: memFree=23003692/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (runsolver) D 23590 23594 23557 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 1 0 538328559 12083200 55 33554432000 4194304 5434984 140733981765392 18446744073709551615 5055495 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23594/statm: 2950 55 34 303 0 2644 0

[startup+0.00791997 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 23594
/proc/meminfo: memFree=23003692/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (runsolver) D 23590 23594 23557 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 1 0 538328559 12083200 55 33554432000 4194304 5434984 140733981765392 18446744073709551615 5055495 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23594/statm: 2950 55 34 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.1009 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 23594
/proc/meminfo: memFree=23003692/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) D 23590 23594 23557 0 -1 4202496 506 0 6 0 0 0 0 0 17 0 1 0 538328559 15175680 419 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473963365 0 0 4096 0 0 0 0 17 7 0 0 4
/proc/23594/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.300865 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 23594
/proc/meminfo: memFree=23003692/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 718 0 6 0 0 0 0 0 16 0 1 0 538328559 15548416 614 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 5
/proc/23594/statm: 3796 614 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700793 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 23594
/proc/meminfo: memFree=23003692/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 834 0 6 0 0 0 0 0 15 0 1 0 538328559 16130048 723 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 7
/proc/23594/statm: 3938 723 334 364 0 425 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15752

[startup+1.50065 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 23596
/proc/meminfo: memFree=22997480/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 1111 0 6 0 1 0 0 0 16 0 1 0 538328559 16785408 984 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473963365 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 12
/proc/23594/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+3.10037 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 23596
/proc/meminfo: memFree=22993968/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=84604 CPUtime=0.11 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 2390 0 20 0 4 7 0 0 16 0 1 0 538328559 86634496 2136 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473963365 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 18
/proc/23594/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 84604
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 23596
/proc/meminfo: memFree=22970376/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=116608 CPUtime=0.19 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 3823 0 34 0 8 11 0 0 16 0 1 0 538328559 119406592 3492 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473963444 0 2147483391 16781312 2 18446744071699962003 0 0 17 5 0 0 65
/proc/23594/statm: 29152 3492 895 364 0 2653 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 116608
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.22 0.05 0.02 1/178 23604
/proc/meminfo: memFree=22955296/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=168676 CPUtime=0.4 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 6666 927 59 8 19 21 0 0 16 0 1 0 538328559 172724224 4798 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473963444 0 2147483391 16781312 2 18446744071699962003 0 0 17 7 0 0 135
/proc/23594/statm: 42169 4798 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 168676
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 0.90 0.20 0.06 9/202 23629
/proc/meminfo: memFree=22834296/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=320156 CPUtime=0.86 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 12050 927 115 8 55 31 0 0 24 0 5 0 538328559 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 201
/proc/23594/statm: 80039 7236 1881 364 0 15948 0
[pid=23605] ppid=23594 vsize=279004 CPUtime=0 cores=1,3,5,7
/proc/23605/stat : 23605 (python) S 23594 23594 23557 0 -1 4202560 977 0 0 0 0 0 0 0 15 0 1 0 538330220 285700096 5686 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987599 0 0 16781312 514 4604024900577886472 0 0 17 5 0 0 0
/proc/23605/statm: 69751 5686 381 364 0 5669 0
[pid=23607] ppid=23605 vsize=8224 CPUtime=8.87 cores=1,3,5,7
/proc/23607/stat : 23607 (lingeling) R 23605 23607 23607 0 -1 4202496 3462 0 0 0 887 0 0 0 25 0 1 0 538330221 8421376 1252 33554432000 4194304 4352236 140733857568176 18446744073709551615 4328359 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23607/statm: 2056 1252 129 39 0 1136 0
[pid=23608] ppid=23594 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/23608/stat : 23608 (python) S 23594 23594 23557 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 538330222 296202240 5697 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 5601785458871730440 0 0 17 1 0 0 0
/proc/23608/statm: 72315 5697 371 364 0 8230 0
[pid=23610] ppid=23608 vsize=40460 CPUtime=8.8 cores=1,3,5,7
/proc/23610/stat : 23610 (cryptominisat-2) R 23608 23610 23610 0 -1 4202496 7568 0 0 0 879 1 0 0 25 0 1 0 538330223 41431040 3092 33554432000 4194304 4677096 140734290254640 18446744073709551615 4319069 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23610/statm: 10115 3092 392 118 0 5074 0
[pid=23614] ppid=23594 vsize=299516 CPUtime=0 cores=1,3,5,7
/proc/23614/stat : 23614 (python) S 23594 23594 23557 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 538330225 306704384 5701 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 17382131224172003592 0 0 17 5 0 0 0
/proc/23614/statm: 74879 5701 371 364 0 10791 0
[pid=23616] ppid=23614 vsize=8676 CPUtime=8.81 cores=1,3,5,7
/proc/23616/stat : 23616 (lingeling) R 23614 23616 23616 0 -1 4202496 3806 0 0 0 881 0 0 0 25 0 1 0 538330225 8884224 1366 33554432000 4194304 4352236 140736635061136 18446744073709551615 4328491 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23616/statm: 2169 1366 129 39 0 1249 0
[pid=23620] ppid=23594 vsize=309912 CPUtime=0 cores=1,3,5,7
/proc/23620/stat : 23620 (python) S 23594 23594 23557 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 538330227 317349888 5722 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 6344300294062440712 0 0 17 1 0 0 0
/proc/23620/statm: 77478 5722 371 364 0 13387 0
[pid=23622] ppid=23620 vsize=8856 CPUtime=8.79 cores=1,3,5,7
/proc/23622/stat : 23622 (lingeling) R 23620 23622 23622 0 -1 4202496 3507 0 0 0 879 0 0 0 25 0 1 0 538330227 9068544 1410 33554432000 4194304 4352236 140737259918816 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23622/statm: 2214 1410 129 39 0 1294 0
[pid=23594/tid=23606] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (python) S 23590 23594 23557 0 -1 4202560 26 927 0 8 0 0 0 0 18 0 5 0 538330220 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 3 0 0 0
[pid=23594/tid=23609] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 20 0 5 0 538330222 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23615] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 22 0 5 0 538330225 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 5 0 0 0
[pid=23594/tid=23621] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23590 23594 23557 0 -1 4202560 28 927 0 8 0 0 0 0 24 0 5 0 538330227 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.13
Current children cumulated vsize (KiB) 1564064

[startup+51.1009 s]
/proc/loadavg: 3.46 0.85 0.28 9/202 23629
/proc/meminfo: memFree=22794188/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=320156 CPUtime=0.86 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 12050 927 115 8 55 31 0 0 24 0 5 0 538328559 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 201
/proc/23594/statm: 80039 7236 1881 364 0 15948 0
[pid=23605] ppid=23594 vsize=279004 CPUtime=0.04 cores=1,3,5,7
/proc/23605/stat : 23605 (python) S 23594 23594 23557 0 -1 4202560 994 0 0 0 2 2 0 0 15 0 1 0 538330220 285700096 5687 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987599 0 0 16781312 514 18149506498303066376 0 0 17 5 0 0 0
/proc/23605/statm: 69751 5687 382 364 0 5669 0
[pid=23607] ppid=23605 vsize=14572 CPUtime=34.47 cores=1,3,5,7
/proc/23607/stat : 23607 (lingeling) R 23605 23607 23607 0 -1 4202496 9144 0 0 0 3446 1 0 0 25 0 1 0 538330221 14921728 2838 33554432000 4194304 4352236 140733857568176 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23607/statm: 3643 2838 129 39 0 2723 0
[pid=23608] ppid=23594 vsize=289260 CPUtime=0.04 cores=1,3,5,7
/proc/23608/stat : 23608 (python) S 23594 23594 23557 0 -1 4202560 920 0 0 0 2 2 0 0 15 0 1 0 538330222 296202240 5697 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066376 0 0 17 1 0 0 0
/proc/23608/statm: 72315 5697 371 364 0 8230 0
[pid=23610] ppid=23608 vsize=52212 CPUtime=34.26 cores=1,3,5,7
/proc/23610/stat : 23610 (cryptominisat-2) R 23608 23610 23610 0 -1 4202496 18774 0 0 0 3422 4 0 0 25 0 1 0 538330223 53465088 6362 33554432000 4194304 4677096 140734290254640 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23610/statm: 13053 6362 392 118 0 8012 0
[pid=23614] ppid=23594 vsize=299516 CPUtime=0.04 cores=1,3,5,7
/proc/23614/stat : 23614 (python) S 23594 23594 23557 0 -1 4202560 918 0 0 0 3 1 0 0 18 0 1 0 538330225 306704384 5701 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066376 0 0 17 5 0 0 0
/proc/23614/statm: 74879 5701 371 364 0 10791 0
[pid=23616] ppid=23614 vsize=12140 CPUtime=34.34 cores=1,3,5,7
/proc/23616/stat : 23616 (lingeling) R 23614 23616 23616 0 -1 4202496 8832 0 0 0 3433 1 0 0 25 0 1 0 538330225 12431360 2237 33554432000 4194304 4352236 140736635061136 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23616/statm: 3035 2237 129 39 0 2115 0
[pid=23620] ppid=23594 vsize=309912 CPUtime=0.04 cores=1,3,5,7
/proc/23620/stat : 23620 (python) S 23594 23594 23557 0 -1 4202560 945 0 0 0 2 2 0 0 18 0 1 0 538330227 317349888 5722 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066376 0 0 17 1 0 0 0
/proc/23620/statm: 77478 5722 371 364 0 13387 0
[pid=23622] ppid=23620 vsize=13212 CPUtime=34.3 cores=1,3,5,7
/proc/23622/stat : 23622 (lingeling) R 23620 23622 23622 0 -1 4202496 8788 0 0 0 3429 1 0 0 25 0 1 0 538330227 13529088 2499 33554432000 4194304 4352236 140737259918816 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23622/statm: 3303 2499 129 39 0 2383 0
[pid=23594/tid=23606] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (python) S 23590 23594 23557 0 -1 4202560 26 927 0 8 0 0 0 0 18 0 5 0 538330220 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 3 0 0 0
[pid=23594/tid=23609] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 20 0 5 0 538330222 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23615] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 22 0 5 0 538330225 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 5 0 0 0
[pid=23594/tid=23621] ppid=23590 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23590 23594 23557 0 -1 4202560 28 927 0 8 0 0 0 0 24 0 5 0 538330227 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 138.39
Current children cumulated vsize (KiB) 1589984

[startup+102.301 s]
/proc/loadavg: 6.32 2.08 0.73 9/202 23631
/proc/meminfo: memFree=22748588/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=320156 CPUtime=0.86 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 12050 927 115 8 55 31 0 0 24 0 5 0 538328559 327839744 7236 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 201
/proc/23594/statm: 80039 7236 1881 364 0 15948 0
[pid=23605] ppid=23594 vsize=279004 CPUtime=0.11 cores=1,3,5,7
/proc/23605/stat : 23605 (python) S 23594 23594 23557 0 -1 4202560 1015 0 0 0 6 5 0 0 15 0 1 0 538330220 285700096 5687 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987599 0 0 16781312 514 18149506498303066376 0 0 17 5 0 0 0
/proc/23605/statm: 69751 5687 382 364 0 5669 0
[pid=23607] ppid=23605 vsize=15340 CPUtime=85.67 cores=1,3,5,7
/proc/23607/stat : 23607 (lingeling) R 23605 23607 23607 0 -1 4202496 16632 0 0 0 8565 2 0 0 25 0 1 0 538330221 15708160 3030 33554432000 4194304 4352236 140733857568176 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23607/statm: 3835 3030 129 39 0 2915 0
[pid=23608] ppid=23594 vsize=289260 CPUtime=0.12 cores=1,3,5,7
/proc/23608/stat : 23608 (python) S 23594 23594 23557 0 -1 4202560 939 0 0 0 6 6 0 0 15 0 1 0 538330222 296202240 5697 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066376 0 0 17 1 0 0 0
/proc/23608/statm: 72315 5697 371 364 0 8230 0

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

/proc/23633/statm: 80042 5756 400 364 0 15948 0
[pid=23635] ppid=23633 vsize=112104 CPUtime=585.87 cores=1,3,5,7
/proc/23635/stat : 23635 (cryptominisat-2) T 23633 23635 23635 0 -1 4202496 110281 0 0 0 58546 41 0 0 25 0 1 0 538340235 114794496 21330 33554432000 4194304 4677096 140734836310560 18446744073709551615 4319558 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/23635/statm: 28026 21330 392 118 0 22985 0
[pid=23633/tid=23661] ppid=23594 vsize=320168 CPUtime=0 cores=1,3,5,7
/proc/23633/task/23661/stat : 23661 (python) S 23594 23594 23557 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538389552 327852032 5756 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604467719477312 0 0 -1 1 0 0 0
[pid=23656] ppid=23594 vsize=330424 CPUtime=0.58 cores=1,3,5,7
/proc/23656/stat : 23656 (python) S 23594 23594 23557 0 -1 4202560 1166 0 0 0 27 31 0 0 18 0 2 0 538379370 338354176 5775 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23656/statm: 82606 5775 400 364 0 18509 0
[pid=23658] ppid=23656 vsize=29784 CPUtime=425.45 cores=1,3,5,7
/proc/23658/stat : 23658 (precosat) R 23656 23658 23658 0 -1 4202496 9406 0 0 0 42542 3 0 0 25 0 1 0 538379370 30498816 7312 33554432000 4194304 4890832 140735535154272 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/23658/statm: 7446 7312 86 171 0 7273 0
[pid=23656/tid=23680] ppid=23594 vsize=330424 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23680/stat : 23680 (python) S 23594 23594 23557 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538418817 338354176 5775 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604471164518720 0 0 -1 1 0 0 0
[pid=23672] ppid=23594 vsize=340860 CPUtime=0.28 cores=1,3,5,7
/proc/23672/stat : 23672 (python) S 23594 23594 23557 0 -1 4202560 1155 0 0 0 15 13 0 0 18 0 2 0 538417733 349040640 5809 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23672/statm: 85215 5809 400 364 0 21115 0
[pid=23674] ppid=23672 vsize=15852 CPUtime=196.42 cores=1,3,5,7
/proc/23674/stat : 23674 (lingeling) T 23672 23674 23674 0 -1 4202496 29124 0 0 0 19638 4 0 0 25 0 1 0 538417734 16232448 3165 33554432000 4194304 4352236 140735610217632 18446744073709551615 4276449 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/23674/statm: 3963 3165 129 39 0 3043 0
[pid=23672/tid=23683] ppid=23594 vsize=340860 CPUtime=0 cores=1,3,5,7
/proc/23672/task/23683/stat : 23683 (python) S 23594 23594 23557 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538427746 349040640 5809 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604469396416640 0 0 -1 1 0 0 0
[pid=23691] ppid=23594 vsize=351116 CPUtime=0.14 cores=1,3,5,7
/proc/23691/stat : 23691 (python) S 23594 23594 23557 0 -1 4202560 1170 0 0 0 7 7 0 0 19 0 2 0 538438314 359542784 5832 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23691/statm: 87779 5832 406 364 0 23676 0
[pid=23693] ppid=23691 vsize=6196 CPUtime=98.64 cores=1,3,5,7
/proc/23693/stat : 23693 (SApperloT-base) T 23691 23693 23693 0 -1 4202496 1546 0 0 0 9864 0 0 0 25 0 1 0 538438314 6344704 1273 33554432000 134512640 135674940 4293669248 18446744073709551615 134559272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23693/statm: 1549 1273 100 284 0 1263 0
[pid=23691/tid=23701] ppid=23594 vsize=351116 CPUtime=0 cores=1,3,5,7
/proc/23691/task/23701/stat : 23701 (python) S 23594 23594 23557 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538448331 359542784 5832 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604454223471552 0 0 -1 3 0 0 0
[pid=23702] ppid=23594 vsize=361372 CPUtime=0.02 cores=1,3,5,7
/proc/23702/stat : 23702 (python) S 23594 23594 23557 0 -1 4202560 960 0 0 0 1 1 0 0 18 0 1 0 538448334 370044928 5807 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066374 0 0 17 7 0 0 0
/proc/23702/statm: 90343 5807 371 364 0 26237 0
[pid=23704] ppid=23702 vsize=10596 CPUtime=20.66 cores=1,3,5,7
/proc/23704/stat : 23704 (precosat) R 23702 23704 23704 0 -1 4202496 2768 0 0 0 2066 0 0 0 25 0 1 0 538448334 10850304 2495 33554432000 4194304 4890832 140736780289008 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/23704/statm: 2649 2495 86 171 0 2476 0
[pid=23594/tid=23606] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (python) S 23590 23594 23557 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 10 0 538330220 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 3 0 0 0
[pid=23594/tid=23609] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (python) S 23590 23594 23557 0 -1 4202560 25 927 0 8 0 0 0 0 18 0 10 0 538330222 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23615] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 22 0 10 0 538330225 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 5 0 0 0
[pid=23594/tid=23621] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23590 23594 23557 0 -1 4202560 28 927 0 8 0 0 0 0 24 0 10 0 538330227 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23634] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23634/stat : 23634 (python) S 23590 23594 23557 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 10 0 538340235 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23657] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23657/stat : 23657 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 10 0 538379370 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23673] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23673/stat : 23673 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 10 0 538417733 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23692] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23692/stat : 23692 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 20 0 10 0 538438314 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23703] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23703/stat : 23703 (python) S 23590 23594 23557 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 10 0 538448334 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 3651648

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

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

[startup+1218.8 s]
/proc/loadavg: 8.12 7.97 5.87 6/217 23710
/proc/meminfo: memFree=22414564/32950928 swapFree=67111524/67111528
[pid=23594] ppid=23590 vsize=371616 CPUtime=1.08 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23590 23594 23557 0 -1 4202496 16178 927 115 8 76 32 0 0 20 0 10 0 538328559 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 201
/proc/23594/statm: 92904 7332 1892 364 0 28798 0
[pid=23605] ppid=23594 vsize=289248 CPUtime=0.78 cores=1,3,5,7
/proc/23605/stat : 23605 (python) S 23594 23594 23557 0 -1 4202560 1208 0 0 0 43 35 0 0 15 0 2 0 538330220 296189952 5726 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23605/statm: 72312 5726 416 364 0 8230 0
[pid=23607] ppid=23605 vsize=31264 CPUtime=587.69 cores=1,3,5,7
/proc/23607/stat : 23607 (lingeling) T 23605 23607 23607 0 -1 4202496 60153 0 0 0 58761 8 0 0 25 0 1 0 538330221 32014336 7018 33554432000 4194304 4352236 140733857568176 18446744073709551615 4329000 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23607/statm: 7816 7018 129 39 0 6896 0
[pid=23605/tid=23632] ppid=23594 vsize=289248 CPUtime=0 cores=1,3,5,7
/proc/23605/task/23632/stat : 23632 (python) S 23594 23594 23557 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538340233 296189952 5726 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604471164520512 0 0 -1 5 0 0 0
[pid=23608] ppid=23594 vsize=289260 CPUtime=1.12 cores=1,3,5,7
/proc/23608/stat : 23608 (python) S 23594 23594 23557 0 -1 4202560 1167 0 0 0 57 55 0 0 15 0 2 0 538330222 296202240 5728 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23608/statm: 72315 5728 401 364 0 8230 0
[pid=23610] ppid=23608 vsize=106744 CPUtime=803.5 cores=1,3,5,7
/proc/23610/stat : 23610 (cryptominisat-2) R 23608 23610 23610 0 -1 4202496 137158 0 0 0 80301 49 0 0 25 0 1 0 538330223 109305856 21134 33554432000 4194304 4677096 140734290254640 18446744073709551615 4320988 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23610/statm: 26686 21134 392 118 0 21645 0
[pid=23608/tid=23655] ppid=23594 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/23608/task/23655/stat : 23655 (python) S 23594 23594 23557 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538379368 296202240 5728 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604471140045952 0 0 -1 1 0 0 0
[pid=23614] ppid=23594 vsize=299516 CPUtime=1.15 cores=1,3,5,7
/proc/23614/stat : 23614 (python) S 23594 23594 23557 0 -1 4202560 1138 0 0 0 61 54 0 0 19 0 2 0 538330225 306704384 5731 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23614/statm: 74879 5731 400 364 0 10791 0
[pid=23616] ppid=23614 vsize=35808 CPUtime=873.4 cores=1,3,5,7
/proc/23616/stat : 23616 (lingeling) T 23614 23616 23616 0 -1 4202496 77467 0 0 0 87327 13 0 0 25 0 1 0 538330225 36667392 8148 33554432000 4194304 4352236 140736635061136 18446744073709551615 4328859 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23616/statm: 8952 8148 129 39 0 8032 0
[pid=23614/tid=23671] ppid=23594 vsize=299516 CPUtime=0 cores=1,3,5,7
/proc/23614/task/23671/stat : 23671 (python) S 23594 23594 23557 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538417731 306704384 5731 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604469844687936 0 0 -1 5 0 0 0
[pid=23620] ppid=23594 vsize=309912 CPUtime=1.6 cores=1,3,5,7
/proc/23620/stat : 23620 (python) S 23594 23594 23557 0 -1 4202560 1001 0 0 0 85 75 0 0 18 0 1 0 538330227 317349888 5722 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066376 0 0 17 1 0 0 0
/proc/23620/statm: 77478 5722 371 364 0 13387 0
[pid=23622] ppid=23620 vsize=39808 CPUtime=1200.82 cores=1,3,5,7
/proc/23622/stat : 23622 (lingeling) R 23620 23622 23622 0 -1 4202496 97845 0 0 0 120068 14 0 0 25 0 1 0 538330227 40763392 9154 33554432000 4194304 4352236 140737259918816 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23622/statm: 9952 9154 129 39 0 9032 0
[pid=23633] ppid=23594 vsize=320168 CPUtime=0.83 cores=1,3,5,7
/proc/23633/stat : 23633 (python) S 23594 23594 23557 0 -1 4202560 1170 0 0 0 42 41 0 0 15 0 2 0 538340235 327852032 5756 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23633/statm: 80042 5756 400 364 0 15948 0
[pid=23635] ppid=23633 vsize=112104 CPUtime=585.87 cores=1,3,5,7
/proc/23635/stat : 23635 (cryptominisat-2) T 23633 23635 23635 0 -1 4202496 110281 0 0 0 58546 41 0 0 25 0 1 0 538340235 114794496 21330 33554432000 4194304 4677096 140734836310560 18446744073709551615 4319558 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/23635/statm: 28026 21330 392 118 0 22985 0
[pid=23633/tid=23661] ppid=23594 vsize=320168 CPUtime=0 cores=1,3,5,7
/proc/23633/task/23661/stat : 23661 (python) S 23594 23594 23557 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538389552 327852032 5756 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604467719477312 0 0 -1 1 0 0 0
[pid=23656] ppid=23594 vsize=330424 CPUtime=0.58 cores=1,3,5,7
/proc/23656/stat : 23656 (python) S 23594 23594 23557 0 -1 4202560 1166 0 0 0 27 31 0 0 18 0 2 0 538379370 338354176 5775 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23656/statm: 82606 5775 400 364 0 18509 0
[pid=23658] ppid=23656 vsize=29784 CPUtime=425.45 cores=1,3,5,7
/proc/23658/stat : 23658 (precosat) R 23656 23658 23658 0 -1 4202496 9406 0 0 0 42542 3 0 0 25 0 1 0 538379370 30498816 7312 33554432000 4194304 4890832 140735535154272 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/23658/statm: 7446 7312 86 171 0 7273 0
[pid=23656/tid=23680] ppid=23594 vsize=330424 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23680/stat : 23680 (python) S 23594 23594 23557 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538418817 338354176 5775 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604471164518720 0 0 -1 1 0 0 0
[pid=23672] ppid=23594 vsize=340860 CPUtime=0.28 cores=1,3,5,7
/proc/23672/stat : 23672 (python) S 23594 23594 23557 0 -1 4202560 1155 0 0 0 15 13 0 0 18 0 2 0 538417733 349040640 5809 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23672/statm: 85215 5809 400 364 0 21115 0
[pid=23674] ppid=23672 vsize=15852 CPUtime=196.42 cores=1,3,5,7
/proc/23674/stat : 23674 (lingeling) T 23672 23674 23674 0 -1 4202496 29124 0 0 0 19638 4 0 0 25 0 1 0 538417734 16232448 3165 33554432000 4194304 4352236 140735610217632 18446744073709551615 4276449 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/23674/statm: 3963 3165 129 39 0 3043 0
[pid=23672/tid=23683] ppid=23594 vsize=340860 CPUtime=0 cores=1,3,5,7
/proc/23672/task/23683/stat : 23683 (python) S 23594 23594 23557 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538427746 349040640 5809 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604469396416640 0 0 -1 1 0 0 0
[pid=23691] ppid=23594 vsize=351116 CPUtime=0.14 cores=1,3,5,7
/proc/23691/stat : 23691 (python) S 23594 23594 23557 0 -1 4202560 1170 0 0 0 7 7 0 0 19 0 2 0 538438314 359542784 5832 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23691/statm: 87779 5832 406 364 0 23676 0
[pid=23693] ppid=23691 vsize=6196 CPUtime=98.64 cores=1,3,5,7
/proc/23693/stat : 23693 (SApperloT-base) T 23691 23693 23693 0 -1 4202496 1546 0 0 0 9864 0 0 0 25 0 1 0 538438314 6344704 1273 33554432000 134512640 135674940 4293669248 18446744073709551615 134559272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23693/statm: 1549 1273 100 284 0 1263 0
[pid=23691/tid=23701] ppid=23594 vsize=351116 CPUtime=0 cores=1,3,5,7
/proc/23691/task/23701/stat : 23701 (python) S 23594 23594 23557 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538448331 359542784 5832 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 514 18446604454223471552 0 0 -1 3 0 0 0
[pid=23702] ppid=23594 vsize=361372 CPUtime=0.02 cores=1,3,5,7
/proc/23702/stat : 23702 (python) S 23594 23594 23557 0 -1 4202560 960 0 0 0 1 1 0 0 18 0 1 0 538448334 370044928 5807 33554432000 4194304 5683644 140734945438464 18446744073709551615 274473987654 0 0 16781312 514 18149506498303066374 0 0 17 7 0 0 0
/proc/23702/statm: 90343 5807 371 364 0 26237 0
[pid=23704] ppid=23702 vsize=10596 CPUtime=20.66 cores=1,3,5,7
/proc/23704/stat : 23704 (precosat) R 23702 23704 23704 0 -1 4202496 2768 0 0 0 2066 0 0 0 25 0 1 0 538448334 10850304 2495 33554432000 4194304 4890832 140736780289008 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/23704/statm: 2649 2495 86 171 0 2476 0
[pid=23594/tid=23606] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (python) S 23590 23594 23557 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 10 0 538330220 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 3 0 0 0
[pid=23594/tid=23609] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (python) S 23590 23594 23557 0 -1 4202560 25 927 0 8 0 0 0 0 18 0 10 0 538330222 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23615] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (python) S 23590 23594 23557 0 -1 4202560 21 927 0 8 0 0 0 0 22 0 10 0 538330225 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 5 0 0 0
[pid=23594/tid=23621] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23590 23594 23557 0 -1 4202560 28 927 0 8 0 0 0 0 24 0 10 0 538330227 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23634] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23634/stat : 23634 (python) S 23590 23594 23557 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 10 0 538340235 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23657] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23657/stat : 23657 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 10 0 538379370 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23673] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23673/stat : 23673 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 10 0 538417733 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 1 0 0 0
[pid=23594/tid=23692] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23692/stat : 23692 (python) S 23590 23594 23557 0 -1 4202560 32 927 0 8 0 0 0 0 20 0 10 0 538438314 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
[pid=23594/tid=23703] ppid=23590 vsize=371616 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23703/stat : 23703 (python) S 23590 23594 23557 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 10 0 538448334 380534784 7332 33554432000 4194304 5683644 140734945438464 18446744073709551615 274485791153 0 0 16781312 2 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 3651648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23594 and gives
#  childrusage.ru_utime.tv_sec=2433
#  childrusage.ru_utime.tv_usec=408065
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=206360
# CPU time returned by wait4() is 2437.61
# while last known CPU time is 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1218.86
CPU time (s): 4800.03
CPU user time (s): 4795.27
CPU system time (s): 4.76
CPU usage (%): 393.812
Max. virtual memory (cumulated for all children) (KiB): 3651648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2433.41
system time used= 4.20636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274432
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28486
involuntary context switches= 19863

runsolver used 3.15652 second user time and 6.25905 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-01 18:28:06
IDJOB=3317720
IDBENCH=20472
IDSOLVER=1706
FILE ID=node125/3317720-1304267285
RUNJOBID= node125-1304267283-23576
PBS_JOBID= 13173954
Free space on /tmp= 73120 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317720-1304267285/watcher-3317720-1304267285 -o /tmp/evaluation-result-3317720-1304267285/solver-3317720-1304267285 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317720-1304267285.cnf -seed 344144970 -budget 4800 -cores 4

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=344144970

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      23004360 kB
Buffers:       2138420 kB
Cached:        7216824 kB
SwapCached:          4 kB
Active:        2649432 kB
Inactive:      6769972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23004360 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           64392 kB
Writeback:           0 kB
AnonPages:       63872 kB
Mapped:          14544 kB
Slab:           463620 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186096 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= 73080 MiB
End job on node125 at 2011-05-01 18:48:30