Trace number 1042058

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (MO) 90.5822 86.0439

General information on the benchmark

Namecsp/allsquares/
normalized-squares-31-31.xml
MD5SUMcc4a849398686c6aea23fb28afe2d04f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark353.916
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size103
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

Solver Data (download as text)

0.19/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.25	c See www.sat4j.org for details.
0.19/0.25	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1042058-1215002561.xml
0.28/0.39	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
1.47/1.55	c reading predicates  done.
1.65/1.76	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042058-1215002561/watcher-1042058-1215002561 -o /tmp/evaluation-result-1042058-1215002561/solver-1042058-1215002561 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042058-1215002561.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.96 3/73 3898
/proc/meminfo: memFree=1907032/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=1804 CPUtime=0
/proc/3898/stat : 3898 (java6) D 3896 3898 2315 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 405873488 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/3898/statm: 451 155 111 9 0 93 0

[startup+0.0682211 s]
/proc/loadavg: 1.91 1.95 1.96 3/73 3898
/proc/meminfo: memFree=1907032/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=802236 CPUtime=0.06
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 2767 0 1 0 4 2 0 0 18 0 7 0 405873488 821489664 2502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 200559 2502 1005 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101225 s]
/proc/loadavg: 1.91 1.95 1.96 3/73 3898
/proc/meminfo: memFree=1907032/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=804612 CPUtime=0.08
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 3011 0 1 0 6 2 0 0 18 0 12 0 405873488 823922688 2744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301256 s]
/proc/loadavg: 1.91 1.95 1.96 3/73 3898
/proc/meminfo: memFree=1907032/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=808484 CPUtime=0.28
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 4978 0 1 0 25 3 0 0 18 0 12 0 405873488 827887616 4363 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 202121 4363 1308 9 0 199490 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808484

[startup+0.701308 s]
/proc/loadavg: 1.91 1.95 1.96 3/73 3898
/proc/meminfo: memFree=1907032/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=807940 CPUtime=0.68
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 6107 0 1 0 64 4 0 0 18 0 12 0 405873488 827330560 5432 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 201985 5432 1335 9 0 199347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807940

[startup+1.50242 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 3910
/proc/meminfo: memFree=1890040/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=807940 CPUtime=1.47
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 7364 0 1 0 143 4 0 0 18 0 12 0 405873488 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 201985 6173 1347 9 0 199347 0
[pid=3898/tid=3900] ppid=3896 vsize=807940 CPUtime=0.76
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 4546 0 1 0 73 3 0 0 17 0 12 0 405873489 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 405873490 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 405873490 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3903] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 405873492 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3904] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 405873492 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3905] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 405873492 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3906] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=807940 CPUtime=0.24
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 500 0 0 0 24 0 0 0 16 0 12 0 405873496 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3908] ppid=3896 vsize=807940 CPUtime=0.45
/proc/3898/task/3908/stat : 3908 (java) R 3896 3898 2315 0 -1 64 1556 0 0 0 45 0 0 0 16 0 12 0 405873496 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 105616925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=807940 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 827330560 6173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807940

[startup+3.10266 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 3910
/proc/meminfo: memFree=1876152/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=816620 CPUtime=3.19
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 19360 0 1 0 309 10 0 0 18 0 12 0 405873488 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 204155 15802 1375 9 0 201517 0
[pid=3898/tid=3900] ppid=3896 vsize=816620 CPUtime=1.74
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 12454 0 1 0 168 6 0 0 25 0 12 0 405873489 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4109764496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 405873490 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 405873490 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3903] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 405873492 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 405873492 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3905] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 405873492 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3906] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=816620 CPUtime=0.46
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 698 0 0 0 46 0 0 0 16 0 12 0 405873496 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3908] ppid=3896 vsize=816620 CPUtime=0.96
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5446 0 0 0 94 2 0 0 16 0 12 0 405873496 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=816620 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 836218880 15802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 816620

[startup+6.3011 s]
/proc/loadavg: 1.92 1.95 1.96 3/85 3910
/proc/meminfo: memFree=1794744/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=820312 CPUtime=6.49
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 37892 0 1 0 628 21 0 0 18 0 12 0 405873488 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 205078 33410 1380 9 0 202440 0
[pid=3898/tid=3900] ppid=3896 vsize=820312 CPUtime=4.25
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 17509 0 1 0 416 9 0 0 19 0 12 0 405873489 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4109742315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=820312 CPUtime=0.35
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 6099 0 0 0 32 3 0 0 16 0 12 0 405873490 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3902] ppid=3896 vsize=820312 CPUtime=0.4
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 7347 0 0 0 37 3 0 0 18 0 12 0 405873490 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 405873492 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=820312 CPUtime=0.46
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 698 0 0 0 46 0 0 0 16 0 12 0 405873496 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3908] ppid=3896 vsize=820312 CPUtime=0.97
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5446 0 0 0 95 2 0 0 16 0 12 0 405873496 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=820312 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 839999488 33410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 820312

[startup+12.703 s]
/proc/loadavg: 1.93 1.95 1.96 3/85 3910
/proc/meminfo: memFree=1723640/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=826712 CPUtime=13.48
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 56219 0 1 0 1319 29 0 0 18 0 12 0 405873488 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 206678 49188 1380 9 0 204040 0
[pid=3898/tid=3900] ppid=3896 vsize=826712 CPUtime=8.39
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 17517 0 1 0 830 9 0 0 25 0 12 0 405873489 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4109695291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=826712 CPUtime=1.78
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 15903 0 0 0 171 7 0 0 17 0 12 0 405873490 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3902] ppid=3896 vsize=826712 CPUtime=1.81
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 15861 0 0 0 173 8 0 0 17 0 12 0 405873490 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 405873492 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=826712 CPUtime=0.46
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 699 0 0 0 46 0 0 0 17 0 12 0 405873496 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3908] ppid=3896 vsize=826712 CPUtime=0.97
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5446 0 0 0 95 2 0 0 17 0 12 0 405873496 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=826712 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 846553088 49188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 826712

[startup+25.5016 s]
/proc/loadavg: 2.10 1.99 1.97 3/85 3910
/proc/meminfo: memFree=1598456/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=825784 CPUtime=26.54
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 85812 0 1 0 2609 45 0 0 18 0 12 0 405873488 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 206446 78200 1380 9 0 203808 0
[pid=3898/tid=3900] ppid=3896 vsize=825784 CPUtime=17.58
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 17539 0 1 0 1749 9 0 0 25 0 12 0 405873489 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4109694536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3901] ppid=3896 vsize=825784 CPUtime=3.58
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 35044 0 0 0 341 17 0 0 17 0 12 0 405873490 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=825784 CPUtime=3.73
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 26262 0 0 0 360 13 0 0 16 0 12 0 405873490 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3903] ppid=3896 vsize=825784 CPUtime=0.01
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 405873492 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3904] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 845602816 78200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 149737 0 1 0 5314 72 0 0 18 0 12 0 405873488 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 206446 141086 1388 9 0 203808 0
[pid=3898/tid=3900] ppid=3896 vsize=825784 CPUtime=35.53
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 23712 0 1 0 3541 12 0 0 25 0 12 0 405873489 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4109696731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3901] ppid=3896 vsize=825784 CPUtime=7.95
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 68289 0 0 0 763 32 0 0 16 0 12 0 405873490 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=825784 CPUtime=8.29
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 50728 0 0 0 806 23 0 0 16 0 12 0 405873490 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3903] ppid=3896 vsize=825784 CPUtime=0.01
/proc/3898/task/3903/stat : 3903 (java) S 3896 3898 2315 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 405873492 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3904] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=825784 CPUtime=0.64
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 713 0 0 0 64 0 0 0 17 0 12 0 405873496 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3908] ppid=3896 vsize=825784 CPUtime=1.39
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5502 0 0 0 137 2 0 0 17 0 12 0 405873496 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3909] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=825784 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 845602816 141086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.86
Current children cumulated vsize (KiB) 825784



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+83.9019 s]
/proc/loadavg: 2.21 2.04 1.98 4/85 3910
/proc/meminfo: memFree=1174584/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=921792 CPUtime=88.45
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 201420 0 1 0 8746 99 0 0 18 0 12 0 405873488 943915008 184600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 230448 184606 1399 9 0 227810 0
[pid=3898/tid=3900] ppid=3896 vsize=921792 CPUtime=51.01
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 36026 0 1 0 5083 18 0 0 23 0 12 0 405873489 943915008 184622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=921792 CPUtime=11.6
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 72509 0 0 0 1125 35 0 0 16 0 12 0 405873490 943915008 184629 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=921792 CPUtime=11.89
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 63181 0 0 0 1159 30 0 0 16 0 12 0 405873490 943915008 184637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=921792 CPUtime=11.78
/proc/3898/task/3903/stat : 3903 (java) R 3896 3898 2315 0 -1 64 22764 0 0 0 1167 11 0 0 17 0 12 0 405873492 943915008 184644 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=921792 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 943915008 184651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=921792 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 943915008 184657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=921792 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 405873496 943915008 184664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=921792 CPUtime=0.67
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 716 0 0 0 67 0 0 0 17 0 12 0 405873496 943915008 184672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3908] ppid=3896 vsize=921792 CPUtime=1.44
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5506 0 0 0 142 2 0 0 17 0 12 0 405873496 943915008 184681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=921792 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 943915008 184689 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=921792 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 943915008 184697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.45
Current children cumulated vsize (KiB) 921792

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

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+84.602 s]
/proc/loadavg: 2.27 2.05 1.99 4/86 3911
/proc/meminfo: memFree=1154864/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=889788 CPUtime=89.14
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 213574 0 1 0 8809 105 0 0 16 0 12 0 405873488 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 222447 188752 1399 9 0 219809 0
[pid=3898/tid=3900] ppid=3896 vsize=889788 CPUtime=51.01
/proc/3898/task/3900/stat : 3900 (java) R 3896 3898 2315 0 -1 64 36026 0 1 0 5083 18 0 0 23 0 12 0 405873489 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=889788 CPUtime=11.6
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 72509 0 0 0 1125 35 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=889788 CPUtime=11.89
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 63181 0 0 0 1159 30 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=889788 CPUtime=12.49
/proc/3898/task/3903/stat : 3903 (java) R 3896 3898 2315 0 -1 64 34873 0 0 0 1231 18 0 0 17 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=889788 CPUtime=0.67
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 716 0 0 0 67 0 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3908] ppid=3896 vsize=889788 CPUtime=1.44
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5506 0 0 0 142 2 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.14
Current children cumulated vsize (KiB) 889788

[startup+85.4021 s]
/proc/loadavg: 2.27 2.05 1.99 4/86 3911
/proc/meminfo: memFree=1154864/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=889788 CPUtime=89.93
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 213574 0 1 0 8888 105 0 0 16 0 12 0 405873488 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 222447 188752 1399 9 0 219809 0
[pid=3898/tid=3900] ppid=3896 vsize=889788 CPUtime=51.01
/proc/3898/task/3900/stat : 3900 (java) S 3896 3898 2315 0 -1 64 36026 0 1 0 5083 18 0 0 23 0 12 0 405873489 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=889788 CPUtime=11.6
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 72509 0 0 0 1125 35 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=889788 CPUtime=11.89
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 63181 0 0 0 1159 30 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=889788 CPUtime=13.28
/proc/3898/task/3903/stat : 3903 (java) R 3896 3898 2315 0 -1 64 34873 0 0 0 1310 18 0 0 18 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=889788 CPUtime=0.67
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 716 0 0 0 67 0 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3908] ppid=3896 vsize=889788 CPUtime=1.44
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5506 0 0 0 142 2 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.93
Current children cumulated vsize (KiB) 889788

[startup+85.8062 s]
/proc/loadavg: 2.27 2.05 1.99 3/86 3911
/proc/meminfo: memFree=1154864/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=889788 CPUtime=90.34
/proc/3898/stat : 3898 (java) S 3896 3898 2315 0 -1 0 213574 0 1 0 8929 105 0 0 16 0 12 0 405873488 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 222447 188752 1399 9 0 219809 0
[pid=3898/tid=3900] ppid=3896 vsize=889788 CPUtime=51.01
/proc/3898/task/3900/stat : 3900 (java) S 3896 3898 2315 0 -1 64 36026 0 1 0 5083 18 0 0 23 0 12 0 405873489 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3901] ppid=3896 vsize=889788 CPUtime=11.6
/proc/3898/task/3901/stat : 3901 (java) S 3896 3898 2315 0 -1 64 72509 0 0 0 1125 35 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3902] ppid=3896 vsize=889788 CPUtime=11.89
/proc/3898/task/3902/stat : 3902 (java) S 3896 3898 2315 0 -1 64 63181 0 0 0 1159 30 0 0 16 0 12 0 405873490 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3903] ppid=3896 vsize=889788 CPUtime=13.68
/proc/3898/task/3903/stat : 3903 (java) R 3896 3898 2315 0 -1 64 34873 0 0 0 1350 18 0 0 19 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3904] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3904/stat : 3904 (java) S 3896 3898 2315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3905] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3905/stat : 3905 (java) S 3896 3898 2315 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 405873492 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3906] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3906/stat : 3906 (java) S 3896 3898 2315 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3907] ppid=3896 vsize=889788 CPUtime=0.67
/proc/3898/task/3907/stat : 3907 (java) S 3896 3898 2315 0 -1 64 716 0 0 0 67 0 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3908] ppid=3896 vsize=889788 CPUtime=1.44
/proc/3898/task/3908/stat : 3908 (java) S 3896 3898 2315 0 -1 64 5506 0 0 0 142 2 0 0 17 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3898/tid=3909] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3909/stat : 3909 (java) S 3896 3898 2315 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3898/tid=3910] ppid=3896 vsize=889788 CPUtime=0
/proc/3898/task/3910/stat : 3910 (java) S 3896 3898 2315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 405873496 911142912 188752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.34
Current children cumulated vsize (KiB) 889788

[startup+86.0022 s]
/proc/loadavg: 2.27 2.05 1.99 3/86 3911
/proc/meminfo: memFree=1154864/2055920 swapFree=4180284/4192956
[pid=3898] ppid=3896 vsize=0 CPUtime=90.53
/proc/3898/stat : 3898 (java) Z 3896 3898 2315 0 -1 1036 213574 0 1 0 8940 113 0 0 16 0 2 0 405873488 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.53
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 86.0439
CPU time (s): 90.5822
CPU user time (s): 89.4074
CPU system time (s): 1.17482
CPU usage (%): 105.274
Max. virtual memory (cumulated for all children) (KiB): 921792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.4074
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213574
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= 3299
involuntary context switches= 4279

runsolver used 0.099984 second user time and 0.311952 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-02 14:42:41
IDJOB=1042058
IDBENCH=53868
IDSOLVER=344
FILE ID=node49/1042058-1215002561
PBS_JOBID= 7870825
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-31-31.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042058-1215002561/watcher-1042058-1215002561 -o /tmp/evaluation-result-1042058-1215002561/solver-1042058-1215002561 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042058-1215002561.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc4a849398686c6aea23fb28afe2d04f
RANDOM SEED=1664590258

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.249
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.249
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:       1907512 kB
Buffers:          6780 kB
Cached:          56560 kB
SwapCached:       6088 kB
Active:          73796 kB
Inactive:        13868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907512 kB
SwapTotal:     4192956 kB
SwapFree:      4180284 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          30656 kB
Slab:            45884 kB
Committed_AS:   753928 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node49 at 2008-07-02 14:44:07