Trace number 363826

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.13 1800.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.276957
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
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=2029 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.20/0.27	c restart after 401 decisions
0.30/0.33	c nbDecision=500 #constraints=2391
0.49/0.54	c restart after 801 decisions
0.59/0.68	c nbDecision=1000 #constraints=2687
1.39/1.43	c nbDecision=1500 #constraints=3054
1.49/1.58	c restart after 1601 decisions
2.29/2.30	c nbDecision=2000 #constraints=3421
3.69/3.73	c nbDecision=2500 #constraints=3804
4.69/4.79	c nbDecision=3000 #constraints=4249
5.29/5.31	c restart after 3201 decisions
5.39/5.49	c nbDecision=3500 #constraints=4504
5.89/5.98	c nbDecision=4000 #constraints=4737
6.59/6.65	c nbDecision=4500 #constraints=4978
9.59/9.63	c nbDecision=5000 #constraints=5401
12.09/12.18	c nbDecision=5500 #constraints=5815
16.49/16.50	c nbDecision=6000 #constraints=6292
18.39/18.42	c restart after 6401 decisions
18.59/18.67	c nbDecision=6500 #constraints=6545
28.68/28.73	c nbDecision=7000 #constraints=7002
38.18/38.28	c nbDecision=7500 #constraints=7407
49.68/49.74	c nbDecision=8000 #constraints=7831
56.77/56.82	c nbDecision=8500 #constraints=8212
71.07/71.16	c nbDecision=9000 #constraints=8662
87.27/87.34	c nbDecision=9500 #constraints=9108
98.36/98.47	c nbDecision=10000 #constraints=9486
111.65/111.74	c nbDecision=10500 #constraints=9945
129.85/129.92	c nbDecision=11000 #constraints=10403
150.44/150.55	c nbDecision=11500 #constraints=10811
160.25/160.34	c nbDecision=12000 #constraints=11147
173.84/173.92	c nbDecision=12500 #constraints=11560
181.44/181.57	c restart after 12801 decisions
188.43/188.59	c nbDecision=13000 #constraints=11909
218.83/218.94	c nbDecision=13500 #constraints=12338
240.72/240.90	c nbDecision=14000 #constraints=12747
269.61/269.78	c nbDecision=14500 #constraints=13171
294.10/294.20	c nbDecision=15000 #constraints=13612
328.39/328.51	c nbDecision=15500 #constraints=14048
342.69/342.84	c nbDecision=16000 #constraints=14454
369.78/369.90	c nbDecision=16500 #constraints=14896
410.47/410.68	c nbDecision=17000 #constraints=15335
448.36/448.54	c nbDecision=17500 #constraints=15773
485.95/486.10	c nbDecision=18000 #constraints=16190
522.84/523.06	c nbDecision=18500 #constraints=16618
553.73/553.91	c nbDecision=19000 #constraints=17050
571.13/571.37	c nbDecision=19500 #constraints=17394
616.71/616.92	c nbDecision=20000 #constraints=17806
652.00/652.28	c nbDecision=20500 #constraints=18181
697.38/697.66	c nbDecision=21000 #constraints=18587
737.78/738.09	c nbDecision=21500 #constraints=18945
753.67/753.92	c nbDecision=22000 #constraints=19291
783.56/783.84	c nbDecision=22500 #constraints=19684
815.96/816.28	c nbDecision=23000 #constraints=20123
876.93/877.28	c nbDecision=23500 #constraints=20582
938.71/939.05	c nbDecision=24000 #constraints=21022
986.80/987.18	c nbDecision=24500 #constraints=21462
1053.08/1053.44	c nbDecision=25000 #constraints=21911
1102.66/1103.06	c nbDecision=25500 #constraints=22387
1114.06/1114.47	c restart after 25601 decisions
1163.65/1164.05	c nbDecision=26000 #constraints=22780
1199.53/1199.93	c nbDecision=26500 #constraints=23142
1265.92/1266.32	c nbDecision=27000 #constraints=23605
1335.50/1336.06	c nbDecision=27500 #constraints=24050
1400.58/1401.14	c nbDecision=28000 #constraints=24478
1461.56/1462.17	c nbDecision=28500 #constraints=24900
1539.74/1540.35	c nbDecision=29000 #constraints=25362
1610.72/1611.35	c nbDecision=29500 #constraints=25818
1684.29/1684.96	c nbDecision=30000 #constraints=26221
1767.67/1768.37	c nbDecision=30500 #constraints=26686
1800.07/1800.71	Received signal 15
1800.07/1800.74	
1800.07/1800.74	s UNKNOWN
1800.07/1800.74	
1800.07/1800.74	c user time= 1799.8 s
1800.07/1800.74	c system time= 0.320951 s
1800.07/1800.74	c wall clock time=1800.75

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/node9/watcher-363826-1176986381 -o ROOT/results/node9/solver-363826-1176986381 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/363826-1176986381/instance-363826-1176986381.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.91 3/77 23723
/proc/meminfo: memFree=1899120/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=1468 CPUtime=0
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 174675712 1503232 165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715263 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 367 166 130 317 0 46 0

[startup+0.084525 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 23723
/proc/meminfo: memFree=1899120/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=2308 CPUtime=0.08
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 398 0 0 0 8 0 0 0 18 0 1 0 174675712 2363392 380 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 577 380 139 317 0 256 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2308

[startup+0.101526 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 23723
/proc/meminfo: memFree=1899120/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=2440 CPUtime=0.1
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 413 0 0 0 10 0 0 0 18 0 1 0 174675712 2498560 395 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 610 395 139 317 0 289 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2440

[startup+0.30155 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 23723
/proc/meminfo: memFree=1899120/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=2968 CPUtime=0.3
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 557 0 0 0 30 0 0 0 20 0 1 0 174675712 3039232 539 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 742 539 139 317 0 421 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2968

[startup+0.701594 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 23723
/proc/meminfo: memFree=1899120/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=3492 CPUtime=0.69
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 695 0 0 0 69 0 0 0 24 0 1 0 174675712 3575808 677 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562758 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 873 677 139 317 0 552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3492

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1896552/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=4288 CPUtime=1.49
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 892 0 0 0 149 0 0 0 25 0 1 0 174675712 4390912 874 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 1072 874 139 317 0 751 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4288

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1895336/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=5460 CPUtime=3.09
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 1189 0 0 0 309 0 0 0 25 0 1 0 174675712 5591040 1171 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 1365 1171 139 317 0 1044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5460

[startup+6.30123 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1893032/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=8040 CPUtime=6.29
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 1800 0 0 0 628 1 0 0 25 0 1 0 174675712 8232960 1782 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 2010 1782 139 317 0 1689 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8040

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1890216/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=10288 CPUtime=12.69
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 2378 0 0 0 1268 1 0 0 25 0 1 0 174675712 10534912 2360 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 2572 2360 139 317 0 2251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10288

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1887400/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=12920 CPUtime=25.48
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 3021 0 0 0 2546 2 0 0 25 0 1 0 174675712 13230080 3003 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 3230 3003 139 317 0 2909 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12920

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1884264/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=16420 CPUtime=51.07
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 3868 0 0 0 5104 3 0 0 25 0 1 0 174675712 16814080 3799 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715632 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 4105 3799 139 317 0 3784 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16420

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1879208/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=21392 CPUtime=102.26
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 5094 0 0 0 10221 5 0 0 25 0 1 0 174675712 21905408 5025 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563631 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 5348 5025 139 317 0 5027 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21392

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1874856/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=25888 CPUtime=162.24
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 6177 0 0 0 16217 7 0 0 25 0 1 0 174675712 26509312 6108 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 6472 6108 139 317 0 6151 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 25888

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 23724
/proc/meminfo: memFree=1871528/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=29332 CPUtime=222.23
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 6992 0 0 0 22215 8 0 0 25 0 1 0 174675712 30035968 6923 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718451 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 7333 6923 139 317 0 7012 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 29332

[startup+282.301 s]
/proc/loadavg: 1.15 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1868264/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=32736 CPUtime=282.21
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 7799 0 0 0 28212 9 0 0 25 0 1 0 174675712 33521664 7730 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 8184 7730 139 317 0 7863 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32736

[startup+342.301 s]
/proc/loadavg: 1.06 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1865512/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=35364 CPUtime=342.19
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 8475 0 0 0 34209 10 0 0 25 0 1 0 174675712 36212736 8406 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716189 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 8841 8406 139 317 0 8520 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35364

[startup+402.302 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1863144/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=38252 CPUtime=402.18
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 9158 0 0 0 40207 11 0 0 25 0 1 0 174675712 39170048 8989 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 9563 8989 139 317 0 9242 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38252

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1860968/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=40544 CPUtime=462.15
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 9686 0 0 0 46203 12 0 0 25 0 1 0 174675712 41517056 9517 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 10136 9517 139 317 0 9815 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 40544

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1858984/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=42516 CPUtime=522.14
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 10172 0 0 0 52201 13 0 0 25 0 1 0 174675712 43536384 10003 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 10629 10003 139 317 0 10308 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 42516

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1856232/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=45448 CPUtime=582.12
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 10836 0 0 0 58198 14 0 0 25 0 1 0 174675712 46538752 10667 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715600 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 11362 10667 139 317 0 11041 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 45448

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1854632/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=47080 CPUtime=642.11
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 11225 0 0 0 64196 15 0 0 25 0 1 0 174675712 48209920 11056 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 11770 11056 139 317 0 11449 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 47080


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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1848424/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=53280 CPUtime=882.03
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 12744 0 0 0 88185 18 0 0 25 0 1 0 174675712 54558720 12575 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 13320 12575 139 317 0 12999 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 53280

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1847080/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=54744 CPUtime=942.02
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 13076 0 0 0 94183 19 0 0 25 0 1 0 174675712 56057856 12907 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 13686 12907 139 317 0 13365 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 54744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1845416/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=56308 CPUtime=1002
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 13458 0 0 0 100180 20 0 0 25 0 1 0 174675712 57659392 13289 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 14077 13289 139 317 0 13756 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 56308

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1844072/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=57652 CPUtime=1061.98
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 13778 0 0 0 106177 21 0 0 25 0 1 0 174675712 59035648 13609 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 14413 13609 139 317 0 14092 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 57652

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1842344/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=59832 CPUtime=1121.97
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 14242 0 0 0 112175 22 0 0 25 0 1 0 174675712 61267968 14073 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 14958 14073 139 317 0 14637 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 59832

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1841064/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=61008 CPUtime=1181.94
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 14535 0 0 0 118172 22 0 0 25 0 1 0 174675712 62472192 14366 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 15252 14366 139 317 0 14931 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 61008

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23724
/proc/meminfo: memFree=1839528/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=62508 CPUtime=1241.92
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 14881 0 0 0 124169 23 0 0 25 0 1 0 174675712 64008192 14712 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 15627 14712 139 317 0 15306 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 62508

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/84 23846
/proc/meminfo: memFree=1836768/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=63864 CPUtime=1301.86
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 15196 0 0 0 130161 25 0 0 25 0 1 0 174675712 65396736 15027 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 15966 15027 139 317 0 15645 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 63864

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1836840/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=64908 CPUtime=1361.79
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 15481 0 0 0 136154 25 0 0 25 0 1 0 174675712 66465792 15312 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 16227 15312 139 317 0 15906 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 64908

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1835816/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=66032 CPUtime=1421.77
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 15726 0 0 0 142151 26 0 0 25 0 1 0 174675712 67616768 15557 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 16508 15557 139 317 0 16187 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 66032

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1834408/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=67396 CPUtime=1481.75
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 16065 0 0 0 148148 27 0 0 25 0 1 0 174675712 69013504 15896 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 16849 15896 139 317 0 16528 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 67396

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1833320/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=68468 CPUtime=1541.74
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 16328 0 0 0 154146 28 0 0 25 0 1 0 174675712 70111232 16159 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 17117 16159 139 317 0 16796 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 68468

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1832168/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=69556 CPUtime=1601.72
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 16628 0 0 0 160143 29 0 0 25 0 1 0 174675712 71225344 16459 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 17389 16459 139 317 0 17068 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 69556

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1831144/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=70692 CPUtime=1661.7
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 16876 0 0 0 166140 30 0 0 25 0 1 0 174675712 72388608 16707 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 17673 16707 139 317 0 17352 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 70692

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1830056/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=71648 CPUtime=1721.68
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 17151 0 0 0 172138 30 0 0 25 0 1 0 174675712 73367552 16982 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 17912 16982 139 317 0 17591 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 71648

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1828840/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=72980 CPUtime=1781.66
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 17441 0 0 0 178135 31 0 0 25 0 1 0 174675712 74731520 17272 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 18245 17272 139 317 0 17924 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 72980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1828200/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=73628 CPUtime=1800.07
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 17630 0 0 0 179975 32 0 0 25 0 1 0 174675712 75395072 17428 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 18407 17428 139 317 0 18086 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 73628

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 23921
/proc/meminfo: memFree=1828200/2055920 swapFree=4152812/4192956
[pid=23723] ppid=23721 vsize=73628 CPUtime=1800.07
/proc/23723/stat : 23723 (oree) R 23721 23723 22252 0 -1 4194304 17630 0 0 0 179975 32 0 0 25 0 1 0 174675712 75395072 17428 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/23723/statm: 18407 17428 139 317 0 18086 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 73628

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.13
CPU user time (s): 1799.8
CPU system time (s): 0.333949
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 73628

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

runsolver used 2.08968 second user time and 4.20836 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Thu Apr 19 12:39:42 UTC 2007

IDJOB= 363826
IDBENCH= 2029
IDSOLVER= 172
FILE ID= node9/363826-1176986381

PBS_JOBID= 4630402

Free space on /tmp= 66427 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-1pb.opb
COMMAND LINE= oree /tmp/evaluation/363826-1176986381/instance-363826-1176986381.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-363826-1176986381 -o ROOT/results/node9/solver-363826-1176986381 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/363826-1176986381/instance-363826-1176986381.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  7070b0ccf5287a23c61644383564c46b

RANDOM SEED= 943080327

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1899528 kB
Buffers:         18176 kB
Cached:          75724 kB
SwapCached:       7964 kB
Active:          56156 kB
Inactive:        61116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899528 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            24684 kB
Committed_AS:  6057108 kB
PageTables:       1784 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= 66427 MiB

End job on node9 on Thu Apr 19 13:09:44 UTC 2007