Trace number 330908

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 2007? (MO) 6.23005 5.2641

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data (download as text)

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c version SAT COMPETITION 2007
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1703279312
0.07/0.17	c Max memory 1706164224
0.07/0.17	c Total memory 1706164224
0.07/0.17	c Number of processors 2
0.17/0.22	c --- Begin Solver configuration ---
0.17/0.22	c Stops conflict analysis at the first Unique Implication Point
0.17/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.22	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.22	c Expensive reason simplification
0.17/0.22	c --- End Solver configuration ---
0.17/0.22	c timeout: 2147483s
0.17/0.22	c solving /tmp/evaluation/330908-1173176269/instance-330908-1173176269.cnf
0.17/0.22	c reading problem ... 
5.99/5.17	c starts		: 0
5.99/5.17	c conflicts		: 0
5.99/5.17	c decisions		: 0
5.99/5.17	c propagations		: 0
5.99/5.17	c inspects		: 0
5.99/5.17	c learnt literals	: 0
5.99/5.17	c learnt binary clauses	: 0
5.99/5.17	c learnt ternary clauses	: 0
5.99/5.17	c learnt clauses	: 0
5.99/5.17	c root simplifications	: 0
5.99/5.17	c removed literals (reason simplification)	: 0
5.99/5.17	c reason swapping (by a shorter reason)	: 0
5.99/5.17	c Calls to reduceDB	: 0
5.99/5.17	c speed (decisions/second)	: 0.0
5.99/5.17	c non guided choices	0
5.99/5.17	s UNKNOWN
5.99/5.17	c Total wall clock time (in seconds) : 4.946
5.99/5.17	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 2/64 22589
/proc/meminfo: memFree=447520/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=18568 CPUtime=0
/proc/22589/stat : 22589 (runsolver) R 22587 22589 22243 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 337584871 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 271638392103 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22589/statm: 4642 293 258 24 0 2626 0

[startup+0.020109 s]
/proc/loadavg: 0.92 0.98 1.08 2/64 22589
/proc/meminfo: memFree=447520/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=12412 CPUtime=0
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 758 0 0 0 0 0 0 0 19 0 2 0 337584871 12709888 543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 3103 543 235 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101016 s]
/proc/loadavg: 0.92 0.98 1.08 2/64 22589
/proc/meminfo: memFree=447520/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1829232 CPUtime=0.07
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 3859 0 1 0 5 2 0 0 19 0 7 0 337584871 1873133568 3601 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 457308 3601 1089 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.301034 s]
/proc/loadavg: 0.92 0.98 1.08 2/64 22589
/proc/meminfo: memFree=447520/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1832504 CPUtime=0.29
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 8744 0 1 0 24 5 0 0 19 0 12 0 337584871 1876484096 8482 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 458126 8482 1264 9 0 455738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1832504

[startup+0.701072 s]
/proc/loadavg: 0.92 0.98 1.08 2/64 22589
/proc/meminfo: memFree=447520/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1834780 CPUtime=0.84
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 12005 0 1 0 76 8 0 0 19 0 12 0 337584871 1878814720 11392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 458695 11393 1289 9 0 456307 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1834780

[startup+1.50115 s]
/proc/loadavg: 1.01 1.00 1.09 2/76 22601
/proc/meminfo: memFree=395840/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1834780 CPUtime=1.64
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 18335 0 1 0 152 12 0 0 19 0 12 0 337584871 1878814720 17721 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 458695 17721 1304 9 0 456307 0
[pid=22589/tid=22591] ppid=22587 vsize=1834780 CPUtime=1.34
/proc/22589/task/22591/stat : 22591 (java) R 22587 22589 22243 0 -1 64 16415 0 1 0 124 10 0 0 19 0 12 0 337584873 1878814720 17721 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109512435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22592/stat : 22592 (java) S 22587 22589 22243 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 337584875 1878814720 17722 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22593/stat : 22593 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 337584875 1878814720 17722 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 337584877 1878814720 17722 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 337584878 1878814720 17722 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 337584878 1878814720 17723 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 337584883 1878814720 17723 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1834780 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 12 0 337584883 1878814720 17723 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1834780 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 12 0 337584883 1878814720 17723 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337584883 1878814720 17724 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 337584883 1878814720 17724 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1834780

[startup+3.10232 s]
/proc/loadavg: 1.01 1.00 1.09 2/76 22601
/proc/meminfo: memFree=362560/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1834780 CPUtime=3.24
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 30973 0 1 0 306 18 0 0 19 0 12 0 337584871 1878814720 30359 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 458695 30359 1304 9 0 456307 0
[pid=22589/tid=22591] ppid=22587 vsize=1834780 CPUtime=2.94
/proc/22589/task/22591/stat : 22591 (java) R 22587 22589 22243 0 -1 64 29053 0 1 0 277 17 0 0 25 0 12 0 337584873 1878814720 30359 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109513454 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22592/stat : 22592 (java) S 22587 22589 22243 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 337584875 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22593/stat : 22593 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 337584875 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 337584877 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 337584878 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 337584878 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 337584883 1878814720 30360 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1834780 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 12 0 337584883 1878814720 30361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1834780 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 12 0 337584883 1878814720 30361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337584883 1878814720 30361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1834780 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 337584883 1878814720 30362 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 1834780



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+4.50248 s]
/proc/loadavg: 1.01 1.00 1.09 3/76 22601
/proc/meminfo: memFree=258624/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1846308 CPUtime=4.79
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 51980 0 1 0 450 29 0 0 19 0 12 0 337584871 1890619392 48555 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 461577 48556 1309 9 0 459189 0
[pid=22589/tid=22591] ppid=22587 vsize=1846308 CPUtime=4.19
/proc/22589/task/22591/stat : 22591 (java) S 22587 22589 22243 0 -1 64 38791 0 1 0 396 23 0 0 17 0 12 0 337584873 1890619392 48558 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1846308 CPUtime=0.15
/proc/22589/task/22592/stat : 22592 (java) R 22587 22589 22243 0 -1 64 8117 0 0 0 12 3 0 0 18 0 12 0 337584875 1890619392 48559 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1846308 CPUtime=0.14
/proc/22589/task/22593/stat : 22593 (java) R 22587 22589 22243 0 -1 64 3160 0 0 0 13 1 0 0 18 0 12 0 337584875 1890619392 48560 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 337584877 1890619392 48561 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 337584878 1890619392 48562 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 337584878 1890619392 48563 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 337584883 1890619392 48564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1846308 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 12 0 337584883 1890619392 48565 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1846308 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 12 0 337584883 1890619392 48568 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337584883 1890619392 48568 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 337584883 1890619392 48568 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1846308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4.61349 s]
/proc/loadavg: 1.01 1.00 1.09 3/76 22601
/proc/meminfo: memFree=258624/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1846308 CPUtime=5.01
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 57454 0 1 0 469 32 0 0 16 0 12 0 337584871 1890619392 53366 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 461577 53367 1309 9 0 459189 0
[pid=22589/tid=22591] ppid=22587 vsize=1846308 CPUtime=4.19
/proc/22589/task/22591/stat : 22591 (java) S 22587 22589 22243 0 -1 64 38791 0 1 0 396 23 0 0 17 0 12 0 337584873 1890619392 53368 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1846308 CPUtime=0.25
/proc/22589/task/22592/stat : 22592 (java) R 22587 22589 22243 0 -1 64 11929 0 0 0 20 5 0 0 18 0 12 0 337584875 1890619392 53369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1846308 CPUtime=0.25
/proc/22589/task/22593/stat : 22593 (java) R 22587 22589 22243 0 -1 64 4820 0 0 0 23 2 0 0 18 0 12 0 337584875 1890619392 53370 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 337584877 1890619392 53371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 337584878 1890619392 53371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 337584878 1890619392 53372 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 337584883 1890619392 53374 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1846308 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 12 0 337584883 1890619392 53375 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1846308 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 12 0 337584883 1890619392 53375 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337584883 1890619392 53376 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 337584883 1890619392 53377 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1846308

[startup+5.00253 s]
/proc/loadavg: 1.01 1.00 1.09 3/76 22601
/proc/meminfo: memFree=258624/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1846308 CPUtime=5.79
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 73982 0 1 0 538 41 0 0 16 0 12 0 337584871 1890619392 67811 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 461577 67813 1309 9 0 459189 0
[pid=22589/tid=22591] ppid=22587 vsize=1846308 CPUtime=4.19
/proc/22589/task/22591/stat : 22591 (java) S 22587 22589 22243 0 -1 64 38791 0 1 0 396 23 0 0 17 0 12 0 337584873 1890619392 67814 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1846308 CPUtime=0.64
/proc/22589/task/22592/stat : 22592 (java) R 22587 22589 22243 0 -1 64 22395 0 0 0 54 10 0 0 22 0 12 0 337584875 1890619392 67815 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105368844 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1846308 CPUtime=0.64
/proc/22589/task/22593/stat : 22593 (java) R 22587 22589 22243 0 -1 64 10883 0 0 0 59 5 0 0 21 0 12 0 337584875 1890619392 67816 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 337584877 1890619392 67817 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 337584878 1890619392 67818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 337584878 1890619392 67819 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 337584883 1890619392 67820 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1846308 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 12 0 337584883 1890619392 67821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1846308 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 12 0 337584883 1890619392 67823 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337584883 1890619392 67824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1846308 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 337584883 1890619392 67825 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 1846308

[startup+5.20255 s]
/proc/loadavg: 1.01 1.00 1.09 3/76 22601
/proc/meminfo: memFree=258624/2055920 swapFree=4183972/4192956
[pid=22589] ppid=22587 vsize=1846956 CPUtime=6.16
/proc/22589/stat : 22589 (java) S 22587 22589 22243 0 -1 0 80141 0 1 0 572 44 0 0 16 0 13 0 337584871 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22589/statm: 461739 73180 1312 9 0 459351 0
[pid=22589/tid=22591] ppid=22587 vsize=1846956 CPUtime=4.22
/proc/22589/task/22591/stat : 22591 (java) R 22587 22589 22243 0 -1 64 38791 0 1 0 399 23 0 0 17 0 13 0 337584873 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109495637 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22592] ppid=22587 vsize=1846956 CPUtime=0.81
/proc/22589/task/22592/stat : 22592 (java) S 22587 22589 22243 0 -1 64 25977 0 0 0 69 12 0 0 16 0 13 0 337584875 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22593] ppid=22587 vsize=1846956 CPUtime=0.81
/proc/22589/task/22593/stat : 22593 (java) S 22587 22589 22243 0 -1 64 13428 0 0 0 75 6 0 0 16 0 13 0 337584875 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22594] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22594/stat : 22594 (java) S 22587 22589 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 337584877 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22595] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22595/stat : 22595 (java) S 22587 22589 22243 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 337584878 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22596] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22596/stat : 22596 (java) S 22587 22589 22243 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337584878 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22597] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22597/stat : 22597 (java) S 22587 22589 22243 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 337584883 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22598] ppid=22587 vsize=1846956 CPUtime=0.15
/proc/22589/task/22598/stat : 22598 (java) S 22587 22589 22243 0 -1 64 791 0 0 0 15 0 0 0 16 0 13 0 337584883 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22599] ppid=22587 vsize=1846956 CPUtime=0.12
/proc/22589/task/22599/stat : 22599 (java) S 22587 22589 22243 0 -1 64 408 0 0 0 12 0 0 0 16 0 13 0 337584883 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22589/tid=22600] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22600/stat : 22600 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337584883 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22589/tid=22601] ppid=22587 vsize=1846956 CPUtime=0
/proc/22589/task/22601/stat : 22601 (java) S 22587 22589 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337584883 1891282944 73180 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1846956

Child status: 143
Real time (s): 5.2641
CPU time (s): 6.23005
CPU user time (s): 5.74713
CPU system time (s): 0.482926
CPU usage (%): 118.35
Max. virtual memory (cumulated for all children) (KiB): 1846956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.74713
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80142
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= 401
involuntary context switches= 187

runsolver used 0.009998 second user time and 0.021996 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Tue Mar  6 10:17:52 UTC 2007

IDJOB= 330908
IDBENCH= 20575
IDSOLVER= 96
FILE ID= node67/330908-1173176269

PBS_JOBID= 4015265

Free space on /tmp= 66467 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330908-1173176269/sat4j-sat2007.jar /tmp/evaluation/330908-1173176269/instance-330908-1173176269.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-330908-1173176269 -o ROOT/results/node67/solver-330908-1173176269 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330908-1173176269/sat4j-sat2007.jar /tmp/evaluation/330908-1173176269/instance-330908-1173176269.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 904723693

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:        447992 kB
Buffers:         50668 kB
Cached:        1455500 kB
SwapCached:       3296 kB
Active:         865696 kB
Inactive:       650612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        447992 kB
SwapTotal:     4192956 kB
SwapFree:      4183972 kB
Dirty:           52104 kB
Writeback:           0 kB
Mapped:          15760 kB
Slab:            77612 kB
Committed_AS:   897560 kB
PageTables:       1452 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= 66467 MiB

End job on node67 on Tue Mar  6 10:17:59 UTC 2007