Trace number 357744

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.42 1801.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.467927
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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...
0.00/0.00	c ...done
0.00/0.00	c #vars=266 #constraints=573 hasObjective=no
0.00/0.01	c res. mode=mod
0.00/0.01	c VSIDS like heuristics
0.00/0.01	c complete search running
0.69/0.74	c restart after 401 decisions
0.79/0.87	c nbDecision=500 #constraints=1022
1.49/1.54	c restart after 801 decisions
2.19/2.26	c nbDecision=1000 #constraints=1492
4.49/4.58	c nbDecision=1500 #constraints=1957
5.19/5.21	c restart after 1601 decisions
7.99/8.07	c nbDecision=2000 #constraints=2411
12.38/12.40	c nbDecision=2500 #constraints=2869
17.88/17.94	c nbDecision=3000 #constraints=3277
20.59/20.64	c restart after 3201 decisions
25.58/25.61	c nbDecision=3500 #constraints=3729
35.47/35.50	c nbDecision=4000 #constraints=4181
46.88/46.92	c nbDecision=4500 #constraints=4649
60.77/60.85	c nbDecision=5000 #constraints=5130
75.47/75.55	c nbDecision=5500 #constraints=5605
93.06/93.12	c nbDecision=6000 #constraints=6081
108.25/108.32	c restart after 6401 decisions
113.65/113.70	c nbDecision=6500 #constraints=6547
137.85/137.94	c nbDecision=7000 #constraints=7005
163.44/163.56	c nbDecision=7500 #constraints=7477
192.82/192.92	c nbDecision=8000 #constraints=7958
224.32/224.43	c nbDecision=8500 #constraints=8437
251.81/251.95	c nbDecision=9000 #constraints=8918
279.70/279.85	c nbDecision=9500 #constraints=9388
313.29/313.47	c nbDecision=10000 #constraints=9871
347.67/347.84	c nbDecision=10500 #constraints=10349
387.46/387.66	c nbDecision=11000 #constraints=10823
425.05/425.29	c nbDecision=11500 #constraints=11287
466.24/466.41	c nbDecision=12000 #constraints=11768
513.32/513.53	c nbDecision=12500 #constraints=12244
539.71/539.93	c restart after 12801 decisions
557.40/557.67	c nbDecision=13000 #constraints=12712
603.89/604.19	c nbDecision=13500 #constraints=13174
653.07/653.40	c nbDecision=14000 #constraints=13657
703.76/704.02	c nbDecision=14500 #constraints=14145
759.23/759.55	c nbDecision=15000 #constraints=14637
811.22/811.57	c nbDecision=15500 #constraints=15107
867.50/867.88	c nbDecision=16000 #constraints=15580
921.77/922.16	c nbDecision=16500 #constraints=16045
978.46/978.80	c nbDecision=17000 #constraints=16520
1035.44/1035.86	c nbDecision=17500 #constraints=16990
1095.71/1096.17	c nbDecision=18000 #constraints=17468
1154.90/1155.34	c nbDecision=18500 #constraints=17930
1221.77/1222.26	c nbDecision=19000 #constraints=18399
1284.86/1285.30	c nbDecision=19500 #constraints=18875
1350.63/1351.16	c nbDecision=20000 #constraints=19337
1420.11/1420.66	c nbDecision=20500 #constraints=19811
1489.89/1490.49	c nbDecision=21000 #constraints=20293
1566.26/1566.87	c nbDecision=21500 #constraints=20761
1641.64/1642.23	c nbDecision=22000 #constraints=21227
1722.71/1723.34	c nbDecision=22500 #constraints=21711
1800.00/1800.71	Received signal 15
1800.29/1801.09	
1800.29/1801.09	s UNKNOWN
1800.29/1801.09	
1800.29/1801.09	c user time= 1800.14 s
1800.29/1801.09	c system time= 0.26096 s
1800.29/1801.09	c wall clock time=1801.1

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-357744-1176834707 -o ROOT/results/node69/solver-357744-1176834707 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357744-1176834707/instance-357744-1176834707.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.90 0.95 0.97 3/64 17787
/proc/meminfo: memFree=1601180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=1468 CPUtime=0
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 159460135 1503232 166 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 367 166 131 317 0 46 0

[startup+0.0935159 s]
/proc/loadavg: 0.90 0.95 0.97 3/64 17787
/proc/meminfo: memFree=1601180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=1996 CPUtime=0.09
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 308 0 0 0 9 0 0 0 18 0 1 0 159460135 2043904 290 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278973 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 499 290 139 317 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1996

[startup+0.101517 s]
/proc/loadavg: 0.90 0.95 0.97 3/64 17787
/proc/meminfo: memFree=1601180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=1996 CPUtime=0.09
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 311 0 0 0 9 0 0 0 18 0 1 0 159460135 2043904 293 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746933 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 499 293 139 317 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1996

[startup+0.301549 s]
/proc/loadavg: 0.90 0.95 0.97 3/64 17787
/proc/meminfo: memFree=1601180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=2516 CPUtime=0.29
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 460 0 0 0 29 0 0 0 19 0 1 0 159460135 2576384 442 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 629 442 139 317 0 308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2516

[startup+0.701615 s]
/proc/loadavg: 0.90 0.95 0.97 3/64 17787
/proc/meminfo: memFree=1601180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=3296 CPUtime=0.69
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 659 0 0 0 69 0 0 0 22 0 1 0 159460135 3375104 641 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270597 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 824 641 139 317 0 503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3296

[startup+1.50174 s]
/proc/loadavg: 0.90 0.95 0.97 2/65 17788
/proc/meminfo: memFree=1598228/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=5268 CPUtime=1.49
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 1143 0 0 0 149 0 0 0 25 0 1 0 159460135 5394432 1125 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 1317 1125 139 317 0 996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5268

[startup+3.102 s]
/proc/loadavg: 0.90 0.95 0.97 2/65 17788
/proc/meminfo: memFree=1596052/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=7372 CPUtime=3.09
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 1652 0 0 0 309 0 0 0 25 0 1 0 159460135 7548928 1634 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 1843 1634 139 317 0 1522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7372

[startup+6.30152 s]
/proc/loadavg: 0.90 0.95 0.97 2/65 17788
/proc/meminfo: memFree=1593172/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=10044 CPUtime=6.29
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 2312 0 0 0 628 1 0 0 25 0 1 0 159460135 10285056 2294 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 2511 2294 139 317 0 2190 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10044

[startup+12.7016 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 17788
/proc/meminfo: memFree=1588708/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=14200 CPUtime=12.68
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 3305 0 0 0 1267 1 0 0 25 0 1 0 159460135 14540800 3287 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710946 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 3550 3287 139 317 0 3229 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14200

[startup+25.5016 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 17788
/proc/meminfo: memFree=1583908/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=18912 CPUtime=25.48
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 4434 0 0 0 2546 2 0 0 25 0 1 0 159460135 19365888 4416 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 4728 4416 139 317 0 4407 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18912

[startup+51.1018 s]
/proc/loadavg: 0.95 0.96 0.97 2/65 17788
/proc/meminfo: memFree=1578084/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=25088 CPUtime=51.08
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 5891 0 0 0 5105 3 0 0 25 0 1 0 159460135 25690112 5873 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 6272 5873 139 317 0 5951 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25088

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 17788
/proc/meminfo: memFree=1569764/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=33516 CPUtime=102.26
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 7932 0 0 0 10222 4 0 0 25 0 1 0 159460135 34320384 7914 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563631 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 8379 7914 139 317 0 8058 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 33516

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17788
/proc/meminfo: memFree=1564196/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=39408 CPUtime=162.24
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 9322 0 0 0 16218 6 0 0 25 0 1 0 159460135 40353792 9304 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718650 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 9852 9304 139 317 0 9531 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 39408

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17788
/proc/meminfo: memFree=1559268/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=45008 CPUtime=222.22
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 10604 0 0 0 22215 7 0 0 25 0 1 0 159460135 46088192 10529 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 11252 10529 139 317 0 10931 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45008

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17788
/proc/meminfo: memFree=1553828/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=50820 CPUtime=282.19
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 11949 0 0 0 28211 8 0 0 25 0 1 0 159460135 52039680 11874 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 12705 11874 139 317 0 12384 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 50820

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17788
/proc/meminfo: memFree=1549284/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=55232 CPUtime=342.17
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 13057 0 0 0 34208 9 0 0 25 0 1 0 159460135 56557568 12982 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 13808 12982 139 317 0 13487 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 55232

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17788
/proc/meminfo: memFree=1545444/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=59084 CPUtime=402.16
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 14039 0 0 0 40206 10 0 0 25 0 1 0 159460135 60502016 13964 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 14771 13964 139 317 0 14450 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 59084

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1541668/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=62424 CPUtime=462.14
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 14961 0 0 0 46203 11 0 0 25 0 1 0 159460135 63922176 14886 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 15606 14886 139 317 0 15285 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 62424

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1538468/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=66808 CPUtime=522.11
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 15791 0 0 0 52199 12 0 0 25 0 1 0 159460135 68411392 15716 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 16702 15716 139 317 0 16381 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 66808

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1535140/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=70252 CPUtime=582.1
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 16596 0 0 0 58197 13 0 0 25 0 1 0 159460135 71938048 16521 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 17563 16521 139 317 0 17242 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 70252

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1532004/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=73232 CPUtime=642.08
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 17373 0 0 0 64195 13 0 0 25 0 1 0 159460135 74989568 17298 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 18308 17298 139 317 0 17987 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 73232


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

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1518180/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=88608 CPUtime=941.97
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 20819 0 0 0 94180 17 0 0 25 0 1 0 159460135 90734592 20744 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711029 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 22152 20744 139 317 0 21831 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 88608

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17790
/proc/meminfo: memFree=1515684/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=91688 CPUtime=1001.95
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 21555 0 0 0 100177 18 0 0 25 0 1 0 159460135 93888512 21367 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 22922 21367 139 317 0 22601 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 91688

[startup+1062.3 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 17790
/proc/meminfo: memFree=1513316/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=94184 CPUtime=1061.93
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 22155 0 0 0 106175 18 0 0 25 0 1 0 159460135 96444416 21967 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 23546 21967 139 317 0 23225 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 94184

[startup+1122.3 s]
/proc/loadavg: 1.05 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1510820/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=96808 CPUtime=1121.91
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 22754 0 0 0 112172 19 0 0 25 0 1 0 159460135 99131392 22566 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 24202 22566 139 317 0 23881 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 96808

[startup+1182.3 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1508452/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=99436 CPUtime=1181.89
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 23363 0 0 0 118170 19 0 0 25 0 1 0 159460135 101822464 23175 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564043 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 24859 23175 139 317 0 24538 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 99436

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1506084/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=102060 CPUtime=1241.88
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 23935 0 0 0 124168 20 0 0 25 0 1 0 159460135 104509440 23747 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 25515 23747 139 317 0 25194 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 102060

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1503780/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=104552 CPUtime=1301.85
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 24493 0 0 0 130165 20 0 0 25 0 1 0 159460135 107061248 24305 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 26138 24305 139 317 0 25817 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 104552

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1501476/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=106880 CPUtime=1361.82
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 25080 0 0 0 136162 20 0 0 25 0 1 0 159460135 109445120 24892 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 26720 24892 139 317 0 26399 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 106880

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1499300/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=108992 CPUtime=1421.81
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 25618 0 0 0 142160 21 0 0 25 0 1 0 159460135 111607808 25430 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 27248 25430 139 317 0 26927 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 108992

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1497188/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=111220 CPUtime=1481.79
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 26162 0 0 0 148158 21 0 0 25 0 1 0 159460135 113889280 25974 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 27805 25974 139 317 0 27484 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 111220

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1495140/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=113180 CPUtime=1541.77
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 26667 0 0 0 154155 22 0 0 25 0 1 0 159460135 115896320 26479 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 28295 26479 139 317 0 27974 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 113180

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1493284/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=115004 CPUtime=1601.75
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 27135 0 0 0 160153 22 0 0 25 0 1 0 159460135 117764096 26947 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 28751 26947 139 317 0 28430 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 115004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1491236/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=116968 CPUtime=1661.72
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 27641 0 0 0 166150 22 0 0 25 0 1 0 159460135 119775232 27453 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 29242 27453 139 317 0 28921 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 116968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17790
/proc/meminfo: memFree=1489316/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=118676 CPUtime=1721.71
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 28112 0 0 0 172148 23 0 0 25 0 1 0 159460135 121524224 27924 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563397 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 29669 27924 139 317 0 29348 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 118676

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 17946
/proc/meminfo: memFree=1486196/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=120128 CPUtime=1781.6
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 28512 0 0 0 178135 25 0 0 25 0 1 0 159460135 123011072 28324 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718428 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 30032 28324 139 317 0 29711 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 120128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 17964
/proc/meminfo: memFree=1485812/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=120520 CPUtime=1800
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 28619 0 0 0 179974 26 0 0 25 0 1 0 159460135 123412480 28431 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563631 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 30130 28431 139 317 0 29809 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 120520

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.98 2/71 17964
/proc/meminfo: memFree=1485812/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=120520 CPUtime=1800.29
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 28619 0 0 0 180003 26 0 0 25 0 1 0 159460135 123412480 28431 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 30130 28431 139 317 0 29809 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 120520

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 17964
/proc/meminfo: memFree=1485812/2055920 swapFree=4182840/4192956
[pid=17787] ppid=17785 vsize=119616 CPUtime=1800.39
/proc/17787/stat : 17787 (oree) R 17785 17787 17604 0 -1 4194304 28636 0 0 0 180013 26 0 0 25 0 1 0 159460135 122486784 28296 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135339169 0 0 4096 17474 0 0 0 17 1 0 0
/proc/17787/statm: 29904 28296 155 317 0 29583 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 119616

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.42
CPU user time (s): 1800.14
CPU system time (s): 0.281957
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 120520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.14
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28636
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= 2495

runsolver used 1.34479 second user time and 3.62845 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Apr 17 18:31:47 UTC 2007

IDJOB= 357744
IDBENCH= 1164
IDSOLVER= 172
FILE ID= node69/357744-1176834707

PBS_JOBID= 4590151

Free space on /tmp= 66523 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= oree /tmp/evaluation/357744-1176834707/instance-357744-1176834707.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-357744-1176834707 -o ROOT/results/node69/solver-357744-1176834707 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357744-1176834707/instance-357744-1176834707.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  b789f830862c22cea2a920d3cb2b89b5

RANDOM SEED= 965199915

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1601588 kB
Buffers:         27216 kB
Cached:         378160 kB
SwapCached:       5208 kB
Active:         235640 kB
Inactive:       180508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601588 kB
SwapTotal:     4192956 kB
SwapFree:      4182840 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            24148 kB
Committed_AS:  1425600 kB
PageTables:       1472 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= 66523 MiB

End job on node69 on Tue Apr 17 19:01:50 UTC 2007