Trace number 361754

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
sat4jPseudoCP 2007-03-23UNSAT 4.12937 2.88221

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl.opb
MD5SUM5c27e468756746c81988dfb461940da4
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 benchmark0.284956
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3939
Total number of constraints10412
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
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 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/361754-1176985282/instance-361754-1176985282.opb
0.09/0.19	c reading problem ... 
1.85/1.34	c ... done. Wall clock time 1.143s.
1.85/1.34	c CPU time (experimental) 0.86s.
1.85/1.34	c #vars     3939
1.85/1.34	c #constraints  10411
4.09/2.80	c starts		: 2
4.09/2.80	c conflicts		: 545
4.09/2.80	c decisions		: 1410
4.09/2.80	c propagations		: 92788
4.09/2.80	c inspects		: 277254
4.09/2.80	c learnt literals	: 1
4.09/2.80	c learnt binary clauses	: 4
4.09/2.80	c learnt ternary clauses	: 20
4.09/2.80	c learnt clauses	: 543
4.09/2.80	c root simplifications	: 0
4.09/2.80	c removed literals (reason simplification)	: 0
4.09/2.80	c reason swapping (by a shorter reason)	: 0
4.09/2.80	c Calls to reduceDB	: 0
4.09/2.80	c speed (decisions/second)	: 966.4153529814942
4.09/2.80	c non guided choices	242
4.09/2.80	s UNSATISFIABLE
4.09/2.80	c Total wall clock time (ms): 2.61

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/node2/watcher-361754-1176985282 -o ROOT/results/node2/solver-361754-1176985282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361754-1176985282/sat4jPseudoCP.jar /tmp/evaluation/361754-1176985282/instance-361754-1176985282.opb 

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.95 1.01 0.99 2/77 28842
/proc/meminfo: memFree=1561960/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=152 CPUtime=0
/proc/28842/stat : 28842 (java) R 28840 28842 26887 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 174565953 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/28842/statm: 38 26 19 9 0 4 0

[startup+0.0430011 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 28842
/proc/meminfo: memFree=1561960/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1776376 CPUtime=0.03
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 3458 0 1 0 1 2 0 0 18 0 4 0 174565953 1819009024 3203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 444094 3203 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.102006 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 28842
/proc/meminfo: memFree=1561960/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1780256 CPUtime=0.09
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 4024 0 1 0 6 3 0 0 18 0 12 0 174565953 1822982144 3765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 445064 3765 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301023 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 28842
/proc/meminfo: memFree=1561960/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1781420 CPUtime=0.32
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 5177 0 1 0 29 3 0 0 18 0 12 0 174565953 1824174080 4915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 445355 4915 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701066 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 28842
/proc/meminfo: memFree=1561960/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1783484 CPUtime=0.92
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 6877 0 1 0 88 4 0 0 18 0 12 0 174565953 1826287616 6391 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 445871 6391 1301 9 0 443483 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783484

[startup+1.50215 s]
/proc/loadavg: 0.95 1.01 0.99 2/89 28854
/proc/meminfo: memFree=1534344/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1786328 CPUtime=2.18
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 13928 0 1 0 211 7 0 0 18 0 13 0 174565953 1829199872 12199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 446582 12199 1310 9 0 444194 0
[pid=28842/tid=28844] ppid=28840 vsize=1786328 CPUtime=0.97
/proc/28842/task/28844/stat : 28844 (java) R 28840 28842 26887 0 -1 64 10223 0 1 0 92 5 0 0 17 0 13 0 174565954 1829199872 12199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28845] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28845/stat : 28845 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 174565955 1829199872 12199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28846] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28846/stat : 28846 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 174565955 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28847] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28847/stat : 28847 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565958 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28848] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28848/stat : 28848 (java) S 28840 28842 26887 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 174565958 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28849] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28849/stat : 28849 (java) S 28840 28842 26887 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 174565958 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28850] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28850/stat : 28850 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174565962 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28851] ppid=28840 vsize=1786328 CPUtime=0.54
/proc/28842/task/28851/stat : 28851 (java) S 28840 28842 26887 0 -1 64 1557 0 0 0 54 0 0 0 17 0 13 0 174565962 1829199872 12200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28852] ppid=28840 vsize=1786328 CPUtime=0.63
/proc/28842/task/28852/stat : 28852 (java) S 28840 28842 26887 0 -1 64 1425 0 0 0 63 0 0 0 16 0 13 0 174565962 1829199872 12201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28853] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28853/stat : 28853 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174565962 1829199872 12201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28854] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28854/stat : 28854 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565962 1829199872 12201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1786328

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

[startup+2.30223 s]
/proc/loadavg: 0.95 1.01 0.99 3/90 28855
/proc/meminfo: memFree=1495176/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1786328 CPUtime=3.51
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 27703 0 1 0 339 12 0 0 18 0 13 0 174565953 1829199872 24326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 446582 24327 1314 9 0 444194 0
[pid=28842/tid=28844] ppid=28840 vsize=1786328 CPUtime=1.55
/proc/28842/task/28844/stat : 28844 (java) R 28840 28842 26887 0 -1 64 22303 0 1 0 145 10 0 0 19 0 13 0 174565954 1829199872 24329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109850754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28845] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28845/stat : 28845 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 174565955 1829199872 24331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28846] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28846/stat : 28846 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 174565955 1829199872 24333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28847] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28847/stat : 28847 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565958 1829199872 24335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28848] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28848/stat : 28848 (java) S 28840 28842 26887 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 174565958 1829199872 24337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28849] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28849/stat : 28849 (java) S 28840 28842 26887 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 174565958 1829199872 24339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28850] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28850/stat : 28850 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174565962 1829199872 24341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28851] ppid=28840 vsize=1786328 CPUtime=0.91
/proc/28842/task/28851/stat : 28851 (java) S 28840 28842 26887 0 -1 64 2228 0 0 0 91 0 0 0 16 0 13 0 174565962 1829199872 24343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28852] ppid=28840 vsize=1786328 CPUtime=1.03
/proc/28842/task/28852/stat : 28852 (java) S 28840 28842 26887 0 -1 64 2452 0 0 0 102 1 0 0 16 0 13 0 174565962 1829199872 24345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28853] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28853/stat : 28853 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174565962 1829199872 24347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28854] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28854/stat : 28854 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565962 1829199872 24349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28855] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28855/stat : 28855 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 174566088 1829199872 24350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1786328

[startup+2.70227 s]
/proc/loadavg: 0.95 1.01 0.99 3/90 28855
/proc/meminfo: memFree=1495176/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1786328 CPUtime=3.99
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 43723 0 1 0 380 19 0 0 18 0 13 0 174565953 1829199872 40344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 446582 40345 1319 9 0 444194 0
[pid=28842/tid=28844] ppid=28840 vsize=1786328 CPUtime=1.92
/proc/28842/task/28844/stat : 28844 (java) S 28840 28842 26887 0 -1 64 37712 0 1 0 176 16 0 0 19 0 13 0 174565954 1829199872 40345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28845] ppid=28840 vsize=1786328 CPUtime=0.01
/proc/28842/task/28845/stat : 28845 (java) R 28840 28842 26887 0 -1 64 364 0 0 0 1 0 0 0 16 0 13 0 174565955 1829199872 40346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28846] ppid=28840 vsize=1786328 CPUtime=0.01
/proc/28842/task/28846/stat : 28846 (java) R 28840 28842 26887 0 -1 64 246 0 0 0 1 0 0 0 16 0 13 0 174565955 1829199872 40347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28847] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28847/stat : 28847 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 174565958 1829199872 40347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28848] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28848/stat : 28848 (java) S 28840 28842 26887 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 174565958 1829199872 40348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28849] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28849/stat : 28849 (java) S 28840 28842 26887 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 174565958 1829199872 40349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28850] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28850/stat : 28850 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174565962 1829199872 40349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28851] ppid=28840 vsize=1786328 CPUtime=0.96
/proc/28842/task/28851/stat : 28851 (java) S 28840 28842 26887 0 -1 64 2230 0 0 0 96 0 0 0 16 0 13 0 174565962 1829199872 40350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28852] ppid=28840 vsize=1786328 CPUtime=1.04
/proc/28842/task/28852/stat : 28852 (java) S 28840 28842 26887 0 -1 64 2453 0 0 0 103 1 0 0 16 0 13 0 174565962 1829199872 40350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28853] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28853/stat : 28853 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174565962 1829199872 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28854] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28854/stat : 28854 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565962 1829199872 40352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28855] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28855/stat : 28855 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 174566088 1829199872 40352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1786328

[startup+2.80228 s]
/proc/loadavg: 0.95 1.01 0.99 3/90 28855
/proc/meminfo: memFree=1495176/2055920 swapFree=4149056/4192956
[pid=28842] ppid=28840 vsize=1786328 CPUtime=4.09
/proc/28842/stat : 28842 (java) S 28840 28842 26887 0 -1 0 43754 0 1 0 390 19 0 0 18 0 13 0 174565953 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28842/statm: 446582 40374 1323 9 0 444194 0
[pid=28842/tid=28844] ppid=28840 vsize=1786328 CPUtime=2.02
/proc/28842/task/28844/stat : 28844 (java) R 28840 28842 26887 0 -1 64 37713 0 1 0 186 16 0 0 17 0 13 0 174565954 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109703512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28845] ppid=28840 vsize=1786328 CPUtime=0.01
/proc/28842/task/28845/stat : 28845 (java) S 28840 28842 26887 0 -1 64 372 0 0 0 1 0 0 0 16 0 13 0 174565955 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28846] ppid=28840 vsize=1786328 CPUtime=0.01
/proc/28842/task/28846/stat : 28846 (java) S 28840 28842 26887 0 -1 64 256 0 0 0 1 0 0 0 16 0 13 0 174565955 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28847] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28847/stat : 28847 (java) S 28840 28842 26887 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 174565958 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28848] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28848/stat : 28848 (java) S 28840 28842 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174565958 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28849] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28849/stat : 28849 (java) S 28840 28842 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174565958 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28850] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28850/stat : 28850 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174565962 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28851] ppid=28840 vsize=1786328 CPUtime=0.96
/proc/28842/task/28851/stat : 28851 (java) S 28840 28842 26887 0 -1 64 2230 0 0 0 96 0 0 0 16 0 13 0 174565962 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28852] ppid=28840 vsize=1786328 CPUtime=1.04
/proc/28842/task/28852/stat : 28852 (java) S 28840 28842 26887 0 -1 64 2453 0 0 0 103 1 0 0 16 0 13 0 174565962 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28842/tid=28853] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28853/stat : 28853 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174565962 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28854] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28854/stat : 28854 (java) S 28840 28842 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174565962 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28842/tid=28855] ppid=28840 vsize=1786328 CPUtime=0
/proc/28842/task/28855/stat : 28855 (java) S 28840 28842 26887 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 174566088 1829199872 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1786328

Child status: 20
Real time (s): 2.88221
CPU time (s): 4.12937
CPU user time (s): 3.91141
CPU system time (s): 0.217966
CPU usage (%): 143.271
Max. virtual memory (cumulated for all children) (KiB): 1787048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9114
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43761
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= 598
involuntary context switches= 554

runsolver used 0.004999 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Thu Apr 19 12:21:22 UTC 2007

IDJOB= 361754
IDBENCH= 1469
IDSOLVER= 160
FILE ID= node2/361754-1176985282

PBS_JOBID= 4630398

Free space on /tmp= 66398 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361754-1176985282/sat4jPseudoCP.jar /tmp/evaluation/361754-1176985282/instance-361754-1176985282.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-361754-1176985282 -o ROOT/results/node2/solver-361754-1176985282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361754-1176985282/sat4jPseudoCP.jar /tmp/evaluation/361754-1176985282/instance-361754-1176985282.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5c27e468756746c81988dfb461940da4

RANDOM SEED= 349702570

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1562368 kB
Buffers:         37940 kB
Cached:         371612 kB
SwapCached:      12252 kB
Active:         311988 kB
Inactive:       121524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562368 kB
SwapTotal:     4192956 kB
SwapFree:      4149056 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:          31004 kB
Slab:            45480 kB
Committed_AS:  7194104 kB
PageTables:       1860 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= 66398 MiB

End job on node2 on Thu Apr 19 12:21:25 UTC 2007