Trace number 4121052

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
NaPS 1.02? (TO) 1800.01 1800.3

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-27.cnf.gz-extracted.pb.metafix.opb
MD5SUMf4cccbac4e8884c7988a129175b2cb13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 108,0
1800.00/1800.30	c 2cl/3cl ITE-codings   : 112,0
1800.00/1800.30	c BDD/srt/adr Max costs : 8,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 108,0,0,0,0
1800.00/1800.30	c BDD nodes             : 660
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 0 s
1800.00/1800.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4121052-1467310526/watcher-4121052-1467310526 -o /tmp/evaluation-result-4121052-1467310526/solver-4121052-1467310526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467308733-20708 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4121052-1467310526.opb 

pid=23502
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
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

[startup+0 s]
/proc/loadavg: 2.23 2.10 2.02 3/176 23505
/proc/meminfo: memFree=29708368/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (runsolver) R 23502 20692 20692 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 1 0 12020041 24911872 50 33554432000 4194304 4338465 140737425938352 140737425935888 219513777087 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/23505/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 81920 KiB


[startup+0.100111 s]
/proc/loadavg: 2.23 2.10 2.02 3/176 23505
/proc/meminfo: memFree=29708368/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=3304 CPUtime=0.09 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 661 0 0 0 9 0 0 0 20 0 1 0 12020041 3383296 516 33554432000 4194304 5796924 140737313040240 140737425935544 4606552 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/23505/statm: 826 516 163 392 0 425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3304

[startup+0.20025 s]
/proc/loadavg: 2.23 2.10 2.02 3/176 23505
/proc/meminfo: memFree=29708368/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=4428 CPUtime=0.18 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 893 0 0 0 18 0 0 0 20 0 1 0 12020041 4534272 748 33554432000 4194304 5796924 140737313040240 140737425935544 4606567 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/23505/statm: 1107 748 163 392 0 706 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 4428

[startup+0.300248 s]
/proc/loadavg: 2.23 2.10 2.02 3/176 23505
/proc/meminfo: memFree=29708368/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=4428 CPUtime=0.28 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 901 0 0 0 28 0 0 0 20 0 1 0 12020041 4534272 755 33554432000 4194304 5796924 140737313040240 140737313037480 4606593 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/23505/statm: 1107 755 163 392 0 706 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4428

[startup+0.700232 s]
/proc/loadavg: 2.23 2.10 2.02 3/176 23505
/proc/meminfo: memFree=29708368/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=7832 CPUtime=0.68 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 1411 0 0 0 68 0 0 0 20 0 1 0 12020041 8019968 1240 33554432000 4194304 5796924 140737313040240 140737313037480 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/23505/statm: 1958 1240 163 392 0 1557 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7832

[startup+1.50028 s]
/proc/loadavg: 2.23 2.10 2.02 3/177 23506
/proc/meminfo: memFree=29702656/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=8864 CPUtime=1.48 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 1905 0 0 0 148 0 0 0 20 0 1 0 12020041 9076736 1706 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2216 1706 163 392 0 1815 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8864

[startup+3.10029 s]
/proc/loadavg: 2.23 2.10 2.02 3/177 23506
/proc/meminfo: memFree=29677836/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=12200 CPUtime=3.08 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 2305 0 0 0 308 0 0 0 20 0 1 0 12020041 12492800 2597 33554432000 4194304 5796924 140737313040240 140737313037480 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 3050 2597 163 392 0 2649 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12200

[startup+6.3003 s]
/proc/loadavg: 2.21 2.10 2.02 4/177 23506
/proc/meminfo: memFree=29695728/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=21264 CPUtime=6.28 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 3047 0 0 0 628 0 0 0 20 0 1 0 12020041 21774336 4342 33554432000 4194304 5796924 140737313040240 140737313037528 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 5316 4342 163 392 0 4915 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21264

[startup+12.7003 s]
/proc/loadavg: 2.20 2.10 2.02 3/177 23506
/proc/meminfo: memFree=29687668/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=21260 CPUtime=12.68 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 3375 0 0 0 1267 1 0 0 20 0 1 0 12020041 21770240 4995 33554432000 4194304 5796924 140737313040240 140737313037480 4607209 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 5315 4995 163 392 0 4914 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21260

[startup+25.5003 s]
/proc/loadavg: 2.22 2.11 2.02 3/176 23506
/proc/meminfo: memFree=29681872/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=28736 CPUtime=25.47 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 3969 0 0 0 2546 1 0 0 20 0 1 0 12020041 29425664 6348 33554432000 4194304 5796924 140737313040240 140737313037480 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 7184 6348 163 392 0 6783 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28736

[startup+51.1003 s]
/proc/loadavg: 2.15 2.10 2.02 4/177 23507
/proc/meminfo: memFree=29664488/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=33088 CPUtime=51.07 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 4581 0 0 0 5106 1 0 0 20 0 1 0 12020041 33882112 7948 33554432000 4194304 5796924 140737313040240 140737313037304 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 8272 7948 163 392 0 7871 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33088

[startup+102.3 s]
/proc/loadavg: 2.18 2.11 2.02 3/177 23508
/proc/meminfo: memFree=29644660/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=47328 CPUtime=102.27 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 4665 0 0 0 10225 2 0 0 20 0 1 0 12020041 48463872 11089 33554432000 4194304 5796924 140737313040240 140737313037480 4607241 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 11832 11089 163 392 0 11431 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47328

[startup+162.3 s]
/proc/loadavg: 2.21 2.13 2.03 3/177 23509
/proc/meminfo: memFree=29644780/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=47328 CPUtime=162.26 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 4665 0 0 0 16224 2 0 0 20 0 1 0 12020041 48463872 11089 33554432000 4194304 5796924 140737313040240 140737313037480 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 11832 11089 163 392 0 11431 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47328

[startup+222.307 s]
/proc/loadavg: 2.18 2.14 2.04 3/177 23510
/proc/meminfo: memFree=29642552/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=47876 CPUtime=222.25 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 5262 0 0 0 22223 2 0 0 20 0 1 0 12020041 49025024 11659 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 11969 11659 163 392 0 11568 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 47876

[startup+282.3 s]
/proc/loadavg: 2.21 2.16 2.05 3/178 23514
/proc/meminfo: memFree=29636548/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=61376 CPUtime=282.23 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6298 0 0 0 28221 2 0 0 20 0 1 0 12020041 62849024 13831 33554432000 4194304 5796924 140737313040240 140737313037480 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 15344 13831 163 392 0 14943 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 61376

[startup+342.3 s]
/proc/loadavg: 2.11 2.14 2.05 3/177 23516
/proc/meminfo: memFree=29624180/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=342.23 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6508 0 0 0 34220 3 0 0 20 0 1 0 12020041 93925376 16076 33554432000 4194304 5796924 140737313040240 140737313037480 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 16076 163 392 0 22530 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 91724

[startup+402.3 s]
/proc/loadavg: 2.16 2.15 2.06 4/177 23517
/proc/meminfo: memFree=29622260/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=402.22 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6509 0 0 0 40219 3 0 0 20 0 1 0 12020041 93925376 16588 33554432000 4194304 5796924 140737313040240 140737313037480 4606593 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 16588 163 392 0 22530 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 91724

[startup+462.3 s]
/proc/loadavg: 2.28 2.18 2.07 3/177 23518
/proc/meminfo: memFree=29622376/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=462.21 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6509 0 0 0 46218 3 0 0 20 0 1 0 12020041 93925376 16588 33554432000 4194304 5796924 140737313040240 140737313037480 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 16588 163 392 0 22530 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 91724

[startup+522.3 s]
/proc/loadavg: 2.36 2.22 2.09 3/177 23519
/proc/meminfo: memFree=29620208/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=522.2 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6510 0 0 0 52217 3 0 0 20 0 1 0 12020041 93925376 17100 33554432000 4194304 5796924 140737313040240 140737313037480 4606610 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 17100 163 392 0 22530 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 91724

[startup+582.3 s]
/proc/loadavg: 2.22 2.21 2.09 3/177 23520
/proc/meminfo: memFree=29620328/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=582.19 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6510 0 0 0 58216 3 0 0 20 0 1 0 12020041 93925376 17100 33554432000 4194304 5796924 140737313040240 140737313037480 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 17100 163 392 0 22530 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 91724

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


[startup+942.3 s]
/proc/loadavg: 2.21 2.21 2.11 3/176 23530
/proc/meminfo: memFree=29595784/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=942.13 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6939 0 0 0 94210 3 0 0 20 0 1 0 12020041 93925376 22621 33554432000 4194304 5796924 140737313040240 140737313037480 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 22621 163 392 0 22530 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 91724

[startup+1002.3 s]
/proc/loadavg: 2.23 2.21 2.12 3/177 23532
/proc/meminfo: memFree=29596136/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=1002.12 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6939 0 0 0 100209 3 0 0 20 0 1 0 12020041 93925376 22621 33554432000 4194304 5796924 140737313040240 140737313037480 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 22621 163 392 0 22530 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 91724

[startup+1062.3 s]
/proc/loadavg: 2.22 2.21 2.12 3/177 23533
/proc/meminfo: memFree=29596136/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=1062.11 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6939 0 0 0 106208 3 0 0 20 0 1 0 12020041 93925376 22621 33554432000 4194304 5796924 140737313040240 140737313037480 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 22621 163 392 0 22530 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 91724

[startup+1122.3 s]
/proc/loadavg: 2.19 2.22 2.13 3/177 23534
/proc/meminfo: memFree=29596464/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=91724 CPUtime=1122.11 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 6939 0 0 0 112207 4 0 0 20 0 1 0 12020041 93925376 22621 33554432000 4194304 5796924 140737313040240 140737313037480 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 22931 22621 163 392 0 22530 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 91724

[startup+1182.3 s]
/proc/loadavg: 2.26 2.23 2.14 3/177 23535
/proc/meminfo: memFree=29579056/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1182.1 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7061 0 0 0 118206 4 0 0 20 0 1 0 12020041 113057792 26827 33554432000 4194304 5796924 140737313040240 140737313037304 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 26827 163 392 0 27201 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 110408

[startup+1242.3 s]
/proc/loadavg: 2.27 2.25 2.15 3/177 23536
/proc/meminfo: memFree=29577200/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1242.09 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 124205 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 110408

[startup+1302.3 s]
/proc/loadavg: 2.18 2.23 2.15 3/177 23538
/proc/meminfo: memFree=29576828/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1302.08 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 130204 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 110408

[startup+1362.3 s]
/proc/loadavg: 2.14 2.21 2.14 4/177 23539
/proc/meminfo: memFree=29565480/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1362.07 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 136203 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 110408

[startup+1422.3 s]
/proc/loadavg: 2.30 2.24 2.16 3/177 23540
/proc/meminfo: memFree=29564600/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1422.07 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 142203 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 110408

[startup+1482.3 s]
/proc/loadavg: 2.26 2.24 2.16 4/178 23636
/proc/meminfo: memFree=29616248/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1482.05 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 148201 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 110408

[startup+1542.31 s]
/proc/loadavg: 2.09 2.20 2.15 4/177 23637
/proc/meminfo: memFree=29595296/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1542.05 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 154201 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 110408

[startup+1602.3 s]
/proc/loadavg: 2.03 2.16 2.14 3/177 23639
/proc/meminfo: memFree=29575376/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1602.03 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7549 0 0 0 160199 4 0 0 20 0 1 0 12020041 113057792 27291 33554432000 4194304 5796924 140737313040240 140737313037304 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27291 163 392 0 27201 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 110408

[startup+1662.3 s]
/proc/loadavg: 2.08 2.15 2.14 3/177 23731
/proc/meminfo: memFree=29647700/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1662.02 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7550 0 0 0 166198 4 0 0 20 0 1 0 12020041 113057792 27292 33554432000 4194304 5796924 140737313040240 140737313037304 4607229 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27292 163 392 0 27201 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 110408

[startup+1722.3 s]
/proc/loadavg: 2.16 2.16 2.14 4/177 23777
/proc/meminfo: memFree=29616820/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=110408 CPUtime=1722.02 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7550 0 0 0 172197 5 0 0 20 0 1 0 12020041 113057792 27292 33554432000 4194304 5796924 140737313040240 140737313037304 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27602 27292 163 392 0 27201 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 110408

[startup+1782.3 s]
/proc/loadavg: 2.25 2.18 2.15 3/177 23778
/proc/meminfo: memFree=29605900/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=111048 CPUtime=1782.01 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7718 0 0 0 178196 5 0 0 20 0 1 0 12020041 113713152 27452 33554432000 4194304 5796924 140737313040240 140737313037304 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27762 27452 163 392 0 27361 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 111048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.17 2.14 3/177 23870
/proc/meminfo: memFree=29649940/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=111048 CPUtime=1800 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7718 0 0 0 179994 6 0 0 20 0 1 0 12020041 113713152 27452 33554432000 4194304 5796924 140737313040240 140737313037304 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27762 27452 163 392 0 27361 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 111048

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.18 2.17 2.14 3/177 23870
/proc/meminfo: memFree=29649940/32872528 swapFree=13208/1155804
[pid=23505] ppid=23502 vsize=111048 CPUtime=1800 cores=0,2,4,6
/proc/23505/stat : 23505 (naps-1.02) R 23502 23505 20692 0 -1 4202496 7718 0 0 0 179994 6 0 0 20 0 1 0 12020041 113713152 27452 33554432000 4194304 5796924 140737313040240 140737313037304 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 27762 27452 163 392 0 27361 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 111048

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.01
CPU user time (s): 1799.95
CPU system time (s): 0.06499
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 111048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.06499
maximum resident set size= 109856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93225 second user time and 6.81596 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 20:15:26
IDJOB=4121052
IDBENCH=110261
IDSOLVER=2544
FILE ID=node114/4121052-1467310526
RUNJOBID= node114-1467308733-20708
PBS_JOBID= 20005267
Free space on /tmp= 71668 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-27.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121052-1467310526/watcher-4121052-1467310526 -o /tmp/evaluation-result-4121052-1467310526/solver-4121052-1467310526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467308733-20708 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4121052-1467310526.opb

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

MD5SUM BENCH= f4cccbac4e8884c7988a129175b2cb13
RANDOM SEED=1935386088

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29708648 kB
Buffers:          135852 kB
Cached:          1046908 kB
SwapCached:            0 kB
Active:           348588 kB
Inactive:         917868 kB
Active(anon):      80080 kB
Inactive(anon):     6048 kB
Active(file):     268508 kB
Inactive(file):   911820 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3764 kB
Writeback:             0 kB
AnonPages:       1239424 kB
Mapped:            14424 kB
Shmem:               204 kB
Slab:             610624 kB
SReclaimable:      54660 kB
SUnreclaim:       555964 kB
KernelStack:        1472 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1346240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node114 at 2016-06-30 20:45:27