Trace number 1884260

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
BoolVar 2009-04-26UNSAT 18.8771 18.8587

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/babic/
xinetd/xinetd_vc56703.opb
MD5SUMe6390828ca283b7a5e4d8bfa2b454d38
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 benchmark1.3038
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables110923
Total number of constraints286428
Number of constraints which are clauses286428
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

18.44/18.43	------------------------
18.44/18.43	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
18.44/18.43	Size : 0, 681873, 0, 0, 13085
18.44/18.43	Count : 0, 273343, 0, 0, 13085
18.44/18.44	
18.44/18.44	Command line : minisat tmp.dimacs %var 
18.44/18.44	
18.44/18.44	------------------------
18.44/18.48	This is MiniSat 2.0 beta
18.44/18.48	WARNING: for repeatability, setting FPU to use double precision
18.44/18.48	============================[ Problem Statistics ]=============================
18.44/18.48	|                                                                             |
18.44/18.48	|  Number of variables:  110923                                               |
18.44/18.48	|  Number of clauses:    286428                                               |
18.74/18.76	|  Parsing time:         0.25         s                                       |
18.74/18.76	Solved by unit propagation
18.74/18.76	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884260-1245256301/watcher-1884260-1245256301 -o /tmp/evaluation-result-1884260-1245256301/solver-1884260-1245256301 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884260-1245256301.opb minisat %dimacs %var 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.85 2/64 9855
/proc/meminfo: memFree=1913216/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=152 CPUtime=0
/proc/9855/stat : 9855 (java) D 9853 9855 9612 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 193224329 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 6890276 0 2147483391 4096 0 18446744072099785718 0 0 17 1 0 0
/proc/9855/statm: 38 26 19 9 0 4 0

[startup+0.0184989 s]
/proc/loadavg: 0.99 0.97 0.85 2/64 9855
/proc/meminfo: memFree=1913216/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=10996 CPUtime=0
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 868 0 1 0 0 0 0 0 18 0 2 0 193224329 11259904 605 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 2749 605 305 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10996

[startup+0.102494 s]
/proc/loadavg: 0.99 0.97 0.85 2/64 9855
/proc/meminfo: memFree=1913216/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685316 CPUtime=0.09
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 3498 0 1 0 8 1 0 0 18 0 9 0 193224329 1725763584 2986 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421329 2986 1221 9 0 416240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1685316

[startup+0.302531 s]
/proc/loadavg: 0.99 0.97 0.85 2/64 9855
/proc/meminfo: memFree=1913216/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685448 CPUtime=0.32
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 5666 0 1 0 30 2 0 0 18 0 9 0 193224329 1725898752 4976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421362 4976 2154 9 0 416273 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685448

[startup+0.702601 s]
/proc/loadavg: 0.99 0.97 0.85 2/64 9855
/proc/meminfo: memFree=1913216/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685468 CPUtime=0.72
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 7521 0 1 0 70 2 0 0 18 0 9 0 193224329 1725919232 6498 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421367 6499 2154 9 0 416278 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1685468

[startup+1.50194 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1888952/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685468 CPUtime=1.52
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 11708 0 1 0 147 5 0 0 18 0 9 0 193224329 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421367 10179 2154 9 0 416278 0
[pid=9855/tid=9857] ppid=9853 vsize=1685468 CPUtime=0.94
/proc/9855/task/9857/stat : 9857 (java) R 9853 9855 9612 0 -1 64 2182 0 1 0 93 1 0 0 17 0 9 0 193224330 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4126451608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685468 CPUtime=0.5
/proc/9855/task/9858/stat : 9858 (java) S 9853 9855 9612 0 -1 64 8508 0 0 0 48 2 0 0 16 0 9 0 193224332 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 193224332 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 193224332 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685468 CPUtime=0.04
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 283 0 0 0 4 0 0 0 15 0 9 0 193224334 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1725919232 10179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685468

[startup+3.10223 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1870648/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685468 CPUtime=3.12
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 20272 0 1 0 303 9 0 0 18 0 9 0 193224329 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421367 17731 2154 9 0 416278 0
[pid=9855/tid=9857] ppid=9853 vsize=1685468 CPUtime=1.99
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 2482 0 1 0 198 1 0 0 17 0 9 0 193224330 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685468 CPUtime=1.06
/proc/9855/task/9858/stat : 9858 (java) R 9853 9855 9612 0 -1 64 16770 0 0 0 99 7 0 0 16 0 9 0 193224332 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 193224332 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 193224332 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685468 CPUtime=0.04
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 285 0 0 0 4 0 0 0 16 0 9 0 193224334 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685468 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1725919232 17731 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 1685468

[startup+6.30181 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1794872/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685584 CPUtime=6.37
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 44187 0 1 0 617 20 0 0 18 0 9 0 193224329 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421396 32593 2163 9 0 416307 0
[pid=9855/tid=9857] ppid=9853 vsize=1685584 CPUtime=3.52
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 3627 0 1 0 350 2 0 0 17 0 9 0 193224330 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685584 CPUtime=2.71
/proc/9855/task/9858/stat : 9858 (java) R 9853 9855 9612 0 -1 64 39487 0 0 0 255 16 0 0 17 0 9 0 193224332 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 104196480 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685584 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 338 0 0 0 10 0 0 0 16 0 9 0 193224334 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) R 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1726038016 32593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1685584

[startup+12.703 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1653304/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685584 CPUtime=12.75
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 90347 0 1 0 1235 40 0 0 18 0 9 0 193224329 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421396 71699 2163 9 0 416307 0
[pid=9855/tid=9857] ppid=9853 vsize=1685584 CPUtime=6.69
/proc/9855/task/9857/stat : 9857 (java) R 9853 9855 9612 0 -1 64 4757 0 1 0 664 5 0 0 15 0 9 0 193224330 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4126461809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685584 CPUtime=5.92
/proc/9855/task/9858/stat : 9858 (java) S 9853 9855 9612 0 -1 64 84516 0 0 0 559 33 0 0 17 0 9 0 193224332 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685584 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 339 0 0 0 10 0 0 0 16 0 9 0 193224334 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1726038016 71699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 1685584

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

[startup+15.9015 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1598328/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685584 CPUtime=15.94
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 111761 0 1 0 1545 49 0 0 18 0 9 0 193224329 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421396 84095 2163 9 0 416307 0
[pid=9855/tid=9857] ppid=9853 vsize=1685584 CPUtime=7.57
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 6602 0 1 0 750 7 0 0 16 0 9 0 193224330 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685584 CPUtime=8.23
/proc/9855/task/9858/stat : 9858 (java) R 9853 9855 9612 0 -1 64 104085 0 0 0 783 40 0 0 17 0 9 0 193224332 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 102759241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685584 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 339 0 0 0 10 0 0 0 16 0 9 0 193224334 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1726038016 84095 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 1685584

[startup+17.5018 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1533304/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685584 CPUtime=17.54
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 123370 0 1 0 1699 55 0 0 18 0 9 0 193224329 1726038016 95698 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421396 95699 2163 9 0 416307 0
[pid=9855/tid=9857] ppid=9853 vsize=1685584 CPUtime=8.51
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 6608 0 1 0 843 8 0 0 16 0 9 0 193224330 1726038016 95702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685584 CPUtime=8.89
/proc/9855/task/9858/stat : 9858 (java) R 9853 9855 9612 0 -1 64 115693 0 0 0 844 45 0 0 17 0 9 0 193224332 1726038016 95703 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 95704 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 95706 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1726038016 95707 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685584 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 339 0 0 0 10 0 0 0 16 0 9 0 193224334 1726038016 95708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1726038016 95710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1726038016 95711 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 1685584

[startup+18.303 s]
/proc/loadavg: 0.99 0.97 0.85 2/73 9864
/proc/meminfo: memFree=1533304/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1685584 CPUtime=18.33
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 129279 0 1 0 1776 57 0 0 18 0 9 0 193224329 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421396 101604 2163 9 0 416307 0
[pid=9855/tid=9857] ppid=9853 vsize=1685584 CPUtime=8.97
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 6611 0 1 0 889 8 0 0 16 0 9 0 193224330 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1685584 CPUtime=9.23
/proc/9855/task/9858/stat : 9858 (java) R 9853 9855 9612 0 -1 64 121594 0 0 0 875 48 0 0 17 0 9 0 193224332 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 102546866 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 193224332 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193224334 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1685584 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 339 0 0 0 10 0 0 0 16 0 9 0 193224334 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193224334 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1685584 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193224334 1726038016 101604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.33
Current children cumulated vsize (KiB) 1685584

[startup+18.706 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 9868
/proc/meminfo: memFree=1489880/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=1686556 CPUtime=18.5
/proc/9855/stat : 9855 (java) S 9853 9855 9612 0 -1 0 129952 0 1 0 1790 60 0 0 18 0 12 0 193224329 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 421639 102037 2166 9 0 416550 0
[pid=9866] ppid=9855 vsize=28736 CPUtime=0.24
/proc/9866/stat : 9866 (minisat) R 9855 9855 9612 0 -1 4194304 6166 0 0 0 19 5 0 0 20 0 1 0 193226173 29425664 6122 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/9866/statm: 7184 6123 58 157 0 7024 0
[pid=9855/tid=9857] ppid=9853 vsize=1686556 CPUtime=9.1
/proc/9855/task/9857/stat : 9857 (java) S 9853 9855 9612 0 -1 64 6762 0 1 0 901 9 0 0 17 0 12 0 193224330 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9858] ppid=9853 vsize=1686556 CPUtime=9.25
/proc/9855/task/9858/stat : 9858 (java) S 9853 9855 9612 0 -1 64 121991 0 0 0 877 48 0 0 17 0 12 0 193224332 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9859] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9859/stat : 9859 (java) S 9853 9855 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193224332 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9860] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9860/stat : 9860 (java) S 9853 9855 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193224332 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9861] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9861/stat : 9861 (java) S 9853 9855 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193224334 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9862] ppid=9853 vsize=1686556 CPUtime=0.1
/proc/9855/task/9862/stat : 9862 (java) S 9853 9855 9612 0 -1 64 339 0 0 0 10 0 0 0 16 0 12 0 193224334 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9863] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9863/stat : 9863 (java) S 9853 9855 9612 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 193224334 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9855/tid=9864] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9864/stat : 9864 (java) S 9853 9855 9612 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 193224334 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9855/tid=9865] ppid=9853 vsize=1686556 CPUtime=0.01
/proc/9855/task/9865/stat : 9865 (java) S 9853 9855 9612 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 193226173 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=9855/tid=9867] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9867/stat : 9867 (java) S 9853 9855 9612 0 -1 64 36 0 0 0 0 0 0 0 17 0 12 0 193226177 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=9855/tid=9868] ppid=9853 vsize=1686556 CPUtime=0
/proc/9855/task/9868/stat : 9868 (java) S 9853 9855 9612 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193226177 1727033344 102037 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.74
Current children cumulated vsize (KiB) 1715292

[startup+18.8025 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 9868
/proc/meminfo: memFree=1489880/2055920 swapFree=4181900/4192956
[pid=9855] ppid=9853 vsize=0 CPUtime=18.8
/proc/9855/stat : 9855 (java) Z 9853 9855 9612 0 -1 12 130055 7087 1 0 1790 61 24 5 16 0 2 0 193224329 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.8587
CPU time (s): 18.8771
CPU user time (s): 18.1482
CPU system time (s): 0.728889
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 1715292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1482
system time used= 0.728889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1214
involuntary context switches= 458

runsolver used 0.023996 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node67 at 2009-06-17 18:31:41
IDJOB=1884260
IDBENCH=71939
IDSOLVER=688
FILE ID=node67/1884260-1245256301
PBS_JOBID= 9372394
Free space on /tmp= 66392 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/babic/xinetd/xinetd_vc56703.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884260-1245256301/watcher-1884260-1245256301 -o /tmp/evaluation-result-1884260-1245256301/solver-1884260-1245256301 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884260-1245256301.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e6390828ca283b7a5e4d8bfa2b454d38
RANDOM SEED=1202704032

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

/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.272
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.272
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:       1913696 kB
Buffers:          1724 kB
Cached:          72740 kB
SwapCached:       4824 kB
Active:          28052 kB
Inactive:        53792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913696 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            9672 kB
Writeback:           0 kB
Mapped:          13100 kB
Slab:            46364 kB
Committed_AS:   124280 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1884260-1245256301.opb

Free space on /tmp at the end= 66392 MiB
End job on node67 at 2009-06-17 18:32:00