Trace number 202366

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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 45.2721 44.4436

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-6.xml
MD5SUMfd45080d5a7414a3ed1043187d610da6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.86065
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.34	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.36	c version CSP COMPETITION BUGFIX 3 CACHED
0.36	c sun.arch.data.model	32
0.36	c java.version	1.5.0_10
0.36	c os.name	Linux
0.36	c os.version	2.6.9-22.EL.rootsmp
0.36	c os.arch	i386
0.36	c Free memory 722620888
0.36	c Max memory 723845120
0.36	c Total memory 723845120
0.36	c Number of processors 2
0.46	c --- Begin Solver configuration ---
0.46	c Stops conflict analysis at the first Unique Implication Point
0.46	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.46	c Learn all clauses as in MiniSAT
0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46	c VSIDS like heuristics from MiniSAT using a heap
0.46	c No reason simplification
0.46	c --- End Solver configuration ---
0.47	c solving /tmp/evaluation/202366-1168151538/unknown.xml
0.47	c reading problem ... 
0.77	c reading problem named ?
0.77	c reading domains done.
1.25	c reading variables
c reading variables (1750) done.
3.87	c reading predicates 
c reading relations (9) done.
4.13	c reading constraintsc starts		: 0
44.29	c conflicts		: 0
44.29	c decisions		: 0
44.29	c propagations		: 0
44.29	c inspects		: 0
44.29	c learnt literals	: 0
44.29	c learnt binary clauses	: 0
44.29	c learnt ternary clauses	: 0
44.29	c learnt clauses	: 0
44.29	c root simplifications	: 0
44.29	c removed literals (reason simplification)	: 0
44.29	c reason swapping (by a shorter reason)	: 0
44.29	c Calls to reduceDB	: 0
44.29	c speed (decisions/second)	: 0.0
44.29	c non guided choices	0
44.29	s UNKNOWN
44.29	c Total wall clock time (in seconds) : 43.823
44.29	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-202366-1168151538 -o ROOT/results/node48/solver-202366-1168151538 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202366-1168151538/sat4jCSP-bf3-cached.jar /tmp/evaluation/202366-1168151538/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.49 2.41 2.10 4/70 22638
/proc/meminfo: memFree=1898456/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=18540 CPUtime=0
/proc/22637/stat : 22637 (runsolver) D 22633 22637 22525 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 163552568 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 255539604775 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/22637/statm: 4635 279 244 17 0 2626 0

[startup+0.104337 s]
/proc/loadavg: 1.49 2.41 2.10 4/70 22638
/proc/meminfo: memFree=1898456/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=12040 CPUtime=0
/proc/22637/stat : 22637 (java) D 22633 22637 22525 0 -1 0 606 0 47 0 0 0 0 0 18 0 1 0 163552568 12328960 460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151578528 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22637/statm: 3010 460 321 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12040

[startup+0.512376 s]
/proc/loadavg: 1.49 2.41 2.10 4/70 22638
/proc/meminfo: memFree=1898456/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=903444 CPUtime=0.27
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 4298 0 88 0 23 4 0 0 18 0 12 0 163552568 925126656 4142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 225861 4142 1897 14 0 212298 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 903444

[startup+1.33545 s]
/proc/loadavg: 1.49 2.41 2.10 4/84 22652
/proc/meminfo: memFree=1807464/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=906552 CPUtime=1.08
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 7154 0 92 0 102 6 0 0 19 0 12 0 163552568 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 226638 6260 2302 14 0 213075 0
[pid=22637/tid=22642] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22642/stat : 22642 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163552585 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22643] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22643/stat : 22643 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163552585 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22644] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22644/stat : 22644 (java) S 22633 22637 22525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163552588 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22645] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163552589 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163552589 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=906552 CPUtime=0.17
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 262 0 0 0 17 0 0 0 16 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22650] ppid=22633 vsize=906552 CPUtime=0.36
/proc/22637/task/22650/stat : 22650 (java) R 22633 22637 22525 0 -1 64 1542 0 0 0 36 0 0 0 16 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666887 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22651] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=906552 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 928309248 6260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 906552

[startup+3.00161 s]
/proc/loadavg: 1.49 2.41 2.10 3/84 22652
/proc/meminfo: memFree=1763496/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=910400 CPUtime=2.86
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 47696 0 93 0 262 24 0 0 25 0 12 0 163552568 932249600 44200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 227600 44203 2339 14 0 214037 0
[pid=22637/tid=22642] ppid=22633 vsize=910400 CPUtime=0.41
/proc/22637/task/22642/stat : 22642 (java) R 22633 22637 22525 0 -1 64 18814 0 0 0 32 9 0 0 17 0 12 0 163552585 932249600 44206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694824 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22643] ppid=22633 vsize=910400 CPUtime=0.18
/proc/22637/task/22643/stat : 22643 (java) R 22633 22637 22525 0 -1 64 7148 0 0 0 15 3 0 0 17 0 12 0 163552585 932249600 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22644] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22644/stat : 22644 (java) S 22633 22637 22525 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163552588 932249600 44214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22645] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163552589 932249600 44217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163552589 932249600 44219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 932249600 44221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 932249600 44221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=910400 CPUtime=0.51
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 517 0 0 0 51 0 0 0 16 0 12 0 163552595 932249600 44221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22650] ppid=22633 vsize=910400 CPUtime=0.53
/proc/22637/task/22650/stat : 22650 (java) S 22633 22637 22525 0 -1 64 1569 0 0 0 53 0 0 0 16 0 12 0 163552595 932249600 44222 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22651] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 932249600 44222 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=910400 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 932249600 44223 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 910400

[startup+6.29491 s]
/proc/loadavg: 1.69 2.44 2.11 3/84 22652
/proc/meminfo: memFree=1547048/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=913872 CPUtime=6.54
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 72041 0 94 0 618 36 0 0 21 0 12 0 163552568 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 228468 65695 2479 14 0 214905 0
[pid=22637/tid=22642] ppid=22633 vsize=913872 CPUtime=1.17
/proc/22637/task/22642/stat : 22642 (java) S 22633 22637 22525 0 -1 64 29305 0 0 0 104 13 0 0 16 0 12 0 163552585 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22643] ppid=22633 vsize=913872 CPUtime=0.92
/proc/22637/task/22643/stat : 22643 (java) S 22633 22637 22525 0 -1 64 17804 0 0 0 85 7 0 0 16 0 12 0 163552585 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22644] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22644/stat : 22644 (java) S 22633 22637 22525 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163552588 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22645] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163552589 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163552589 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=913872 CPUtime=1.01
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 2919 0 0 0 100 1 0 0 16 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22650] ppid=22633 vsize=913872 CPUtime=0.86
/proc/22637/task/22650/stat : 22650 (java) R 22633 22637 22525 0 -1 64 1938 0 0 0 85 1 0 0 16 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154861861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22651] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=913872 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 935804928 65695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 913872

[startup+12.6985 s]
/proc/loadavg: 1.79 2.45 2.11 3/84 22652
/proc/meminfo: memFree=1406696/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=917840 CPUtime=13.04
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 96564 0 94 0 1258 46 0 0 18 0 12 0 163552568 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054382650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 229460 89444 2479 14 0 215897 0
[pid=22637/tid=22642] ppid=22633 vsize=917840 CPUtime=2
/proc/22637/task/22642/stat : 22642 (java) S 22633 22637 22525 0 -1 64 39130 0 0 0 183 17 0 0 16 0 12 0 163552585 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22643] ppid=22633 vsize=917840 CPUtime=2.04
/proc/22637/task/22643/stat : 22643 (java) S 22633 22637 22525 0 -1 64 30710 0 0 0 192 12 0 0 16 0 12 0 163552585 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22644] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22644/stat : 22644 (java) S 22633 22637 22525 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 163552588 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22645] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163552589 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163552589 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=917840 CPUtime=1.36
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 4685 0 0 0 134 2 0 0 17 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22650] ppid=22633 vsize=917840 CPUtime=0.91
/proc/22637/task/22650/stat : 22650 (java) S 22633 22637 22525 0 -1 64 1941 0 0 0 90 1 0 0 17 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22651] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=917840 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 939868160 89444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 917840

[startup+25.5535 s]
/proc/loadavg: 2.13 2.49 2.13 3/84 22652
/proc/meminfo: memFree=1173096/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=917776 CPUtime=25.94
/proc/22637/stat : 22637 (java) R 22633 22637 22525 0 -1 0 136140 0 94 0 2533 61 0 0 25 0 12 0 163552568 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054381834 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22637/statm: 229444 127732 2479 14 0 215881 0
[pid=22637/tid=22642] ppid=22633 vsize=917776 CPUtime=3.76
/proc/22637/task/22642/stat : 22642 (java) S 22633 22637 22525 0 -1 64 59451 0 0 0 350 26 0 0 16 0 12 0 163552585 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22643] ppid=22633 vsize=917776 CPUtime=3.35
/proc/22637/task/22643/stat : 22643 (java) S 22633 22637 22525 0 -1 64 49932 0 0 0 317 18 0 0 16 0 12 0 163552585 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22644] ppid=22633 vsize=917776 CPUtime=0.01
/proc/22637/task/22644/stat : 22644 (java) S 22633 22637 22525 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 163552588 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22645] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163552589 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163552589 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=917776 CPUtime=1.42
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 4685 0 0 0 140 2 0 0 16 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22650] ppid=22633 vsize=917776 CPUtime=0.92
/proc/22637/task/22650/stat : 22650 (java) S 22633 22637 22525 0 -1 64 1941 0 0 0 91 1 0 0 16 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22651] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=917776 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 939802624 127732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 917776



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+43.2991 s]
/proc/loadavg: 2.10 2.46 2.12 3/84 22652
/proc/meminfo: memFree=809896/2055920 swapFree=4192812/4192956
[pid=22637] ppid=22633 vsize=921876 CPUtime=44.13
/proc/22637/stat : 22637 (java) S 22633 22637 22525 0 -1 0 198989 0 94 0 4327 86 0 0 25 0 12 0 163552568 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22637/statm: 230469 187170 2479 14 0 216906 0
[pid=22637/tid=22642] ppid=22633 vsize=921876 CPUtime=6.59
/proc/22637/task/22642/stat : 22642 (java) S 22633 22637 22525 0 -1 64 89614 0 0 0 623 36 0 0 15 0 12 0 163552585 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22643] ppid=22633 vsize=921876 CPUtime=5.48
/proc/22637/task/22643/stat : 22643 (java) S 22633 22637 22525 0 -1 64 79243 0 0 0 517 31 0 0 16 0 12 0 163552585 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22644] ppid=22633 vsize=921876 CPUtime=0.41
/proc/22637/task/22644/stat : 22644 (java) R 22633 22637 22525 0 -1 64 3358 0 0 0 40 1 0 0 16 0 12 0 163552588 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624352 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22645] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22645/stat : 22645 (java) S 22633 22637 22525 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163552589 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22646] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22646/stat : 22646 (java) S 22633 22637 22525 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163552589 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22647] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22647/stat : 22647 (java) S 22633 22637 22525 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22648] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22648/stat : 22648 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22649] ppid=22633 vsize=921876 CPUtime=1.43
/proc/22637/task/22649/stat : 22649 (java) S 22633 22637 22525 0 -1 64 4685 0 0 0 141 2 0 0 16 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22650] ppid=22633 vsize=921876 CPUtime=0.92
/proc/22637/task/22650/stat : 22650 (java) S 22633 22637 22525 0 -1 64 1941 0 0 0 91 1 0 0 16 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22637/tid=22651] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22651/stat : 22651 (java) S 22633 22637 22525 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22637/tid=22652] ppid=22633 vsize=921876 CPUtime=0
/proc/22637/task/22652/stat : 22652 (java) S 22633 22637 22525 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163552595 944001024 187170 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.13
Current children cumulated vsize (KiB) 921876

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

Child status: 143
Real time (s): 44.4436
CPU time (s): 45.2721
CPU user time (s): 44.2933
CPU system time (s): 0.978851
CPU usage (%): 101.864
Max. virtual memory (cumulated for all children) (KiB): 921876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2933
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199011
page faults= 94
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2839
involuntary context switches= 3114

runsolver used 0.053991 s user time and 0.152976 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Jan  7 06:32:19 UTC 2007


IDJOB= 202366
IDBENCH= 3829
FILE ID= node48/202366-1168151538

PBS_JOBID= 3478472

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp22/fapp22-1750-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202366-1168151538/sat4jCSP-bf3-cached.jar /tmp/evaluation/202366-1168151538/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-202366-1168151538 -o ROOT/results/node48/solver-202366-1168151538 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202366-1168151538/sat4jCSP-bf3-cached.jar /tmp/evaluation/202366-1168151538/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  fd45080d5a7414a3ed1043187d610da6

RANDOM SEED= 754188614

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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:       1899328 kB
Buffers:         34244 kB
Cached:          45656 kB
SwapCached:          0 kB
Active:          62384 kB
Inactive:        37632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11640 kB
Writeback:           0 kB
Mapped:          30236 kB
Slab:            42276 kB
Committed_AS:  3405776 kB
PageTables:       1608 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= 66554 MiB



End job on node48 on Sun Jan  7 06:33:03 UTC 2007