Trace number 312206

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
SAT4J SAT 2007UNSAT 9.06462 8.69658

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1104990816-03-UNSAT.cnf
MD5SUMa72030f9b5b8bc8b27629e6299239dd6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27281
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.08/0.20	c solving /tmp/evaluation/312206-1172583881/instance-312206-1172583881.cnf
0.08/0.20	c reading problem ... 
0.35/0.33	c ... done. Wall clock time 0.128s.
0.35/0.33	c CPU time (experimental) 0.23s.
0.35/0.33	c #vars     1665
0.35/0.33	c #constraints  5177
8.96/8.63	c starts		: 12
8.96/8.63	c conflicts		: 22930
8.96/8.63	c decisions		: 28795
8.96/8.63	c propagations		: 4657888
8.96/8.63	c inspects		: 30378322
8.96/8.63	c learnt literals	: 20
8.96/8.64	c learnt binary clauses	: 78
8.96/8.64	c learnt ternary clauses	: 237
8.96/8.64	c learnt clauses	: 22909
8.96/8.64	c root simplifications	: 0
8.96/8.64	c removed literals (reason simplification)	: 297765
8.96/8.64	c reason swapping (by a shorter reason)	: 0
8.96/8.64	c Calls to reduceDB	: 0
8.96/8.64	c speed (decisions/second)	: 3467.605973025048
8.96/8.64	c non guided choices	47
8.96/8.64	s UNSATISFIABLE
8.96/8.64	c Total wall clock time (in seconds) : 8.436
8.96/8.64	c Total CPU time (experimental, in seconds) : 8.34

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-312206-1172583881 -o ROOT/results/node34/solver-312206-1172583881 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312206-1172583881/sat4j-sat2007.jar /tmp/evaluation/312206-1172583881/instance-312206-1172583881.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 1.00 3/64 25538
/proc/meminfo: memFree=1031392/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=18568 CPUtime=0
/proc/25538/stat : 25538 (runsolver) R 25536 25538 24918 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 252151885 19013632 292 18446744073709551615 4194304 4293652 548682068944 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25538/statm: 4642 292 257 24 0 2626 0

[startup+0.107456 s]
/proc/loadavg: 0.95 1.00 1.00 3/64 25538
/proc/meminfo: memFree=1031392/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1831644 CPUtime=0.08
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 4056 0 1 0 6 2 0 0 18 0 12 0 252151885 1875603456 3797 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 457911 3797 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831644

[startup+0.51949 s]
/proc/loadavg: 0.95 1.00 1.00 3/64 25538
/proc/meminfo: memFree=1031392/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837932 CPUtime=0.71
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 7089 0 1 0 67 4 0 0 18 0 13 0 252151885 1882042368 6067 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459483 6067 1305 9 0 457095 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1837932

[startup+1.34455 s]
/proc/loadavg: 0.95 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1011384/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837932 CPUtime=1.65
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 7317 0 1 0 160 5 0 0 18 0 13 0 252151885 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459483 6275 1308 9 0 457095 0
[pid=25538/tid=25540] ppid=25536 vsize=1837932 CPUtime=1.09
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 4302 0 1 0 106 3 0 0 18 0 13 0 252151887 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109483795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837932 CPUtime=0.27
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1122 0 0 0 27 0 0 0 16 0 13 0 252151895 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837932 CPUtime=0.25
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1171 0 0 0 25 0 0 0 16 0 13 0 252151895 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1882042368 6275 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1837932

[startup+2.98168 s]
/proc/loadavg: 0.95 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1010232/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837932 CPUtime=3.36
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 7683 0 1 0 331 5 0 0 18 0 13 0 252151885 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459483 6608 1312 9 0 457095 0
[pid=25538/tid=25540] ppid=25536 vsize=1837932 CPUtime=2.71
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 4608 0 1 0 268 3 0 0 25 0 13 0 252151887 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109544000 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837932 CPUtime=0.31
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1170 0 0 0 31 0 0 0 16 0 13 0 252151895 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837932 CPUtime=0.31
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1183 0 0 0 31 0 0 0 16 0 13 0 252151895 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837932 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1882042368 6608 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1837932

[startup+6.27894 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1008504/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837740 CPUtime=6.69
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 8111 0 1 0 663 6 0 0 18 0 13 0 252151885 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459435 6897 1312 9 0 457047 0
[pid=25538/tid=25540] ppid=25536 vsize=1837740 CPUtime=5.98
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 5030 0 1 0 594 4 0 0 25 0 13 0 252151887 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109483004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1174 0 0 0 34 0 0 0 17 0 13 0 252151895 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1185 0 0 0 34 0 0 0 16 0 13 0 252151895 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1881845760 6897 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1837740

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

[startup+6.58797 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1008504/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837740 CPUtime=7
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 8142 0 1 0 694 6 0 0 18 0 13 0 252151885 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459435 6928 1312 9 0 457047 0
[pid=25538/tid=25540] ppid=25536 vsize=1837740 CPUtime=6.29
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 5061 0 1 0 625 4 0 0 25 0 13 0 252151887 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1174 0 0 0 34 0 0 0 17 0 13 0 252151895 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1185 0 0 0 34 0 0 0 16 0 13 0 252151895 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1881845760 6928 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1837740

[startup+7.41603 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1008120/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837740 CPUtime=7.83
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 8224 0 1 0 777 6 0 0 18 0 13 0 252151885 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459435 7010 1312 9 0 457047 0
[pid=25538/tid=25540] ppid=25536 vsize=1837740 CPUtime=7.12
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 5143 0 1 0 708 4 0 0 25 0 13 0 252151887 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109558583 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1174 0 0 0 34 0 0 0 17 0 13 0 252151895 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1185 0 0 0 34 0 0 0 16 0 13 0 252151895 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1881845760 7010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 1837740

[startup+8.2441 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1007736/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837740 CPUtime=8.65
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 8278 0 1 0 859 6 0 0 18 0 13 0 252151885 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459435 7064 1312 9 0 457047 0
[pid=25538/tid=25540] ppid=25536 vsize=1837740 CPUtime=7.94
/proc/25538/task/25540/stat : 25540 (java) R 25536 25538 24918 0 -1 64 5197 0 1 0 790 4 0 0 25 0 13 0 252151887 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109564816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151888 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 252151888 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 252151891 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 252151891 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 252151891 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 252151895 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1174 0 0 0 34 0 0 0 17 0 13 0 252151895 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1185 0 0 0 34 0 0 0 16 0 13 0 252151895 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 252151895 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 252151895 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25551] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25551/stat : 25551 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 252151919 1881845760 7064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1837740

[startup+8.65613 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25551
/proc/meminfo: memFree=1007736/2055920 swapFree=4183908/4192956
[pid=25538] ppid=25536 vsize=1837740 CPUtime=9.05
/proc/25538/stat : 25538 (java) S 25536 25538 24918 0 -1 0 8315 0 1 0 899 6 0 0 18 0 12 0 252151885 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 459435 7101 1313 9 0 457047 0
[pid=25538/tid=25540] ppid=25536 vsize=1837740 CPUtime=8.34
/proc/25538/task/25540/stat : 25540 (java) S 25536 25538 24918 0 -1 64 5229 0 1 0 830 4 0 0 25 0 12 0 252151887 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25541/stat : 25541 (java) S 25536 25538 24918 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 252151888 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 252151888 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25543] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 252151891 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25544] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25544/stat : 25544 (java) S 25536 25538 24918 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 252151891 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25538 24918 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 252151891 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25546/stat : 25546 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 252151895 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25547/stat : 25547 (java) S 25536 25538 24918 0 -1 64 1174 0 0 0 34 0 0 0 17 0 12 0 252151895 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25538/tid=25548] ppid=25536 vsize=1837740 CPUtime=0.34
/proc/25538/task/25548/stat : 25548 (java) S 25536 25538 24918 0 -1 64 1185 0 0 0 34 0 0 0 16 0 12 0 252151895 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25549] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25549/stat : 25549 (java) S 25536 25538 24918 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 252151895 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25538/tid=25550] ppid=25536 vsize=1837740 CPUtime=0
/proc/25538/task/25550/stat : 25550 (java) S 25536 25538 24918 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 252151895 1881845760 7101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 1837740

Child status: 20
Real time (s): 8.69658
CPU time (s): 9.06462
CPU user time (s): 8.99463
CPU system time (s): 0.069989
CPU usage (%): 104.232
Max. virtual memory (cumulated for all children) (KiB): 1837932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.99463
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8317
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= 564
involuntary context switches= 438

runsolver used 0.008998 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Tue Feb 27 13:44:41 UTC 2007

IDJOB= 312206
IDBENCH= 20335
IDSOLVER= 96
FILE ID= node34/312206-1172583881

PBS_JOBID= 3971921

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1104990816-03-UNSAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312206-1172583881/sat4j-sat2007.jar /tmp/evaluation/312206-1172583881/instance-312206-1172583881.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-312206-1172583881 -o ROOT/results/node34/solver-312206-1172583881 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312206-1172583881/sat4j-sat2007.jar /tmp/evaluation/312206-1172583881/instance-312206-1172583881.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  a72030f9b5b8bc8b27629e6299239dd6

RANDOM SEED= 545252440

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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:       1031800 kB
Buffers:         27908 kB
Cached:         942520 kB
SwapCached:       3264 kB
Active:          87688 kB
Inactive:       893272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1031800 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          16052 kB
Slab:            29228 kB
Committed_AS:   580028 kB
PageTables:       1400 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= 66561 MiB

End job on node34 on Tue Feb 27 13:44:50 UTC 2007