Trace number 357800

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
oree 0.1.2 alpha? (TO) 1800.12 1800.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark9.92549
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
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.01	c ...done
0.00/0.01	c #vars=428 #constraints=644 hasObjective=no
0.00/0.01	c res. mode=mod
0.00/0.01	c VSIDS like heuristics
0.00/0.01	c complete search running
0.69/0.70	c restart after 401 decisions
0.99/1.01	c nbDecision=500 #constraints=1010
1.59/1.63	c restart after 801 decisions
2.20/2.25	c nbDecision=1000 #constraints=1244
3.49/3.56	c nbDecision=1500 #constraints=1596
3.89/3.98	c restart after 1601 decisions
5.98/6.01	c nbDecision=2000 #constraints=1900
9.49/9.50	c nbDecision=2500 #constraints=2236
12.89/12.90	c nbDecision=3000 #constraints=2685
14.39/14.47	c restart after 3201 decisions
18.18/18.22	c nbDecision=3500 #constraints=3043
24.09/24.14	c nbDecision=4000 #constraints=3366
29.78/29.83	c nbDecision=4500 #constraints=3694
36.39/36.44	c nbDecision=5000 #constraints=4070
43.48/43.58	c nbDecision=5500 #constraints=4450
52.18/52.26	c nbDecision=6000 #constraints=4840
58.37/58.48	c restart after 6401 decisions
61.98/62.03	c nbDecision=6500 #constraints=5172
79.07/79.13	c nbDecision=7000 #constraints=5401
98.27/98.37	c nbDecision=7500 #constraints=5778
115.47/115.59	c nbDecision=8000 #constraints=6217
134.85/134.98	c nbDecision=8500 #constraints=6657
155.15/155.25	c nbDecision=9000 #constraints=7106
173.54/173.65	c nbDecision=9500 #constraints=7513
190.64/190.72	c nbDecision=10000 #constraints=7863
212.13/212.28	c nbDecision=10500 #constraints=8262
234.93/235.07	c nbDecision=11000 #constraints=8645
257.62/257.78	c nbDecision=11500 #constraints=9072
283.02/283.10	c nbDecision=12000 #constraints=9498
308.21/308.32	c nbDecision=12500 #constraints=9875
324.21/324.35	c restart after 12801 decisions
337.90/338.08	c nbDecision=13000 #constraints=10286
370.19/370.36	c nbDecision=13500 #constraints=10700
405.19/405.36	c nbDecision=14000 #constraints=11088
438.18/438.33	c nbDecision=14500 #constraints=11441
470.07/470.25	c nbDecision=15000 #constraints=11822
504.65/504.82	c nbDecision=15500 #constraints=12187
539.95/540.18	c nbDecision=16000 #constraints=12562
579.43/579.60	c nbDecision=16500 #constraints=12908
613.13/613.36	c nbDecision=17000 #constraints=13272
650.62/650.87	c nbDecision=17500 #constraints=13624
686.11/686.33	c nbDecision=18000 #constraints=13993
721.20/721.43	c nbDecision=18500 #constraints=14390
760.08/760.35	c nbDecision=19000 #constraints=14726
797.88/798.16	c nbDecision=19500 #constraints=15111
832.77/833.01	c nbDecision=20000 #constraints=15476
876.76/877.03	c nbDecision=20500 #constraints=15920
918.25/918.53	c nbDecision=21000 #constraints=16362
959.24/959.50	c nbDecision=21500 #constraints=16749
1004.03/1004.38	c nbDecision=22000 #constraints=17200
1048.01/1048.36	c nbDecision=22500 #constraints=17634
1096.40/1096.79	c nbDecision=23000 #constraints=18086
1143.59/1143.97	c nbDecision=23500 #constraints=18546
1190.27/1190.65	c nbDecision=24000 #constraints=18999
1239.47/1239.84	c nbDecision=24500 #constraints=19433
1287.15/1287.51	c nbDecision=25000 #constraints=19843
1340.54/1340.90	c nbDecision=25500 #constraints=20288
1351.73/1352.17	c restart after 25601 decisions
1421.51/1421.95	c nbDecision=26000 #constraints=20675
1495.70/1496.15	c nbDecision=26500 #constraints=21094
1566.90/1567.40	c nbDecision=27000 #constraints=21539
1640.75/1641.31	c nbDecision=27500 #constraints=21954
1712.93/1713.58	c nbDecision=28000 #constraints=22351
1788.02/1788.67	c nbDecision=28500 #constraints=22741
1800.01/1800.60	Received signal 15
1800.01/1800.66	
1800.01/1800.66	s UNKNOWN
1800.01/1800.66	
1800.01/1800.66	c user time= 1799.65 s
1800.01/1800.66	c system time= 0.429934 s
1800.01/1800.66	c wall clock time=1800.66

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-357800-1176834918 -o ROOT/results/node9/solver-357800-1176834918 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357800-1176834918/instance-357800-1176834918.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.71 0.91 0.97 3/77 7848
/proc/meminfo: memFree=1886544/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=1468 CPUtime=0
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 159529384 1503232 166 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 367 167 131 317 0 46 0

[startup+0.102061 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 7848
/proc/meminfo: memFree=1886544/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=2128 CPUtime=0.09
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 356 0 0 0 9 0 0 0 18 0 1 0 159529384 2179072 338 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563315 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 532 338 139 317 0 211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2128

[startup+0.201072 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 7848
/proc/meminfo: memFree=1886544/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=2520 CPUtime=0.19
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 444 0 0 0 19 0 0 0 18 0 1 0 159529384 2580480 426 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271339 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 630 426 139 317 0 309 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2520

[startup+0.301083 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 7848
/proc/meminfo: memFree=1886544/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=2916 CPUtime=0.29
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 535 0 0 0 29 0 0 0 19 0 1 0 159529384 2985984 517 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270603 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 729 517 139 317 0 408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2916

[startup+0.701128 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 7848
/proc/meminfo: memFree=1886544/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=4364 CPUtime=0.69
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 925 0 0 0 69 0 0 0 23 0 1 0 159529384 4468736 907 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 1091 907 139 317 0 770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4364

[startup+1.50122 s]
/proc/loadavg: 0.71 0.91 0.97 2/78 7849
/proc/meminfo: memFree=1883080/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=5684 CPUtime=1.49
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 1239 0 0 0 149 0 0 0 25 0 1 0 159529384 5820416 1221 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278970 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 1421 1221 139 317 0 1100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5684

[startup+3.1014 s]
/proc/loadavg: 0.71 0.91 0.97 2/78 7849
/proc/meminfo: memFree=1881416/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=8076 CPUtime=3.09
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 1851 0 0 0 308 1 0 0 25 0 1 0 159529384 8269824 1833 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718670 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 2019 1833 139 317 0 1698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8076

[startup+6.30176 s]
/proc/loadavg: 0.73 0.91 0.97 2/78 7849
/proc/meminfo: memFree=1876744/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=11380 CPUtime=6.28
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 2657 0 0 0 627 1 0 0 25 0 1 0 159529384 11653120 2639 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 2845 2639 139 317 0 2524 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11380

[startup+12.7015 s]
/proc/loadavg: 0.76 0.91 0.97 2/78 7849
/proc/meminfo: memFree=1871112/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=17396 CPUtime=12.69
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 4068 0 0 0 1266 3 0 0 25 0 1 0 159529384 17813504 4050 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 4349 4050 139 317 0 4028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17396

[startup+25.5019 s]
/proc/loadavg: 0.81 0.91 0.97 2/78 7849
/proc/meminfo: memFree=1864840/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=22968 CPUtime=25.49
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 5517 0 0 0 2545 4 0 0 25 0 1 0 159529384 23519232 5499 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 5742 5499 139 317 0 5421 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22968

[startup+51.1018 s]
/proc/loadavg: 0.87 0.92 0.97 2/78 7849
/proc/meminfo: memFree=1854280/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=35060 CPUtime=51.08
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 8157 0 0 0 5102 6 0 0 25 0 1 0 159529384 35901440 8139 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 8765 8139 139 317 0 8444 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35060

[startup+102.302 s]
/proc/loadavg: 0.94 0.93 0.97 2/78 7849
/proc/meminfo: memFree=1845896/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=42388 CPUtime=102.27
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 10204 0 0 0 10219 8 0 0 25 0 1 0 159529384 43405312 10186 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 10597 10186 139 317 0 10276 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42388

[startup+162.301 s]
/proc/loadavg: 0.98 0.94 0.97 2/78 7849
/proc/meminfo: memFree=1835336/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=55644 CPUtime=162.25
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 12854 0 0 0 16215 10 0 0 25 0 1 0 159529384 56979456 12836 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 13911 12836 139 317 0 13590 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55644

[startup+222.305 s]
/proc/loadavg: 0.99 0.95 0.97 2/78 7849
/proc/meminfo: memFree=1825800/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=66200 CPUtime=222.23
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 15251 0 0 0 22212 11 0 0 25 0 1 0 159529384 67788800 15175 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 16550 15175 139 317 0 16229 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 66200

[startup+282.302 s]
/proc/loadavg: 0.99 0.95 0.97 2/78 7849
/proc/meminfo: memFree=1817672/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=73540 CPUtime=282.22
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 17279 0 0 0 28208 14 0 0 25 0 1 0 159529384 75304960 17203 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 18385 17203 139 317 0 18064 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 73540

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/78 7849
/proc/meminfo: memFree=1811144/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=79384 CPUtime=342.2
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 18907 0 0 0 34205 15 0 0 25 0 1 0 159529384 81289216 18831 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 19846 18831 139 317 0 19525 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 79384

[startup+402.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/78 7849
/proc/meminfo: memFree=1805384/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=84472 CPUtime=402.19
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 20343 0 0 0 40202 17 0 0 25 0 1 0 159529384 86499328 20267 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 21118 20267 139 317 0 20797 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 84472

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1799816/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=89436 CPUtime=462.16
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 21729 0 0 0 46198 18 0 0 25 0 1 0 159529384 91582464 21653 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 22359 21653 139 317 0 22038 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 89436

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1794184/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=97648 CPUtime=522.16
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 23199 0 0 0 52196 20 0 0 25 0 1 0 159529384 99991552 23123 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563509 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 24412 23123 139 317 0 24091 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 97648

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1789000/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=106228 CPUtime=582.13
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 24408 0 0 0 58193 20 0 0 25 0 1 0 159529384 108777472 24332 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 26557 24332 139 317 0 26236 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 106228

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1784840/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=111704 CPUtime=642.12
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 25465 0 0 0 64190 22 0 0 25 0 1 0 159529384 114384896 25389 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 27926 25389 139 317 0 27605 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 111704


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

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1765512/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=132292 CPUtime=882.06
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 30262 0 0 0 88179 27 0 0 25 0 1 0 159529384 135467008 30186 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 33073 30186 139 317 0 32752 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 132292

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1760264/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=137784 CPUtime=942.04
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 31644 0 0 0 94175 29 0 0 25 0 1 0 159529384 141090816 31454 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 34446 31454 139 317 0 34125 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 137784

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1756360/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=141584 CPUtime=1002.03
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 32655 0 0 0 100173 30 0 0 25 0 1 0 159529384 144982016 32465 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 35396 32465 139 317 0 35075 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 141584

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1752072/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=145384 CPUtime=1062.01
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 33745 0 0 0 106170 31 0 0 25 0 1 0 159529384 148873216 33555 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 36346 33555 139 317 0 36025 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 145384

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1747784/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=149524 CPUtime=1122
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 34791 0 0 0 112168 32 0 0 25 0 1 0 159529384 153112576 34601 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 37381 34601 139 317 0 37060 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 149524

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1743432/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=153452 CPUtime=1181.98
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 35891 0 0 0 118165 33 0 0 25 0 1 0 159529384 157134848 35701 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 38363 35701 139 317 0 38042 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 153452

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1739208/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=157012 CPUtime=1241.97
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 36915 0 0 0 124162 35 0 0 25 0 1 0 159529384 160780288 36725 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711091 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 39253 36725 139 317 0 38932 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 157012

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1735304/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=160416 CPUtime=1301.94
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 37919 0 0 0 130159 35 0 0 25 0 1 0 159529384 164265984 37729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710848 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 40104 37729 139 317 0 39783 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 160416

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1731848/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=163568 CPUtime=1361.93
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 38744 0 0 0 136157 36 0 0 25 0 1 0 159529384 167493632 38554 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 40892 38554 139 317 0 40571 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 163568

[startup+1422.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1729736/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=165404 CPUtime=1421.92
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 39275 0 0 0 142155 37 0 0 25 0 1 0 159529384 169373696 39085 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563631 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 41351 39085 139 317 0 41030 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 165404

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1727112/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=167756 CPUtime=1481.9
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 39927 0 0 0 148152 38 0 0 25 0 1 0 159529384 171782144 39737 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 41939 39737 139 317 0 41618 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 167756

[startup+1542.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 7849
/proc/meminfo: memFree=1724424/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=170256 CPUtime=1541.89
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 40611 0 0 0 154150 39 0 0 25 0 1 0 159529384 174342144 40421 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 42564 40421 139 317 0 42243 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 170256

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1721664/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=172476 CPUtime=1601.77
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 41265 0 0 0 160137 40 0 0 25 0 1 0 159529384 176615424 41075 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 43119 41075 139 317 0 42798 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 172476

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1719112/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=174696 CPUtime=1661.75
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 41906 0 0 0 166134 41 0 0 25 0 1 0 159529384 178888704 41716 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 43674 41716 139 317 0 43353 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 174696

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1716424/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=176928 CPUtime=1721.73
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 42567 0 0 0 172132 41 0 0 25 0 1 0 159529384 181174272 42377 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 44232 42377 139 317 0 43911 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 176928

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1714120/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=179020 CPUtime=1781.72
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 43141 0 0 0 178130 42 0 0 25 0 1 0 159529384 183316480 42951 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 44755 42951 139 317 0 44434 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 179020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1713288/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=179672 CPUtime=1800.01
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 43339 0 0 0 179959 42 0 0 25 0 1 0 159529384 183984128 43149 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 44918 43149 139 317 0 44597 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 179672

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

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

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 8046
/proc/meminfo: memFree=1713288/2055920 swapFree=4145528/4192956
[pid=7848] ppid=7846 vsize=179672 CPUtime=1800.01
/proc/7848/stat : 7848 (oree) R 7846 7848 7791 0 -1 4194304 43339 0 0 0 179959 42 0 0 25 0 1 0 159529384 183984128 43149 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7848/statm: 44918 43149 139 317 0 44597 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 179672

Child status: 0
Real time (s): 1800.7
CPU time (s): 1800.12
CPU user time (s): 1799.66
CPU system time (s): 0.460929
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 179672

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

runsolver used 2.12268 second user time and 4.42733 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Apr 17 18:35:18 UTC 2007

IDJOB= 357800
IDBENCH= 1168
IDSOLVER= 172
FILE ID= node9/357800-1176834918

PBS_JOBID= 4590159

Free space on /tmp= 66491 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= oree /tmp/evaluation/357800-1176834918/instance-357800-1176834918.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-357800-1176834918 -o ROOT/results/node9/solver-357800-1176834918 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357800-1176834918/instance-357800-1176834918.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  3d28f31cd61cfb39466f429c599fdb4f

RANDOM SEED= 619907205

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:       1886952 kB
Buffers:         30944 kB
Cached:          76420 kB
SwapCached:      16124 kB
Active:          84888 kB
Inactive:        53184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886952 kB
SwapTotal:     4192956 kB
SwapFree:      4145528 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          29704 kB
Slab:            16464 kB
Committed_AS:  5959192 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= 66491 MiB

End job on node9 on Tue Apr 17 19:05:21 UTC 2007