Trace number 1077079

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) 45.1531 44.5506

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-05-01.xml
MD5SUMa6827f437039d271d0fb63632b5a10be
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.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints55
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.33	c See www.sat4j.org for details.
0.28/0.33	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1077079-1215191586.xml
0.38/0.42	c reading problem ... 
0.68/0.71	c reading problem named null
0.68/0.71	c reading domains done.
0.68/0.71	c reading variables done.
0.68/0.75	c reading relations done.
1.38/1.47	c reading predicates  done.
1.56/1.67	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-1077079-1215191586/watcher-1077079-1215191586 -o /tmp/evaluation-result-1077079-1215191586/solver-1077079-1215191586 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077079-1215191586.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.01 2.00 4/72 14854
/proc/meminfo: memFree=1550808/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=18572 CPUtime=0
/proc/14854/stat : 14854 (runsolver) R 14852 14854 10764 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 640347866 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14854/statm: 4643 292 257 25 0 2626 0

[startup+0.0845089 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14854
/proc/meminfo: memFree=1550808/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=802236 CPUtime=0.07
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 2795 0 1 0 5 2 0 0 18 0 7 0 640347866 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.100869 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14854
/proc/meminfo: memFree=1550808/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=804432 CPUtime=0.08
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 2919 0 1 0 6 2 0 0 18 0 12 0 640347866 823738368 2652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 201108 2652 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.301888 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14854
/proc/meminfo: memFree=1550808/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=808212 CPUtime=0.28
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 4864 0 1 0 25 3 0 0 18 0 12 0 640347866 827609088 4191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 202053 4191 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.70193 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14854
/proc/meminfo: memFree=1550808/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=808240 CPUtime=0.68
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 6320 0 1 0 62 6 0 0 18 0 12 0 640347866 827637760 5448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 202060 5448 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.50201 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 14866
/proc/meminfo: memFree=1532344/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=812216 CPUtime=1.47
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 9872 0 1 0 139 8 0 0 18 0 12 0 640347866 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 203054 7900 1356 9 0 200416 0
[pid=14854/tid=14856] ppid=14852 vsize=812216 CPUtime=0.65
/proc/14854/task/14856/stat : 14856 (java) R 14852 14854 10764 0 -1 64 5271 0 1 0 60 5 0 0 21 0 12 0 640347868 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 103277898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14857] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 640347869 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14858] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 640347869 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14859] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14859/stat : 14859 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 640347871 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14860] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 640347871 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 640347871 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=812216 CPUtime=0.28
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 644 0 0 0 28 0 0 0 16 0 12 0 640347876 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=812216 CPUtime=0.5
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 3191 0 0 0 49 1 0 0 16 0 12 0 640347876 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=812216 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 831709184 7900 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812216

[startup+3.10217 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 14866
/proc/meminfo: memFree=1520632/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=814780 CPUtime=3.05
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 31925 0 1 0 284 21 0 0 18 0 12 0 640347866 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 203695 28612 1367 9 0 201057 0
[pid=14854/tid=14856] ppid=14852 vsize=814780 CPUtime=1.61
/proc/14854/task/14856/stat : 14856 (java) R 14852 14854 10764 0 -1 64 17221 0 1 0 148 13 0 0 19 0 12 0 640347868 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4109700482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14857] ppid=14852 vsize=814780 CPUtime=0.11
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 4819 0 0 0 9 2 0 0 16 0 12 0 640347869 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14858] ppid=14852 vsize=814780 CPUtime=0.14
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 4397 0 0 0 12 2 0 0 18 0 12 0 640347869 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14859] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14859/stat : 14859 (java) S 14852 14854 10764 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 640347871 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14860] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 640347871 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=814780 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=814780 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=814780 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 834334720 28612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814780

[startup+6.3025 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 14866
/proc/meminfo: memFree=1306552/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=827584 CPUtime=6.73
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 74872 0 1 0 630 43 0 0 18 0 12 0 640347866 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 206896 65945 1367 9 0 204258 0
[pid=14854/tid=14856] ppid=14852 vsize=827584 CPUtime=2.95
/proc/14854/task/14856/stat : 14856 (java) R 14852 14854 10764 0 -1 64 17227 0 1 0 282 13 0 0 19 0 12 0 640347868 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14857] ppid=14852 vsize=827584 CPUtime=1.26
/proc/14854/task/14857/stat : 14857 (java) R 14852 14854 10764 0 -1 64 25222 0 0 0 115 11 0 0 18 0 12 0 640347869 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14858] ppid=14852 vsize=827584 CPUtime=1.33
/proc/14854/task/14858/stat : 14858 (java) R 14852 14854 10764 0 -1 64 26935 0 0 0 119 14 0 0 18 0 12 0 640347869 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14859/stat : 14859 (java) S 14852 14854 10764 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 640347871 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14860] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 640347871 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=827584 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=827584 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=827584 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 847446016 65945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 827584

[startup+12.7022 s]
/proc/loadavg: 2.15 2.04 2.01 5/84 14866
/proc/meminfo: memFree=1073976/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=832704 CPUtime=13.14
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 135341 0 1 0 1238 76 0 0 18 0 12 0 640347866 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 208176 125029 1367 9 0 205538 0
[pid=14854/tid=14856] ppid=14852 vsize=832704 CPUtime=5.07
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 23380 0 1 0 491 16 0 0 17 0 12 0 640347868 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14857] ppid=14852 vsize=832704 CPUtime=4.66
/proc/14854/task/14857/stat : 14857 (java) R 14852 14854 10764 0 -1 64 69479 0 0 0 430 36 0 0 17 0 12 0 640347869 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 105852854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14858] ppid=14852 vsize=832704 CPUtime=2.21
/proc/14854/task/14858/stat : 14858 (java) R 14852 14854 10764 0 -1 64 36994 0 0 0 202 19 0 0 25 0 12 0 640347869 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14859] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14859/stat : 14859 (java) S 14852 14854 10764 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 640347871 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14860] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 640347871 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=832704 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=832704 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=832704 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 852688896 125029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 832704

[startup+25.5025 s]
/proc/loadavg: 2.19 2.06 2.01 3/84 14866
/proc/meminfo: memFree=831800/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=864708 CPUtime=26.11
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 229352 0 1 0 2484 127 0 0 18 0 12 0 640347866 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 216177 180517 1372 9 0 213539 0
[pid=14854/tid=14856] ppid=14852 vsize=864708 CPUtime=7.11
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35677 0 1 0 689 22 0 0 18 0 12 0 640347868 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=864708 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=864708 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=864708 CPUtime=7.35
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 48698 0 0 0 708 27 0 0 25 0 12 0 640347871 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=864708 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=864708 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=864708 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 885460992 180517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+42.4022 s]
/proc/loadavg: 2.13 2.05 2.01 3/84 14866
/proc/meminfo: memFree=783416/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=928712 CPUtime=43.01
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 259787 0 1 0 4159 142 0 0 18 0 12 0 640347866 951001088 193438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 232178 193445 1372 9 0 229540 0
[pid=14854/tid=14856] ppid=14852 vsize=928712 CPUtime=7.63
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35682 0 1 0 741 22 0 0 17 0 12 0 640347868 951001088 193465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=928712 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 951001088 193476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=928712 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 951001088 193487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=928712 CPUtime=23.72
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 79187 0 0 0 2330 42 0 0 25 0 12 0 640347871 951001088 193497 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=928712 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 951001088 193508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=928712 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 951001088 193520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=928712 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 640347876 951001088 193530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=928712 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 951001088 193541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=928712 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 951001088 193550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=928712 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 951001088 193559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=928712 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 951001088 193567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.01
Current children cumulated vsize (KiB) 928712

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+43.0012 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 14867
/proc/meminfo: memFree=780208/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=896708 CPUtime=43.6
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 267727 0 1 0 4213 147 0 0 16 0 12 0 640347866 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 224177 193376 1372 9 0 221539 0
[pid=14854/tid=14856] ppid=14852 vsize=896708 CPUtime=7.63
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35682 0 1 0 741 22 0 0 17 0 12 0 640347868 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=896708 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=896708 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=896708 CPUtime=24.31
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 87067 0 0 0 2384 47 0 0 25 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 105847282 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=896708 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=896708 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.6
Current children cumulated vsize (KiB) 896708

[startup+43.8013 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 14867
/proc/meminfo: memFree=780208/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=896708 CPUtime=44.4
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 267727 0 1 0 4293 147 0 0 16 0 12 0 640347866 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 224177 193376 1372 9 0 221539 0
[pid=14854/tid=14856] ppid=14852 vsize=896708 CPUtime=7.63
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35682 0 1 0 741 22 0 0 17 0 12 0 640347868 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=896708 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=896708 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=896708 CPUtime=25.11
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 87067 0 0 0 2464 47 0 0 25 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 104136471 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=896708 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=896708 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.4
Current children cumulated vsize (KiB) 896708

[startup+44.2014 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 14867
/proc/meminfo: memFree=780144/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=896708 CPUtime=44.8
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 267727 0 1 0 4333 147 0 0 16 0 12 0 640347866 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 224177 193376 1372 9 0 221539 0
[pid=14854/tid=14856] ppid=14852 vsize=896708 CPUtime=7.63
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35682 0 1 0 741 22 0 0 17 0 12 0 640347868 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=896708 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=896708 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=896708 CPUtime=25.51
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 87067 0 0 0 2504 47 0 0 25 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=896708 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=896708 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.8
Current children cumulated vsize (KiB) 896708

[startup+44.4014 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 14867
/proc/meminfo: memFree=780144/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=896708 CPUtime=45
/proc/14854/stat : 14854 (java) S 14852 14854 10764 0 -1 0 267727 0 1 0 4353 147 0 0 16 0 12 0 640347866 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 224177 193376 1372 9 0 221539 0
[pid=14854/tid=14856] ppid=14852 vsize=896708 CPUtime=7.63
/proc/14854/task/14856/stat : 14856 (java) S 14852 14854 10764 0 -1 64 35682 0 1 0 741 22 0 0 17 0 12 0 640347868 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14852 vsize=896708 CPUtime=7.61
/proc/14854/task/14857/stat : 14857 (java) S 14852 14854 10764 0 -1 64 99483 0 0 0 710 51 0 0 16 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14852 vsize=896708 CPUtime=2.84
/proc/14854/task/14858/stat : 14858 (java) S 14852 14854 10764 0 -1 64 40033 0 0 0 263 21 0 0 19 0 12 0 640347869 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14852 vsize=896708 CPUtime=25.71
/proc/14854/task/14859/stat : 14859 (java) R 14852 14854 10764 0 -1 64 87067 0 0 0 2524 47 0 0 25 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14860/stat : 14860 (java) S 14852 14854 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14861] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14852 14854 10764 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640347871 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14862] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14852 14854 10764 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14863] ppid=14852 vsize=896708 CPUtime=0.38
/proc/14854/task/14863/stat : 14863 (java) S 14852 14854 10764 0 -1 64 658 0 0 0 38 0 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14864] ppid=14852 vsize=896708 CPUtime=0.76
/proc/14854/task/14864/stat : 14864 (java) S 14852 14854 10764 0 -1 64 4039 0 0 0 74 2 0 0 16 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14865] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14865/stat : 14865 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14854/tid=14866] ppid=14852 vsize=896708 CPUtime=0
/proc/14854/task/14866/stat : 14866 (java) S 14852 14854 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 640347876 918228992 193376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45
Current children cumulated vsize (KiB) 896708

[startup+44.5028 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 14867
/proc/meminfo: memFree=780144/2055920 swapFree=4179840/4192956
[pid=14854] ppid=14852 vsize=0 CPUtime=45.1
/proc/14854/stat : 14854 (java) Z 14852 14854 10764 0 -1 1036 267727 0 1 0 4356 154 0 0 16 0 2 0 640347866 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14854/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 44.5506
CPU time (s): 45.1531
CPU user time (s): 43.5614
CPU system time (s): 1.59176
CPU usage (%): 101.352
Max. virtual memory (cumulated for all children) (KiB): 928712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5614
system time used= 1.59176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267727
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= 1552
involuntary context switches= 1668

runsolver used 0.056991 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 19:13:06
IDJOB=1077079
IDBENCH=56638
IDSOLVER=344
FILE ID=node17/1077079-1215191586
PBS_JOBID= 7881605
Free space on /tmp= 66404 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6827f437039d271d0fb63632b5a10be
RANDOM SEED=812912975

node17.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.234
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.234
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:       1551288 kB
Buffers:         71312 kB
Cached:         345868 kB
SwapCached:       6936 kB
Active:         190040 kB
Inactive:       250792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551288 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:          31436 kB
Slab:            48056 kB
Committed_AS:  1058644 kB
PageTables:       2852 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= 66404 MiB
End job on node17 at 2008-07-04 19:13:50