Trace number 418989

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, and are wall clock time (not CPU 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
oree 0.1.2 alpha? (TO) 1800.81 1801.54

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-10-19-s.opb
MD5SUM0accc2fede717a5875f68bad377f5246
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark181.581
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables331631
Total number of constraints1586193
Number of constraints which are clauses1586193
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
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 (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
12.29/12.31	c ...done
12.29/12.31	c #vars=331631 #constraints=1586193 hasObjective=no
14.29/14.33	c res. mode=mod
14.29/14.33	c VSIDS like heuristics
14.29/14.33	c complete search running
83.76/83.85	c restart after 401 decisions
106.37/106.41	c nbDecision=500 #constraints=1586450
146.25/146.32	c restart after 801 decisions
207.53/207.69	c nbDecision=1000 #constraints=1586731
353.29/353.44	c nbDecision=1500 #constraints=1587022
367.69/367.89	c restart after 1601 decisions
480.26/480.48	c nbDecision=2000 #constraints=1587238
544.05/544.30	c nbDecision=2500 #constraints=1587469
611.62/611.86	c nbDecision=3000 #constraints=1587710
630.83/631.00	c restart after 3201 decisions
664.01/664.25	c nbDecision=3500 #constraints=1587920
719.20/719.49	c nbDecision=4000 #constraints=1588139
784.98/785.27	c nbDecision=4500 #constraints=1588357
854.66/854.94	c nbDecision=5000 #constraints=1588606
914.05/914.35	c nbDecision=5500 #constraints=1588820
990.82/991.19	c nbDecision=6000 #constraints=1589102
1049.71/1050.00	c restart after 6401 decisions
1064.48/1064.81	c nbDecision=6500 #constraints=1589400
1147.76/1148.25	c nbDecision=7000 #constraints=1589654
1253.74/1254.29	c nbDecision=7500 #constraints=1589947
1350.01/1350.51	c nbDecision=8000 #constraints=1590217
1427.99/1428.54	c nbDecision=8500 #constraints=1590467
1522.47/1523.00	c nbDecision=9000 #constraints=1590756
1618.34/1619.00	c nbDecision=9500 #constraints=1591072
1745.01/1745.66	c nbDecision=10000 #constraints=1591304
1800.00/1800.61	Received signal 15
1800.29/1800.91	
1800.29/1800.91	s UNKNOWN
1800.29/1800.91	
1800.29/1800.91	c user time= 1799.52 s
1800.29/1800.91	c system time= 0.791879 s
1800.29/1800.91	c wall clock time=1800.92

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-418989-1177400601 -o ROOT/results/node15/solver-418989-1177400601 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/418989-1177400601/instance-418989-1177400601.opb mod 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 12109
/proc/meminfo: memFree=1707264/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=1468 CPUtime=0
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 187978085 1503232 167 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 367 167 130 317 0 46 0

[startup+0.0739621 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 12109
/proc/meminfo: memFree=1707264/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=3052 CPUtime=0.07
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 561 0 0 0 7 0 0 0 18 0 1 0 187978085 3125248 544 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 763 544 130 317 0 442 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3052

[startup+0.101964 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 12109
/proc/meminfo: memFree=1707264/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=3580 CPUtime=0.09
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 714 0 0 0 9 0 0 0 18 0 1 0 187978085 3665920 697 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 895 697 130 317 0 574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3580

[startup+0.301981 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 12109
/proc/meminfo: memFree=1707264/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=8064 CPUtime=0.29
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 1820 0 0 0 29 0 0 0 20 0 1 0 187978085 8257536 1770 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 2016 1770 130 317 0 1695 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8064

[startup+0.702018 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 12109
/proc/meminfo: memFree=1707264/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=16504 CPUtime=0.69
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 4006 0 0 0 68 1 0 0 24 0 1 0 187978085 16900096 3891 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 4126 3892 130 317 0 3805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16504

[startup+1.50109 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 12110
/proc/meminfo: memFree=1686584/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=34176 CPUtime=1.49
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 8541 0 0 0 146 3 0 0 25 0 1 0 187978085 34996224 8297 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 8577 8298 130 317 0 8256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34176

[startup+3.10124 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 12110
/proc/meminfo: memFree=1663608/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=69916 CPUtime=3.08
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 17684 0 0 0 301 7 0 0 25 0 1 0 187978085 71593984 17183 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 17479 17183 130 317 0 17158 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69916

[startup+6.30153 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 12110
/proc/meminfo: memFree=1590456/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=140472 CPUtime=6.29
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 35693 0 0 0 613 16 0 0 25 0 1 0 187978085 143843328 34679 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 35118 34679 130 317 0 34797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140472

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 12110
/proc/meminfo: memFree=1450360/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=385168 CPUtime=12.68
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 95876 0 0 0 1221 47 0 0 25 0 1 0 187978085 394412032 93837 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 96292 93839 136 317 0 95971 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 385168

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 12110
/proc/meminfo: memFree=1234616/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=25.48
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131508 0 0 0 2486 62 0 0 25 0 1 0 187978085 533176320 118625 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711504 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118625 139 317 0 129849 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 520680

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 12110
/proc/meminfo: memFree=1234680/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=51.08
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131508 0 0 0 5046 62 0 0 25 0 1 0 187978085 533176320 118625 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118625 139 317 0 129849 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 520680

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=102.27
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131508 0 0 0 10164 63 0 0 25 0 1 0 187978085 533176320 118625 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563957 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118625 139 317 0 129849 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 520680

[startup+162.302 s]
/proc/loadavg: 1.03 0.99 0.84 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=162.25
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131510 0 0 0 16162 63 0 0 25 0 1 0 187978085 533176320 118627 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711484 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118627 139 317 0 129849 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 520680

[startup+222.301 s]
/proc/loadavg: 1.11 1.02 0.86 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=222.24
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131512 0 0 0 22160 64 0 0 25 0 1 0 187978085 533176320 118629 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118629 139 317 0 129849 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 520680

[startup+282.302 s]
/proc/loadavg: 1.04 1.01 0.86 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=282.22
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131512 0 0 0 28158 64 0 0 25 0 1 0 187978085 533176320 118629 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278973 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118629 139 317 0 129849 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 520680

[startup+342.301 s]
/proc/loadavg: 1.01 1.00 0.87 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=342.2
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131514 0 0 0 34156 64 0 0 25 0 1 0 187978085 533176320 118631 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562888 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118631 139 317 0 129849 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 520680

[startup+402.302 s]
/proc/loadavg: 1.05 1.02 0.88 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=402.19
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131514 0 0 0 40154 65 0 0 25 0 1 0 187978085 533176320 118631 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284242 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118631 139 317 0 129849 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 520680

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 0.89 2/78 12110
/proc/meminfo: memFree=1234936/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=462.17
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131514 0 0 0 46152 65 0 0 25 0 1 0 187978085 533176320 118631 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604197 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118631 139 317 0 129849 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 520680

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/78 12110
/proc/meminfo: memFree=1234936/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=522.15
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131516 0 0 0 52149 66 0 0 25 0 1 0 187978085 533176320 118633 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563351 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118633 139 317 0 129849 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 520680

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.90 2/78 12110
/proc/meminfo: memFree=1234936/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=582.13
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131518 0 0 0 58147 66 0 0 25 0 1 0 187978085 533176320 118635 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118635 139 317 0 129849 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 520680

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/78 12110
/proc/meminfo: memFree=1234936/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=642.13
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131520 0 0 0 64146 67 0 0 25 0 1 0 187978085 533176320 118637 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604466 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118637 139 317 0 129849 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 520680


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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12110
/proc/meminfo: memFree=1234808/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1002.03
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131530 0 0 0 100133 70 0 0 25 0 1 0 187978085 533176320 118647 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278940 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118647 139 317 0 129849 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 520680

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/84 12176
/proc/meminfo: memFree=1233472/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1061.98
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131532 0 0 0 106127 71 0 0 25 0 1 0 187978085 533176320 118649 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118649 139 317 0 129849 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 520680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234424/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1121.87
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131534 0 0 0 112116 71 0 0 25 0 1 0 187978085 533176320 118651 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279003 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118651 139 317 0 129849 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 520680

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234552/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1181.85
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131534 0 0 0 118114 71 0 0 25 0 1 0 187978085 533176320 118651 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562758 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118651 139 317 0 129849 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 520680

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234552/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1241.84
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131536 0 0 0 124112 72 0 0 25 0 1 0 187978085 533176320 118653 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563351 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118653 139 317 0 129849 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 520680

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234552/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1301.83
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131538 0 0 0 130111 72 0 0 25 0 1 0 187978085 533176320 118655 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118655 139 317 0 129849 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 520680

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234552/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1361.81
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131538 0 0 0 136108 73 0 0 25 0 1 0 187978085 533176320 118655 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118655 139 317 0 129849 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 520680

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1234552/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=520680 CPUtime=1421.79
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 131540 0 0 0 142106 73 0 0 25 0 1 0 187978085 533176320 118657 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130170 118657 139 317 0 129849 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 520680

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1232184/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=523136 CPUtime=1481.77
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 132133 0 0 0 148103 74 0 0 25 0 1 0 187978085 535691264 119250 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 130784 119250 139 317 0 130463 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 523136

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1228152/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=527268 CPUtime=1541.76
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 133129 0 0 0 154101 75 0 0 25 0 1 0 187978085 539922432 120246 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 131817 120246 139 317 0 131496 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 527268

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1225336/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=530260 CPUtime=1601.74
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 133853 0 0 0 160098 76 0 0 25 0 1 0 187978085 542986240 120970 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278995 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 132565 120970 139 317 0 132244 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 530260

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1222456/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=533604 CPUtime=1661.72
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 134575 0 0 0 166096 76 0 0 25 0 1 0 187978085 546410496 121692 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279024 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 133401 121692 139 317 0 133080 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 533604

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1220536/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=535512 CPUtime=1721.71
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 135080 0 0 0 172094 77 0 0 25 0 1 0 187978085 548364288 122180 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284223 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 133878 122180 139 317 0 133557 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 535512

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1216504/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=539804 CPUtime=1781.69
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 136085 0 0 0 178091 78 0 0 25 0 1 0 187978085 552759296 123185 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604089 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 134951 123185 139 317 0 134630 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 539804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1215800/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=540476 CPUtime=1800
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 136258 0 0 0 179921 79 0 0 25 0 1 0 187978085 553447424 123358 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712504 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 135119 123358 139 317 0 134798 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 540476

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1215800/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=540476 CPUtime=1800.39
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194304 136274 0 0 0 179960 79 0 0 25 0 1 0 187978085 553447424 123374 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284196 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 135119 123374 155 317 0 134798 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 540476

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1215800/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=0 CPUtime=1800.79
/proc/12109/stat : 12109 (oree) R 12107 12109 11985 0 -1 4194308 136274 0 0 0 179994 85 0 0 25 0 1 0 187978085 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 0

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 12308
/proc/meminfo: memFree=1215800/2055920 swapFree=4169140/4192956
[pid=12109] ppid=12107 vsize=0 CPUtime=1800.8
/proc/12109/stat : 12109 (oree) D 12107 12109 11985 0 -1 4194308 136274 0 0 0 179994 86 0 0 24 0 1 0 187978085 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 18446744072100051646 0 0 17 0 0 0
/proc/12109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1801.54
CPU time (s): 1800.81
CPU user time (s): 1799.94
CPU system time (s): 0.868867
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 564056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136274
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= 8
involuntary context switches= 37906

runsolver used 1.37879 second user time and 4.01539 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Apr 24 07:43:25 UTC 2007

IDJOB= 418989
IDBENCH= 47741
IDSOLVER= 172
FILE ID= node15/418989-1177400601

PBS_JOBID= 4675640

Free space on /tmp= 66442 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-10-19-s.opb
COMMAND LINE= oree /tmp/evaluation/418989-1177400601/instance-418989-1177400601.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-418989-1177400601 -o ROOT/results/node15/solver-418989-1177400601 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/418989-1177400601/instance-418989-1177400601.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  0accc2fede717a5875f68bad377f5246

RANDOM SEED= 291555748

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1707736 kB
Buffers:         42724 kB
Cached:         207944 kB
SwapCached:       2768 kB
Active:         142384 kB
Inactive:       131288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707736 kB
SwapTotal:     4192956 kB
SwapFree:      4169140 kB
Dirty:           51192 kB
Writeback:           0 kB
Mapped:          30336 kB
Slab:            59920 kB
Committed_AS:  7047100 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66442 MiB

End job on node15 on Tue Apr 24 08:13:28 UTC 2007