Trace number 247744

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) 131.956 130.118

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-3-1.xml
MD5SUM1f4864f833e39b57ac3c50317db679f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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
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/247744-1168393707/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.53	c reading variables
c reading variables (100) done.
0.68	c reading predicates 
c reading relations (21) done.
0.98	c reading constraints
c reading constraints done.
64.73	c ... done. Wall clock time 64.474s.
64.73	c CPU time (experimental) 35.39s.
64.73	c #vars     2800
64.73	c #constraints  8135098

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-247744-1168393707 -o ROOT/results/node13/solver-247744-1168393707 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247744-1168393707/sat4jCSP-bf3.jar /tmp/evaluation/247744-1168393707/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
/proc/loadavg: 0.90 1.18 1.43 4/97 28975
/proc/meminfo: memFree=1804976/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=18540 CPUtime=0
/proc/28974/stat : 28974 (runsolver) R 28972 28872 28872 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 1 0 187765747 18984960 277 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 269754596042 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28974/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.10731 s]
/proc/loadavg: 0.90 1.18 1.43 4/97 28975
/proc/meminfo: memFree=1804976/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=901540 CPUtime=0.09
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 3334 0 1 0 8 1 0 0 21 0 12 0 187765747 923176960 3094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152679461 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28974/statm: 225385 3094 1562 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515363 s]
/proc/loadavg: 0.90 1.18 1.43 4/97 28975
/proc/meminfo: memFree=1804976/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=905280 CPUtime=0.49
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 5841 0 1 0 47 2 0 0 23 0 12 0 187765747 927006720 5436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28974/statm: 226320 5436 2250 14 0 212757 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905280

[startup+1.33847 s]
/proc/loadavg: 0.90 1.18 1.43 5/108 28986
/proc/meminfo: memFree=1773592/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=905280 CPUtime=1.3
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 7742 0 1 0 127 3 0 0 25 0 12 0 187765747 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053853065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28974/statm: 226320 7099 2465 14 0 212757 0
[pid=28974/tid=28976] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 187765750 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28977] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 187765750 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28978] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187765753 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28979] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 187765753 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 187765753 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28983] ppid=28972 vsize=905280 CPUtime=0.24
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 328 0 0 0 24 0 0 0 16 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28984] ppid=28972 vsize=905280 CPUtime=0.27
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 718 0 0 0 27 0 0 0 16 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28985] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=905280 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 927006720 7099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905280

[startup+2.99169 s]
/proc/loadavg: 0.90 1.18 1.43 5/108 28986
/proc/meminfo: memFree=1644120/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=905928 CPUtime=2.91
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 24487 0 1 0 279 12 0 0 25 0 12 0 187765747 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054128553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28974/statm: 226482 23688 2475 14 0 212919 0
[pid=28974/tid=28976] ppid=28972 vsize=905928 CPUtime=0.07
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 1782 0 0 0 7 0 0 0 17 0 12 0 187765750 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28977] ppid=28972 vsize=905928 CPUtime=0.05
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 1420 0 0 0 5 0 0 0 17 0 12 0 187765750 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28978] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187765753 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28979] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765753 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765753 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28983] ppid=28972 vsize=905928 CPUtime=0.26
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 330 0 0 0 26 0 0 0 16 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28984] ppid=28972 vsize=905928 CPUtime=0.37
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 779 0 0 0 37 0 0 0 16 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28985] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=905928 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 927670272 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 905928

[startup+6.20212 s]
/proc/loadavg: 1.15 1.22 1.44 3/108 28986
/proc/meminfo: memFree=1502616/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=907848 CPUtime=6
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 40847 0 1 0 581 19 0 0 25 0 12 0 187765747 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054163062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28974/statm: 226962 39560 2476 14 0 213399 0
[pid=28974/tid=28976] ppid=28972 vsize=907848 CPUtime=0.61
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 9553 0 0 0 58 3 0 0 18 0 12 0 187765750 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28977] ppid=28972 vsize=907848 CPUtime=0.53
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 9994 0 0 0 49 4 0 0 18 0 12 0 187765750 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28978] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28979] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=907848 CPUtime=0.28
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 331 0 0 0 28 0 0 0 16 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=907848 CPUtime=0.4
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 787 0 0 0 40 0 0 0 16 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 929636352 39560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 907848

[startup+12.6238 s]
/proc/loadavg: 1.38 1.27 1.46 3/108 28986
/proc/meminfo: memFree=1217504/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=907848 CPUtime=12.22
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 64485 0 1 0 1192 30 0 0 25 0 12 0 187765747 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054128495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28974/statm: 226962 63185 2476 14 0 213399 0
[pid=28974/tid=28976] ppid=28972 vsize=907848 CPUtime=1.55
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 21694 0 0 0 148 7 0 0 16 0 12 0 187765750 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28977] ppid=28972 vsize=907848 CPUtime=1.52
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 21453 0 0 0 142 10 0 0 16 0 12 0 187765750 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28978] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28979] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=907848 CPUtime=0.34
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 337 0 0 0 34 0 0 0 16 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=907848 CPUtime=0.49
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 801 0 0 0 49 0 0 0 16 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 929636352 63185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 907848

[startup+25.4475 s]
/proc/loadavg: 1.89 1.38 1.49 4/108 28986
/proc/meminfo: memFree=754976/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=907848 CPUtime=25.14
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 107793 0 1 0 2464 50 0 0 25 0 12 0 187765747 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054170002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28974/statm: 226962 105442 2476 14 0 213399 0
[pid=28974/tid=28976] ppid=28972 vsize=907848 CPUtime=3.61
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 44198 0 0 0 343 18 0 0 17 0 12 0 187765750 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28977] ppid=28972 vsize=907848 CPUtime=3.67
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 42214 0 0 0 348 19 0 0 17 0 12 0 187765750 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28978] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 187765753 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28979] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=907848 CPUtime=0.42
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 343 0 0 0 42 0 0 0 16 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=907848 CPUtime=0.56
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 807 0 0 0 56 0 0 0 16 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 929636352 105442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 907848

[startup+51.1289 s]
/proc/loadavg: 1.92 1.43 1.50 3/104 29271
/proc/meminfo: memFree=1083256/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=907848 CPUtime=53.45
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 182117 0 1 0 5259 86 0 0 19 0 12 0 187765747 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054269220 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28974/statm: 226962 179066 2488 14 0 213399 0
[pid=28974/tid=28976] ppid=28972 vsize=907848 CPUtime=8.17
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 76854 0 0 0 784 33 0 0 16 0 12 0 187765750 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28977] ppid=28972 vsize=907848 CPUtime=8.45
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 71500 0 0 0 811 34 0 0 16 0 12 0 187765750 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28978] ppid=28972 vsize=907848 CPUtime=2.64
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 14 0 0 0 264 0 0 0 16 0 12 0 187765753 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28979] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28980] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765753 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28981] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=907848 CPUtime=0.53
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 354 0 0 0 53 0 0 0 16 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=907848 CPUtime=0.69
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 822 0 0 0 69 0 0 0 16 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=907848 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765757 929636352 179066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.45
Current children cumulated vsize (KiB) 907848

[startup+102.388 s]
/proc/loadavg: 2.17 1.58 1.55 3/106 29344
/proc/meminfo: memFree=1036216/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=909424 CPUtime=104.41
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 189416 0 1 0 10352 89 0 0 25 0 13 0 187765747 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054518625 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28974/statm: 227356 185610 2496 14 0 213793 0
[pid=28974/tid=28976] ppid=28972 vsize=909424 CPUtime=8.4
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 76859 0 0 0 807 33 0 0 15 0 13 0 187765750 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28977] ppid=28972 vsize=909424 CPUtime=8.77
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 71683 0 0 0 843 34 0 0 16 0 13 0 187765750 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28978] ppid=28972 vsize=909424 CPUtime=18.98
/proc/28974/task/28978/stat : 28978 (java) S 28972 28974 28872 0 -1 64 6024 0 0 0 1895 3 0 0 16 0 13 0 187765753 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28979] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187765753 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28980] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187765753 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28981] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=909424 CPUtime=1.01
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 1311 0 0 0 101 0 0 0 16 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=909424 CPUtime=0.95
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 930 0 0 0 95 0 0 0 16 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187765757 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=29344] ppid=28972 vsize=909424 CPUtime=0
/proc/28974/task/29344/stat : 29344 (java) S 28972 28974 28872 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 187772221 931250176 185610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.41
Current children cumulated vsize (KiB) 909424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+127.958 s]
/proc/loadavg: 2.24 1.65 1.57 4/106 29344
/proc/meminfo: memFree=1026488/2055920 swapFree=4191880/4192956
[pid=28974] ppid=28972 vsize=925428 CPUtime=129.83
/proc/28974/stat : 28974 (java) R 28972 28974 28872 0 -1 0 195625 0 1 0 12891 92 0 0 25 0 13 0 187765747 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28974/statm: 231357 188061 2496 14 0 217794 0
[pid=28974/tid=28976] ppid=28972 vsize=925428 CPUtime=8.4
/proc/28974/task/28976/stat : 28976 (java) S 28972 28974 28872 0 -1 64 76859 0 0 0 807 33 0 0 15 0 13 0 187765750 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28977] ppid=28972 vsize=925428 CPUtime=8.77
/proc/28974/task/28977/stat : 28977 (java) S 28972 28974 28872 0 -1 64 71683 0 0 0 843 34 0 0 16 0 13 0 187765750 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28978] ppid=28972 vsize=925428 CPUtime=29.09
/proc/28974/task/28978/stat : 28978 (java) R 28972 28974 28872 0 -1 64 12229 0 0 0 2904 5 0 0 17 0 13 0 187765753 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28979] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28979/stat : 28979 (java) S 28972 28974 28872 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187765753 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28980] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28980/stat : 28980 (java) S 28972 28974 28872 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187765753 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28981] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28981/stat : 28981 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=28982] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28982/stat : 28982 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28983] ppid=28972 vsize=925428 CPUtime=1.01
/proc/28974/task/28983/stat : 28983 (java) S 28972 28974 28872 0 -1 64 1311 0 0 0 101 0 0 0 16 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=925428 CPUtime=0.96
/proc/28974/task/28984/stat : 28984 (java) S 28972 28974 28872 0 -1 64 930 0 0 0 96 0 0 0 17 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28985] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28985/stat : 28985 (java) S 28972 28974 28872 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28974/tid=28986] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/28986/stat : 28986 (java) S 28972 28974 28872 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187765757 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28974/tid=29344] ppid=28972 vsize=925428 CPUtime=0
/proc/28974/task/29344/stat : 29344 (java) S 28972 28974 28872 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 187772221 947638272 188061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.83
Current children cumulated vsize (KiB) 925428

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 130.118
CPU time (s): 131.956
CPU user time (s): 130.873
CPU system time (s): 1.08283
CPU usage (%): 101.412
Max. virtual memory (cumulated for all children) (KiB): 941428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.873
system time used= 1.08283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205120
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= 4258
involuntary context switches= 5487

runsolver used 0.137979 s user time and 0.464929 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Jan 10 01:48:28 UTC 2007


IDJOB= 247744
IDBENCH= 11653
FILE ID= node13/247744-1168393707

PBS_JOBID= 3522826

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-20-3-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247744-1168393707/sat4jCSP-bf3.jar /tmp/evaluation/247744-1168393707/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-247744-1168393707 -o ROOT/results/node13/solver-247744-1168393707 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247744-1168393707/sat4jCSP-bf3.jar /tmp/evaluation/247744-1168393707/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1f4864f833e39b57ac3c50317db679f6

RANDOM SEED= 641446965

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.247
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.247
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:       1808016 kB
Buffers:         20256 kB
Cached:         114960 kB
SwapCached:        376 kB
Active:         149852 kB
Inactive:        41408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808016 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5272 kB
Writeback:           0 kB
Mapped:          80664 kB
Slab:            41256 kB
Committed_AS:  6349152 kB
PageTables:       2416 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= 66552 MiB



End job on node13 on Wed Jan 10 01:50:38 UTC 2007