Trace number 365697

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23UNSAT 4.16837 2.85191

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark4.16837
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
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.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.20/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving /tmp/evaluation/365697-1177051665/instance-365697-1177051665.opb
0.20/0.21	c reading problem ... 
3.14/2.23	c ... done. Wall clock time 2.013s.
3.14/2.23	c CPU time (experimental) 1.51s.
3.14/2.23	c #vars     8268
3.14/2.23	c #constraints  1471
4.01/2.79	c starts		: 1
4.01/2.79	c conflicts		: 2
4.01/2.79	c decisions		: 3
4.01/2.79	c propagations		: 1263
4.01/2.79	c inspects		: 3167
4.01/2.79	c learnt literals	: 0
4.01/2.79	c learnt binary clauses	: 0
4.01/2.79	c learnt ternary clauses	: 0
4.01/2.79	c learnt clauses	: 1
4.01/2.79	c root simplifications	: 0
4.01/2.79	c removed literals (reason simplification)	: 0
4.01/2.79	c reason swapping (by a shorter reason)	: 0
4.01/2.79	c Calls to reduceDB	: 0
4.01/2.79	c speed (decisions/second)	: 5.504587155963303
4.01/2.79	c non guided choices	0
4.01/2.79	s UNSATISFIABLE
4.01/2.79	c Total wall clock time (ms): 2.582

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/node71/watcher-365697-1177051665 -o ROOT/results/node71/solver-365697-1177051665 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365697-1177051665/sat4jPseudoCP.jar /tmp/evaluation/365697-1177051665/instance-365697-1177051665.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: 1.53 1.22 1.11 2/64 29113
/proc/meminfo: memFree=1169064/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=18568 CPUtime=0
/proc/29113/stat : 29113 (runsolver) R 29111 29113 9755 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 181155855 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29113/statm: 4642 292 257 24 0 2626 0

[startup+0.0720131 s]
/proc/loadavg: 1.53 1.22 1.11 2/64 29113
/proc/meminfo: memFree=1169064/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1777708 CPUtime=0.05
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 3685 0 1 0 3 2 0 0 18 0 7 0 181155855 1820372992 3427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 444427 3427 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101017 s]
/proc/loadavg: 1.53 1.22 1.11 2/64 29113
/proc/meminfo: memFree=1169064/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1780108 CPUtime=0.08
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 3924 0 1 0 5 3 0 0 18 0 12 0 181155855 1822830592 3665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 445027 3665 1111 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301042 s]
/proc/loadavg: 1.53 1.22 1.11 2/64 29113
/proc/meminfo: memFree=1169064/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1781476 CPUtime=0.3
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 5162 0 1 0 26 4 0 0 18 0 12 0 181155855 1824231424 4900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 445369 4900 1261 9 0 442981 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781476

[startup+0.701097 s]
/proc/loadavg: 1.53 1.22 1.11 2/64 29113
/proc/meminfo: memFree=1169064/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1783128 CPUtime=0.98
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 7535 0 1 0 93 5 0 0 18 0 12 0 181155855 1825923072 7051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 445782 7051 1303 9 0 443394 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1783128

[startup+1.5022 s]
/proc/loadavg: 1.53 1.22 1.11 4/76 29125
/proc/meminfo: memFree=1134856/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1795788 CPUtime=2.44
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 19152 0 1 0 234 10 0 0 18 0 12 0 181155855 1838886912 13918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 448947 13921 1311 9 0 446559 0
[pid=29113/tid=29115] ppid=29111 vsize=1795788 CPUtime=0.78
/proc/29113/task/29115/stat : 29115 (java) R 29111 29113 9755 0 -1 64 9615 0 1 0 73 5 0 0 18 0 12 0 181155857 1838886912 13923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29116] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29116/stat : 29116 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181155858 1838886912 13925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29117] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29117/stat : 29117 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 181155858 1838886912 13927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29118] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29118/stat : 29118 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181155861 1838886912 13929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29119] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29119/stat : 29119 (java) S 29111 29113 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 181155861 1838886912 13932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29120] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29120/stat : 29120 (java) S 29111 29113 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181155861 1838886912 13934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29121] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29121/stat : 29121 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181155865 1838886912 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29122] ppid=29111 vsize=1795788 CPUtime=0.84
/proc/29113/task/29122/stat : 29122 (java) S 29111 29113 9755 0 -1 64 4462 0 0 0 83 1 0 0 18 0 12 0 181155865 1838886912 13938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29123] ppid=29111 vsize=1795788 CPUtime=0.77
/proc/29113/task/29123/stat : 29123 (java) S 29111 29113 9755 0 -1 64 4361 0 0 0 76 1 0 0 16 0 12 0 181155865 1838886912 13940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29124] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29124/stat : 29124 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181155865 1838886912 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29125] ppid=29111 vsize=1795788 CPUtime=0
/proc/29113/task/29125/stat : 29125 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181155865 1838886912 13944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1795788

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

[startup+2.30231 s]
/proc/loadavg: 1.53 1.22 1.11 2/76 29125
/proc/meminfo: memFree=1060232/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1796112 CPUtime=3.26
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 36445 0 1 0 308 18 0 0 18 0 13 0 181155855 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 449028 31208 1318 9 0 446640 0
[pid=29113/tid=29115] ppid=29111 vsize=1796112 CPUtime=1.56
/proc/29113/task/29115/stat : 29115 (java) R 29111 29113 9755 0 -1 64 26891 0 1 0 142 14 0 0 16 0 13 0 181155857 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109201343 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29116] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29116/stat : 29116 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 181155858 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29117] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29117/stat : 29117 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 181155858 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29118] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29118/stat : 29118 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181155861 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29119] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29119/stat : 29119 (java) S 29111 29113 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 181155861 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29120] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29120/stat : 29120 (java) S 29111 29113 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 181155861 1839218688 31208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29121] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29121/stat : 29121 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181155865 1839218688 31209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29122] ppid=29111 vsize=1796112 CPUtime=0.87
/proc/29113/task/29122/stat : 29122 (java) R 29111 29113 9755 0 -1 64 4462 0 0 0 86 1 0 0 16 0 13 0 181155865 1839218688 31209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29123] ppid=29111 vsize=1796112 CPUtime=0.8
/proc/29113/task/29123/stat : 29123 (java) S 29111 29113 9755 0 -1 64 4369 0 0 0 79 1 0 0 16 0 13 0 181155865 1839218688 31209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29124] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29124/stat : 29124 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181155865 1839218688 31209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29125] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29125/stat : 29125 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181155865 1839218688 31209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 1796112

[startup+2.70238 s]
/proc/loadavg: 1.53 1.22 1.11 2/76 29125
/proc/meminfo: memFree=1060232/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1796112 CPUtime=4.01
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 41847 0 1 0 380 21 0 0 18 0 13 0 181155855 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 449028 36369 1323 9 0 446640 0
[pid=29113/tid=29115] ppid=29111 vsize=1796112 CPUtime=1.84
/proc/29113/task/29115/stat : 29115 (java) R 29111 29113 9755 0 -1 64 31936 0 1 0 168 16 0 0 19 0 13 0 181155857 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548250 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29116] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29116/stat : 29116 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 181155858 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29117] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29117/stat : 29117 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 181155858 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29118] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29118/stat : 29118 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181155861 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29119] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29119/stat : 29119 (java) S 29111 29113 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 181155861 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29120] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29120/stat : 29120 (java) S 29111 29113 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 181155861 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29121] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29121/stat : 29121 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181155865 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29122] ppid=29111 vsize=1796112 CPUtime=1.12
/proc/29113/task/29122/stat : 29122 (java) S 29111 29113 9755 0 -1 64 4505 0 0 0 110 2 0 0 17 0 13 0 181155865 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29123] ppid=29111 vsize=1796112 CPUtime=1.02
/proc/29113/task/29123/stat : 29123 (java) S 29111 29113 9755 0 -1 64 4683 0 0 0 101 1 0 0 18 0 13 0 181155865 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29124] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29124/stat : 29124 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181155865 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29125] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29125/stat : 29125 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181155865 1839218688 36369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 1796112

[startup+2.80238 s]
/proc/loadavg: 1.53 1.22 1.11 2/76 29125
/proc/meminfo: memFree=1060232/2055920 swapFree=4184232/4192956
[pid=29113] ppid=29111 vsize=1796112 CPUtime=4.14
/proc/29113/stat : 29113 (java) S 29111 29113 9755 0 -1 0 43407 0 1 0 393 21 0 0 18 0 12 0 181155855 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29113/statm: 449028 37929 1324 9 0 446640 0
[pid=29113/tid=29115] ppid=29111 vsize=1796112 CPUtime=1.92
/proc/29113/task/29115/stat : 29115 (java) S 29111 29113 9755 0 -1 64 33491 0 1 0 176 16 0 0 20 0 12 0 181155857 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29116] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29116/stat : 29116 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181155858 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29117] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29117/stat : 29117 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 181155858 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29118] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29118/stat : 29118 (java) S 29111 29113 9755 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181155861 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29119] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29119/stat : 29119 (java) S 29111 29113 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 181155861 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29120] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29120/stat : 29120 (java) S 29111 29113 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181155861 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29121] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29121/stat : 29121 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181155865 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29122] ppid=29111 vsize=1796112 CPUtime=1.13
/proc/29113/task/29122/stat : 29122 (java) S 29111 29113 9755 0 -1 64 4505 0 0 0 111 2 0 0 16 0 12 0 181155865 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29113/tid=29123] ppid=29111 vsize=1796112 CPUtime=1.05
/proc/29113/task/29123/stat : 29123 (java) S 29111 29113 9755 0 -1 64 4684 0 0 0 104 1 0 0 16 0 12 0 181155865 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29124] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29124/stat : 29124 (java) S 29111 29113 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181155865 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29113/tid=29125] ppid=29111 vsize=1796112 CPUtime=0
/proc/29113/task/29125/stat : 29125 (java) S 29111 29113 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181155865 1839218688 37929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1796112

Child status: 20
Real time (s): 2.85191
CPU time (s): 4.16837
CPU user time (s): 3.9304
CPU system time (s): 0.237963
CPU usage (%): 146.161
Max. virtual memory (cumulated for all children) (KiB): 1797184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9304
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43411
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= 466
involuntary context switches= 311

runsolver used 0.004999 second user time and 0.015997 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Fri Apr 20 06:47:45 UTC 2007

IDJOB= 365697
IDBENCH= 2517
IDSOLVER= 160
FILE ID= node71/365697-1177051665

PBS_JOBID= 4640135

Free space on /tmp= 66442 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365697-1177051665/sat4jPseudoCP.jar /tmp/evaluation/365697-1177051665/instance-365697-1177051665.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-365697-1177051665 -o ROOT/results/node71/solver-365697-1177051665 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365697-1177051665/sat4jPseudoCP.jar /tmp/evaluation/365697-1177051665/instance-365697-1177051665.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72fff71fe37083f89a4fde6caf0f3578

RANDOM SEED= 594398644

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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:       1169728 kB
Buffers:         59764 kB
Cached:         738656 kB
SwapCached:       2620 kB
Active:          48544 kB
Inactive:       765516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169728 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:            5404 kB
Writeback:           0 kB
Mapped:          20836 kB
Slab:            58180 kB
Committed_AS:  3530640 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= 66442 MiB

End job on node71 on Fri Apr 20 06:47:48 UTC 2007