Trace number 419647

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.15 1800.74

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc1093.opb
MD5SUM938e8b25d3d95f3fa5c80ea840811d49
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 benchmark3.43948
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables106648
Total number of constraints337439
Number of constraints which are clauses337439
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...
2.89/2.92	c ...done
2.89/2.93	c #vars=106648 #constraints=337439 hasObjective=no
3.29/3.36	c res. mode=mod
3.29/3.36	c VSIDS like heuristics
3.29/3.36	c complete search running
6.29/6.37	c restart after 401 decisions
6.89/6.90	c nbDecision=500 #constraints=337502
7.79/7.88	c restart after 801 decisions
9.19/9.24	c nbDecision=1000 #constraints=337551
10.89/10.99	c nbDecision=1500 #constraints=337572
11.19/11.29	c restart after 1601 decisions
15.99/16.09	c nbDecision=2000 #constraints=337713
26.78/26.88	c nbDecision=2500 #constraints=338050
36.87/36.99	c nbDecision=3000 #constraints=338389
41.86/41.90	c restart after 3201 decisions
43.66/43.74	c nbDecision=3500 #constraints=338582
47.86/47.98	c nbDecision=4000 #constraints=338610
49.86/49.98	c nbDecision=4500 #constraints=338630
54.77/54.80	c nbDecision=5000 #constraints=338729
61.26/61.37	c nbDecision=5500 #constraints=338948
66.26/66.36	c nbDecision=6000 #constraints=339107
69.76/69.87	c restart after 6401 decisions
70.16/70.24	c nbDecision=6500 #constraints=339219
73.46/73.53	c nbDecision=7000 #constraints=339311
83.06/83.12	c nbDecision=7500 #constraints=339640
89.46/89.50	c nbDecision=8000 #constraints=339848
97.15/97.29	c nbDecision=8500 #constraints=340111
103.85/103.92	c nbDecision=9000 #constraints=340325
109.05/109.16	c nbDecision=9500 #constraints=340493
113.75/113.84	c nbDecision=10000 #constraints=340642
120.04/120.19	c nbDecision=10500 #constraints=340851
127.34/127.41	c nbDecision=11000 #constraints=341091
136.34/136.40	c nbDecision=11500 #constraints=341398
145.44/145.53	c nbDecision=12000 #constraints=341698
150.84/150.98	c nbDecision=12500 #constraints=341872
155.33/155.47	c restart after 12801 decisions
156.83/156.94	c nbDecision=13000 #constraints=342059
162.24/162.39	c nbDecision=13500 #constraints=342228
167.34/167.44	c nbDecision=14000 #constraints=342383
174.74/174.82	c nbDecision=14500 #constraints=342626
184.93/185.07	c nbDecision=15000 #constraints=342967
194.93/195.04	c nbDecision=15500 #constraints=343286
203.63/203.73	c nbDecision=16000 #constraints=343562
213.02/213.20	c nbDecision=16500 #constraints=343865
223.41/223.52	c nbDecision=17000 #constraints=344191
230.61/230.79	c nbDecision=17500 #constraints=344404
235.32/235.48	c nbDecision=18000 #constraints=344542
241.52/241.65	c nbDecision=18500 #constraints=344727
248.71/248.87	c nbDecision=19000 #constraints=344942
256.91/257.08	c nbDecision=19500 #constraints=345192
267.50/267.65	c nbDecision=20000 #constraints=345522
273.91/274.07	c nbDecision=20500 #constraints=345718
281.20/281.37	c nbDecision=21000 #constraints=345922
289.70/289.85	c nbDecision=21500 #constraints=346184
298.60/298.71	c nbDecision=22000 #constraints=346442
305.60/305.77	c nbDecision=22500 #constraints=346651
313.09/313.21	c nbDecision=23000 #constraints=346882
322.50/322.66	c nbDecision=23500 #constraints=347191
328.49/328.67	c nbDecision=24000 #constraints=347361
335.49/335.69	c nbDecision=24500 #constraints=347559
341.49/341.69	c nbDecision=25000 #constraints=347734
350.79/350.99	c nbDecision=25500 #constraints=348009
352.08/352.29	c restart after 25601 decisions
356.98/357.13	c nbDecision=26000 #constraints=348176
369.08/369.20	c nbDecision=26500 #constraints=348530
379.58/379.77	c nbDecision=27000 #constraints=348859
391.27/391.44	c nbDecision=27500 #constraints=349195
401.57/401.77	c nbDecision=28000 #constraints=349489
411.37/411.56	c nbDecision=28500 #constraints=349690
429.97/430.14	c nbDecision=29000 #constraints=350022
447.86/448.06	c nbDecision=29500 #constraints=350317
459.75/459.98	c nbDecision=30000 #constraints=350610
484.35/484.55	c nbDecision=30500 #constraints=351022
494.64/494.80	c nbDecision=31000 #constraints=351315
504.35/504.58	c nbDecision=31500 #constraints=351570
519.94/520.14	c nbDecision=32000 #constraints=351876
532.84/533.08	c nbDecision=32500 #constraints=352197
553.73/553.99	c nbDecision=33000 #constraints=352553
574.52/574.79	c nbDecision=33500 #constraints=352939
595.72/595.98	c nbDecision=34000 #constraints=353305
621.52/621.75	c nbDecision=34500 #constraints=353653
636.31/636.51	c nbDecision=35000 #constraints=353977
644.91/645.11	c nbDecision=35500 #constraints=354125
670.11/670.39	c nbDecision=36000 #constraints=354443
698.59/698.89	c nbDecision=36500 #constraints=354802
735.29/735.53	c nbDecision=37000 #constraints=355194
769.28/769.58	c nbDecision=37500 #constraints=355572
812.16/812.47	c nbDecision=38000 #constraints=356000
840.26/840.55	c nbDecision=38500 #constraints=356337
881.35/881.69	c nbDecision=39000 #constraints=356726
926.44/926.73	c nbDecision=39500 #constraints=357129
965.93/966.26	c nbDecision=40000 #constraints=357511
1014.91/1015.20	c nbDecision=40500 #constraints=357888
1063.50/1063.89	c nbDecision=41000 #constraints=358268
1099.59/1099.94	c nbDecision=41500 #constraints=358580
1114.29/1114.65	c nbDecision=42000 #constraints=358799
1142.26/1142.66	c nbDecision=42500 #constraints=359154
1165.69/1166.16	c nbDecision=43000 #constraints=359463
1190.27/1190.75	c nbDecision=43500 #constraints=359770
1221.35/1221.84	c nbDecision=44000 #constraints=360130
1250.34/1250.83	c nbDecision=44500 #constraints=360482
1287.23/1287.72	c nbDecision=45000 #constraints=360860
1317.33/1317.88	c nbDecision=45500 #constraints=361189
1344.02/1344.57	c nbDecision=46000 #constraints=361422
1364.12/1364.65	c nbDecision=46500 #constraints=361683
1376.31/1376.84	c nbDecision=47000 #constraints=362022
1389.91/1390.45	c nbDecision=47500 #constraints=362386
1398.91/1399.46	c nbDecision=48000 #constraints=362558
1403.51/1404.01	c nbDecision=48500 #constraints=362647
1406.91/1407.43	c nbDecision=49000 #constraints=362687
1413.01/1413.51	c nbDecision=49500 #constraints=362734
1415.80/1416.31	c nbDecision=50000 #constraints=362756
1418.51/1419.06	c nbDecision=50500 #constraints=362776
1423.10/1423.66	c nbDecision=51000 #constraints=362872
1424.60/1425.15	c restart after 51201 decisions
1428.80/1429.34	c nbDecision=51500 #constraints=362976
1434.30/1434.89	c nbDecision=52000 #constraints=363081
1457.49/1458.03	c nbDecision=52500 #constraints=363289
1489.89/1490.41	c nbDecision=53000 #constraints=363581
1497.08/1497.68	c nbDecision=53500 #constraints=363777
1505.28/1505.83	c nbDecision=54000 #constraints=364022
1515.38/1515.94	c nbDecision=54500 #constraints=364328
1524.77/1525.37	c nbDecision=55000 #constraints=364597
1536.27/1536.84	c nbDecision=55500 #constraints=364932
1545.57/1546.13	c nbDecision=56000 #constraints=365180
1556.07/1556.69	c nbDecision=56500 #constraints=365455
1567.66/1568.24	c nbDecision=57000 #constraints=365753
1580.46/1581.07	c nbDecision=57500 #constraints=365995
1595.76/1596.31	c nbDecision=58000 #constraints=366367
1605.05/1605.63	c nbDecision=58500 #constraints=366575
1622.05/1622.64	c nbDecision=59000 #constraints=366792
1680.13/1680.71	c nbDecision=59500 #constraints=367217
1732.22/1732.89	c nbDecision=60000 #constraints=367624
1783.00/1783.64	c nbDecision=60500 #constraints=368004
1800.00/1800.60	Received signal 15
1800.00/1800.63	
1800.00/1800.63	s UNKNOWN
1800.00/1800.63	
1800.00/1800.63	c user time= 1799.61 s
1800.00/1800.63	c system time= 0.429934 s
1800.00/1800.63	c wall clock time=1800.63

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/node24/watcher-419647-1177411322 -o ROOT/results/node24/solver-419647-1177411322 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/419647-1177411322/instance-419647-1177411322.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.98 3/77 5063
/proc/meminfo: memFree=1934032/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=1468 CPUtime=0
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 189050305 1503232 170 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 367 170 129 317 0 46 0

[startup+0.0505751 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 5063
/proc/meminfo: memFree=1934032/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=2532 CPUtime=0.04
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 446 0 0 0 4 0 0 0 18 0 1 0 189050305 2592768 429 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 633 430 130 317 0 312 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2532

[startup+0.10158 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 5063
/proc/meminfo: memFree=1934032/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=3608 CPUtime=0.09
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 719 0 0 0 9 0 0 0 18 0 1 0 189050305 3694592 702 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 902 702 130 317 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3608

[startup+0.301601 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 5063
/proc/meminfo: memFree=1934032/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=7960 CPUtime=0.29
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 1811 0 0 0 29 0 0 0 19 0 1 0 189050305 8151040 1761 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 1990 1761 130 317 0 1669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7960

[startup+0.701644 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 5063
/proc/meminfo: memFree=1934032/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=16532 CPUtime=0.69
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 3988 0 0 0 68 1 0 0 23 0 1 0 189050305 16928768 3873 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 4133 3873 130 317 0 3812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16532

[startup+1.50173 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 5064
/proc/meminfo: memFree=1912648/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=33544 CPUtime=1.49
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 8337 0 0 0 145 4 0 0 25 0 1 0 189050305 34349056 8093 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 8386 8093 130 317 0 8065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33544

[startup+3.10291 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 5064
/proc/meminfo: memFree=1889288/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=95144 CPUtime=3.09
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 23892 0 0 0 297 12 0 0 25 0 1 0 189050305 97427456 23391 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602388 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 23786 23391 137 317 0 23465 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95144

[startup+6.30125 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 5064
/proc/meminfo: memFree=1822536/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=6.29
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30672 0 0 0 615 14 0 0 25 0 1 0 189050305 125124608 27864 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27864 139 317 0 30227 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122192

[startup+12.7019 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 5064
/proc/meminfo: memFree=1822600/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=12.69
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30672 0 0 0 1255 14 0 0 25 0 1 0 189050305 125124608 27864 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27864 139 317 0 30227 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122192

[startup+25.5013 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 5064
/proc/meminfo: memFree=1822600/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=25.48
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30676 0 0 0 2534 14 0 0 25 0 1 0 189050305 125124608 27868 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134559106 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27868 139 317 0 30227 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122192

[startup+51.1011 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 5064
/proc/meminfo: memFree=1822728/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=51.06
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30680 0 0 0 5092 14 0 0 25 0 1 0 189050305 125124608 27872 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27872 139 317 0 30227 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 122192

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 5064
/proc/meminfo: memFree=1822664/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=102.25
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30694 0 0 0 10210 15 0 0 25 0 1 0 189050305 125124608 27886 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27886 139 317 0 30227 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 122192

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1822536/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=122192 CPUtime=162.24
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 30709 0 0 0 16208 16 0 0 25 0 1 0 189050305 125124608 27901 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 30548 27901 139 317 0 30227 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 122192

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1820424/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=124168 CPUtime=222.21
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 31212 0 0 0 22205 16 0 0 25 0 1 0 189050305 127148032 28404 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 31042 28404 139 317 0 30721 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 124168

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1817672/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=126820 CPUtime=282.2
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 31885 0 0 0 28202 18 0 0 25 0 1 0 189050305 129863680 29077 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562768 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 31705 29077 139 317 0 31384 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 126820

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1814600/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=129840 CPUtime=342.19
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 32625 0 0 0 34200 19 0 0 25 0 1 0 189050305 132956160 29817 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 32460 29817 139 317 0 32139 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 129840

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1810312/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=134028 CPUtime=402.17
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 33697 0 0 0 40197 20 0 0 25 0 1 0 189050305 137244672 30889 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 33507 30889 139 317 0 33186 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 134028

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1806536/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=137564 CPUtime=462.15
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 34608 0 0 0 46194 21 0 0 25 0 1 0 189050305 140865536 31800 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 34391 31800 139 317 0 34070 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 137564

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1802184/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=141896 CPUtime=522.14
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 35667 0 0 0 52191 23 0 0 25 0 1 0 189050305 145301504 32859 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 35474 32859 139 317 0 35153 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 141896

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1797128/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=146948 CPUtime=582.12
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 36936 0 0 0 58189 23 0 0 25 0 1 0 189050305 150474752 34128 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712496 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 36737 34128 139 317 0 36416 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 146948

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1792776/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=151192 CPUtime=642.11
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 37991 0 0 0 64186 25 0 0 25 0 1 0 189050305 154820608 35183 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 37798 35183 139 317 0 37477 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 151192


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

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1782920/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=160768 CPUtime=882.05
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 40343 0 0 0 88176 29 0 0 25 0 1 0 189050305 164626432 37535 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562651 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 40192 37535 139 317 0 39871 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 160768

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1780552/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=163008 CPUtime=942.03
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 40943 0 0 0 94174 29 0 0 25 0 1 0 189050305 166920192 38135 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 40752 38135 139 317 0 40431 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 163008

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1778376/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=165120 CPUtime=1002.02
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 41461 0 0 0 100172 30 0 0 25 0 1 0 189050305 169082880 38653 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 41280 38653 139 317 0 40959 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 165120

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1776776/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=166732 CPUtime=1062
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 41840 0 0 0 106169 31 0 0 25 0 1 0 189050305 170733568 39032 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 41683 39032 139 317 0 41362 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 166732

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5064
/proc/meminfo: memFree=1774984/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=168492 CPUtime=1121.99
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 42246 0 0 0 112167 32 0 0 25 0 1 0 189050305 172535808 39438 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 42123 39438 139 317 0 41802 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 168492

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 5236
/proc/meminfo: memFree=1770824/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=171396 CPUtime=1181.88
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 42923 0 0 0 118155 33 0 0 25 0 1 0 189050305 175509504 40115 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712587 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 42849 40115 139 317 0 42528 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 171396

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1768776/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=174312 CPUtime=1241.84
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 43676 0 0 0 124150 34 0 0 25 0 1 0 189050305 178495488 40868 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 43578 40868 139 317 0 43257 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 174312

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1766024/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=176920 CPUtime=1301.83
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 44334 0 0 0 130148 35 0 0 25 0 1 0 189050305 181166080 41526 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 44230 41526 139 317 0 43909 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 176920

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1764040/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=178932 CPUtime=1361.82
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 44836 0 0 0 136146 36 0 0 25 0 1 0 189050305 183226368 42028 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 44733 42028 139 317 0 44412 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 178932

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1761800/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=181044 CPUtime=1421.8
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 45374 0 0 0 142143 37 0 0 25 0 1 0 189050305 185389056 42566 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606732 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 45261 42566 139 317 0 44940 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 181044

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1760456/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=182484 CPUtime=1481.79
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 45707 0 0 0 148141 38 0 0 25 0 1 0 189050305 186863616 42899 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 45621 42899 139 317 0 45300 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 182484

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1755720/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=187128 CPUtime=1541.77
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 46881 0 0 0 154138 39 0 0 25 0 1 0 189050305 191619072 44073 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562768 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 46782 44073 139 317 0 46461 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 187128

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1750856/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=191940 CPUtime=1601.75
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 48100 0 0 0 160135 40 0 0 25 0 1 0 189050305 196546560 45292 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 47985 45292 139 317 0 47664 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 191940

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1749320/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=193392 CPUtime=1661.73
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 48450 0 0 0 166132 41 0 0 25 0 1 0 189050305 198033408 45642 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 48348 45642 139 317 0 48027 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 193392

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5262
/proc/meminfo: memFree=1748232/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=194444 CPUtime=1721.72
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 48718 0 0 0 172130 42 0 0 25 0 1 0 189050305 199110656 45910 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 48611 45910 139 317 0 48290 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 194444

[startup+1782.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 5262
/proc/meminfo: memFree=1747080/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=195396 CPUtime=1781.7
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 48946 0 0 0 178128 42 0 0 25 0 1 0 189050305 200085504 46138 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 48849 46138 139 317 0 48528 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 195396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.03 0.99 0.99 3/78 5262
/proc/meminfo: memFree=1746760/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=195792 CPUtime=1800
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 49034 0 0 0 179958 42 0 0 25 0 1 0 189050305 200491008 46226 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 48948 46226 139 317 0 48627 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 195792

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

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

[startup+1800.71 s]
/proc/loadavg: 1.03 0.99 0.99 3/78 5262
/proc/meminfo: memFree=1746760/2055920 swapFree=4143260/4192956
[pid=5063] ppid=5061 vsize=174976 CPUtime=1800.11
/proc/5063/stat : 5063 (oree) R 5061 5063 5004 0 -1 4194304 49050 0 0 0 179968 43 0 0 25 0 1 0 189050305 179175424 43165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135266198 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5063/statm: 43744 43165 155 317 0 43423 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 174976

Child status: 0
Real time (s): 1800.74
CPU time (s): 1800.15
CPU user time (s): 1799.69
CPU system time (s): 0.45993
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 195792

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

runsolver used 1.41978 second user time and 4.26635 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Apr 24 10:42:03 UTC 2007

IDJOB= 419647
IDBENCH= 47788
IDSOLVER= 172
FILE ID= node24/419647-1177411322

PBS_JOBID= 4675648

Free space on /tmp= 66223 MiB

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

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  938e8b25d3d95f3fa5c80ea840811d49

RANDOM SEED= 682380487

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1934504 kB
Buffers:          6620 kB
Cached:          57816 kB
SwapCached:      17572 kB
Active:          47184 kB
Inactive:        40548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934504 kB
SwapTotal:     4192956 kB
SwapFree:      4143260 kB
Dirty:           12560 kB
Writeback:           0 kB
Mapped:          28800 kB
Slab:            19144 kB
Committed_AS:  3753836 kB
PageTables:       1808 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= 66223 MiB

End job on node24 on Tue Apr 24 11:12:05 UTC 2007