Trace number 1042228

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) 118.345 113.149

General information on the benchmark

Namecsp/allsquares/
normalized-squares-32-32.xml
MD5SUMead5701db864634909571d8befed8462
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark474.828
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size108
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data (download as text)

0.25/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.37	c See www.sat4j.org for details.
0.25/0.37	c That software uses the Rhino library from the Mozilla project.
0.33/0.41	c version 9.9.9.token
0.33/0.41	c sun.arch.data.model	32
0.33/0.41	c java.version	1.6.0_06
0.33/0.41	c os.name	Linux
0.33/0.41	c os.version	2.6.9-22.EL.rootsmp
0.33/0.41	c os.arch	i386
0.33/0.41	c Free memory 669864272
0.33/0.41	c Max memory 672137216
0.33/0.41	c Total memory 672137216
0.33/0.41	c Number of processors 2
0.33/0.46	c c --- Begin Solver configuration ---
0.33/0.46	c Stops conflict analysis at the first Unique Implication Point
0.33/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.46	c Learn all clauses as in MiniSAT
0.33/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.46	c Expensive reason simplification
0.33/0.46	c MiniSAT restarts strategy
0.33/0.46	c timeout=2147483s
0.33/0.46	c DB Simplification allowed=false
0.33/0.46	c --- End Solver configuration ---
0.33/0.46	c solving HOME/instance-1042228-1215002855.xml
0.33/0.46	c reading problem ... 
0.61/0.75	c reading problem named null
0.61/0.75	c reading domains done.
0.61/0.76	c reading variables done.
1.50/1.64	c reading predicates  done.
1.68/1.84	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-1042228-1215002855/watcher-1042228-1215002855 -o /tmp/evaluation-result-1042228-1215002855/solver-1042228-1215002855 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042228-1215002855.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: 2.04 2.04 2.00 3/72 5415
/proc/meminfo: memFree=1923464/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=1804 CPUtime=0
/proc/5415/stat : 5415 (java6) R 5413 5415 4548 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1529952287 1847296 150 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5415/statm: 459 156 111 9 0 101 0

[startup+0.093062 s]
/proc/loadavg: 2.04 2.04 2.00 3/72 5415
/proc/meminfo: memFree=1923464/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=800744 CPUtime=0.04
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 2348 0 29 0 1 3 0 0 18 0 4 0 1529952287 819961856 2114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 200186 2115 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.102062 s]
/proc/loadavg: 2.04 2.04 2.00 3/72 5415
/proc/meminfo: memFree=1923464/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=801432 CPUtime=0.04
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 2484 0 29 0 1 3 0 0 18 0 5 0 1529952287 820666368 2249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 200358 2250 957 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.302096 s]
/proc/loadavg: 2.04 2.04 2.00 3/72 5415
/proc/meminfo: memFree=1923464/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=808308 CPUtime=0.25
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 4682 0 29 0 20 5 0 0 18 0 12 0 1529952287 827707392 4039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 202077 4040 1298 9 0 199446 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808308

[startup+0.702176 s]
/proc/loadavg: 2.04 2.04 2.00 3/72 5415
/proc/meminfo: memFree=1923464/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=808336 CPUtime=0.61
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 6233 0 30 0 54 7 0 0 18 0 12 0 1529952287 827736064 5392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 202084 5392 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808336

[startup+1.5013 s]
/proc/loadavg: 2.04 2.04 2.00 4/84 5427
/proc/meminfo: memFree=1899176/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=808336 CPUtime=1.41
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 7625 0 30 0 133 8 0 0 18 0 12 0 1529952287 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 202084 6138 1343 9 0 199446 0
[pid=5415/tid=5417] ppid=5413 vsize=808336 CPUtime=0.74
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 4399 0 2 0 70 4 0 0 17 0 12 0 1529952294 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1529952295 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1529952295 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1529952297 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1529952297 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1529952297 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=808336 CPUtime=0.37
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1076 0 0 0 37 0 0 0 16 0 12 0 1529952301 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=808336 CPUtime=0.24
/proc/5415/task/5425/stat : 5425 (java) R 5413 5415 4548 0 -1 64 1411 0 0 0 24 0 0 0 16 0 12 0 1529952301 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 101911717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=808336 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 827736064 6138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 808336

[startup+3.10257 s]
/proc/loadavg: 2.04 2.04 2.00 4/84 5427
/proc/meminfo: memFree=1887272/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=816552 CPUtime=2.98
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 16404 0 30 0 286 12 0 0 18 0 12 0 1529952287 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 204138 12804 1375 9 0 201500 0
[pid=5415/tid=5417] ppid=5413 vsize=816552 CPUtime=1.51
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 9030 0 2 0 144 7 0 0 22 0 12 0 1529952294 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4109696622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1529952295 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1529952295 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1529952297 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1529952297 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1529952297 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=816552 CPUtime=0.62
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1613 0 0 0 62 0 0 0 16 0 12 0 1529952301 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=816552 CPUtime=0.8
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5022 0 0 0 78 2 0 0 16 0 12 0 1529952301 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=816552 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 836149248 12804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 816552

[startup+6.30112 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 5427
/proc/meminfo: memFree=1803176/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=819116 CPUtime=6.35
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 37546 0 30 0 613 22 0 0 18 0 12 0 1529952287 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 204779 33391 1380 9 0 202141 0
[pid=5415/tid=5417] ppid=5413 vsize=819116 CPUtime=3.99
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 17274 0 2 0 388 11 0 0 18 0 12 0 1529952294 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4109762642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=819116 CPUtime=0.41
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 5645 0 0 0 39 2 0 0 16 0 12 0 1529952295 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=819116 CPUtime=0.45
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 7225 0 0 0 43 2 0 0 18 0 12 0 1529952295 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 4548 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1529952297 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=819116 CPUtime=0.62
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1613 0 0 0 62 0 0 0 16 0 12 0 1529952301 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=819116 CPUtime=0.8
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5022 0 0 0 78 2 0 0 16 0 12 0 1529952301 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=819116 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 838774784 33391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 819116

[startup+12.701 s]
/proc/loadavg: 2.19 2.07 2.01 5/84 5427
/proc/meminfo: memFree=1733544/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=826580 CPUtime=13.96
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 54722 0 30 0 1367 29 0 0 18 0 12 0 1529952287 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 206645 49032 1380 9 0 204007 0
[pid=5415/tid=5417] ppid=5413 vsize=826580 CPUtime=8.11
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 17282 0 2 0 800 11 0 0 20 0 12 0 1529952294 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=826580 CPUtime=2.17
/proc/5415/task/5418/stat : 5418 (java) R 5413 5415 4548 0 -1 64 15665 0 0 0 211 6 0 0 16 0 12 0 1529952295 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 104136915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=826580 CPUtime=2.17
/proc/5415/task/5419/stat : 5419 (java) R 5413 5415 4548 0 -1 64 14373 0 0 0 212 5 0 0 16 0 12 0 1529952295 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 4548 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1529952297 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=826580 CPUtime=0.62
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1613 0 0 0 62 0 0 0 16 0 12 0 1529952301 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=826580 CPUtime=0.81
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5022 0 0 0 79 2 0 0 17 0 12 0 1529952301 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 846417920 49032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 826580

[startup+25.5022 s]
/proc/loadavg: 2.31 2.10 2.02 5/84 5427
/proc/meminfo: memFree=1603048/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=826580 CPUtime=27.36
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 85775 0 30 0 2694 42 0 0 18 0 12 0 1529952287 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 206645 79459 1388 9 0 204007 0
[pid=5415/tid=5417] ppid=5413 vsize=826580 CPUtime=17.19
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 17304 0 2 0 1708 11 0 0 25 0 12 0 1529952294 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4109761261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=826580 CPUtime=4.32
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 31408 0 0 0 420 12 0 0 17 0 12 0 1529952295 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=826580 CPUtime=4.2
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 29623 0 0 0 408 12 0 0 17 0 12 0 1529952295 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 4548 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1529952297 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 846417920 79459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 182918 0 30 0 10671 88 0 0 18 0 12 0 1529952287 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 206645 175574 1399 9 0 204007 0
[pid=5415/tid=5417] ppid=5413 vsize=826580 CPUtime=54.35
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 29655 0 2 0 5417 18 0 0 23 0 12 0 1529952294 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=826580 CPUtime=12.85
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 53510 0 0 0 1261 24 0 0 16 0 12 0 1529952295 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=826580 CPUtime=12.37
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 87268 0 0 0 1199 38 0 0 16 0 12 0 1529952295 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=826580 CPUtime=25.83
/proc/5415/task/5420/stat : 5420 (java) R 5413 5415 4548 0 -1 64 5030 0 0 0 2581 2 0 0 18 0 12 0 1529952297 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 105677287 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=826580 CPUtime=0.97
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1660 0 0 0 97 0 0 0 16 0 12 0 1529952301 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=826580 CPUtime=1.16
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5058 0 0 0 114 2 0 0 17 0 12 0 1529952301 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=826580 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 846417920 175574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.59
Current children cumulated vsize (KiB) 826580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+111.002 s]
/proc/loadavg: 2.34 2.19 2.06 4/84 5427
/proc/meminfo: memFree=1169000/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=922588 CPUtime=116.21
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 202044 0 30 0 11525 96 0 0 18 0 12 0 1529952287 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 230647 187695 1399 9 0 228009 0
[pid=5415/tid=5417] ppid=5413 vsize=922588 CPUtime=55.73
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 29657 0 2 0 5555 18 0 0 22 0 12 0 1529952294 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=922588 CPUtime=12.85
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 53510 0 0 0 1261 24 0 0 16 0 12 0 1529952295 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=922588 CPUtime=12.37
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 87268 0 0 0 1199 38 0 0 16 0 12 0 1529952295 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=922588 CPUtime=33.06
/proc/5415/task/5420/stat : 5420 (java) R 5413 5415 4548 0 -1 64 24154 0 0 0 3296 10 0 0 17 0 12 0 1529952297 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=922588 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=922588 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=922588 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1529952301 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=922588 CPUtime=0.97
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1660 0 0 0 97 0 0 0 16 0 12 0 1529952301 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=922588 CPUtime=1.16
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5058 0 0 0 114 2 0 0 16 0 12 0 1529952301 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=922588 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=922588 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 944730112 187695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.21
Current children cumulated vsize (KiB) 922588

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+111.802 s]
/proc/loadavg: 2.34 2.19 2.06 4/84 5427
/proc/meminfo: memFree=1169000/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=890584 CPUtime=117
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 214627 0 30 0 11597 103 0 0 16 0 12 0 1529952287 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 222646 192277 1399 9 0 220008 0
[pid=5415/tid=5417] ppid=5413 vsize=890584 CPUtime=55.73
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 4548 0 -1 64 29657 0 2 0 5555 18 0 0 22 0 12 0 1529952294 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=890584 CPUtime=12.85
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 53510 0 0 0 1261 24 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=890584 CPUtime=12.37
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 87268 0 0 0 1199 38 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=890584 CPUtime=33.84
/proc/5415/task/5420/stat : 5420 (java) R 5413 5415 4548 0 -1 64 36737 0 0 0 3368 16 0 0 17 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5424] ppid=5413 vsize=890584 CPUtime=0.97
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1660 0 0 0 97 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=890584 CPUtime=1.16
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5058 0 0 0 114 2 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117
Current children cumulated vsize (KiB) 890584

[startup+112.602 s]
/proc/loadavg: 2.34 2.19 2.06 3/85 5428
/proc/meminfo: memFree=1150368/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=890584 CPUtime=117.79
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 214627 0 30 0 11676 103 0 0 16 0 12 0 1529952287 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 222646 192277 1399 9 0 220008 0
[pid=5415/tid=5417] ppid=5413 vsize=890584 CPUtime=55.73
/proc/5415/task/5417/stat : 5417 (java) S 5413 5415 4548 0 -1 64 29657 0 2 0 5555 18 0 0 22 0 12 0 1529952294 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=890584 CPUtime=12.85
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 53510 0 0 0 1261 24 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=890584 CPUtime=12.37
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 87268 0 0 0 1199 38 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=890584 CPUtime=34.63
/proc/5415/task/5420/stat : 5420 (java) R 5413 5415 4548 0 -1 64 36737 0 0 0 3447 16 0 0 18 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5424] ppid=5413 vsize=890584 CPUtime=0.97
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1660 0 0 0 97 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=890584 CPUtime=1.16
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5058 0 0 0 114 2 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.79
Current children cumulated vsize (KiB) 890584

[startup+113.001 s]
/proc/loadavg: 2.34 2.19 2.06 3/85 5428
/proc/meminfo: memFree=1150368/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=890584 CPUtime=118.19
/proc/5415/stat : 5415 (java) S 5413 5415 4548 0 -1 0 214627 0 30 0 11716 103 0 0 16 0 12 0 1529952287 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 222646 192277 1399 9 0 220008 0
[pid=5415/tid=5417] ppid=5413 vsize=890584 CPUtime=55.73
/proc/5415/task/5417/stat : 5417 (java) S 5413 5415 4548 0 -1 64 29657 0 2 0 5555 18 0 0 22 0 12 0 1529952294 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=890584 CPUtime=12.85
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 4548 0 -1 64 53510 0 0 0 1261 24 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=890584 CPUtime=12.37
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 4548 0 -1 64 87268 0 0 0 1199 38 0 0 16 0 12 0 1529952295 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=890584 CPUtime=35.03
/proc/5415/task/5420/stat : 5420 (java) R 5413 5415 4548 0 -1 64 36737 0 0 0 3487 16 0 0 19 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 4548 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5422] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 4548 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529952297 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5423] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5424] ppid=5413 vsize=890584 CPUtime=0.97
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 4548 0 -1 64 1660 0 0 0 97 0 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=890584 CPUtime=1.16
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 4548 0 -1 64 5058 0 0 0 114 2 0 0 16 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 4548 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1529952301 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=890584 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 4548 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1529952302 911958016 192277 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.19
Current children cumulated vsize (KiB) 890584

[startup+113.102 s]
/proc/loadavg: 2.34 2.19 2.06 3/85 5428
/proc/meminfo: memFree=1150368/2055920 swapFree=4180384/4192956
[pid=5415] ppid=5413 vsize=0 CPUtime=118.29
/proc/5415/stat : 5415 (java) Z 5413 5415 4548 0 -1 1036 214627 0 30 0 11718 111 0 0 16 0 2 0 1529952287 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 118.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 113.149
CPU time (s): 118.345
CPU user time (s): 117.185
CPU system time (s): 1.15982
CPU usage (%): 104.592
Max. virtual memory (cumulated for all children) (KiB): 922588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.185
system time used= 1.15982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214627
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4113
involuntary context switches= 5136

runsolver used 0.131979 second user time and 0.405938 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 14:47:35
IDJOB=1042228
IDBENCH=53885
IDSOLVER=344
FILE ID=node55/1042228-1215002855
PBS_JOBID= 7870813
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-32-32.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-1042228-1215002855/watcher-1042228-1215002855 -o /tmp/evaluation-result-1042228-1215002855/solver-1042228-1215002855 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042228-1215002855.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ead5701db864634909571d8befed8462
RANDOM SEED=1580256939

node55.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.261
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.261
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:       1923944 kB
Buffers:          5544 kB
Cached:          46144 kB
SwapCached:       6316 kB
Active:          54408 kB
Inactive:        16048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923944 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          26504 kB
Slab:            46844 kB
Committed_AS:  2909504 kB
PageTables:       1708 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= 66544 MiB
End job on node55 at 2008-07-02 14:49:28