Trace number 196636

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? 130.489 129.297

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-4.xml
MD5SUM6b1e2c5afd81d5b59aff7bfe5bcd6fbc
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 benchmark2.73858
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/196636-1168124511/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.90	c reading variables
c reading variables (600) done.
1.48	c reading predicates 
c reading relations (9) done.
1.75	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
129.18	c starts		: 0
129.18	c conflicts		: 0
129.18	c decisions		: 0
129.18	c propagations		: 0
129.18	c inspects		: 0
129.18	c learnt literals	: 0
129.18	c learnt binary clauses	: 0
129.18	c learnt ternary clauses	: 0
129.18	c learnt clauses	: 0
129.18	c root simplifications	: 0
129.18	c removed literals (reason simplification)	: 0
129.18	c reason swapping (by a shorter reason)	: 0
129.18	c Calls to reduceDB	: 0
129.18	c speed (decisions/second)	: 0.0
129.18	c non guided choices	0
129.18	s UNKNOWN
129.18	c Total wall clock time (in seconds) : 128.93
129.18	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/node23/watcher-196636-1168124511 -o ROOT/results/node23/solver-196636-1168124511 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196636-1168124511/sat4jCSP-bf3-cached.jar /tmp/evaluation/196636-1168124511/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.87 1.97 1.88 4/93 1013
/proc/meminfo: memFree=1354104/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=896088 CPUtime=0.04
/proc/1012/stat : 1012 (java) S 1010 1012 32730 0 -1 0 2780 0 1 0 3 1 0 0 18 0 4 0 160845436 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 224022 2542 1323 14 0 211042 0
[pid=1012/tid=1014] ppid=1010 vsize=896088 CPUtime=0
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 18 0 4 0 160845438 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=896088 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 19 0 4 0 160845438 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=896088 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) R 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 160845441 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 3342296 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103282 s]
/proc/loadavg: 1.87 1.97 1.88 4/93 1013
/proc/meminfo: memFree=1354104/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=901540 CPUtime=0.09
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 3351 0 1 0 8 1 0 0 21 0 12 0 160845436 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053841405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 225385 3111 1566 14 0 212109 0
[pid=1012/tid=1014] ppid=1010 vsize=901540 CPUtime=0
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160845438 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=901540 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160845438 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=901540 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 160845441 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.511362 s]
/proc/loadavg: 1.87 1.97 1.88 4/93 1013
/proc/meminfo: memFree=1354104/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=905236 CPUtime=0.5
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 5855 0 1 0 47 3 0 0 22 0 12 0 160845436 926961664 5449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151860852 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 226309 5449 2250 14 0 212746 0
[pid=1012/tid=1014] ppid=1010 vsize=905236 CPUtime=0
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160845438 926961664 5449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=905236 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160845438 926961664 5449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=905236 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 160845441 926961664 5449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33352 s]
/proc/loadavg: 1.87 1.97 1.88 4/104 1024
/proc/meminfo: memFree=1338664/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=906560 CPUtime=1.31
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 8403 0 1 0 127 4 0 0 25 0 12 0 160845436 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861563 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 226640 7500 2312 14 0 213077 0
[pid=1012/tid=1014] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160845438 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160845438 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160845441 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 160845442 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 160845442 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1021] ppid=1010 vsize=906560 CPUtime=0.4
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 1068 0 0 0 40 0 0 0 16 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=906560 CPUtime=0.28
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32730 0 -1 64 662 0 0 0 28 0 0 0 16 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1023] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=906560 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 928317440 7500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906560

[startup+2.98684 s]
/proc/loadavg: 1.87 1.97 1.88 4/104 1026
/proc/meminfo: memFree=1303848/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=913116 CPUtime=2.96
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 21143 0 1 0 286 10 0 0 21 0 12 0 160845436 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 228279 18041 2476 14 0 214716 0
[pid=1012/tid=1014] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160845438 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160845438 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845441 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 160845442 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 160845442 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1021] ppid=1010 vsize=913116 CPUtime=0.91
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 2919 0 0 0 90 1 0 0 16 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=913116 CPUtime=0.79
/proc/1012/task/1022/stat : 1022 (java) R 1010 1012 32730 0 -1 64 2478 0 0 0 78 1 0 0 18 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1023] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=913116 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 935030784 18041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 913116

[startup+6.28647 s]
/proc/loadavg: 1.88 1.97 1.88 3/104 1028
/proc/meminfo: memFree=1220072/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=913608 CPUtime=6.27
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 41157 0 1 0 610 17 0 0 25 0 12 0 160845436 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054278396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1012/statm: 228402 36956 2480 14 0 214839 0
[pid=1012/tid=1014] ppid=1010 vsize=913608 CPUtime=0.32
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 8516 0 0 0 30 2 0 0 16 0 12 0 160845438 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1015] ppid=1010 vsize=913608 CPUtime=0.28
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 6782 0 0 0 26 2 0 0 16 0 12 0 160845438 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 160845441 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1017] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160845442 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845442 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=913608 CPUtime=1.02
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 2924 0 0 0 101 1 0 0 17 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=913608 CPUtime=0.95
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32730 0 -1 64 2835 0 0 0 94 1 0 0 16 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=913608 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 935534592 36956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 913608

[startup+12.7797 s]
/proc/loadavg: 1.97 1.98 1.89 6/104 1032
/proc/meminfo: memFree=1151024/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=911912 CPUtime=12.72
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 58996 0 1 0 1249 23 0 0 25 0 12 0 160845436 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1012/statm: 227978 53596 2480 14 0 214415 0
[pid=1012/tid=1014] ppid=1010 vsize=911912 CPUtime=0.92
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 18736 0 0 0 87 5 0 0 16 0 12 0 160845438 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1015] ppid=1010 vsize=911912 CPUtime=0.75
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 14368 0 0 0 70 5 0 0 16 0 12 0 160845438 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=911912 CPUtime=0.01
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 160845441 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1017] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160845442 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845442 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=911912 CPUtime=1.11
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 2932 0 0 0 110 1 0 0 17 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=911912 CPUtime=1
/proc/1012/task/1022/stat : 1022 (java) R 1010 1012 32730 0 -1 64 2838 0 0 0 99 1 0 0 17 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154869580 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=911912 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 933797888 53596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 911912

[startup+25.6422 s]
/proc/loadavg: 2.11 2.02 1.90 3/104 1046
/proc/meminfo: memFree=1040120/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=913928 CPUtime=25.57
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 87913 0 1 0 2521 36 0 0 25 0 12 0 160845436 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054299158 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 228482 82207 2480 14 0 214919 0
[pid=1012/tid=1014] ppid=1010 vsize=913928 CPUtime=1.92
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 32191 0 0 0 181 11 0 0 16 0 12 0 160845438 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=913928 CPUtime=1.45
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 29004 0 0 0 134 11 0 0 16 0 12 0 160845438 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=913928 CPUtime=0.01
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 160845441 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160845442 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845442 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=913928 CPUtime=1.37
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 3713 0 0 0 136 1 0 0 16 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=913928 CPUtime=1.05
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32730 0 -1 64 2856 0 0 0 103 2 0 0 16 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1023] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=913928 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 935862272 82207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 913928

[startup+51.3362 s]
/proc/loadavg: 2.34 2.08 1.93 5/98 1078
/proc/meminfo: memFree=805544/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=913588 CPUtime=51.31
/proc/1012/stat : 1012 (java) R 1010 1012 32730 0 -1 0 146651 0 1 0 5073 58 0 0 25 0 12 0 160845436 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054519586 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1012/statm: 228397 140573 2480 14 0 214834 0
[pid=1012/tid=1014] ppid=1010 vsize=913588 CPUtime=3.69
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 62491 0 0 0 348 21 0 0 16 0 12 0 160845438 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1015] ppid=1010 vsize=913588 CPUtime=3.35
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 57395 0 0 0 313 22 0 0 16 0 12 0 160845438 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=913588 CPUtime=0.02
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32730 0 -1 64 11 0 0 0 2 0 0 0 15 0 12 0 160845441 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1017] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160845442 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845442 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1021] ppid=1010 vsize=913588 CPUtime=1.41
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 3713 0 0 0 140 1 0 0 16 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=913588 CPUtime=1.09
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32730 0 -1 64 2856 0 0 0 107 2 0 0 17 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1023] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 935514112 140573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.31
Current children cumulated vsize (KiB) 913588

[startup+102.61 s]
/proc/loadavg: 1.66 1.94 1.88 2/89 1099
/proc/meminfo: memFree=655192/2055920 swapFree=4192812/4192956
[pid=1012] ppid=1010 vsize=913588 CPUtime=103.81
/proc/1012/stat : 1012 (java) S 1010 1012 32730 0 -1 0 194989 0 1 0 10301 80 0 0 18 0 12 0 160845436 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 228397 186904 2481 14 0 214834 0
[pid=1012/tid=1014] ppid=1010 vsize=913588 CPUtime=5.56
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32730 0 -1 64 85246 0 0 0 527 29 0 0 16 0 12 0 160845438 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1015] ppid=1010 vsize=913588 CPUtime=5.34
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32730 0 -1 64 82430 0 0 0 500 34 0 0 16 0 12 0 160845438 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1016] ppid=1010 vsize=913588 CPUtime=25.71
/proc/1012/task/1016/stat : 1016 (java) R 1010 1012 32730 0 -1 64 502 0 0 0 2570 1 0 0 16 0 12 0 160845441 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1017] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32730 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160845442 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1018] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32730 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160845442 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1019] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32730 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1020] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1021] ppid=1010 vsize=913588 CPUtime=1.43
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32730 0 -1 64 3715 0 0 0 142 1 0 0 16 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=913588 CPUtime=1.11
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32730 0 -1 64 2858 0 0 0 109 2 0 0 16 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1023] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32730 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1024] ppid=1010 vsize=913588 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160845446 935514112 186904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.81
Current children cumulated vsize (KiB) 913588

Child status: 1
Real time (s): 129.297
CPU time (s): 130.489
CPU user time (s): 129.575
CPU system time (s): 0.913861
CPU usage (%): 100.922
Max. virtual memory (cumulated for all children) (KiB): 914504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.575
system time used= 0.913861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195019
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= 4964
involuntary context switches= 5172

runsolver used 0.160975 s user time and 0.446932 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 23:01:51 UTC 2007


IDJOB= 196636
IDBENCH= 3363
FILE ID= node23/196636-1168124511

PBS_JOBID= 3477460

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-4.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196636-1168124511/sat4jCSP-bf3-cached.jar /tmp/evaluation/196636-1168124511/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-196636-1168124511 -o ROOT/results/node23/solver-196636-1168124511 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196636-1168124511/sat4jCSP-bf3-cached.jar /tmp/evaluation/196636-1168124511/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  6b1e2c5afd81d5b59aff7bfe5bcd6fbc

RANDOM SEED= 152762583

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.265
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.265
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:       1354584 kB
Buffers:         51804 kB
Cached:         479276 kB
SwapCached:          0 kB
Active:         260344 kB
Inactive:       362780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6988 kB
Writeback:           0 kB
Mapped:         112772 kB
Slab:            62584 kB
Committed_AS:  3211956 kB
PageTables:       2544 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= 66548 MiB



End job on node23 on Sat Jan  6 23:04:00 UTC 2007