Trace number 252665

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 1.7 RC BF3? (MO) 19.465 14.7857

General information on the benchmark

NamesocialGolfers/
socialGolfer-10-4-8.xml
MD5SUM438cb9b1cc995a1c98e119c00b2b67b9
Bench CategoryN-ARY-INT (n-ary 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 variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/252665-1168409405/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.39	c reading domains done.
0.39	c reading variables
c reading variables (7520) done.
1.80	c reading predicates 
c reading relations (5) done.
2.00	c reading constraintsc starts		: 0
14.64	c conflicts		: 0
14.64	c decisions		: 0
14.64	c propagations		: 0
14.64	c inspects		: 0
14.64	c learnt literals	: 0
14.64	c learnt binary clauses	: 0
14.64	c learnt ternary clauses	: 0
14.64	c learnt clauses	: 0
14.64	c root simplifications	: 0
14.64	c removed literals (reason simplification)	: 0
14.64	c reason swapping (by a shorter reason)	: 0
14.64	c Calls to reduceDB	: 0
14.64	c speed (decisions/second)	: 0.0
14.64	c non guided choices	0
14.64	s UNKNOWN
14.64	c Total wall clock time (in seconds) : 14.434
14.64	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/node44/watcher-252665-1168409405 -o ROOT/results/node44/solver-252665-1168409405 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252665-1168409405/sat4jCSP-bf3.jar /tmp/evaluation/252665-1168409405/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.00 1.00 1.00 3/65 7042
/proc/meminfo: memFree=1573040/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=1784 CPUtime=0
/proc/7041/stat : 7041 (java) D 7039 7041 6237 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 189339542 1826816 141 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/7041/statm: 446 141 106 14 0 91 0

[startup+0.106115 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7042
/proc/meminfo: memFree=1573040/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=902652 CPUtime=0.09
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 3398 0 1 0 7 2 0 0 24 0 12 0 189339542 924315648 3158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053867174 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7041/statm: 225663 3158 1581 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902652

[startup+0.522159 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7042
/proc/meminfo: memFree=1573040/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=906248 CPUtime=0.69
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 6137 0 1 0 65 4 0 0 17 0 12 0 189339542 927997952 5658 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054097923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7041/statm: 226562 5658 2299 14 0 212999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 906248

[startup+1.34425 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 7053
/proc/meminfo: memFree=1555864/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=907780 CPUtime=2.18
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 8173 0 1 0 212 6 0 0 19 0 12 0 189339542 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7041/statm: 226945 6799 2325 14 0 213382 0
[pid=7041/tid=7043] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7043/stat : 7043 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 189339545 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7044] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7044/stat : 7044 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189339545 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7045] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7045/stat : 7045 (java) S 7039 7041 6237 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189339548 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7046] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7046/stat : 7046 (java) S 7039 7041 6237 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 189339548 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7047] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7047/stat : 7047 (java) S 7039 7041 6237 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 189339548 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7048] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7048/stat : 7048 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7049] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7049/stat : 7049 (java) S 7039 7041 6237 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7050] ppid=7039 vsize=907780 CPUtime=0.5
/proc/7041/task/7050/stat : 7050 (java) S 7039 7041 6237 0 -1 64 789 0 0 0 50 0 0 0 16 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7051] ppid=7039 vsize=907780 CPUtime=0.64
/proc/7041/task/7051/stat : 7051 (java) S 7039 7041 6237 0 -1 64 1718 0 0 0 64 0 0 0 17 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7052] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7052/stat : 7052 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7053] ppid=7039 vsize=907780 CPUtime=0
/proc/7041/task/7053/stat : 7053 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189339552 929566720 6799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 907780

[startup+2.99642 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 7053
/proc/meminfo: memFree=1541016/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=910724 CPUtime=4.87
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 15999 0 1 0 478 9 0 0 19 0 12 0 189339542 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053863323 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7041/statm: 227681 11480 2475 14 0 214118 0
[pid=7041/tid=7043] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7043/stat : 7043 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 189339545 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7044] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7044/stat : 7044 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189339545 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7045] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7045/stat : 7045 (java) S 7039 7041 6237 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189339548 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7046] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7046/stat : 7046 (java) S 7039 7041 6237 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 189339548 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7047] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7047/stat : 7047 (java) S 7039 7041 6237 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 189339548 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7048] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7048/stat : 7048 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7049] ppid=7039 vsize=910724 CPUtime=0.01
/proc/7041/task/7049/stat : 7049 (java) S 7039 7041 6237 0 -1 64 25 0 0 0 1 0 0 0 16 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7050] ppid=7039 vsize=910724 CPUtime=1.27
/proc/7041/task/7050/stat : 7050 (java) S 7039 7041 6237 0 -1 64 1984 0 0 0 127 0 0 0 16 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7051] ppid=7039 vsize=910724 CPUtime=1.5
/proc/7041/task/7051/stat : 7051 (java) S 7039 7041 6237 0 -1 64 4340 0 0 0 148 2 0 0 16 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7052] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7052/stat : 7052 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7053] ppid=7039 vsize=910724 CPUtime=0
/proc/7041/task/7053/stat : 7053 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189339552 932581376 11480 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 910724

[startup+6.28974 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 7053
/proc/meminfo: memFree=1488040/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=909988 CPUtime=8.9
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 30907 0 1 0 873 17 0 0 25 0 12 0 189339542 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152613352 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7041/statm: 227497 25778 2481 14 0 213934 0
[pid=7041/tid=7043] ppid=7039 vsize=909988 CPUtime=0.09
/proc/7041/task/7043/stat : 7043 (java) S 7039 7041 6237 0 -1 64 2096 0 0 0 9 0 0 0 16 0 12 0 189339545 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7044] ppid=7039 vsize=909988 CPUtime=0.09
/proc/7041/task/7044/stat : 7044 (java) S 7039 7041 6237 0 -1 64 1939 0 0 0 9 0 0 0 16 0 12 0 189339545 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7045] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7045/stat : 7045 (java) S 7039 7041 6237 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 189339548 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7046] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7046/stat : 7046 (java) S 7039 7041 6237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 189339548 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7047] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7047/stat : 7047 (java) S 7039 7041 6237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189339548 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7048] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7048/stat : 7048 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7049] ppid=7039 vsize=909988 CPUtime=0.01
/proc/7041/task/7049/stat : 7049 (java) S 7039 7041 6237 0 -1 64 25 0 0 0 1 0 0 0 16 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7050] ppid=7039 vsize=909988 CPUtime=1.79
/proc/7041/task/7050/stat : 7050 (java) S 7039 7041 6237 0 -1 64 2408 0 0 0 178 1 0 0 16 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7051] ppid=7039 vsize=909988 CPUtime=1.99
/proc/7041/task/7051/stat : 7051 (java) S 7039 7041 6237 0 -1 64 4371 0 0 0 197 2 0 0 16 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7052] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7052/stat : 7052 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7053] ppid=7039 vsize=909988 CPUtime=0
/proc/7041/task/7053/stat : 7053 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189339552 931827712 25778 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 909988

[startup+12.7884 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 7053
/proc/meminfo: memFree=1432616/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=910600 CPUtime=16.62
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 49875 0 1 0 1635 27 0 0 17 0 12 0 189339542 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055073675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7041/statm: 227650 41078 2481 14 0 214087 0
[pid=7041/tid=7043] ppid=7039 vsize=910600 CPUtime=0.96
/proc/7041/task/7043/stat : 7043 (java) S 7039 7041 6237 0 -1 64 10046 0 0 0 92 4 0 0 16 0 12 0 189339545 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7044] ppid=7039 vsize=910600 CPUtime=0.95
/proc/7041/task/7044/stat : 7044 (java) S 7039 7041 6237 0 -1 64 11013 0 0 0 90 5 0 0 17 0 12 0 189339545 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7045] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7045/stat : 7045 (java) S 7039 7041 6237 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 189339548 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7046] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7046/stat : 7046 (java) S 7039 7041 6237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 189339548 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7047] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7047/stat : 7047 (java) S 7039 7041 6237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189339548 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7048] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7048/stat : 7048 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7049] ppid=7039 vsize=910600 CPUtime=0.01
/proc/7041/task/7049/stat : 7049 (java) S 7039 7041 6237 0 -1 64 25 0 0 0 1 0 0 0 16 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7050] ppid=7039 vsize=910600 CPUtime=2.14
/proc/7041/task/7050/stat : 7050 (java) S 7039 7041 6237 0 -1 64 4314 0 0 0 212 2 0 0 16 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7051] ppid=7039 vsize=910600 CPUtime=2.14
/proc/7041/task/7051/stat : 7051 (java) S 7039 7041 6237 0 -1 64 4390 0 0 0 212 2 0 0 16 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7052] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7052/stat : 7052 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7053] ppid=7039 vsize=910600 CPUtime=0
/proc/7041/task/7053/stat : 7053 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189339552 932454400 41078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 910600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+14.6346 s]
/proc/loadavg: 1.13 1.03 1.01 3/76 7053
/proc/meminfo: memFree=1391336/2055920 swapFree=4191892/4192956
[pid=7041] ppid=7039 vsize=922064 CPUtime=19.28
/proc/7041/stat : 7041 (java) R 7039 7041 6237 0 -1 0 58041 0 1 0 1897 31 0 0 24 0 12 0 189339542 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054438098 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7041/statm: 230516 47801 2485 14 0 216953 0
[pid=7041/tid=7043] ppid=7039 vsize=922064 CPUtime=1.16
/proc/7041/task/7043/stat : 7043 (java) S 7039 7041 6237 0 -1 64 13018 0 0 0 110 6 0 0 17 0 12 0 189339545 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7044] ppid=7039 vsize=922064 CPUtime=1.14
/proc/7041/task/7044/stat : 7044 (java) S 7039 7041 6237 0 -1 64 12533 0 0 0 108 6 0 0 17 0 12 0 189339545 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7045] ppid=7039 vsize=922064 CPUtime=0.01
/proc/7041/task/7045/stat : 7045 (java) S 7039 7041 6237 0 -1 64 22 0 0 0 1 0 0 0 16 0 12 0 189339548 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7046] ppid=7039 vsize=922064 CPUtime=0
/proc/7041/task/7046/stat : 7046 (java) S 7039 7041 6237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 189339548 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7047] ppid=7039 vsize=922064 CPUtime=0
/proc/7041/task/7047/stat : 7047 (java) S 7039 7041 6237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189339548 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7048] ppid=7039 vsize=922064 CPUtime=0
/proc/7041/task/7048/stat : 7048 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7049] ppid=7039 vsize=922064 CPUtime=0.01
/proc/7041/task/7049/stat : 7049 (java) S 7039 7041 6237 0 -1 64 25 0 0 0 1 0 0 0 16 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7050] ppid=7039 vsize=922064 CPUtime=2.74
/proc/7041/task/7050/stat : 7050 (java) R 7039 7041 6237 0 -1 64 7979 0 0 0 272 2 0 0 21 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155025184 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7041/tid=7051] ppid=7039 vsize=922064 CPUtime=2.17
/proc/7041/task/7051/stat : 7051 (java) S 7039 7041 6237 0 -1 64 4393 0 0 0 215 2 0 0 16 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7052] ppid=7039 vsize=922064 CPUtime=0
/proc/7041/task/7052/stat : 7052 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7041/tid=7053] ppid=7039 vsize=922064 CPUtime=0
/proc/7041/task/7053/stat : 7053 (java) S 7039 7041 6237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189339552 944193536 47801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 922064

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

Child status: 143
Real time (s): 14.7857
CPU time (s): 19.465
CPU user time (s): 19.1211
CPU system time (s): 0.343947
CPU usage (%): 131.647
Max. virtual memory (cumulated for all children) (KiB): 926168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1211
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58684
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= 1490
involuntary context switches= 1292

runsolver used 0.019996 s user time and 0.058991 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Wed Jan 10 06:10:05 UTC 2007


IDJOB= 252665
IDBENCH= 12961
FILE ID= node44/252665-1168409405

PBS_JOBID= 3523426

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-10-4-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252665-1168409405/sat4jCSP-bf3.jar /tmp/evaluation/252665-1168409405/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-252665-1168409405 -o ROOT/results/node44/solver-252665-1168409405 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252665-1168409405/sat4jCSP-bf3.jar /tmp/evaluation/252665-1168409405/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  438cb9b1cc995a1c98e119c00b2b67b9

RANDOM SEED= 811816743

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.213
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.213
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:       1573392 kB
Buffers:         48244 kB
Cached:         363940 kB
SwapCached:        304 kB
Active:         148444 kB
Inactive:       278824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573392 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8172 kB
Writeback:           0 kB
Mapped:          23976 kB
Slab:            41224 kB
Committed_AS:  4103200 kB
PageTables:       1396 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= 66541 MiB



End job on node44 on Wed Jan 10 06:10:20 UTC 2007