Trace number 419731

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.45 1801.18

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11944.opb
MD5SUMf83f841a8f4dff79c5180d1c656f5f99
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark18.3892
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables178730
Total number of constraints508210
Number of constraints which are clauses508210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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...
4.30/4.33	c ...done
4.30/4.33	c #vars=178730 #constraints=508210 hasObjective=no
4.89/4.96	c res. mode=mod
4.89/4.96	c VSIDS like heuristics
4.89/4.96	c complete search running
6.89/6.99	c restart after 401 decisions
7.39/7.49	c nbDecision=500 #constraints=508225
8.79/8.86	c restart after 801 decisions
9.59/9.63	c nbDecision=1000 #constraints=508228
12.29/12.38	c nbDecision=1500 #constraints=508239
12.69/12.74	c restart after 1601 decisions
15.29/15.40	c nbDecision=2000 #constraints=508265
17.69/17.76	c nbDecision=2500 #constraints=508280
20.49/20.58	c nbDecision=3000 #constraints=508308
21.49/21.54	c restart after 3201 decisions
22.99/23.00	c nbDecision=3500 #constraints=508325
25.78/25.87	c nbDecision=4000 #constraints=508350
28.28/28.34	c nbDecision=4500 #constraints=508363
31.98/32.08	c nbDecision=5000 #constraints=508418
48.36/48.47	c nbDecision=5500 #constraints=508695
75.25/75.34	c nbDecision=6000 #constraints=509098
92.44/92.56	c restart after 6401 decisions
93.04/93.16	c nbDecision=6500 #constraints=509391
98.14/98.26	c nbDecision=7000 #constraints=509459
101.74/101.81	c nbDecision=7500 #constraints=509511
103.64/103.77	c nbDecision=8000 #constraints=509518
105.63/105.77	c nbDecision=8500 #constraints=509526
107.64/107.76	c nbDecision=9000 #constraints=509534
109.84/109.98	c nbDecision=9500 #constraints=509550
112.73/112.87	c nbDecision=10000 #constraints=509589
114.83/114.96	c nbDecision=10500 #constraints=509607
120.53/120.63	c nbDecision=11000 #constraints=509706
122.53/122.69	c nbDecision=11500 #constraints=509726
133.23/133.38	c nbDecision=12000 #constraints=509979
145.52/145.63	c nbDecision=12500 #constraints=510200
153.72/153.86	c restart after 12801 decisions
155.52/155.63	c nbDecision=13000 #constraints=510365
161.62/161.70	c nbDecision=13500 #constraints=510472
165.81/165.97	c nbDecision=14000 #constraints=510537
167.61/167.74	c nbDecision=14500 #constraints=510547
169.71/169.87	c nbDecision=15000 #constraints=510559
171.81/171.93	c nbDecision=15500 #constraints=510581
174.31/174.47	c nbDecision=16000 #constraints=510602
178.61/178.76	c nbDecision=16500 #constraints=510672
188.41/188.59	c nbDecision=17000 #constraints=510884
192.71/192.86	c nbDecision=17500 #constraints=510949
204.10/204.25	c nbDecision=18000 #constraints=511148
217.90/218.04	c nbDecision=18500 #constraints=511423
222.79/222.95	c nbDecision=19000 #constraints=511502
224.39/224.57	c nbDecision=19500 #constraints=511510
236.39/236.52	c nbDecision=20000 #constraints=511814
243.49/243.69	c nbDecision=20500 #constraints=511931
250.38/250.59	c nbDecision=21000 #constraints=512040
264.98/265.17	c nbDecision=21500 #constraints=512328
278.27/278.44	c nbDecision=22000 #constraints=512570
294.77/294.91	c nbDecision=22500 #constraints=512869
311.07/311.23	c nbDecision=23000 #constraints=513139
318.96/319.11	c nbDecision=23500 #constraints=513248
320.87/321.03	c nbDecision=24000 #constraints=513261
329.37/329.51	c nbDecision=24500 #constraints=513429
334.66/334.83	c nbDecision=25000 #constraints=513515
336.96/337.10	c nbDecision=25500 #constraints=513536
337.16/337.35	c restart after 25601 decisions
340.56/340.80	c nbDecision=26000 #constraints=513576
343.96/344.14	c nbDecision=26500 #constraints=513614
349.16/349.35	c nbDecision=27000 #constraints=513702
353.06/353.20	c nbDecision=27500 #constraints=513760
356.96/357.17	c nbDecision=28000 #constraints=513814
360.26/360.42	c nbDecision=28500 #constraints=513852
363.05/363.20	c nbDecision=29000 #constraints=513882
366.95/367.13	c nbDecision=29500 #constraints=513929
369.85/370.01	c nbDecision=30000 #constraints=513953
382.05/382.27	c nbDecision=30500 #constraints=514172
390.04/390.26	c nbDecision=31000 #constraints=514312
393.94/394.13	c nbDecision=31500 #constraints=514353
398.74/398.97	c nbDecision=32000 #constraints=514419
405.54/405.78	c nbDecision=32500 #constraints=514522
409.74/409.98	c nbDecision=33000 #constraints=514579
412.74/412.94	c nbDecision=33500 #constraints=514596
416.33/416.51	c nbDecision=34000 #constraints=514635
424.63/424.81	c nbDecision=34500 #constraints=514778
429.63/429.81	c nbDecision=35000 #constraints=514846
432.33/432.53	c nbDecision=35500 #constraints=514872
437.33/437.58	c nbDecision=36000 #constraints=514938
439.13/439.35	c nbDecision=36500 #constraints=514947
442.73/442.95	c nbDecision=37000 #constraints=514991
445.02/445.25	c nbDecision=37500 #constraints=515017
447.62/447.84	c nbDecision=38000 #constraints=515036
455.12/455.34	c nbDecision=38500 #constraints=515172
463.02/463.22	c nbDecision=39000 #constraints=515289
480.71/480.93	c nbDecision=39500 #constraints=515537
496.60/496.84	c nbDecision=40000 #constraints=515809
520.29/520.55	c nbDecision=40500 #constraints=516149
549.91/550.22	c nbDecision=41000 #constraints=516477
574.59/574.97	c nbDecision=41500 #constraints=516771
591.17/591.57	c nbDecision=42000 #constraints=517050
596.98/597.31	c nbDecision=42500 #constraints=517117
617.06/617.48	c nbDecision=43000 #constraints=517420
633.86/634.20	c nbDecision=43500 #constraints=517687
653.36/653.72	c nbDecision=44000 #constraints=517938
664.15/664.52	c nbDecision=44500 #constraints=518087
668.25/668.66	c nbDecision=45000 #constraints=518126
670.85/671.26	c nbDecision=45500 #constraints=518150
672.65/673.01	c nbDecision=46000 #constraints=518164
682.25/682.69	c nbDecision=46500 #constraints=518308
686.24/686.69	c nbDecision=47000 #constraints=518350
695.24/695.68	c nbDecision=47500 #constraints=518506
711.74/712.17	c nbDecision=48000 #constraints=518757
719.83/720.25	c nbDecision=48500 #constraints=518885
731.03/731.47	c nbDecision=49000 #constraints=519026
750.12/750.51	c nbDecision=49500 #constraints=519315
763.41/763.83	c nbDecision=50000 #constraints=519515
775.52/775.96	c nbDecision=50500 #constraints=519709
796.71/797.14	c nbDecision=51000 #constraints=520027
803.80/804.23	c restart after 51201 decisions
811.10/811.52	c nbDecision=51500 #constraints=520201
818.60/819.09	c nbDecision=52000 #constraints=520309
827.69/828.11	c nbDecision=52500 #constraints=520396
835.29/835.72	c nbDecision=53000 #constraints=520507
849.09/849.54	c nbDecision=53500 #constraints=520714
866.08/866.54	c nbDecision=54000 #constraints=520961
889.37/889.88	c nbDecision=54500 #constraints=521266
905.06/905.51	c nbDecision=55000 #constraints=521487
921.26/921.80	c nbDecision=55500 #constraints=521723
945.76/946.27	c nbDecision=56000 #constraints=522050
974.54/975.01	c nbDecision=56500 #constraints=522405
1003.34/1003.89	c nbDecision=57000 #constraints=522747
1027.33/1027.80	c nbDecision=57500 #constraints=523068
1048.12/1048.61	c nbDecision=58000 #constraints=523350
1063.91/1064.45	c nbDecision=58500 #constraints=523546
1077.61/1078.19	c nbDecision=59000 #constraints=523692
1100.10/1100.63	c nbDecision=59500 #constraints=523926
1121.80/1122.33	c nbDecision=60000 #constraints=524214
1144.69/1145.25	c nbDecision=60500 #constraints=524469
1168.78/1169.39	c nbDecision=61000 #constraints=524768
1186.97/1187.54	c nbDecision=61500 #constraints=525038
1208.66/1209.28	c nbDecision=62000 #constraints=525237
1227.86/1228.45	c nbDecision=62500 #constraints=525436
1250.55/1251.19	c nbDecision=63000 #constraints=525667
1275.14/1275.79	c nbDecision=63500 #constraints=525915
1296.24/1296.88	c nbDecision=64000 #constraints=526134
1323.83/1324.41	c nbDecision=64500 #constraints=526340
1334.83/1335.45	c nbDecision=65000 #constraints=526438
1355.81/1356.50	c nbDecision=65500 #constraints=526587
1384.00/1384.61	c nbDecision=66000 #constraints=526769
1399.90/1400.50	c nbDecision=66500 #constraints=526888
1422.39/1423.04	c nbDecision=67000 #constraints=527087
1443.08/1443.74	c nbDecision=67500 #constraints=527248
1457.57/1458.22	c nbDecision=68000 #constraints=527361
1482.37/1483.05	c nbDecision=68500 #constraints=527622
1511.26/1511.98	c nbDecision=69000 #constraints=527974
1540.15/1540.88	c nbDecision=69500 #constraints=528236
1576.44/1577.13	c nbDecision=70000 #constraints=528538
1600.73/1601.50	c nbDecision=70500 #constraints=528761
1642.21/1642.90	c nbDecision=71000 #constraints=529007
1667.10/1667.88	c nbDecision=71500 #constraints=529154
1721.29/1722.02	c nbDecision=72000 #constraints=529444
1742.19/1742.91	c nbDecision=72500 #constraints=529527
1765.88/1766.67	c nbDecision=73000 #constraints=529632
1769.88/1770.60	c nbDecision=73500 #constraints=529662
1779.08/1779.83	c nbDecision=74000 #constraints=529708
1800.07/1800.80	Received signal 15
1800.27/1801.04	
1800.27/1801.04	s UNKNOWN
1800.27/1801.04	
1800.27/1801.04	c user time= 1799.97 s
1800.27/1801.04	c system time= 0.351946 s
1800.27/1801.04	c wall clock time=1801.05

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-419731-1177411939 -o ROOT/results/node69/solver-419731-1177411939 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/419731-1177411939/instance-419731-1177411939.opb mod 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6091
/proc/meminfo: memFree=1936940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=1468 CPUtime=0
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 217183430 1503232 168 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 367 169 129 317 0 46 0

[startup+0.038064 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6091
/proc/meminfo: memFree=1936940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=2400 CPUtime=0.03
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 406 0 0 0 3 0 0 0 18 0 1 0 217183430 2457600 389 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 600 389 129 317 0 279 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2400

[startup+0.101073 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6091
/proc/meminfo: memFree=1936940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=4116 CPUtime=0.09
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 820 0 0 0 9 0 0 0 18 0 1 0 217183430 4214784 803 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 1029 803 130 317 0 708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4116

[startup+0.301105 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6091
/proc/meminfo: memFree=1936940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=8336 CPUtime=0.29
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 1916 0 0 0 29 0 0 0 19 0 1 0 217183430 8536064 1866 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 2084 1866 130 317 0 1763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8336

[startup+0.70117 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6091
/proc/meminfo: memFree=1936940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=16908 CPUtime=0.69
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 4091 0 0 0 68 1 0 0 22 0 1 0 217183430 17313792 3976 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 4227 3976 130 317 0 3906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16908

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1915108/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=33920 CPUtime=1.49
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 8435 0 0 0 146 3 0 0 25 0 1 0 217183430 34734080 8191 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 8480 8191 130 317 0 8159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33920

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1891748/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=67680 CPUtime=3.09
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 17072 0 0 0 301 8 0 0 25 0 1 0 217183430 69304320 16571 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 16920 16571 130 317 0 16599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67680

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1771556/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=6.29
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45283 0 0 0 609 20 0 0 25 0 1 0 217183430 184459264 41307 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41307 139 317 0 44713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180136

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1771748/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=12.69
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45283 0 0 0 1249 20 0 0 25 0 1 0 217183430 184459264 41307 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41307 139 317 0 44713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180136

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1771812/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=25.48
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45283 0 0 0 2528 20 0 0 25 0 1 0 217183430 184459264 41307 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562665 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41307 139 317 0 44713 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 180136

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1771940/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=51.05
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45290 0 0 0 5085 20 0 0 25 0 1 0 217183430 184459264 41314 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41314 139 317 0 44713 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 180136

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1772004/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=102.24
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45300 0 0 0 10204 20 0 0 25 0 1 0 217183430 184459264 41324 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562763 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41324 139 317 0 44713 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 180136

[startup+162.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6092
/proc/meminfo: memFree=1771876/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=162.22
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45310 0 0 0 16202 20 0 0 25 0 1 0 217183430 184459264 41334 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134714052 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41334 139 317 0 44713 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 180136

[startup+222.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 6092
/proc/meminfo: memFree=1771812/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=222.19
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45320 0 0 0 22199 20 0 0 25 0 1 0 217183430 184459264 41344 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41344 139 317 0 44713 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 180136

[startup+282.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 6092
/proc/meminfo: memFree=1771748/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=282.17
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45330 0 0 0 28197 20 0 0 25 0 1 0 217183430 184459264 41354 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41354 139 317 0 44713 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 180136

[startup+342.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 6092
/proc/meminfo: memFree=1771684/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=342.16
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45336 0 0 0 34195 21 0 0 25 0 1 0 217183430 184459264 41360 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41360 139 317 0 44713 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 180136

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6092
/proc/meminfo: memFree=1771620/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=402.14
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45346 0 0 0 40193 21 0 0 25 0 1 0 217183430 184459264 41370 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562768 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41370 139 317 0 44713 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 180136

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6092
/proc/meminfo: memFree=1771556/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=180136 CPUtime=462.12
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45352 0 0 0 46191 21 0 0 25 0 1 0 217183430 184459264 41376 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710982 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45034 41376 139 317 0 44713 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 180136

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 6118
/proc/meminfo: memFree=1768180/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=182504 CPUtime=522.08
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 45957 0 0 0 52185 23 0 0 25 0 1 0 217183430 186884096 41981 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 45626 41981 139 317 0 45305 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 182504

[startup+582.301 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 6290
/proc/meminfo: memFree=1765148/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=186172 CPUtime=581.98
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 46875 0 0 0 58173 25 0 0 25 0 1 0 217183430 190640128 42899 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 46543 42899 139 317 0 46222 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 186172

[startup+642.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 6290
/proc/meminfo: memFree=1762916/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=188532 CPUtime=641.96
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 47462 0 0 0 64171 25 0 0 25 0 1 0 217183430 193056768 43486 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 47133 43486 139 317 0 46812 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 188532


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

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6290
/proc/meminfo: memFree=1751652/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=200020 CPUtime=941.86
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 50288 0 0 0 94158 28 0 0 25 0 1 0 217183430 204820480 46304 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 50005 46304 139 317 0 49684 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 200020

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1747492/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=204100 CPUtime=1001.84
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 51308 0 0 0 100155 29 0 0 25 0 1 0 217183430 208998400 47324 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 51025 47324 139 317 0 50704 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 204100

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1744612/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=207008 CPUtime=1061.81
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 52018 0 0 0 106152 29 0 0 25 0 1 0 217183430 211976192 48034 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718520 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 51752 48034 139 317 0 51431 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 207008

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1741604/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=210120 CPUtime=1121.8
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 52761 0 0 0 112150 30 0 0 25 0 1 0 217183430 215162880 48777 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712582 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 52530 48777 139 317 0 52209 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 210120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1738916/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=214800 CPUtime=1181.77
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 53948 0 0 0 118147 30 0 0 25 0 1 0 217183430 219955200 49451 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712546 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 53700 49451 139 317 0 53379 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 214800

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1735524/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=218252 CPUtime=1241.76
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 54796 0 0 0 124145 31 0 0 25 0 1 0 217183430 223490048 50299 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 54563 50299 139 317 0 54242 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 218252

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1733156/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=220680 CPUtime=1301.73
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 55369 0 0 0 130142 31 0 0 25 0 1 0 217183430 225976320 50872 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 55170 50872 139 317 0 54849 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 220680

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1730276/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=223568 CPUtime=1361.71
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 56084 0 0 0 136139 32 0 0 25 0 1 0 217183430 228933632 51587 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712536 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 55892 51587 139 317 0 55571 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 223568

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1727844/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=225920 CPUtime=1421.69
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 56695 0 0 0 142137 32 0 0 25 0 1 0 217183430 231342080 52198 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134596056 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 56480 52198 139 317 0 56159 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 225920

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1726244/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=227696 CPUtime=1481.67
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 57127 0 0 0 148134 33 0 0 25 0 1 0 217183430 233160704 52630 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562665 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 56924 52630 139 317 0 56603 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 227696

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1721892/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=231932 CPUtime=1541.65
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 58199 0 0 0 154131 34 0 0 25 0 1 0 217183430 237498368 53702 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 57983 53702 139 317 0 57662 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 231932

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1719524/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=234300 CPUtime=1601.63
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 58781 0 0 0 160129 34 0 0 25 0 1 0 217183430 239923200 54284 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712583 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 58575 54284 139 317 0 58254 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 234300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1716580/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=237188 CPUtime=1661.61
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 59512 0 0 0 166127 34 0 0 25 0 1 0 217183430 242880512 55015 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 59297 55015 139 317 0 58976 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 237188

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1714148/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=239748 CPUtime=1721.59
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 60148 0 0 0 172124 35 0 0 25 0 1 0 217183430 245501952 55618 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 59937 55618 139 317 0 59616 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 239748

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1712612/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=241192 CPUtime=1781.57
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 60512 0 0 0 178122 35 0 0 25 0 1 0 217183430 246980608 55982 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 60298 55982 139 317 0 59977 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 241192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1711844/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=241856 CPUtime=1800.07
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 60707 0 0 0 179972 35 0 0 25 0 1 0 217183430 247660544 56177 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 60464 56177 139 317 0 60143 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 241856

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1711844/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=241856 CPUtime=1800.27
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 60707 0 0 0 179992 35 0 0 25 0 1 0 217183430 247660544 56177 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562758 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 60464 56177 139 317 0 60143 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 241856

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6290
/proc/meminfo: memFree=1711844/2055920 swapFree=4182892/4192956
[pid=6091] ppid=6089 vsize=210032 CPUtime=1800.36
/proc/6091/stat : 6091 (oree) R 6089 6091 5894 0 -1 4194304 60723 0 0 0 180001 35 0 0 25 0 1 0 217183430 215072768 51602 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135266152 0 0 4096 17474 0 0 0 17 1 0 0
/proc/6091/statm: 52508 51602 155 317 0 52187 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 210032

Child status: 0
Real time (s): 1801.18
CPU time (s): 1800.45
CPU user time (s): 1800.06
CPU system time (s): 0.387941
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 241856

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

runsolver used 1.3208 second user time and 3.66944 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Apr 24 10:52:20 UTC 2007

IDJOB= 419731
IDBENCH= 47794
IDSOLVER= 172
FILE ID= node69/419731-1177411939

PBS_JOBID= 4675654

Free space on /tmp= 66478 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11944.opb
COMMAND LINE= oree /tmp/evaluation/419731-1177411939/instance-419731-1177411939.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-419731-1177411939 -o ROOT/results/node69/solver-419731-1177411939 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/419731-1177411939/instance-419731-1177411939.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  f83f841a8f4dff79c5180d1c656f5f99

RANDOM SEED= 25111080

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1937348 kB
Buffers:          3312 kB
Cached:          63688 kB
SwapCached:       3788 kB
Active:          45796 kB
Inactive:        30992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937348 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:           18128 kB
Writeback:           0 kB
Mapped:          15788 kB
Slab:            27788 kB
Committed_AS:  2248288 kB
PageTables:       1476 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= 66478 MiB

End job on node69 on Tue Apr 24 11:22:23 UTC 2007