Trace number 361720

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 alphaUNSAT 409.91 410.023

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
MD5SUMf83049a5e6f779c8a894a05e03ae7f50
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 benchmark3.56946
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23837
Total number of constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
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 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
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.59/0.61	c ...done
0.59/0.61	c #vars=23837 #constraints=67568 hasObjective=no
0.69/0.70	c res. mode=mod
0.69/0.70	c VSIDS like heuristics
0.69/0.70	c complete search running
1.09/1.14	c restart after 401 decisions
1.19/1.25	c nbDecision=500 #constraints=67591
1.29/1.31	c restart after 801 decisions
1.39/1.44	c nbDecision=1000 #constraints=67591
1.49/1.51	c nbDecision=1500 #constraints=67591
1.49/1.54	c restart after 1601 decisions
1.69/1.71	c nbDecision=2000 #constraints=67594
4.59/4.68	c nbDecision=2500 #constraints=68008
8.29/8.34	c nbDecision=3000 #constraints=68336
10.29/10.38	c restart after 3201 decisions
12.39/12.46	c nbDecision=3500 #constraints=68670
18.59/18.69	c nbDecision=4000 #constraints=68996
26.58/26.65	c nbDecision=4500 #constraints=69395
33.18/33.27	c nbDecision=5000 #constraints=69790
39.98/40.02	c nbDecision=5500 #constraints=70055
46.18/46.24	c nbDecision=6000 #constraints=70447
50.77/50.86	c restart after 6401 decisions
51.77/51.84	c nbDecision=6500 #constraints=70795
60.17/60.24	c nbDecision=7000 #constraints=71117
67.67/67.71	c nbDecision=7500 #constraints=71432
76.77/76.81	c nbDecision=8000 #constraints=71839
85.46/85.52	c nbDecision=8500 #constraints=72179
97.06/97.15	c nbDecision=9000 #constraints=72510
106.05/106.19	c nbDecision=9500 #constraints=72767
117.16/117.25	c nbDecision=10000 #constraints=73052
129.95/130.08	c nbDecision=10500 #constraints=73338
141.76/141.82	c nbDecision=11000 #constraints=73636
153.65/153.71	c nbDecision=11500 #constraints=73916
165.84/165.95	c nbDecision=12000 #constraints=74199
178.34/178.42	c nbDecision=12500 #constraints=74466
184.54/184.62	c restart after 12801 decisions
188.94/189.06	c nbDecision=13000 #constraints=74700
199.94/200.08	c nbDecision=13500 #constraints=74959
213.33/213.49	c nbDecision=14000 #constraints=75243
227.23/227.31	c nbDecision=14500 #constraints=75528
242.53/242.64	c nbDecision=15000 #constraints=75833
257.42/257.51	c nbDecision=15500 #constraints=76128
273.51/273.60	c nbDecision=16000 #constraints=76407
294.91/295.09	c nbDecision=16500 #constraints=76755
314.00/314.19	c nbDecision=17000 #constraints=77066
337.90/338.08	c nbDecision=17500 #constraints=77440
361.19/361.34	c nbDecision=18000 #constraints=77752
382.59/382.73	c nbDecision=18500 #constraints=78068
409.78/409.99	c nbDecision=18999 #constraints=78422
409.78/409.99	
409.78/409.99	s UNSATISFIABLE
409.78/409.99	
409.78/409.99	c user time= 409.77 s
409.78/409.99	c system time= 0.114982 s
409.78/409.99	c wall clock time=409.996

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-361720-1176844655 -o ROOT/results/node9/solver-361720-1176844655 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/361720-1176844655/instance-361720-1176844655.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.92 0.98 0.99 3/77 8784
/proc/meminfo: memFree=1779504/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=1468 CPUtime=0
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 160503098 1503232 164 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134831104 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 367 165 130 317 0 46 0

[startup+0.0461311 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8784
/proc/meminfo: memFree=1779504/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=2392 CPUtime=0.04
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 404 0 0 0 4 0 0 0 18 0 1 0 160503098 2449408 386 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 598 386 130 317 0 277 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2392

[startup+0.101101 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8784
/proc/meminfo: memFree=1779504/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=3580 CPUtime=0.09
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 696 0 0 0 9 0 0 0 18 0 1 0 160503098 3665920 678 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 895 678 130 317 0 574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3580

[startup+0.301125 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8784
/proc/meminfo: memFree=1779504/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=7932 CPUtime=0.29
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 1790 0 0 0 28 1 0 0 19 0 1 0 160503098 8122368 1739 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 1983 1739 130 317 0 1662 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7932

[startup+0.701169 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8784
/proc/meminfo: memFree=1779504/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=21588 CPUtime=0.69
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 5264 0 0 0 67 2 0 0 23 0 1 0 160503098 22106112 5148 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 5397 5148 137 317 0 5076 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21588

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1756584/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=26076 CPUtime=1.49
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 6370 0 0 0 147 2 0 0 25 0 1 0 160503098 26701824 5792 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 6519 5792 139 317 0 6198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26076

[startup+3.10144 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1756456/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=26076 CPUtime=3.09
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 6370 0 0 0 306 3 0 0 25 0 1 0 160503098 26701824 5792 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 6519 5792 139 317 0 6198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26076

[startup+6.3018 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1756328/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=26076 CPUtime=6.29
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 6374 0 0 0 626 3 0 0 25 0 1 0 160503098 26701824 5796 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 6519 5796 139 317 0 6198 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26076

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1756264/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=26076 CPUtime=12.69
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 6409 0 0 0 1266 3 0 0 25 0 1 0 160503098 26701824 5831 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 6519 5831 170 317 0 6198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26076

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1754600/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=28040 CPUtime=25.48
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 6900 0 0 0 2545 3 0 0 25 0 1 0 160503098 28712960 6322 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 7010 6322 170 317 0 6689 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28040

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1751080/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=31476 CPUtime=51.07
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 7769 0 0 0 5103 4 0 0 25 0 1 0 160503098 32231424 7191 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606697 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 7869 7191 170 317 0 7548 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31476

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1746152/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=36412 CPUtime=102.26
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 8984 0 0 0 10221 5 0 0 25 0 1 0 160503098 37285888 8406 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716050 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 9103 8406 170 317 0 8782 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36412

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1741800/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=40628 CPUtime=162.24
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 10056 0 0 0 16218 6 0 0 25 0 1 0 160503098 41603072 9478 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710952 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 10157 9478 170 317 0 9836 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40628

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1738664/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=44008 CPUtime=222.23
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 10843 0 0 0 22216 7 0 0 25 0 1 0 160503098 45064192 10265 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604102 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 11002 10265 170 317 0 10681 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44008

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1735464/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=47316 CPUtime=282.22
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 11649 0 0 0 28213 9 0 0 25 0 1 0 160503098 48451584 11071 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 11829 11071 170 317 0 11508 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 47316

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1732840/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=50032 CPUtime=342.2
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12298 0 0 0 34210 10 0 0 25 0 1 0 160503098 51232768 11720 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 12508 11720 170 317 0 12187 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50032

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730472/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52144 CPUtime=402.18
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12874 0 0 0 40207 11 0 0 25 0 1 0 160503098 53395456 12296 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564043 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13036 12296 170 317 0 12715 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 52144

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

[startup+403.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730472/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52144 CPUtime=402.98
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12875 0 0 0 40287 11 0 0 25 0 1 0 160503098 53395456 12297 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13036 12297 170 317 0 12715 0
Current children cumulated CPU time (s) 402.98
Current children cumulated vsize (KiB) 52144

[startup+406.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730408/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52272 CPUtime=406.18
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12903 0 0 0 40607 11 0 0 25 0 1 0 160503098 53526528 12325 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13068 12325 170 317 0 12747 0
Current children cumulated CPU time (s) 406.18
Current children cumulated vsize (KiB) 52272

[startup+407.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730344/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52272 CPUtime=407.78
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12911 0 0 0 40767 11 0 0 25 0 1 0 160503098 53526528 12333 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13068 12333 170 317 0 12747 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 52272

[startup+408.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730344/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52404 CPUtime=408.58
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12918 0 0 0 40847 11 0 0 25 0 1 0 160503098 53661696 12340 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604429 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13101 12340 170 317 0 12780 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 52404

[startup+409.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730280/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52404 CPUtime=409.38
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12926 0 0 0 40927 11 0 0 25 0 1 0 160503098 53661696 12348 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13101 12348 170 317 0 12780 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 52404

[startup+409.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730280/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52404 CPUtime=409.78
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12927 0 0 0 40967 11 0 0 25 0 1 0 160503098 53661696 12349 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134562678 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13101 12349 170 317 0 12780 0
Current children cumulated CPU time (s) 409.78
Current children cumulated vsize (KiB) 52404

[startup+410.001 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8785
/proc/meminfo: memFree=1730280/2055920 swapFree=4145528/4192956
[pid=8784] ppid=8782 vsize=52404 CPUtime=409.88
/proc/8784/stat : 8784 (oree) R 8782 8784 7791 0 -1 4194304 12943 0 0 0 40977 11 0 0 25 0 1 0 160503098 53661696 12365 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/8784/statm: 13101 12365 186 317 0 12780 0
Current children cumulated CPU time (s) 409.88
Current children cumulated vsize (KiB) 52404

Child status: 0
Real time (s): 410.023
CPU time (s): 409.91
CPU user time (s): 409.785
CPU system time (s): 0.124981
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 52404

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

runsolver used 0.495924 second user time and 0.995848 second system time

The end

Launcher Data (download as text)

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

IDJOB= 361720
IDBENCH= 1466
IDSOLVER= 172
FILE ID= node9/361720-1176844655

PBS_JOBID= 4590159

Free space on /tmp= 66489 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
COMMAND LINE= oree /tmp/evaluation/361720-1176844655/instance-361720-1176844655.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-361720-1176844655 -o ROOT/results/node9/solver-361720-1176844655 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/361720-1176844655/instance-361720-1176844655.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  f83049a5e6f779c8a894a05e03ae7f50

RANDOM SEED= 819359969

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1779912 kB
Buffers:         32736 kB
Cached:         180844 kB
SwapCached:      16124 kB
Active:         192148 kB
Inactive:        52704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779912 kB
SwapTotal:     4192956 kB
SwapFree:      4145528 kB
Dirty:            3516 kB
Writeback:           0 kB
Mapped:          30200 kB
Slab:            16660 kB
Committed_AS:  5959664 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66489 MiB

End job on node9 on Tue Apr 17 21:24:26 UTC 2007