Trace number 1064083

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) 30.3334 27.8335

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.577912
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.44	c See www.sat4j.org for details.
0.28/0.44	c That software uses the Rhino library from the Mozilla project.
0.28/0.49	c version 9.9.9.token
0.28/0.49	c sun.arch.data.model	32
0.28/0.49	c java.version	1.6.0_06
0.28/0.49	c os.name	Linux
0.28/0.49	c os.version	2.6.9-22.EL.rootsmp
0.28/0.49	c os.arch	i386
0.28/0.49	c Free memory 669864272
0.28/0.49	c Max memory 672137216
0.28/0.49	c Total memory 672137216
0.28/0.49	c Number of processors 2
0.36/0.54	c c --- Begin Solver configuration ---
0.36/0.54	c Stops conflict analysis at the first Unique Implication Point
0.36/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.54	c Learn all clauses as in MiniSAT
0.36/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.54	c Expensive reason simplification
0.36/0.54	c MiniSAT restarts strategy
0.36/0.54	c timeout=2147483s
0.36/0.54	c DB Simplification allowed=false
0.36/0.54	c --- End Solver configuration ---
0.36/0.54	c solving HOME/instance-1064083-1215139740.xml
0.36/0.54	c reading problem ... 
0.60/0.85	c reading problem named null
0.60/0.85	c reading domains done.
0.60/0.85	c reading variables done.
0.90/1.15	c reading relations done.
2.39/2.60	c reading predicates  done.
2.49/2.78	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-1064083-1215139740/watcher-1064083-1215139740 -o /tmp/evaluation-result-1064083-1215139740/solver-1064083-1215139740 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064083-1215139740.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.15 3.87 5.40 3/88 4693
/proc/meminfo: memFree=1129344/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=18572 CPUtime=0
/proc/4693/stat : 4693 (runsolver) R 4691 4693 645 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 125654703 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4693/statm: 4643 292 257 25 0 2626 0

[startup+0.027608 s]
/proc/loadavg: 2.15 3.87 5.40 3/88 4693
/proc/meminfo: memFree=1129344/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=13012 CPUtime=0
/proc/4693/stat : 4693 (java) D 4691 4693 645 0 -1 0 381 0 2 0 0 0 0 0 18 0 1 0 125654703 13324288 184 996147200 134512640 134550740 4294956032 18446744073709551615 11739423 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/4693/statm: 3253 184 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101619 s]
/proc/loadavg: 2.15 3.87 5.40 3/88 4693
/proc/meminfo: memFree=1129344/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=800744 CPUtime=0.03
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 2334 0 30 0 1 2 0 0 18 0 4 0 125654703 819961856 2101 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 200186 2101 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301643 s]
/proc/loadavg: 2.15 3.87 5.40 3/88 4693
/proc/meminfo: memFree=1129344/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=807800 CPUtime=0.2
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 4421 0 30 0 16 4 0 0 18 0 12 0 125654703 827187200 3779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 201950 3779 1294 9 0 199319 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807800

[startup+0.701693 s]
/proc/loadavg: 2.15 3.87 5.40 3/88 4693
/proc/meminfo: memFree=1129344/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=807828 CPUtime=0.53
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 5745 0 30 0 46 7 0 0 18 0 12 0 125654703 827215872 5051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 201957 5051 1322 9 0 199319 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807828

[startup+1.50178 s]
/proc/loadavg: 2.15 3.87 5.40 4/100 4705
/proc/meminfo: memFree=1102304/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=807912 CPUtime=1.29
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 7867 0 30 0 121 8 0 0 18 0 12 0 125654703 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 201978 6425 1352 9 0 199340 0
[pid=4693/tid=4695] ppid=4691 vsize=807912 CPUtime=0.57
/proc/4693/task/4695/stat : 4695 (java) R 4691 4693 645 0 -1 64 4741 0 1 0 52 5 0 0 22 0 12 0 125654710 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 125654711 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4697] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 125654711 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4698/stat : 4698 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 125654714 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 125654715 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 125654715 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=807912 CPUtime=0.46
/proc/4693/task/4702/stat : 4702 (java) R 4691 4693 645 0 -1 64 1897 0 0 0 46 0 0 0 16 0 12 0 125654722 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 102512876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=807912 CPUtime=0.21
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 492 0 0 0 21 0 0 0 16 0 12 0 125654722 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=807912 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 827301888 6425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 807912

[startup+3.10296 s]
/proc/loadavg: 2.38 3.89 5.40 4/100 4705
/proc/meminfo: memFree=1076768/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=811584 CPUtime=2.89
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 24720 0 30 0 272 17 0 0 18 0 12 0 125654703 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 202896 21862 1368 9 0 200258 0
[pid=4693/tid=4695] ppid=4691 vsize=811584 CPUtime=1.5
/proc/4693/task/4695/stat : 4695 (java) R 4691 4693 645 0 -1 64 17225 0 1 0 138 12 0 0 25 0 12 0 125654710 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4109340851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=811584 CPUtime=0.02
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 766 0 0 0 2 0 0 0 17 0 12 0 125654711 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4697] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 1243 0 0 0 0 0 0 0 17 0 12 0 125654711 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4698/stat : 4698 (java) S 4691 4693 645 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 125654714 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 125654715 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 125654715 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=811584 CPUtime=0.77
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3720 0 0 0 76 1 0 0 16 0 12 0 125654722 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=811584 CPUtime=0.53
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 1003 0 0 0 53 0 0 0 16 0 12 0 125654722 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=811584 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 831062016 21862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 811584

[startup+6.30232 s]
/proc/loadavg: 2.38 3.89 5.40 5/100 4705
/proc/meminfo: memFree=909088/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=824424 CPUtime=6.86
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 71778 0 30 0 648 38 0 0 18 0 12 0 125654703 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 206106 62075 1379 9 0 203468 0
[pid=4693/tid=4695] ppid=4691 vsize=824424 CPUtime=2.95
/proc/4693/task/4695/stat : 4695 (java) R 4691 4693 645 0 -1 64 17237 0 1 0 283 12 0 0 25 0 12 0 125654710 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4109173657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=824424 CPUtime=1.09
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 25039 0 0 0 99 10 0 0 19 0 12 0 125654711 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4697] ppid=4691 vsize=824424 CPUtime=1.06
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 22017 0 0 0 97 9 0 0 18 0 12 0 125654711 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4698/stat : 4698 (java) S 4691 4693 645 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 125654714 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 125654715 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 125654715 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=824424 CPUtime=0.79
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 78 1 0 0 16 0 12 0 125654722 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=824424 CPUtime=0.9
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2967 0 0 0 89 1 0 0 18 0 12 0 125654722 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=824424 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 844210176 62075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 824424

[startup+12.702 s]
/proc/loadavg: 2.55 3.88 5.37 3/100 4705
/proc/meminfo: memFree=657192/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=829460 CPUtime=14.51
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 136768 0 30 0 1385 66 0 0 18 0 12 0 125654703 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 207365 123055 1384 9 0 204727 0
[pid=4693/tid=4695] ppid=4691 vsize=829460 CPUtime=5.43
/proc/4693/task/4695/stat : 4695 (java) R 4691 4693 645 0 -1 64 23396 0 1 0 528 15 0 0 25 0 12 0 125654710 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4696] ppid=4691 vsize=829460 CPUtime=3.73
/proc/4693/task/4696/stat : 4696 (java) R 4691 4693 645 0 -1 64 55726 0 0 0 351 22 0 0 16 0 12 0 125654711 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4697] ppid=4691 vsize=829460 CPUtime=3.56
/proc/4693/task/4697/stat : 4697 (java) R 4691 4693 645 0 -1 64 50154 0 0 0 333 23 0 0 16 0 12 0 125654711 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4698] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4698/stat : 4698 (java) S 4691 4693 645 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 125654714 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4699] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 125654715 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 125654715 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=829460 CPUtime=0.81
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 80 1 0 0 16 0 12 0 125654722 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=829460 CPUtime=0.92
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2974 0 0 0 91 1 0 0 17 0 12 0 125654722 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=829460 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 849367040 123055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 829460

[startup+25.5015 s]
/proc/loadavg: 2.54 3.83 5.34 3/100 4705
/proc/meminfo: memFree=399848/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=861464 CPUtime=28
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 208610 0 30 0 2703 97 0 0 18 0 12 0 125654703 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 215366 184921 1387 9 0 212728 0
[pid=4693/tid=4695] ppid=4691 vsize=861464 CPUtime=7.3
/proc/4693/task/4695/stat : 4695 (java) S 4691 4693 645 0 -1 64 35695 0 1 0 710 20 0 0 17 0 12 0 125654710 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=861464 CPUtime=5.29
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 77643 0 0 0 497 32 0 0 17 0 12 0 125654711 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4697] ppid=4691 vsize=861464 CPUtime=5.14
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 66268 0 0 0 484 30 0 0 16 0 12 0 125654711 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=861464 CPUtime=8.46
/proc/4693/task/4698/stat : 4698 (java) R 4691 4693 645 0 -1 64 21568 0 0 0 838 8 0 0 25 0 12 0 125654714 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 105847284 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=861464 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125654715 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=861464 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 125654715 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=861464 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=861464 CPUtime=0.81
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 80 1 0 0 16 0 12 0 125654722 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=861464 CPUtime=0.92
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2974 0 0 0 91 1 0 0 17 0 12 0 125654722 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=861464 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=861464 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 882139136 184921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28
Current children cumulated vsize (KiB) 861464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+25.7015 s]
/proc/loadavg: 2.54 3.83 5.34 3/100 4705
/proc/meminfo: memFree=378280/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=925468 CPUtime=28.2
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 210806 0 30 0 2723 97 0 0 18 0 12 0 125654703 947679232 187118 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4693/statm: 231367 187122 1387 9 0 228729 0
[pid=4693/tid=4695] ppid=4691 vsize=925468 CPUtime=7.3
/proc/4693/task/4695/stat : 4695 (java) S 4691 4693 645 0 -1 64 35695 0 1 0 710 20 0 0 17 0 12 0 125654710 947679232 187137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=925468 CPUtime=5.29
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 77643 0 0 0 497 32 0 0 17 0 12 0 125654711 947679232 187144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4697] ppid=4691 vsize=925468 CPUtime=5.14
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 66268 0 0 0 484 30 0 0 16 0 12 0 125654711 947679232 187151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=925468 CPUtime=8.66
/proc/4693/task/4698/stat : 4698 (java) R 4691 4693 645 0 -1 64 23806 0 0 0 858 8 0 0 25 0 12 0 125654714 947679232 187159 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=925468 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125654715 947679232 187165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=925468 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 125654715 947679232 187172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=925468 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 125654721 947679232 187178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4702] ppid=4691 vsize=925468 CPUtime=0.81
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 80 1 0 0 16 0 12 0 125654722 947679232 187185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=925468 CPUtime=0.92
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2974 0 0 0 91 1 0 0 17 0 12 0 125654722 947679232 187192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=925468 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 947679232 187199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=925468 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 947679232 187205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.2
Current children cumulated vsize (KiB) 925468

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+27.0016 s]
/proc/loadavg: 2.50 3.80 5.33 3/101 4706
/proc/meminfo: memFree=351648/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=893464 CPUtime=29.49
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 224612 0 30 0 2846 103 0 0 16 0 12 0 125654703 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4693/statm: 223366 192921 1387 9 0 220728 0
[pid=4693/tid=4695] ppid=4691 vsize=893464 CPUtime=7.3
/proc/4693/task/4695/stat : 4695 (java) S 4691 4693 645 0 -1 64 35695 0 1 0 710 20 0 0 17 0 12 0 125654710 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=893464 CPUtime=5.29
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 77643 0 0 0 497 32 0 0 17 0 12 0 125654711 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4697] ppid=4691 vsize=893464 CPUtime=5.14
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 66268 0 0 0 484 30 0 0 16 0 12 0 125654711 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=893464 CPUtime=9.95
/proc/4693/task/4698/stat : 4698 (java) R 4691 4693 645 0 -1 64 37569 0 0 0 981 14 0 0 25 0 12 0 125654714 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125654715 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 125654715 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 125654721 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4702] ppid=4691 vsize=893464 CPUtime=0.81
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 80 1 0 0 16 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=893464 CPUtime=0.92
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2974 0 0 0 91 1 0 0 17 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.49
Current children cumulated vsize (KiB) 893464

[startup+27.4027 s]
/proc/loadavg: 2.50 3.80 5.33 3/101 4706
/proc/meminfo: memFree=351648/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=893464 CPUtime=29.9
/proc/4693/stat : 4693 (java) S 4691 4693 645 0 -1 0 224612 0 30 0 2887 103 0 0 16 0 12 0 125654703 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4693/statm: 223366 192921 1387 9 0 220728 0
[pid=4693/tid=4695] ppid=4691 vsize=893464 CPUtime=7.3
/proc/4693/task/4695/stat : 4695 (java) S 4691 4693 645 0 -1 64 35695 0 1 0 710 20 0 0 17 0 12 0 125654710 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4696] ppid=4691 vsize=893464 CPUtime=5.29
/proc/4693/task/4696/stat : 4696 (java) S 4691 4693 645 0 -1 64 77643 0 0 0 497 32 0 0 17 0 12 0 125654711 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4697] ppid=4691 vsize=893464 CPUtime=5.14
/proc/4693/task/4697/stat : 4697 (java) S 4691 4693 645 0 -1 64 66268 0 0 0 484 30 0 0 16 0 12 0 125654711 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4698] ppid=4691 vsize=893464 CPUtime=10.36
/proc/4693/task/4698/stat : 4698 (java) R 4691 4693 645 0 -1 64 37569 0 0 0 1022 14 0 0 25 0 12 0 125654714 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4699] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4699/stat : 4699 (java) S 4691 4693 645 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125654715 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4700] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4700/stat : 4700 (java) S 4691 4693 645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 125654715 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4701] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4701/stat : 4701 (java) S 4691 4693 645 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 125654721 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4693/tid=4702] ppid=4691 vsize=893464 CPUtime=0.81
/proc/4693/task/4702/stat : 4702 (java) S 4691 4693 645 0 -1 64 3728 0 0 0 80 1 0 0 16 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4703] ppid=4691 vsize=893464 CPUtime=0.92
/proc/4693/task/4703/stat : 4703 (java) S 4691 4693 645 0 -1 64 2974 0 0 0 91 1 0 0 17 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4704] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4704/stat : 4704 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4693/tid=4705] ppid=4691 vsize=893464 CPUtime=0
/proc/4693/task/4705/stat : 4705 (java) S 4691 4693 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125654722 914907136 192921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.9
Current children cumulated vsize (KiB) 893464

[startup+27.8027 s]
/proc/loadavg: 2.50 3.80 5.33 3/101 4706
/proc/meminfo: memFree=351648/2055920 swapFree=4179140/4192956
[pid=4693] ppid=4691 vsize=0 CPUtime=30.29
/proc/4693/stat : 4693 (java) Z 4691 4693 645 0 -1 1036 224612 0 30 0 2918 111 0 0 16 0 2 0 125654703 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4693/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 27.8335
CPU time (s): 30.3334
CPU user time (s): 29.1846
CPU system time (s): 1.14882
CPU usage (%): 108.981
Max. virtual memory (cumulated for all children) (KiB): 925468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1846
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224612
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= 2271
involuntary context switches= 2160

runsolver used 0.048992 second user time and 0.099984 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 04:49:01
IDJOB=1064083
IDBENCH=54906
IDSOLVER=344
FILE ID=node76/1064083-1215139740
PBS_JOBID= 7877356
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=985367813

node76.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.222
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.222
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:       1129760 kB
Buffers:          5712 kB
Cached:          89312 kB
SwapCached:       6432 kB
Active:         833176 kB
Inactive:        27864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1129760 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:         786092 kB
Slab:            48440 kB
Committed_AS:  1123692 kB
PageTables:       3596 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node76 at 2008-07-04 04:49:29