Trace number 363882

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 NameAnswerObjective functionCPU timeWall clock time
oree 0.1.2 alpha? (TO) 1800.89 1801.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-7pb.opb
MD5SUMc260403f4942794773ec12b2770e1c07
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark0.25396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2030
Number of constraints which are clauses2006
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 672
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 672
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 672
Number of bits of the biggest sum of numbers10
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.02	c ...done
0.00/0.02	c #vars=672 #constraints=2031 hasObjective=yes
0.00/0.03	c res. mode=mod
0.00/0.03	c VSIDS like heuristics
0.00/0.03	c complete search running
0.09/0.10	c restart after 401 decisions
0.09/0.11	c nbDecision=500 #constraints=2183
0.09/0.17	c restart after 801 decisions
0.19/0.22	c nbDecision=1000 #constraints=2331
0.29/0.38	c nbDecision=1500 #constraints=2506
0.39/0.41	c restart after 1601 decisions
0.49/0.52	c nbDecision=2000 #constraints=2655
0.59/0.69	c nbDecision=2500 #constraints=2828
0.79/0.86	c nbDecision=3000 #constraints=3007
0.89/0.94	c restart after 3201 decisions
1.00/1.04	c nbDecision=3500 #constraints=3166
1.19/1.26	c nbDecision=4000 #constraints=3345
1.49/1.51	c nbDecision=4500 #constraints=3533
1.69/1.77	c nbDecision=5000 #constraints=3732
1.99/2.10	c nbDecision=5500 #constraints=3900
2.49/2.51	c nbDecision=6000 #constraints=4086
2.89/2.90	c restart after 6401 decisions
2.89/2.97	c nbDecision=6500 #constraints=4222
3.89/3.94	c nbDecision=7000 #constraints=4496
5.19/5.21	c nbDecision=7500 #constraints=4814
7.38/7.49	c nbDecision=8000 #constraints=5208
10.29/10.31	c nbDecision=8500 #constraints=5609
13.09/13.19	c nbDecision=9000 #constraints=5947
17.09/17.13	c nbDecision=9500 #constraints=6364
20.98/21.06	c nbDecision=10000 #constraints=6733
24.99/25.05	c nbDecision=10500 #constraints=7079
28.38/28.46	c nbDecision=11000 #constraints=7371
30.98/31.01	c nbDecision=11500 #constraints=7567
33.58/33.63	c nbDecision=12000 #constraints=7755
37.18/37.22	c nbDecision=12500 #constraints=8034
39.67/39.70	c restart after 12801 decisions
40.07/40.14	c nbDecision=13000 #constraints=8292
42.88/42.97	c nbDecision=13500 #constraints=8671
46.27/46.31	c nbDecision=14000 #constraints=9044
49.77/49.83	c nbDecision=14500 #constraints=9373
54.57/54.64	c nbDecision=15000 #constraints=9707
59.87/59.90	c nbDecision=15500 #constraints=10049
66.47/66.50	c nbDecision=16000 #constraints=10427
72.07/72.19	c nbDecision=16500 #constraints=10727
81.06/81.14	c nbDecision=17000 #constraints=11051
89.65/89.78	c nbDecision=17500 #constraints=11362
99.15/99.20	c nbDecision=18000 #constraints=11759
108.55/108.62	c nbDecision=18500 #constraints=12107
119.45/119.58	c nbDecision=19000 #constraints=12442
131.95/132.01	c nbDecision=19500 #constraints=12821
142.24/142.31	c nbDecision=20000 #constraints=13108
156.63/156.70	c nbDecision=20500 #constraints=13464
172.54/172.61	c nbDecision=21000 #constraints=13806
188.62/188.78	c nbDecision=21500 #constraints=14258
203.72/203.87	c nbDecision=22000 #constraints=14635
218.11/218.25	c nbDecision=22500 #constraints=14979
236.51/236.69	c nbDecision=23000 #constraints=15330
255.00/255.17	c nbDecision=23500 #constraints=15667
270.29/270.49	c nbDecision=24000 #constraints=16005
286.59/286.73	c nbDecision=24500 #constraints=16417
302.78/302.93	c nbDecision=25000 #constraints=16780
320.87/321.07	c nbDecision=25500 #constraints=17163
324.68/324.87	c restart after 25601 decisions
338.57/338.77	c nbDecision=26000 #constraints=17468
361.96/362.19	c nbDecision=26500 #constraints=17794
388.75/388.98	c nbDecision=27000 #constraints=18161
411.75/411.90	c nbDecision=27500 #constraints=18514
434.63/434.88	c nbDecision=28000 #constraints=18845
464.43/464.63	c nbDecision=28500 #constraints=19173
490.11/490.31	c nbDecision=29000 #constraints=19492
508.71/508.92	c nbDecision=29500 #constraints=19837
528.20/528.42	c nbDecision=30000 #constraints=20177
553.39/553.63	c nbDecision=30500 #constraints=20522
577.69/577.99	c nbDecision=31000 #constraints=20946
599.87/600.14	c nbDecision=31500 #constraints=21324
621.76/622.07	c nbDecision=32000 #constraints=21680
652.46/652.75	c nbDecision=32500 #constraints=22021
682.64/682.95	c nbDecision=33000 #constraints=22333
709.03/709.33	c nbDecision=33500 #constraints=22683
745.02/745.37	c nbDecision=34000 #constraints=23094
774.81/775.18	c nbDecision=34500 #constraints=23403
802.40/802.78	c nbDecision=35000 #constraints=23783
832.59/832.94	c nbDecision=35500 #constraints=24152
873.18/873.53	c nbDecision=36000 #constraints=24469
910.26/910.66	c nbDecision=36500 #constraints=24851
956.75/957.12	c nbDecision=37000 #constraints=25199
997.74/998.15	c nbDecision=37500 #constraints=25540
1034.63/1035.07	c nbDecision=38000 #constraints=25897
1066.11/1066.55	c nbDecision=38500 #constraints=26253
1108.79/1109.25	c nbDecision=39000 #constraints=26621
1158.98/1159.45	c nbDecision=39500 #constraints=26976
1203.18/1203.79	c nbDecision=40000 #constraints=27411
1255.13/1255.75	c nbDecision=40500 #constraints=27826
1302.21/1302.89	c nbDecision=41000 #constraints=28210
1349.40/1350.06	c nbDecision=41500 #constraints=28586
1403.08/1403.74	c nbDecision=42000 #constraints=28966
1447.26/1447.91	c nbDecision=42500 #constraints=29314
1485.05/1485.79	c nbDecision=43000 #constraints=29717
1522.74/1523.40	c nbDecision=43500 #constraints=30121
1565.32/1566.04	c nbDecision=44000 #constraints=30515
1619.61/1620.38	c nbDecision=44500 #constraints=30882
1676.78/1677.57	c nbDecision=45000 #constraints=31234
1740.76/1741.57	c nbDecision=45500 #constraints=31603
1800.04/1800.80	Received signal 15
1800.84/1801.62	
1800.84/1801.62	s UNKNOWN
1800.84/1801.62	
1800.84/1801.62	c user time= 1800.57 s
1800.84/1801.62	c system time= 0.303953 s
1800.84/1801.62	c wall clock time=1801.62

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/node40/watcher-363882-1176986492 -o ROOT/results/node40/solver-363882-1176986492 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/363882-1176986492/instance-363882-1176986492.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: 1.00 0.99 0.98 3/77 14478
/proc/meminfo: memFree=1317032/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=1468 CPUtime=0
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 27528728 1503232 166 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134831195 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 367 166 130 317 0 46 0

[startup+0.041632 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14478
/proc/meminfo: memFree=1317032/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=2308 CPUtime=0.03
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 382 0 0 0 3 0 0 0 18 0 1 0 27528728 2363392 364 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 577 364 139 317 0 256 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2308

[startup+0.101643 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14478
/proc/meminfo: memFree=1317032/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=2308 CPUtime=0.09
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 392 0 0 0 9 0 0 0 18 0 1 0 27528728 2363392 374 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710960 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 577 374 139 317 0 256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2308

[startup+0.301685 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14478
/proc/meminfo: memFree=1317032/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=2700 CPUtime=0.29
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 476 0 0 0 29 0 0 0 19 0 1 0 27528728 2764800 458 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712543 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 675 458 139 317 0 354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2700

[startup+0.701769 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14478
/proc/meminfo: memFree=1317032/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=3232 CPUtime=0.69
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 613 0 0 0 69 0 0 0 22 0 1 0 27528728 3309568 595 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718650 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 808 595 139 317 0 487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3232

[startup+1.50194 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1314784/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=4024 CPUtime=1.49
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 826 0 0 0 149 0 0 0 25 0 1 0 27528728 4120576 808 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 1006 808 139 317 0 685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4024

[startup+3.10127 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1313504/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=5164 CPUtime=3.09
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 1080 0 0 0 309 0 0 0 25 0 1 0 27528728 5287936 1062 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712541 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 1291 1062 139 317 0 970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5164

[startup+6.30194 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1312160/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=6360 CPUtime=6.29
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 1393 0 0 0 629 0 0 0 25 0 1 0 27528728 6512640 1375 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711484 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 1590 1375 139 317 0 1269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6360

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1310368/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=8060 CPUtime=12.69
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 1794 0 0 0 1268 1 0 0 25 0 1 0 27528728 8253440 1776 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 2015 1776 139 317 0 1694 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8060

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1307872/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=10488 CPUtime=25.49
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 2385 0 0 0 2547 2 0 0 25 0 1 0 27528728 10739712 2367 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604466 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 2622 2367 139 317 0 2301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10488

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1303648/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=14956 CPUtime=51.07
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 3503 0 0 0 5105 2 0 0 25 0 1 0 27528728 15314944 3434 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 3739 3434 139 317 0 3418 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14956

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1298528/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=19964 CPUtime=102.26
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 4740 0 0 0 10222 4 0 0 25 0 1 0 27528728 20443136 4671 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 4991 4671 139 317 0 4670 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19964

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1295008/2055920 swapFree=4112948/4192956
[pid=14478] ppid=14476 vsize=23788 CPUtime=162.23
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 5610 0 0 0 16218 5 0 0 25 0 1 0 27528728 24358912 5541 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 5947 5541 139 317 0 5626 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23788

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1291616/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=27440 CPUtime=222.22
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 6551 0 0 0 22215 7 0 0 25 0 1 0 27528728 28098560 6382 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 6860 6382 139 317 0 6539 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 27440

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1288864/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=30128 CPUtime=282.19
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 7226 0 0 0 28211 8 0 0 25 0 1 0 27528728 30851072 7057 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 7532 7057 139 317 0 7211 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30128

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1286176/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=33452 CPUtime=342.17
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 7893 0 0 0 34208 9 0 0 25 0 1 0 27528728 34254848 7724 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718304 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 8363 7724 139 317 0 8042 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33452

[startup+402.303 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1284320/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=35332 CPUtime=402.15
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 8359 0 0 0 40205 10 0 0 25 0 1 0 27528728 36179968 8190 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718671 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 8833 8190 139 317 0 8512 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 35332

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1282528/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=36940 CPUtime=462.13
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 8792 0 0 0 46202 11 0 0 25 0 1 0 27528728 37826560 8623 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 9235 8623 139 317 0 8914 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 36940

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1280608/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=38924 CPUtime=522.1
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 9295 0 0 0 52199 11 0 0 25 0 1 0 27528728 39858176 9126 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 9731 9126 139 317 0 9410 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 38924

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1278752/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=40776 CPUtime=582.08
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 9748 0 0 0 58195 13 0 0 25 0 1 0 27528728 41754624 9579 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 10194 9579 139 317 0 9873 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 40776

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1276832/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=42888 CPUtime=642.07
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 10305 0 0 0 64193 14 0 0 25 0 1 0 27528728 43917312 10037 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 10722 10037 139 317 0 10401 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 42888


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

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1270304/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=49496 CPUtime=941.95
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 12036 0 0 0 94177 18 0 0 25 0 1 0 27528728 50683904 11669 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 12374 11669 139 317 0 12053 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 49496

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1269280/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=50576 CPUtime=1001.93
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 12308 0 0 0 100174 19 0 0 25 0 1 0 27528728 51789824 11941 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718650 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 12644 11941 139 317 0 12323 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 50576

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1268000/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=51896 CPUtime=1061.91
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 12659 0 0 0 106171 20 0 0 25 0 1 0 27528728 53141504 12259 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 12974 12259 139 317 0 12653 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 51896

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14479
/proc/meminfo: memFree=1266848/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=52944 CPUtime=1121.89
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 12932 0 0 0 112168 21 0 0 25 0 1 0 27528728 54214656 12532 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 13236 12532 139 317 0 12915 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 52944

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/84 14553
/proc/meminfo: memFree=1264624/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=54008 CPUtime=1181.81
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 13221 0 0 0 118160 21 0 0 25 0 1 0 27528728 55304192 12821 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 13502 12821 139 317 0 13181 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 54008

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1264288/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=55388 CPUtime=1241.74
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 13538 0 0 0 124151 23 0 0 25 0 1 0 27528728 56717312 13138 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715606 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 13847 13138 139 317 0 13526 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 55388

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1263264/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=56376 CPUtime=1301.72
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 13794 0 0 0 130149 23 0 0 25 0 1 0 27528728 57729024 13394 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 14094 13394 139 317 0 13773 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 56376

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1262240/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=57484 CPUtime=1361.69
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 14059 0 0 0 136145 24 0 0 25 0 1 0 27528728 58863616 13659 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563976 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 14371 13659 139 317 0 14050 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 57484

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1260384/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=60360 CPUtime=1421.68
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 14795 0 0 0 142143 25 0 0 25 0 1 0 27528728 61808640 14064 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 15090 14064 139 317 0 14769 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 60360

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1259744/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=61280 CPUtime=1481.66
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 15019 0 0 0 148140 26 0 0 25 0 1 0 27528728 62750720 14255 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 15320 14255 139 317 0 14999 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 61280

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1258464/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=62616 CPUtime=1541.63
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 15368 0 0 0 154136 27 0 0 25 0 1 0 27528728 64118784 14604 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 15654 14604 139 317 0 15333 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 62616

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1257376/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=63668 CPUtime=1601.61
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 15641 0 0 0 160134 27 0 0 25 0 1 0 27528728 65196032 14877 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712592 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 15917 14877 139 317 0 15596 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 63668

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1256736/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=64452 CPUtime=1661.59
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 15832 0 0 0 166131 28 0 0 25 0 1 0 27528728 65998848 15068 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16113 15068 139 317 0 15792 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 64452

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1255904/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=65236 CPUtime=1721.57
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 16065 0 0 0 172128 29 0 0 25 0 1 0 27528728 66801664 15268 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716140 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16309 15268 139 317 0 15988 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 65236

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1255072/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=66160 CPUtime=1781.55
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 16262 0 0 0 178125 30 0 0 25 0 1 0 27528728 67747840 15465 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16540 15465 139 317 0 16219 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 66160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1254688/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=66424 CPUtime=1800.04
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 16352 0 0 0 179974 30 0 0 25 0 1 0 27528728 68018176 15555 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16606 15555 139 317 0 16285 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 66424

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1254688/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=66424 CPUtime=1800.64
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 16356 0 0 0 180034 30 0 0 25 0 1 0 27528728 68018176 15559 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16606 15559 139 317 0 16285 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 66424

[startup+1801.6 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 14677
/proc/meminfo: memFree=1254688/2055920 swapFree=4112952/4192956
[pid=14478] ppid=14476 vsize=66424 CPUtime=1800.84
/proc/14478/stat : 14478 (oree) R 14476 14478 12596 0 -1 4194304 16357 0 0 0 180054 30 0 0 25 0 1 0 27528728 68018176 15560 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14478/statm: 16606 15560 139 317 0 16285 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 66424

Child status: 0
Real time (s): 1801.64
CPU time (s): 1800.89
CPU user time (s): 1800.57
CPU system time (s): 0.315951
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 66424

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

runsolver used 2.07468 second user time and 4.48132 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Thu Apr 19 12:41:32 UTC 2007

IDJOB= 363882
IDBENCH= 2033
IDSOLVER= 172
FILE ID= node40/363882-1176986492

PBS_JOBID= 4630390

Free space on /tmp= 66528 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-7pb.opb
COMMAND LINE= oree /tmp/evaluation/363882-1176986492/instance-363882-1176986492.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-363882-1176986492 -o ROOT/results/node40/solver-363882-1176986492 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/363882-1176986492/instance-363882-1176986492.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  c260403f4942794773ec12b2770e1c07

RANDOM SEED= 757517174

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1317440 kB
Buffers:         39400 kB
Cached:         611460 kB
SwapCached:       2620 kB
Active:         165176 kB
Inactive:       511528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317440 kB
SwapTotal:     4192956 kB
SwapFree:      4112948 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          34904 kB
Slab:            47184 kB
Committed_AS:   306772 kB
PageTables:       1900 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= 66528 MiB

End job on node40 on Thu Apr 19 13:11:35 UTC 2007