Trace number 361538

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.61 1801.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark46.8209
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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.89/0.97	c ...done
0.89/0.97	c #vars=40605 #constraints=118930 hasObjective=no
1.10/1.12	c res. mode=mod
1.10/1.12	c VSIDS like heuristics
1.10/1.12	c complete search running
1.49/1.58	c restart after 401 decisions
1.79/1.82	c nbDecision=500 #constraints=118940
1.99/2.06	c restart after 801 decisions
2.29/2.35	c nbDecision=1000 #constraints=118952
2.59/2.65	c nbDecision=1500 #constraints=118958
2.69/2.71	c restart after 1601 decisions
3.09/3.13	c nbDecision=2000 #constraints=118962
3.49/3.53	c nbDecision=2500 #constraints=118974
3.89/3.94	c nbDecision=3000 #constraints=118990
3.99/4.04	c restart after 3201 decisions
4.30/4.36	c nbDecision=3500 #constraints=118992
6.39/6.48	c nbDecision=4000 #constraints=119438
9.89/9.97	c nbDecision=4500 #constraints=119753
14.09/14.13	c nbDecision=5000 #constraints=120067
18.79/18.84	c nbDecision=5500 #constraints=120440
23.48/23.53	c nbDecision=6000 #constraints=120807
27.98/28.01	c restart after 6401 decisions
29.08/29.15	c nbDecision=6500 #constraints=121126
50.59/50.69	c nbDecision=7000 #constraints=121392
67.48/67.52	c nbDecision=7500 #constraints=121674
87.17/87.22	c nbDecision=8000 #constraints=122028
102.56/102.62	c nbDecision=8500 #constraints=122336
121.66/121.71	c nbDecision=9000 #constraints=122648
141.05/141.12	c nbDecision=9500 #constraints=122968
156.85/156.93	c nbDecision=10000 #constraints=123286
165.35/165.48	c nbDecision=10500 #constraints=123570
175.44/175.59	c nbDecision=11000 #constraints=123949
186.04/186.13	c nbDecision=11500 #constraints=124340
200.04/200.18	c nbDecision=12000 #constraints=124747
213.14/213.24	c nbDecision=12500 #constraints=125132
221.13/221.20	c restart after 12801 decisions
226.33/226.46	c nbDecision=13000 #constraints=125397
244.22/244.34	c nbDecision=13500 #constraints=125752
281.32/281.50	c nbDecision=14000 #constraints=126030
334.31/334.45	c nbDecision=14500 #constraints=126373
363.39/363.51	c nbDecision=15000 #constraints=126700
416.99/417.13	c nbDecision=15500 #constraints=126991
459.77/459.96	c nbDecision=16000 #constraints=127253
495.96/496.18	c nbDecision=16500 #constraints=127585
532.26/532.41	c nbDecision=17000 #constraints=127889
577.04/577.27	c nbDecision=17500 #constraints=128261
619.93/620.16	c nbDecision=18000 #constraints=128577
667.32/667.54	c nbDecision=18500 #constraints=128954
715.60/715.88	c nbDecision=19000 #constraints=129373
792.39/792.63	c nbDecision=19500 #constraints=129779
841.08/841.30	c nbDecision=20000 #constraints=130195
864.57/864.81	c nbDecision=20500 #constraints=130556
887.66/887.98	c nbDecision=21000 #constraints=130959
920.66/920.92	c nbDecision=21500 #constraints=131366
974.24/974.53	c nbDecision=22000 #constraints=131726
1045.62/1045.96	c nbDecision=22500 #constraints=132075
1107.41/1107.79	c nbDecision=23000 #constraints=132447
1151.30/1151.65	c nbDecision=23500 #constraints=132774
1218.17/1218.54	c nbDecision=24000 #constraints=133147
1291.86/1292.23	c nbDecision=24500 #constraints=133511
1331.24/1331.69	c nbDecision=25000 #constraints=133807
1404.34/1404.77	c nbDecision=25500 #constraints=134155
1416.13/1416.53	c restart after 25601 decisions
1433.22/1433.61	c nbDecision=26000 #constraints=134500
1453.12/1453.52	c nbDecision=26500 #constraints=134807
1476.01/1476.41	c nbDecision=27000 #constraints=135128
1494.60/1495.09	c nbDecision=27500 #constraints=135461
1520.19/1520.64	c nbDecision=28000 #constraints=135850
1541.80/1542.28	c nbDecision=28500 #constraints=136190
1584.38/1584.87	c nbDecision=29000 #constraints=136606
1617.97/1618.45	c nbDecision=29500 #constraints=136987
1651.26/1651.78	c nbDecision=30000 #constraints=137373
1693.26/1693.76	c nbDecision=30500 #constraints=137815
1741.95/1742.42	c nbDecision=31000 #constraints=138260
1783.03/1783.51	c nbDecision=31500 #constraints=138674
1800.03/1800.50	Received signal 15
1800.52/1801.02	
1800.52/1801.02	s UNKNOWN
1800.52/1801.02	
1800.52/1801.02	c user time= 1800.31 s
1800.52/1801.02	c system time= 0.249962 s
1800.52/1801.02	c wall clock time=1801.03

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/node63/watcher-361538-1176844351 -o ROOT/results/node63/solver-361538-1176844351 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/361538-1176844351/instance-361538-1176844351.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.91 0.97 0.96 3/64 21613
/proc/meminfo: memFree=1723844/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=1468 CPUtime=0
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 160425084 1503232 165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134827826 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 367 165 130 317 0 46 0

[startup+0.0475541 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 21613
/proc/meminfo: memFree=1723844/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=2392 CPUtime=0.04
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 415 0 0 0 4 0 0 0 18 0 1 0 160425084 2449408 397 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 598 397 130 317 0 277 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2392

[startup+0.101558 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 21613
/proc/meminfo: memFree=1723844/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=3580 CPUtime=0.09
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 706 0 0 0 9 0 0 0 18 0 1 0 160425084 3665920 688 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 895 688 130 317 0 574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3580

[startup+0.301581 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 21613
/proc/meminfo: memFree=1723844/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=7932 CPUtime=0.29
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 1810 0 0 0 29 0 0 0 19 0 1 0 160425084 8122368 1759 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 1983 1759 130 317 0 1662 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7932

[startup+0.701621 s]
/proc/loadavg: 0.91 0.97 0.96 3/64 21613
/proc/meminfo: memFree=1723844/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=16636 CPUtime=0.69
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 4014 0 0 0 67 2 0 0 22 0 1 0 160425084 17035264 3898 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 4159 3899 130 317 0 3838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16636

[startup+1.50171 s]
/proc/loadavg: 0.91 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1695676/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=42324 CPUtime=1.49
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10481 0 0 0 144 5 0 0 25 0 1 0 160425084 43339776 9552 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 10581 9552 139 317 0 10260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42324

[startup+3.10187 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1685820/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=42324 CPUtime=3.09
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10481 0 0 0 304 5 0 0 25 0 1 0 160425084 43339776 9552 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 10581 9552 139 317 0 10260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42324

[startup+6.30121 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1685692/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=42324 CPUtime=6.29
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10483 0 0 0 624 5 0 0 25 0 1 0 160425084 43339776 9554 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 10581 9554 139 317 0 10260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42324

[startup+12.7029 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1685756/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=42324 CPUtime=12.69
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10519 0 0 0 1264 5 0 0 25 0 1 0 160425084 43339776 9590 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562758 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 10581 9590 170 317 0 10260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42324

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1685244/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=43124 CPUtime=25.48
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10741 0 0 0 2543 5 0 0 25 0 1 0 160425084 44158976 9812 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562669 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 10781 9812 170 317 0 10460 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43124

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1684348/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=44044 CPUtime=51.08
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 10948 0 0 0 5102 6 0 0 25 0 1 0 160425084 45101056 10019 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604197 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 11011 10019 170 317 0 10690 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44044

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1681724/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=46548 CPUtime=102.27
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 11595 0 0 0 10221 6 0 0 25 0 1 0 160425084 47665152 10666 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563976 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 11637 10666 170 317 0 11316 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46548

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1678972/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=49332 CPUtime=162.25
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 12293 0 0 0 16218 7 0 0 25 0 1 0 160425084 50515968 11364 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563383 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 12333 11364 170 317 0 12012 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49332

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1670780/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=57380 CPUtime=222.23
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 14325 0 0 0 22214 9 0 0 25 0 1 0 160425084 58757120 13396 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 14345 13396 170 317 0 14024 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 57380

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1668860/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=59584 CPUtime=282.22
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 14819 0 0 0 28212 10 0 0 25 0 1 0 160425084 61014016 13890 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 14896 13890 170 317 0 14575 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59584

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1667836/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=60520 CPUtime=342.2
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 15064 0 0 0 34210 10 0 0 25 0 1 0 160425084 61972480 14135 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712536 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 15130 14135 170 317 0 14809 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60520

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1666428/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=62040 CPUtime=402.19
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 15422 0 0 0 40208 11 0 0 25 0 1 0 160425084 63528960 14493 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604218 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 15510 14493 170 317 0 15189 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 62040

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1665276/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=63096 CPUtime=462.17
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 15698 0 0 0 46206 11 0 0 25 0 1 0 160425084 64610304 14769 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 15774 14769 170 317 0 15453 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 63096

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1663228/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=65220 CPUtime=522.16
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 16206 0 0 0 52204 12 0 0 25 0 1 0 160425084 66785280 15277 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 16305 15277 170 317 0 15984 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 65220

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 21614
/proc/meminfo: memFree=1661308/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=67152 CPUtime=582.14
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 16696 0 0 0 58202 12 0 0 25 0 1 0 160425084 68763648 15767 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718437 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 16788 15767 170 317 0 16467 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 67152

[startup+642.301 s]
/proc/loadavg: 1.04 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1660348/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=67940 CPUtime=642.13
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 16918 0 0 0 64200 13 0 0 25 0 1 0 160425084 69570560 15989 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 16985 15989 170 317 0 16664 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 67940


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

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1648700/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=80600 CPUtime=942.05
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 19959 0 0 0 94188 17 0 0 25 0 1 0 160425084 82534400 18901 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 20150 18901 170 317 0 19829 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 80600

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1648124/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=81128 CPUtime=1002.03
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 20093 0 0 0 100186 17 0 0 25 0 1 0 160425084 83075072 19035 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 20282 19035 170 317 0 19961 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 81128

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1646908/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=82328 CPUtime=1062.02
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 20401 0 0 0 106184 18 0 0 25 0 1 0 160425084 84303872 19343 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 20582 19343 170 317 0 20261 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 82328

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1645244/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=84152 CPUtime=1122
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 20814 0 0 0 112182 18 0 0 25 0 1 0 160425084 86171648 19756 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 21038 19756 170 317 0 20717 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 84152

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1643452/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=85888 CPUtime=1181.99
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 21257 0 0 0 118180 19 0 0 25 0 1 0 160425084 87949312 20199 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715683 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 21472 20199 170 317 0 21151 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 85888

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1641596/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=87780 CPUtime=1241.97
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 21712 0 0 0 124177 20 0 0 25 0 1 0 160425084 89886720 20654 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 21945 20654 170 317 0 21624 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 87780

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1640444/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=88868 CPUtime=1301.96
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 21993 0 0 0 130176 20 0 0 25 0 1 0 160425084 91000832 20935 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 22217 20935 170 317 0 21896 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 88868

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1639228/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=90048 CPUtime=1361.93
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 22289 0 0 0 136173 20 0 0 25 0 1 0 160425084 92209152 21231 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563423 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 22512 21231 170 317 0 22191 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 90048

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1638268/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=91144 CPUtime=1421.93
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 22534 0 0 0 142172 21 0 0 25 0 1 0 160425084 93331456 21476 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718437 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 22786 21476 170 317 0 22465 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 91144

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1635836/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=93392 CPUtime=1481.91
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 23134 0 0 0 148170 21 0 0 25 0 1 0 160425084 95633408 22076 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 23348 22076 170 317 0 23027 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 93392

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1632316/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=97100 CPUtime=1541.89
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 24027 0 0 0 154167 22 0 0 25 0 1 0 160425084 99430400 22969 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 24275 22969 170 317 0 23954 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 97100

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21614
/proc/meminfo: memFree=1629756/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=99724 CPUtime=1601.88
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 24664 0 0 0 160165 23 0 0 25 0 1 0 160425084 102117376 23606 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 24931 23606 170 317 0 24610 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 99724

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21616
/proc/meminfo: memFree=1627068/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=102392 CPUtime=1661.86
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 25299 0 0 0 166163 23 0 0 25 0 1 0 160425084 104849408 24241 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 25598 24241 170 317 0 25277 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 102392

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21616
/proc/meminfo: memFree=1625084/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=104424 CPUtime=1721.85
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 25811 0 0 0 172161 24 0 0 25 0 1 0 160425084 106930176 24753 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 26106 24753 170 317 0 25785 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 104424

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21616
/proc/meminfo: memFree=1622780/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=106820 CPUtime=1781.83
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 26374 0 0 0 178159 24 0 0 25 0 1 0 160425084 109383680 25316 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 26705 25316 170 317 0 26384 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 106820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.99 0.96 2/65 21616
/proc/meminfo: memFree=1622204/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=107504 CPUtime=1800.03
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 26520 0 0 0 179979 24 0 0 25 0 1 0 160425084 110084096 25462 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277201 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 26876 25462 170 317 0 26555 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 107504

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 21617
/proc/meminfo: memFree=1622196/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=107504 CPUtime=1800.13
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 26520 0 0 0 179989 24 0 0 25 0 1 0 160425084 110084096 25462 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 26876 25462 170 317 0 26555 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 107504

[startup+1801 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 21617
/proc/meminfo: memFree=1622196/2055920 swapFree=4168472/4192956
[pid=21613] ppid=21611 vsize=107504 CPUtime=1800.52
/proc/21613/stat : 21613 (oree) R 21611 21613 20702 0 -1 4194304 26525 0 0 0 180028 24 0 0 25 0 1 0 160425084 110084096 25467 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21613/statm: 26876 25467 170 317 0 26555 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 107504

Child status: 0
Real time (s): 1801.08
CPU time (s): 1800.61
CPU user time (s): 1800.34
CPU system time (s): 0.266959
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 107504

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

runsolver used 1.3378 second user time and 3.61345 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue Apr 17 21:12:32 UTC 2007

IDJOB= 361538
IDBENCH= 1451
IDSOLVER= 172
FILE ID= node63/361538-1176844351

PBS_JOBID= 4590169

Free space on /tmp= 66503 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= oree /tmp/evaluation/361538-1176844351/instance-361538-1176844351.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-361538-1176844351 -o ROOT/results/node63/solver-361538-1176844351 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/361538-1176844351/instance-361538-1176844351.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  50ec52fd2f8650248cdc06f32bc8af84

RANDOM SEED= 713348522

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724316 kB
Buffers:         26892 kB
Cached:         241832 kB
SwapCached:      18916 kB
Active:         177132 kB
Inactive:       116088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724316 kB
SwapTotal:     4192956 kB
SwapFree:      4168472 kB
Dirty:            4880 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            24400 kB
Committed_AS:  1947856 kB
PageTables:       1460 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= 66503 MiB

End job on node63 on Tue Apr 17 21:42:34 UTC 2007