Trace number 366782

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.19 1800.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.8646
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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=31 #constraints=10 hasObjective=yes
0.00/0.00	c res. mode=mod
0.00/0.00	c VSIDS like heuristics
0.00/0.00	c complete search running
0.09/0.16	c restart after 401 decisions
0.19/0.21	c nbDecision=500 #constraints=488
0.39/0.46	c restart after 801 decisions
0.59/0.65	c nbDecision=1000 #constraints=975
1.19/1.24	c nbDecision=1500 #constraints=1475
1.39/1.42	c restart after 1601 decisions
2.39/2.46	c nbDecision=2000 #constraints=1963
4.29/4.32	c nbDecision=2500 #constraints=2464
7.08/7.13	c nbDecision=3000 #constraints=2963
8.39/8.44	c restart after 3201 decisions
10.89/10.95	c nbDecision=3500 #constraints=3452
15.69/15.72	c nbDecision=4000 #constraints=3953
22.38/22.46	c nbDecision=4500 #constraints=4452
29.78/29.89	c nbDecision=5000 #constraints=4952
37.67/37.77	c nbDecision=5500 #constraints=5453
46.27/46.30	c nbDecision=6000 #constraints=5953
53.98/54.07	c restart after 6401 decisions
56.78/56.82	c nbDecision=6500 #constraints=6444
68.97/69.05	c nbDecision=7000 #constraints=6944
82.07/82.13	c nbDecision=7500 #constraints=7444
95.46/95.51	c nbDecision=8000 #constraints=7945
110.76/110.85	c nbDecision=8500 #constraints=8444
127.25/127.34	c nbDecision=9000 #constraints=8943
145.16/145.23	c nbDecision=9500 #constraints=9446
163.24/163.36	c nbDecision=10000 #constraints=9944
182.94/183.07	c nbDecision=10500 #constraints=10444
200.43/200.50	c nbDecision=11000 #constraints=10943
220.03/220.19	c nbDecision=11500 #constraints=11448
240.52/240.60	c nbDecision=12000 #constraints=11945
262.21/262.37	c nbDecision=12500 #constraints=12447
276.81/276.97	c restart after 12801 decisions
288.71/288.88	c nbDecision=13000 #constraints=12933
318.49/318.64	c nbDecision=13500 #constraints=13433
345.30/345.47	c nbDecision=14000 #constraints=13933
371.48/371.69	c nbDecision=14500 #constraints=14433
397.98/398.13	c nbDecision=15000 #constraints=14934
426.87/427.09	c nbDecision=15500 #constraints=15433
458.16/458.39	c nbDecision=16000 #constraints=15933
488.84/489.01	c nbDecision=16500 #constraints=16432
521.94/522.14	c nbDecision=17000 #constraints=16931
556.43/556.61	c nbDecision=17500 #constraints=17433
591.21/591.49	c nbDecision=18000 #constraints=17932
629.91/630.11	c nbDecision=18500 #constraints=18435
671.10/671.33	c nbDecision=19000 #constraints=18933
705.39/705.70	c nbDecision=19500 #constraints=19433
740.17/740.49	c nbDecision=20000 #constraints=19933
779.36/779.61	c nbDecision=20500 #constraints=20433
816.55/816.85	c nbDecision=21000 #constraints=20933
854.94/855.30	c nbDecision=21500 #constraints=21431
894.83/895.18	c nbDecision=22000 #constraints=21933
935.72/936.10	c nbDecision=22500 #constraints=22431
975.21/975.60	c nbDecision=23000 #constraints=22932
1017.19/1017.56	c nbDecision=23500 #constraints=23435
1062.58/1062.96	c nbDecision=24000 #constraints=23932
1111.67/1112.03	c nbDecision=24500 #constraints=24432
1160.05/1160.40	c nbDecision=25000 #constraints=24931
1208.94/1209.39	c nbDecision=25500 #constraints=25432
1220.43/1220.90	c restart after 25601 decisions
1260.32/1260.72	c nbDecision=26000 #constraints=25923
1310.21/1310.62	c nbDecision=26500 #constraints=26422
1361.89/1362.30	c nbDecision=27000 #constraints=26923
1412.80/1413.30	c nbDecision=27500 #constraints=27420
1460.77/1461.30	c nbDecision=28000 #constraints=27922
1510.66/1511.20	c nbDecision=28500 #constraints=28423
1560.24/1560.89	c nbDecision=29000 #constraints=28921
1612.83/1613.40	c nbDecision=29500 #constraints=29421
1660.72/1661.38	c nbDecision=30000 #constraints=29922
1715.10/1715.72	c nbDecision=30500 #constraints=30421
1769.08/1769.80	c nbDecision=31000 #constraints=30922
1800.09/1800.71	Received signal 15
1800.09/1800.79	
1800.09/1800.79	s UNKNOWN
1800.09/1800.79	
1800.09/1800.79	c user time= 1799.96 s
1800.09/1800.79	c system time= 0.222966 s
1800.09/1800.79	c wall clock time=1800.79

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/node5/watcher-366782-1177000685 -o ROOT/results/node5/solver-366782-1177000685 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/366782-1177000685/instance-366782-1177000685.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.78 0.95 0.97 3/77 32658
/proc/meminfo: memFree=1688448/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=1468 CPUtime=0
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 176106202 1503232 165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 367 165 138 317 0 46 0

[startup+0.0479859 s]
/proc/loadavg: 0.78 0.95 0.97 3/77 32658
/proc/meminfo: memFree=1688448/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=1600 CPUtime=0.04
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 218 0 0 0 4 0 0 0 18 0 1 0 176106202 1638400 200 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 400 200 138 317 0 79 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1600

[startup+0.101992 s]
/proc/loadavg: 0.78 0.95 0.97 3/77 32658
/proc/meminfo: memFree=1688448/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=1732 CPUtime=0.09
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 262 0 0 0 9 0 0 0 18 0 1 0 176106202 1773568 244 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 433 244 138 317 0 112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1732

[startup+0.302014 s]
/proc/loadavg: 0.78 0.95 0.97 3/77 32658
/proc/meminfo: memFree=1688448/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=2256 CPUtime=0.29
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 376 0 0 0 29 0 0 0 20 0 1 0 176106202 2310144 358 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 564 358 138 317 0 243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2256

[startup+0.701059 s]
/proc/loadavg: 0.78 0.95 0.97 3/77 32658
/proc/meminfo: memFree=1688448/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=2784 CPUtime=0.69
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 513 0 0 0 69 0 0 0 23 0 1 0 176106202 2850816 495 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563983 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 696 495 138 317 0 375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2784

[startup+1.50115 s]
/proc/loadavg: 0.80 0.95 0.97 2/78 32659
/proc/meminfo: memFree=1686648/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=3596 CPUtime=1.49
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 701 0 0 0 149 0 0 0 25 0 1 0 176106202 3682304 683 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718570 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 899 683 138 317 0 578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3596

[startup+3.10133 s]
/proc/loadavg: 0.80 0.95 0.97 2/78 32659
/proc/meminfo: memFree=1685816/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=4352 CPUtime=3.09
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 878 0 0 0 309 0 0 0 25 0 1 0 176106202 4456448 860 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711055 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 1088 860 138 317 0 767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4352

[startup+6.30169 s]
/proc/loadavg: 0.80 0.95 0.97 2/78 32659
/proc/meminfo: memFree=1684728/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=5148 CPUtime=6.29
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 1081 0 0 0 629 0 0 0 25 0 1 0 176106202 5271552 1063 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 1287 1063 138 317 0 966 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5148

[startup+12.7024 s]
/proc/loadavg: 0.83 0.95 0.97 2/78 32659
/proc/meminfo: memFree=1683576/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=6240 CPUtime=12.69
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 1349 0 0 0 1268 1 0 0 25 0 1 0 176106202 6389760 1331 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564062 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 1560 1331 138 317 0 1239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6240

[startup+25.5019 s]
/proc/loadavg: 0.85 0.95 0.97 2/78 32659
/proc/meminfo: memFree=1682232/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=7652 CPUtime=25.48
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 1673 0 0 0 2547 1 0 0 25 0 1 0 176106202 7835648 1655 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 1913 1655 138 317 0 1592 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7652

[startup+51.1018 s]
/proc/loadavg: 0.90 0.96 0.97 2/78 32659
/proc/meminfo: memFree=1680312/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=9608 CPUtime=51.07
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 2149 0 0 0 5106 1 0 0 25 0 1 0 176106202 9838592 2131 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 2402 2131 138 317 0 2081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9608

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 32659
/proc/meminfo: memFree=1677816/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=12248 CPUtime=102.26
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 2769 0 0 0 10224 2 0 0 25 0 1 0 176106202 12541952 2751 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 3062 2751 139 317 0 2741 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 12248

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1675704/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=14604 CPUtime=162.24
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 3343 0 0 0 16221 3 0 0 25 0 1 0 176106202 14954496 3268 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 3651 3268 139 317 0 3330 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14604

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1673656/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=16748 CPUtime=222.23
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 3832 0 0 0 22219 4 0 0 25 0 1 0 176106202 17149952 3757 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 4187 3757 139 317 0 3866 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16748

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1671992/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=18324 CPUtime=282.21
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 4247 0 0 0 28216 5 0 0 25 0 1 0 176106202 18763776 4172 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 4581 4172 139 317 0 4260 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18324

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1670648/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=19644 CPUtime=342.19
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 4576 0 0 0 34213 6 0 0 25 0 1 0 176106202 20115456 4501 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 4911 4501 139 317 0 4590 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 19644

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1669304/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=21044 CPUtime=402.17
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 4911 0 0 0 40211 6 0 0 25 0 1 0 176106202 21549056 4836 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 5261 4836 139 317 0 4940 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21044

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1668088/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=22484 CPUtime=462.16
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 5222 0 0 0 46209 7 0 0 25 0 1 0 176106202 23023616 5147 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 5621 5147 139 317 0 5300 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 22484

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1666808/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=24116 CPUtime=522.14
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 5632 0 0 0 52206 8 0 0 25 0 1 0 176106202 24694784 5444 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 6029 5444 139 317 0 5708 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24116

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1665848/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=25164 CPUtime=582.12
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 5902 0 0 0 58204 8 0 0 25 0 1 0 176106202 25767936 5714 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 6291 5714 139 317 0 5970 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 25164

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1664824/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=26140 CPUtime=642.11
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 6139 0 0 0 64202 9 0 0 25 0 1 0 176106202 26767360 5951 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718520 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 6535 5951 139 317 0 6214 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 26140


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

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1660920/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=29944 CPUtime=882.04
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 7158 0 0 0 88192 12 0 0 25 0 1 0 176106202 30662656 6937 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 7486 6937 139 317 0 7165 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29944

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1660024/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=30920 CPUtime=942.01
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 7386 0 0 0 94189 12 0 0 25 0 1 0 176106202 31662080 7165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 7730 7165 139 317 0 7409 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 30920

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1659064/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=31968 CPUtime=1002
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 7644 0 0 0 100187 13 0 0 25 0 1 0 176106202 32735232 7390 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 7992 7390 139 317 0 7671 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 31968

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1658168/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=32888 CPUtime=1061.98
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 7867 0 0 0 106184 14 0 0 25 0 1 0 176106202 33677312 7613 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 8222 7613 139 317 0 7901 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 32888

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1657464/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=33804 CPUtime=1121.97
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 8099 0 0 0 112182 15 0 0 25 0 1 0 176106202 34615296 7779 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563429 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 8451 7779 139 317 0 8130 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 33804

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32659
/proc/meminfo: memFree=1656632/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=34836 CPUtime=1181.94
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 8362 0 0 0 118179 15 0 0 25 0 1 0 176106202 35672064 8009 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 8709 8009 170 317 0 8388 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 34836

[startup+1242.3 s]
/proc/loadavg: 1.10 1.00 0.98 2/78 32659
/proc/meminfo: memFree=1655928/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=35616 CPUtime=1241.93
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 8571 0 0 0 124177 16 0 0 25 0 1 0 176106202 36470784 8185 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 8904 8185 170 317 0 8583 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 35616

[startup+1302.3 s]
/proc/loadavg: 1.08 1.01 0.98 2/78 32659
/proc/meminfo: memFree=1655096/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=36528 CPUtime=1301.92
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 8814 0 0 0 130175 17 0 0 25 0 1 0 176106202 37404672 8362 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 9132 8362 170 317 0 8811 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 36528

[startup+1362.3 s]
/proc/loadavg: 1.03 1.01 0.98 2/78 32659
/proc/meminfo: memFree=1654328/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=37308 CPUtime=1361.89
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 9065 0 0 0 136172 17 0 0 25 0 1 0 176106202 38203392 8547 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 9327 8547 170 317 0 9006 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 37308

[startup+1422.31 s]
/proc/loadavg: 1.15 1.05 1.00 2/84 365
/proc/meminfo: memFree=1652424/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=38224 CPUtime=1421.8
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 9291 0 0 0 142162 18 0 0 25 0 1 0 176106202 39141376 8740 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715809 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 9556 8740 170 317 0 9235 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 38224

[startup+1482.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/78 389
/proc/meminfo: memFree=1652792/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=38880 CPUtime=1481.77
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 9483 0 0 0 148158 19 0 0 25 0 1 0 176106202 39813120 8932 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 9720 8932 170 317 0 9399 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 38880

[startup+1542.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 389
/proc/meminfo: memFree=1652088/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=39532 CPUtime=1541.75
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 9653 0 0 0 154156 19 0 0 25 0 1 0 176106202 40480768 9102 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 9883 9102 170 317 0 9562 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 39532

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 389
/proc/meminfo: memFree=1651320/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=40196 CPUtime=1601.73
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 9840 0 0 0 160153 20 0 0 25 0 1 0 176106202 41160704 9289 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 10049 9289 170 317 0 9728 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 40196

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 389
/proc/meminfo: memFree=1650552/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=40852 CPUtime=1661.72
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 10037 0 0 0 166151 21 0 0 25 0 1 0 176106202 41832448 9486 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 10213 9486 170 317 0 9892 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 40852

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 389
/proc/meminfo: memFree=1649912/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=41372 CPUtime=1721.7
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 10198 0 0 0 172149 21 0 0 25 0 1 0 176106202 42364928 9647 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715809 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 10343 9647 170 317 0 10022 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 41372

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 389
/proc/meminfo: memFree=1649144/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=42276 CPUtime=1781.69
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 10436 0 0 0 178147 22 0 0 25 0 1 0 176106202 43290624 9819 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 10569 9819 170 317 0 10248 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 42276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 389
/proc/meminfo: memFree=1649016/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=42408 CPUtime=1800.09
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194304 10482 0 0 0 179987 22 0 0 25 0 1 0 176106202 43425792 9865 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/32658/statm: 10602 9865 170 317 0 10281 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 42408

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 389
/proc/meminfo: memFree=1649016/2055920 swapFree=4151632/4192956
[pid=32658] ppid=32656 vsize=0 CPUtime=1800.17
/proc/32658/stat : 32658 (oree) R 32656 32658 32601 0 -1 4194308 10498 0 0 0 179995 22 0 0 23 0 1 0 176106202 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 17474 0 0 0 17 0 0 0
/proc/32658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.19
CPU user time (s): 1799.96
CPU system time (s): 0.229965
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 42408

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

runsolver used 2.14967 second user time and 4.41433 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Thu Apr 19 16:38:06 UTC 2007

IDJOB= 366782
IDBENCH= 2897
IDSOLVER= 172
FILE ID= node5/366782-1177000685

PBS_JOBID= 4630492

Free space on /tmp= 66356 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= oree /tmp/evaluation/366782-1177000685/instance-366782-1177000685.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-366782-1177000685 -o ROOT/results/node5/solver-366782-1177000685 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/366782-1177000685/instance-366782-1177000685.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  d2b3af71376059fa940b007abcee01cc

RANDOM SEED= 716182158

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.232
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.232
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:       1688856 kB
Buffers:         32460 kB
Cached:         271476 kB
SwapCached:       9408 kB
Active:          63428 kB
Inactive:       263140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688856 kB
SwapTotal:     4192956 kB
SwapFree:      4151632 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          29644 kB
Slab:            26104 kB
Committed_AS:  8663644 kB
PageTables:       1720 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= 66356 MiB

End job on node5 on Thu Apr 19 17:08:08 UTC 2007