Trace number 1077058

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) 33.6489 33.2373

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-01.xml
MD5SUMd641e6d421915b203052ef4c4deb4c35
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.2021
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2303
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension138
Number of constraints which are defined in intension2165
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1077058-1215191443.xml
0.28/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.99/1.04	c reading relations done.
2.28/2.38	c reading predicates  done.
2.48/2.56	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-1077058-1215191443/watcher-1077058-1215191443 -o /tmp/evaluation-result-1077058-1215191443/solver-1077058-1215191443 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077058-1215191443.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.00 2.00 2.00 4/73 9296
/proc/meminfo: memFree=1764512/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=1472 CPUtime=0
/proc/9296/stat : 9296 (java6) R 9294 9296 7971 0 -1 0 107 0 0 0 0 0 0 0 18 0 1 0 684269784 1507328 80 996147200 134512640 134550740 4294956144 18446744073709551615 6614955 0 0 4096 0 0 0 0 17 0 0 0
/proc/9296/statm: 368 87 65 9 0 10 0

[startup+0.083597 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 9296
/proc/meminfo: memFree=1764512/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=802236 CPUtime=0.07
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 2867 0 1 0 5 2 0 0 18 0 7 0 684269784 821489664 2602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 200559 2602 1012 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102602 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 9296
/proc/meminfo: memFree=1764512/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=804756 CPUtime=0.08
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 3099 0 1 0 6 2 0 0 18 0 12 0 684269784 824070144 2831 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 201189 2838 1126 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.302624 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 9296
/proc/meminfo: memFree=1764512/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=807848 CPUtime=0.28
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 4978 0 1 0 24 4 0 0 18 0 12 0 684269784 827236352 4305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 201962 4305 1308 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.702685 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 9296
/proc/meminfo: memFree=1764512/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=807876 CPUtime=0.68
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 6270 0 1 0 63 5 0 0 18 0 12 0 684269784 827265024 5417 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 201969 5417 1336 9 0 199331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807876

[startup+1.50177 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 9308
/proc/meminfo: memFree=1745472/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=809136 CPUtime=1.48
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 9110 0 1 0 141 7 0 0 18 0 12 0 684269784 828555264 6847 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 202284 6847 1352 9 0 199646 0
[pid=9296/tid=9298] ppid=9294 vsize=809136 CPUtime=0.61
/proc/9296/task/9298/stat : 9298 (java) R 9294 9296 7971 0 -1 64 4937 0 1 0 57 4 0 0 25 0 12 0 684269785 828555264 6847 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9299] ppid=9294 vsize=809136 CPUtime=0
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 684269786 828555264 6847 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9300] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 684269786 828719104 6855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9301/stat : 9301 (java) S 9294 9296 7971 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 684269788 828719104 6855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9302] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 684269789 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9303] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 684269789 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9304] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=809296 CPUtime=0.39
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1156 0 0 0 39 0 0 0 16 0 12 0 684269793 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=809296 CPUtime=0.45
/proc/9296/task/9306/stat : 9306 (java) R 9294 9296 7971 0 -1 64 2264 0 0 0 44 1 0 0 16 0 12 0 684269793 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 6180567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=809296 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 828719104 6856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809136

[startup+3.10197 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 9308
/proc/meminfo: memFree=1718272/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=811632 CPUtime=3.08
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 24087 0 1 0 293 15 0 0 18 0 12 0 684269784 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 202908 21329 1368 9 0 200270 0
[pid=9296/tid=9298] ppid=9294 vsize=811632 CPUtime=1.67
/proc/9296/task/9298/stat : 9298 (java) R 9294 9296 7971 0 -1 64 17246 0 1 0 157 10 0 0 25 0 12 0 684269785 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4109607670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9299] ppid=9294 vsize=811632 CPUtime=0.02
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 843 0 0 0 2 0 0 0 17 0 12 0 684269786 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9300] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 643 0 0 0 0 0 0 0 17 0 12 0 684269786 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9301/stat : 9301 (java) S 9294 9296 7971 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 684269788 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9302] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9303] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9304] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=811632 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=811632 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=811632 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 831111168 21329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 811632

[startup+6.30237 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 9308
/proc/meminfo: memFree=1530888/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=827000 CPUtime=6.72
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 84608 0 1 0 631 41 0 0 18 0 12 0 684269784 846848000 72315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 206750 72317 1368 9 0 204112 0
[pid=9296/tid=9298] ppid=9294 vsize=827000 CPUtime=3.03
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 17252 0 1 0 293 10 0 0 18 0 12 0 684269785 846848000 72319 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=827000 CPUtime=0.87
/proc/9296/task/9299/stat : 9299 (java) R 9294 9296 7971 0 -1 64 28301 0 0 0 76 11 0 0 20 0 12 0 684269786 846848000 72321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9300] ppid=9294 vsize=827000 CPUtime=1.43
/proc/9296/task/9300/stat : 9300 (java) R 9294 9296 7971 0 -1 64 33681 0 0 0 128 15 0 0 18 0 12 0 684269786 846848000 72323 996147200 134512640 134550740 4294955984 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9301/stat : 9301 (java) S 9294 9296 7971 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 684269788 846848000 72324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9302] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 846848000 72326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 846848000 72328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 846848000 72330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=827000 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 846848000 72332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=827000 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 846848000 72333 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 846848000 72335 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=827000 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 846848000 72337 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 827000

[startup+12.7022 s]
/proc/loadavg: 2.22 2.05 2.02 4/85 9308
/proc/meminfo: memFree=1240904/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=832120 CPUtime=13.12
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 153996 0 1 0 1242 70 0 0 18 0 12 0 684269784 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 208030 140408 1368 9 0 205392 0
[pid=9296/tid=9298] ppid=9294 vsize=832120 CPUtime=5.24
/proc/9296/task/9298/stat : 9298 (java) R 9294 9296 7971 0 -1 64 23409 0 1 0 511 13 0 0 16 0 12 0 684269785 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4109851641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9299] ppid=9294 vsize=832120 CPUtime=4.28
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 79971 0 0 0 395 33 0 0 18 0 12 0 684269786 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9300] ppid=9294 vsize=832120 CPUtime=2.2
/proc/9296/task/9300/stat : 9300 (java) R 9294 9296 7971 0 -1 64 45233 0 0 0 201 19 0 0 22 0 12 0 684269786 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9301/stat : 9301 (java) S 9294 9296 7971 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 684269788 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9302] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=832120 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=832120 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=832120 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 852090880 140408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 832120

[startup+25.5028 s]
/proc/loadavg: 2.19 2.05 2.01 3/85 9308
/proc/meminfo: memFree=1025096/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=864124 CPUtime=25.97
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 253168 0 1 0 2480 117 0 0 18 0 12 0 684269784 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 216031 185554 1372 9 0 213393 0
[pid=9296/tid=9298] ppid=9294 vsize=864124 CPUtime=6.59
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 35704 0 1 0 640 19 0 0 17 0 12 0 684269785 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=864124 CPUtime=5.75
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 97533 0 0 0 534 41 0 0 17 0 12 0 684269786 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9300] ppid=9294 vsize=864124 CPUtime=2.43
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 45233 0 0 0 224 19 0 0 16 0 12 0 684269786 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=864124 CPUtime=9.82
/proc/9296/task/9301/stat : 9301 (java) R 9294 9296 7971 0 -1 64 69373 0 0 0 949 33 0 0 25 0 12 0 684269788 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 106122533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9302] ppid=9294 vsize=864124 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=864124 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=864124 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=864124 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=864124 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=864124 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=864124 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 884862976 185554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.97
Current children cumulated vsize (KiB) 864124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+31.1024 s]
/proc/loadavg: 2.17 2.05 2.01 3/85 9308
/proc/meminfo: memFree=994440/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=928128 CPUtime=31.53
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 276380 0 1 0 3025 128 0 0 18 0 12 0 684269784 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9296/statm: 232032 193259 1372 9 0 229394 0
[pid=9296/tid=9298] ppid=9294 vsize=928128 CPUtime=6.81
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 35706 0 1 0 662 19 0 0 17 0 12 0 684269785 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=928128 CPUtime=5.75
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 97533 0 0 0 534 41 0 0 17 0 12 0 684269786 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9300] ppid=9294 vsize=928128 CPUtime=2.43
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 45233 0 0 0 224 19 0 0 16 0 12 0 684269786 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=928128 CPUtime=15.15
/proc/9296/task/9301/stat : 9301 (java) R 9294 9296 7971 0 -1 64 92583 0 0 0 1472 43 0 0 25 0 12 0 684269788 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 103550852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9302] ppid=9294 vsize=928128 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=928128 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=928128 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684269793 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9305] ppid=9294 vsize=928128 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=928128 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=928128 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=928128 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 950403072 193259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 928128

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+31.8025 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 9309
/proc/meminfo: memFree=992896/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=896124 CPUtime=32.22
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 284677 0 1 0 3091 131 0 0 16 0 12 0 684269784 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9296/statm: 224031 193554 1372 9 0 221393 0
[pid=9296/tid=9298] ppid=9294 vsize=896124 CPUtime=6.81
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 35706 0 1 0 662 19 0 0 17 0 12 0 684269785 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=896124 CPUtime=5.75
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 97533 0 0 0 534 41 0 0 17 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9300] ppid=9294 vsize=896124 CPUtime=2.43
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 45233 0 0 0 224 19 0 0 16 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=896124 CPUtime=15.84
/proc/9296/task/9301/stat : 9301 (java) R 9294 9296 7971 0 -1 64 100879 0 0 0 1537 47 0 0 25 0 12 0 684269788 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 106122338 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9302] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9305] ppid=9294 vsize=896124 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=896124 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.22
Current children cumulated vsize (KiB) 896124

[startup+32.6026 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 9309
/proc/meminfo: memFree=992896/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=896124 CPUtime=33.02
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 284677 0 1 0 3170 132 0 0 16 0 12 0 684269784 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9296/statm: 224031 193554 1372 9 0 221393 0
[pid=9296/tid=9298] ppid=9294 vsize=896124 CPUtime=6.81
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 35706 0 1 0 662 19 0 0 17 0 12 0 684269785 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=896124 CPUtime=5.75
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 97533 0 0 0 534 41 0 0 17 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9300] ppid=9294 vsize=896124 CPUtime=2.43
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 45233 0 0 0 224 19 0 0 16 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=896124 CPUtime=16.63
/proc/9296/task/9301/stat : 9301 (java) R 9294 9296 7971 0 -1 64 100879 0 0 0 1616 47 0 0 25 0 12 0 684269788 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 104136452 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9302] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9305] ppid=9294 vsize=896124 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=896124 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.02
Current children cumulated vsize (KiB) 896124

[startup+33.0067 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 9309
/proc/meminfo: memFree=992896/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=896124 CPUtime=33.41
/proc/9296/stat : 9296 (java) S 9294 9296 7971 0 -1 0 284677 0 1 0 3209 132 0 0 16 0 12 0 684269784 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9296/statm: 224031 193554 1372 9 0 221393 0
[pid=9296/tid=9298] ppid=9294 vsize=896124 CPUtime=6.81
/proc/9296/task/9298/stat : 9298 (java) S 9294 9296 7971 0 -1 64 35706 0 1 0 662 19 0 0 17 0 12 0 684269785 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9299] ppid=9294 vsize=896124 CPUtime=5.75
/proc/9296/task/9299/stat : 9299 (java) S 9294 9296 7971 0 -1 64 97533 0 0 0 534 41 0 0 17 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9300] ppid=9294 vsize=896124 CPUtime=2.43
/proc/9296/task/9300/stat : 9300 (java) S 9294 9296 7971 0 -1 64 45233 0 0 0 224 19 0 0 16 0 12 0 684269786 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9301] ppid=9294 vsize=896124 CPUtime=17.03
/proc/9296/task/9301/stat : 9301 (java) R 9294 9296 7971 0 -1 64 100879 0 0 0 1656 47 0 0 25 0 12 0 684269788 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9302] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9302/stat : 9302 (java) S 9294 9296 7971 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9303] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9303/stat : 9303 (java) S 9294 9296 7971 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684269789 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9304] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9304/stat : 9304 (java) S 9294 9296 7971 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9296/tid=9305] ppid=9294 vsize=896124 CPUtime=0.61
/proc/9296/task/9305/stat : 9305 (java) S 9294 9296 7971 0 -1 64 1239 0 0 0 61 0 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9306] ppid=9294 vsize=896124 CPUtime=0.71
/proc/9296/task/9306/stat : 9306 (java) S 9294 9296 7971 0 -1 64 3324 0 0 0 70 1 0 0 16 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9307] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9307/stat : 9307 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9296/tid=9308] ppid=9294 vsize=896124 CPUtime=0
/proc/9296/task/9308/stat : 9308 (java) S 9294 9296 7971 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684269793 917630976 193554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.41
Current children cumulated vsize (KiB) 896124

[startup+33.2029 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 9309
/proc/meminfo: memFree=992896/2055920 swapFree=4146952/4192956
[pid=9296] ppid=9294 vsize=0 CPUtime=33.61
/proc/9296/stat : 9296 (java) Z 9294 9296 7971 0 -1 1036 284677 0 1 0 3221 140 0 0 16 0 2 0 684269784 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9296/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 33.2373
CPU time (s): 33.6489
CPU user time (s): 32.2141
CPU system time (s): 1.43478
CPU usage (%): 101.238
Max. virtual memory (cumulated for all children) (KiB): 928128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2141
system time used= 1.43478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284677
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= 1520
involuntary context switches= 1329

runsolver used 0.046992 second user time and 0.122981 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-04 19:10:43
IDJOB=1077058
IDBENCH=56631
IDSOLVER=344
FILE ID=node80/1077058-1215191443
PBS_JOBID= 7881596
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-01.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-1077058-1215191443/watcher-1077058-1215191443 -o /tmp/evaluation-result-1077058-1215191443/solver-1077058-1215191443 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077058-1215191443.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d641e6d421915b203052ef4c4deb4c35
RANDOM SEED=1429371981

node80.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764992 kB
Buffers:         48584 kB
Cached:         124024 kB
SwapCached:      39892 kB
Active:         187168 kB
Inactive:        56532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764992 kB
SwapTotal:     4192956 kB
SwapFree:      4146952 kB
Dirty:            4756 kB
Writeback:           0 kB
Mapped:          78060 kB
Slab:            32576 kB
Committed_AS:  1064960 kB
PageTables:       1832 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= 66556 MiB
End job on node80 at 2008-07-04 19:11:17