Trace number 237666

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) 74.2987 75.3361

General information on the benchmark

Namehaystacks/
haystacks_53.xml
MD5SUMa0098767a588d03f7d6994873b18d5bf
Bench Category2-ARY-INT (binary constraints in intension)
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 variables2809
Number of constraints73086
Maximum constraint arity2
Maximum domain size53
Number of constraints which are defined in extension0
Number of constraints which are defined in intension73086
Global constraints used (with number of constraints)

Solver Data (download as text)

1.58	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
1.58	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
1.58	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
1.59	c version CSP COMPETITION BUGFIX 3 CACHED
1.59	c sun.arch.data.model	32
1.59	c java.version	1.5.0_10
1.59	c os.name	Linux
1.59	c os.version	2.6.9-22.EL.rootsmp
1.59	c os.arch	i386
1.59	c Free memory 722620888
1.59	c Max memory 723845120
1.59	c Total memory 723845120
1.59	c Number of processors 2
1.69	c --- Begin Solver configuration ---
1.69	c Stops conflict analysis at the first Unique Implication Point
1.69	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
1.69	c Learn all clauses as in MiniSAT
1.69	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.69	c VSIDS like heuristics from MiniSAT using a heap
1.69	c No reason simplification
1.69	c --- End Solver configuration ---
1.69	c solving /tmp/evaluation/237666-1168349926/unknown.xml
1.69	c reading problem ... 
1.98	c reading problem named ?
1.98	c reading domains done.
1.99	c reading variables
c reading variables (2809) done.
3.68	c reading predicates 
c reading relations (5) done.
3.99	c reading constraintsc starts		: 0
75.16	c conflicts		: 0
75.16	c decisions		: 0
75.16	c propagations		: 0
75.16	c inspects		: 0
75.16	c learnt literals	: 0
75.16	c learnt binary clauses	: 0
75.16	c learnt ternary clauses	: 0
75.16	c learnt clauses	: 0
75.16	c root simplifications	: 0
75.16	c removed literals (reason simplification)	: 0
75.16	c reason swapping (by a shorter reason)	: 0
75.16	c Calls to reduceDB	: 0
75.16	c speed (decisions/second)	: 0.0
75.16	c non guided choices	0
75.16	s UNKNOWN
75.16	c Total wall clock time (in seconds) : 73.473
75.16	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/node56/watcher-237666-1168349926 -o ROOT/results/node56/solver-237666-1168349926 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237666-1168349926/sat4jCSP-bf3-cached.jar /tmp/evaluation/237666-1168349926/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.23 2.91 4.14 7/73 30594
/proc/meminfo: memFree=1910752/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=18540 CPUtime=0
/proc/30593/stat : 30593 (runsolver) R 30587 30593 30487 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183390732 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30593/statm: 4635 279 244 17 0 2626 0

[startup+0.105174 s]
/proc/loadavg: 1.23 2.91 4.14 7/73 30594
/proc/meminfo: memFree=1910752/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=12040 CPUtime=0.01
/proc/30593/stat : 30593 (java) D 30587 30593 30487 0 -1 0 628 0 11 0 0 1 0 0 18 0 1 0 183390732 12328960 446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155329936 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/30593/statm: 3010 446 309 14 0 1138 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12040

[startup+0.515719 s]
/proc/loadavg: 1.23 2.91 4.14 7/73 30594
/proc/meminfo: memFree=1910752/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=12076 CPUtime=0.02
/proc/30593/stat : 30593 (java) D 30587 30593 30487 0 -1 0 771 0 21 0 0 2 0 0 18 0 1 0 183390732 12365824 584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10027812 0 0 0 7368 18446744071563608240 0 0 17 0 0 0
/proc/30593/statm: 3019 584 435 14 0 1140 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12076

[startup+1.33681 s]
/proc/loadavg: 1.23 2.91 4.14 2/73 30594
/proc/meminfo: memFree=1784032/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=897124 CPUtime=0.06
/proc/30593/stat : 30593 (java) D 30587 30593 30487 0 -1 0 2871 0 30 0 3 3 0 0 16 0 6 0 183390732 918654976 2661 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30593/statm: 224281 2661 1388 14 0 211301 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897124

[startup+2.98097 s]
/proc/loadavg: 1.23 2.91 4.14 4/84 30605
/proc/meminfo: memFree=1731976/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=906844 CPUtime=1.5
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 7333 0 49 0 143 7 0 0 19 0 12 0 183390732 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30593/statm: 226711 6230 2310 14 0 213148 0
[pid=30593/tid=30595] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390849 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30596] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183390849 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30597] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30597/stat : 30597 (java) S 30587 30593 30487 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183390852 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30598] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 183390853 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30599] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 183390853 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30600] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=906844 CPUtime=0.41
/proc/30593/task/30602/stat : 30602 (java) R 30587 30593 30487 0 -1 64 1258 0 0 0 41 0 0 0 16 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151714426 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30603] ppid=30587 vsize=906844 CPUtime=0.31
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 791 0 0 0 31 0 0 0 16 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30604] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=906844 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 928608256 6230 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 906844

[startup+6.26929 s]
/proc/loadavg: 1.46 2.93 4.14 5/84 30605
/proc/meminfo: memFree=1539208/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=910120 CPUtime=4.76
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 36791 0 52 0 456 20 0 0 23 0 12 0 183390732 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30593/statm: 227530 33941 2476 14 0 213967 0
[pid=30593/tid=30595] ppid=30587 vsize=910120 CPUtime=0.12
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 5776 0 0 0 10 2 0 0 17 0 12 0 183390849 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30596] ppid=30587 vsize=910120 CPUtime=0.14
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 7083 0 0 0 12 2 0 0 17 0 12 0 183390849 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30597] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30597/stat : 30597 (java) S 30587 30593 30487 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183390852 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30598] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183390853 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30599] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390853 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30600] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=910120 CPUtime=1.01
/proc/30593/task/30602/stat : 30602 (java) S 30587 30593 30487 0 -1 64 2810 0 0 0 101 0 0 0 15 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30603] ppid=30587 vsize=910120 CPUtime=0.98
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 1097 0 0 0 98 0 0 0 16 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30604] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=910120 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 931962880 33941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 910120

[startup+12.7711 s]
/proc/loadavg: 1.61 2.92 4.13 3/84 30605
/proc/meminfo: memFree=1264456/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=910216 CPUtime=11.36
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 55215 0 52 0 1108 28 0 0 25 0 12 0 183390732 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054425293 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30593/statm: 227554 51816 2476 14 0 213991 0
[pid=30593/tid=30595] ppid=30587 vsize=910216 CPUtime=0.51
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 13842 0 0 0 46 5 0 0 16 0 12 0 183390849 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30596] ppid=30587 vsize=910216 CPUtime=0.56
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 17087 0 0 0 49 7 0 0 16 0 12 0 183390849 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30597] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30597/stat : 30597 (java) S 30587 30593 30487 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 183390852 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30598] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183390853 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30599] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390853 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30600] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=910216 CPUtime=1.36
/proc/30593/task/30602/stat : 30602 (java) S 30587 30593 30487 0 -1 64 3084 0 0 0 135 1 0 0 15 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30603] ppid=30587 vsize=910216 CPUtime=1.45
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 1157 0 0 0 145 0 0 0 15 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30604] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=910216 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 932061184 51816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 910216

[startup+25.6694 s]
/proc/loadavg: 1.67 2.89 4.10 3/84 30605
/proc/meminfo: memFree=766728/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=912724 CPUtime=24.34
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 91357 0 52 0 2391 43 0 0 25 0 12 0 183390732 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30593/statm: 228181 85928 2480 14 0 214618 0
[pid=30593/tid=30595] ppid=30587 vsize=912724 CPUtime=1.17
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 30843 0 0 0 105 12 0 0 16 0 12 0 183390849 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30596] ppid=30587 vsize=912724 CPUtime=1.24
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 34942 0 0 0 111 13 0 0 16 0 12 0 183390849 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30597] ppid=30587 vsize=912724 CPUtime=0.01
/proc/30593/task/30597/stat : 30597 (java) S 30587 30593 30487 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 183390852 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30598] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183390853 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30599] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390853 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30600] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=912724 CPUtime=1.71
/proc/30593/task/30602/stat : 30602 (java) S 30587 30593 30487 0 -1 64 4255 0 0 0 170 1 0 0 16 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30603] ppid=30587 vsize=912724 CPUtime=1.78
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 1237 0 0 0 178 0 0 0 16 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30604] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=912724 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 934629376 85928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 912724

[startup+51.3599 s]
/proc/loadavg: 2.13 2.89 4.07 3/85 31286
/proc/meminfo: memFree=1140920/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=910348 CPUtime=50.36
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 171426 0 52 0 4956 80 0 0 25 0 12 0 183390732 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054384892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30593/statm: 227587 164606 2483 14 0 214024 0
[pid=30593/tid=30595] ppid=30587 vsize=910348 CPUtime=2.86
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 69124 0 0 0 257 29 0 0 16 0 12 0 183390849 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30596] ppid=30587 vsize=910348 CPUtime=2.98
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 76676 0 0 0 270 28 0 0 16 0 12 0 183390849 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30597] ppid=30587 vsize=910348 CPUtime=0.02
/proc/30593/task/30597/stat : 30597 (java) S 30587 30593 30487 0 -1 64 18 0 0 0 2 0 0 0 16 0 12 0 183390852 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30598] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183390853 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30599] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390853 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30600] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=910348 CPUtime=1.8
/proc/30593/task/30602/stat : 30602 (java) S 30587 30593 30487 0 -1 64 4263 0 0 0 179 1 0 0 16 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30603] ppid=30587 vsize=910348 CPUtime=1.84
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 1240 0 0 0 184 0 0 0 16 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30604] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=910348 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 932196352 164606 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 910348



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+73.7331 s]
/proc/loadavg: 2.29 2.87 4.03 4/85 31286
/proc/meminfo: memFree=993400/2055920 swapFree=4184772/4192956
[pid=30593] ppid=30587 vsize=926352 CPUtime=72.71
/proc/30593/stat : 30593 (java) R 30587 30593 30487 0 -1 0 202326 0 52 0 7179 92 0 0 25 0 12 0 183390732 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30593/statm: 231588 188476 2484 14 0 218025 0
[pid=30593/tid=30595] ppid=30587 vsize=926352 CPUtime=3.41
/proc/30593/task/30595/stat : 30595 (java) S 30587 30593 30487 0 -1 64 79408 0 0 0 309 32 0 0 16 0 12 0 183390849 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30596] ppid=30587 vsize=926352 CPUtime=3.56
/proc/30593/task/30596/stat : 30596 (java) S 30587 30593 30487 0 -1 64 87181 0 0 0 324 32 0 0 16 0 12 0 183390849 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30597] ppid=30587 vsize=926352 CPUtime=11.92
/proc/30593/task/30597/stat : 30597 (java) R 30587 30593 30487 0 -1 64 10111 0 0 0 1187 5 0 0 16 0 12 0 183390852 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30598] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30598/stat : 30598 (java) S 30587 30593 30487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183390853 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30599] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30599/stat : 30599 (java) S 30587 30593 30487 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390853 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30600] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30600/stat : 30600 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30601] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30601/stat : 30601 (java) S 30587 30593 30487 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30602] ppid=30587 vsize=926352 CPUtime=1.8
/proc/30593/task/30602/stat : 30602 (java) S 30587 30593 30487 0 -1 64 4263 0 0 0 179 1 0 0 16 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30603] ppid=30587 vsize=926352 CPUtime=1.84
/proc/30593/task/30603/stat : 30603 (java) S 30587 30593 30487 0 -1 64 1240 0 0 0 184 0 0 0 16 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30593/tid=30604] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30604/stat : 30604 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30593/tid=30605] ppid=30587 vsize=926352 CPUtime=0
/proc/30593/task/30605/stat : 30605 (java) S 30587 30593 30487 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183390885 948584448 188476 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.71
Current children cumulated vsize (KiB) 926352

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

Child status: 143
Real time (s): 75.3361
CPU time (s): 74.2987
CPU user time (s): 73.2499
CPU system time (s): 1.04884
CPU usage (%): 98.6229
Max. virtual memory (cumulated for all children) (KiB): 926352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.2499
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202346
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3884
involuntary context switches= 3667

runsolver used 0.103984 s user time and 0.252961 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 13:38:46 UTC 2007


IDJOB= 237666
IDBENCH= 6955
FILE ID= node56/237666-1168349926

PBS_JOBID= 3503912

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_53.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237666-1168349926/sat4jCSP-bf3-cached.jar /tmp/evaluation/237666-1168349926/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-237666-1168349926 -o ROOT/results/node56/solver-237666-1168349926 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237666-1168349926/sat4jCSP-bf3-cached.jar /tmp/evaluation/237666-1168349926/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a0098767a588d03f7d6994873b18d5bf

RANDOM SEED= 263260408

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.232
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.232
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:       1911840 kB
Buffers:         26280 kB
Cached:          58728 kB
SwapCached:       1080 kB
Active:          67620 kB
Inactive:        30532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911840 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:           20444 kB
Writeback:           0 kB
Mapped:          21056 kB
Slab:            31476 kB
Committed_AS:  4039848 kB
PageTables:       1716 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= 66486 MiB



End job on node56 on Tue Jan  9 13:40:01 UTC 2007