Trace number 2070008

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 2.1.1? (exit code) 108.875 107.32

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg16-17_ext.xml
MD5SUMf1abc2485483510c123c36e7412d4cfa
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2070008-1247350952.xml
0.18/0.26	c reading problem ... 
0.48/0.53	c reading problem named null
0.48/0.53	c reading domains done.
0.48/0.53	c reading variables done.
0.78/0.81	c reading relations done.
0.88/0.92	c reading constraints
93.06/91.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.06/91.44		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
93.06/91.44		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
93.06/91.44		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
93.06/91.44		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
93.06/91.44		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
93.06/91.44		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.06/91.44		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
93.06/91.45		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
93.06/91.45		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
93.06/91.45		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
93.06/91.45		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
93.06/91.45		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
93.06/91.45		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
93.06/91.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
93.06/91.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
108.38/106.89	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
108.38/106.89		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
108.38/106.89		at java.lang.StringBuffer.<init>(Unknown Source)
108.38/106.89		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
108.38/106.89		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
108.38/106.89		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
108.38/106.89		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070008-1247350952/watcher-2070008-1247350952 -o /tmp/evaluation-result-2070008-1247350952/solver-2070008-1247350952 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070008-1247350952.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.75 1.94 2.14 4/81 20772
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=18576 CPUtime=0
/proc/20772/stat : 20772 (runsolver) R 20770 20772 19378 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 22162710 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20772/statm: 4644 284 249 26 0 2626 0

[startup+0.050552 s]
/proc/loadavg: 1.75 1.94 2.14 4/81 20772
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=801384 CPUtime=0.03
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 2476 0 1 0 2 1 0 0 18 0 5 0 22162710 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.10392 s]
/proc/loadavg: 1.75 1.94 2.14 4/81 20772
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=802488 CPUtime=0.08
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 2903 0 1 0 6 2 0 0 18 0 8 0 22162710 821747712 2648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 200622 2648 1043 9 0 197973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802488

[startup+0.301942 s]
/proc/loadavg: 1.75 1.94 2.14 4/81 20772
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=805628 CPUtime=0.28
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 4228 0 1 0 24 4 0 0 18 0 12 0 22162710 824963072 3965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 201407 3965 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702014 s]
/proc/loadavg: 1.75 1.94 2.14 4/81 20772
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=807964 CPUtime=0.68
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 5828 0 1 0 62 6 0 0 18 0 12 0 22162710 827355136 5254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 201991 5254 1386 9 0 199318 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807964

[startup+1.50217 s]
/proc/loadavg: 1.75 1.94 2.14 4/93 20784
/proc/meminfo: memFree=1456896/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=809024 CPUtime=1.48
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 11140 0 1 0 139 9 0 0 18 0 12 0 22162710 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 202256 9522 1397 9 0 199583 0
[pid=20772/tid=20774] ppid=20770 vsize=809024 CPUtime=0.79
/proc/20772/task/20774/stat : 20774 (java) R 20770 20772 19378 0 -1 64 7671 0 1 0 73 6 0 0 23 0 12 0 22162712 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4109601410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20775] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22162714 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20776] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22162714 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20777] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20777/stat : 20777 (java) S 20770 20772 19378 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22162715 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20778] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22162716 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20779] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22162716 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=809024 CPUtime=0.66
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2713 0 0 0 65 1 0 0 17 0 12 0 22162721 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 828440576 9522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809024

[startup+3.10147 s]
/proc/loadavg: 1.77 1.94 2.14 5/93 20784
/proc/meminfo: memFree=1400896/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=809024 CPUtime=3.19
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 31212 0 1 0 297 22 0 0 18 0 12 0 22162710 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 202256 29588 1407 9 0 199583 0
[pid=20772/tid=20774] ppid=20770 vsize=809024 CPUtime=2.08
/proc/20772/task/20774/stat : 20774 (java) R 20770 20772 19378 0 -1 64 16899 0 1 0 194 14 0 0 25 0 12 0 22162712 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20775] ppid=20770 vsize=809024 CPUtime=0.18
/proc/20772/task/20775/stat : 20775 (java) R 20770 20772 19378 0 -1 64 6019 0 0 0 16 2 0 0 16 0 12 0 22162714 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20776] ppid=20770 vsize=809024 CPUtime=0.2
/proc/20772/task/20776/stat : 20776 (java) R 20770 20772 19378 0 -1 64 4817 0 0 0 18 2 0 0 16 0 12 0 22162714 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20777] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20777/stat : 20777 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162715 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20778] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20779] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22162716 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=809024 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 12 0 22162721 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=809024 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 828440576 29588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 809024

[startup+6.30209 s]
/proc/loadavg: 1.77 1.94 2.14 4/93 20784
/proc/meminfo: memFree=1240000/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=810228 CPUtime=7.03
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 84307 0 1 0 656 47 0 0 18 0 12 0 22162710 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 202557 76157 1407 9 0 199884 0
[pid=20772/tid=20774] ppid=20770 vsize=810228 CPUtime=3.94
/proc/20772/task/20774/stat : 20774 (java) R 20770 20772 19378 0 -1 64 16903 0 1 0 380 14 0 0 19 0 12 0 22162712 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20775] ppid=20770 vsize=810228 CPUtime=1.2
/proc/20772/task/20775/stat : 20775 (java) R 20770 20772 19378 0 -1 64 29334 0 0 0 106 14 0 0 17 0 12 0 22162714 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20776] ppid=20770 vsize=810228 CPUtime=1.16
/proc/20772/task/20776/stat : 20776 (java) R 20770 20772 19378 0 -1 64 34593 0 0 0 100 16 0 0 17 0 12 0 22162714 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20777] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20777/stat : 20777 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162715 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20778] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20779] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22162716 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=810228 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 12 0 22162721 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=810228 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 829673472 76157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 810228

[startup+12.7023 s]
/proc/loadavg: 1.88 1.96 2.15 5/93 20784
/proc/meminfo: memFree=955200/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=812280 CPUtime=13.98
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 152375 0 1 0 1314 84 0 0 18 0 12 0 22162710 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 203070 135107 1407 9 0 200397 0
[pid=20772/tid=20774] ppid=20770 vsize=812280 CPUtime=7.39
/proc/20772/task/20774/stat : 20774 (java) R 20770 20772 19378 0 -1 64 35342 0 1 0 713 26 0 0 25 0 12 0 22162712 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20775] ppid=20770 vsize=812280 CPUtime=3.47
/proc/20772/task/20775/stat : 20775 (java) R 20770 20772 19378 0 -1 64 61361 0 0 0 316 31 0 0 16 0 12 0 22162714 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20776] ppid=20770 vsize=812280 CPUtime=2.4
/proc/20772/task/20776/stat : 20776 (java) R 20770 20772 19378 0 -1 64 52195 0 0 0 216 24 0 0 16 0 12 0 22162714 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20777] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20777/stat : 20777 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162715 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20778] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20779] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22162716 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=812280 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 12 0 22162721 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=812280 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 831774720 135107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 812280

[startup+25.5028 s]
/proc/loadavg: 1.98 1.98 2.15 4/93 20784
/proc/meminfo: memFree=803392/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=828284 CPUtime=27.48
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 233820 0 1 0 2617 131 0 0 18 0 12 0 22162710 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 207071 170353 1412 9 0 204398 0
[pid=20772/tid=20774] ppid=20770 vsize=828284 CPUtime=9.98
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35349 0 1 0 972 26 0 0 20 0 12 0 22162712 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=828284 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 12 0 22162714 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=828284 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 12 0 22162714 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=828284 CPUtime=7.7
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 44928 0 0 0 742 28 0 0 21 0 12 0 22162715 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=828284 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20779] ppid=20770 vsize=828284 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22162716 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=828284 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 848162816 170353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=828284 CPUtime=0

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

/proc/loadavg: 1.99 1.98 2.15 3/93 20784
/proc/meminfo: memFree=779840/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=844284 CPUtime=52.96
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 342949 0 1 0 5099 197 0 0 18 0 12 0 22162710 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 211071 180185 1412 9 0 208398 0
[pid=20772/tid=20774] ppid=20770 vsize=844284 CPUtime=10.81
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35353 0 1 0 1055 26 0 0 17 0 12 0 22162712 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=844284 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 12 0 22162714 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=844284 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 12 0 22162714 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=844284 CPUtime=32.34
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 154053 0 0 0 3141 93 0 0 25 0 12 0 22162715 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20779] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22162716 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20780] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=844284 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 12 0 22162721 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=844284 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 864546816 180185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.96
Current children cumulated vsize (KiB) 844284

[startup+102.308 s]
/proc/loadavg: 1.99 1.98 2.13 3/94 20785
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=844608 CPUtime=103.91
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 565319 0 1 0 10067 324 0 0 18 0 13 0 22162710 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 211152 180195 1414 9 0 208479 0
[pid=20772/tid=20774] ppid=20770 vsize=844608 CPUtime=10.82
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35368 0 1 0 1056 26 0 0 18 0 13 0 22162712 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=844608 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=844608 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=844608 CPUtime=83.28
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 376402 0 0 0 8108 220 0 0 25 0 13 0 22162715 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20779] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20780] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=844608 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20785] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20785/stat : 20785 (java) S 20770 20772 19378 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 22171856 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.91
Current children cumulated vsize (KiB) 844608

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

[startup+105.502 s]
/proc/loadavg: 1.99 1.98 2.13 3/94 20785
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=844608 CPUtime=107.09
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 581201 0 1 0 10375 334 0 0 18 0 13 0 22162710 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 211152 180195 1414 9 0 208479 0
[pid=20772/tid=20774] ppid=20770 vsize=844608 CPUtime=10.82
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35368 0 1 0 1056 26 0 0 18 0 13 0 22162712 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=844608 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=844608 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=844608 CPUtime=86.46
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 392284 0 0 0 8416 230 0 0 25 0 13 0 22162715 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 105886150 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20779] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20780] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=844608 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20785] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20785/stat : 20785 (java) S 20770 20772 19378 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 22171856 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.09
Current children cumulated vsize (KiB) 844608

[startup+106.302 s]
/proc/loadavg: 1.99 1.98 2.13 3/94 20785
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=844608 CPUtime=107.88
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 581201 0 1 0 10454 334 0 0 18 0 13 0 22162710 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 211152 180195 1414 9 0 208479 0
[pid=20772/tid=20774] ppid=20770 vsize=844608 CPUtime=10.82
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35368 0 1 0 1056 26 0 0 18 0 13 0 22162712 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=844608 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=844608 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 13 0 22162714 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=844608 CPUtime=87.25
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 392284 0 0 0 8495 230 0 0 25 0 13 0 22162715 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 106159255 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20779] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22162716 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20780] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=844608 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22162721 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20785] ppid=20770 vsize=844608 CPUtime=0
/proc/20772/task/20785/stat : 20785 (java) S 20770 20772 19378 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 22171856 864878592 180195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.88
Current children cumulated vsize (KiB) 844608

[startup+107.102 s]
/proc/loadavg: 1.99 1.98 2.13 3/94 20785
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=812604 CPUtime=108.68
/proc/20772/stat : 20772 (java) S 20770 20772 19378 0 -1 0 581203 0 1 0 10533 335 0 0 18 0 12 0 22162710 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20772/statm: 203151 172195 1415 9 0 200478 0
[pid=20772/tid=20774] ppid=20770 vsize=812604 CPUtime=10.82
/proc/20772/task/20774/stat : 20774 (java) S 20770 20772 19378 0 -1 64 35368 0 1 0 1056 26 0 0 16 0 12 0 22162712 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20775] ppid=20770 vsize=812604 CPUtime=5.06
/proc/20772/task/20775/stat : 20775 (java) S 20770 20772 19378 0 -1 64 82476 0 0 0 463 43 0 0 16 0 12 0 22162714 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20776] ppid=20770 vsize=812604 CPUtime=4.02
/proc/20772/task/20776/stat : 20776 (java) S 20770 20772 19378 0 -1 64 67600 0 0 0 371 31 0 0 19 0 12 0 22162714 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20777] ppid=20770 vsize=812604 CPUtime=88.05
/proc/20772/task/20777/stat : 20777 (java) R 20770 20772 19378 0 -1 64 392284 0 0 0 8574 231 0 0 25 0 12 0 22162715 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 106158402 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20778] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20778/stat : 20778 (java) S 20770 20772 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22162716 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20779] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20779/stat : 20779 (java) S 20770 20772 19378 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22162716 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20772/tid=20780] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20780/stat : 20780 (java) S 20770 20772 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22162721 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20781] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20781/stat : 20781 (java) S 20770 20772 19378 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22162721 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20782] ppid=20770 vsize=812604 CPUtime=0.67
/proc/20772/task/20782/stat : 20782 (java) S 20770 20772 19378 0 -1 64 2714 0 0 0 66 1 0 0 16 0 12 0 22162721 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20783] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20783/stat : 20783 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22162721 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20772/tid=20784] ppid=20770 vsize=812604 CPUtime=0
/proc/20772/task/20784/stat : 20784 (java) S 20770 20772 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22162721 832106496 172195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.68
Current children cumulated vsize (KiB) 812604

[startup+107.302 s]
/proc/loadavg: 1.99 1.98 2.13 3/94 20785
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=20772] ppid=20770 vsize=0 CPUtime=108.84
/proc/20772/stat : 20772 (java) Z 20770 20772 19378 0 -1 12 581209 0 1 0 10541 343 0 0 16 0 2 0 22162710 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20772/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 108.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 107.32
CPU time (s): 108.875
CPU user time (s): 105.42
CPU system time (s): 3.45547
CPU usage (%): 101.449
Max. virtual memory (cumulated for all children) (KiB): 860612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.42
system time used= 3.45547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581209
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= 2784
involuntary context switches= 3953

runsolver used 0.152976 second user time and 0.403938 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 00:22:32
IDJOB=2070008
IDBENCH=55123
IDSOLVER=731
FILE ID=node5/2070008-1247350952
PBS_JOBID= 9506849
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg16-17_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070008-1247350952/watcher-2070008-1247350952 -o /tmp/evaluation-result-2070008-1247350952/solver-2070008-1247350952 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070008-1247350952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f1abc2485483510c123c36e7412d4cfa
RANDOM SEED=2143576517

node5.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.258
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.258
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:       1473920 kB
Buffers:          6208 kB
Cached:          84708 kB
SwapCached:          0 kB
Active:         512100 kB
Inactive:        20288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         461896 kB
Slab:            34064 kB
Committed_AS:   647420 kB
PageTables:       2672 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= 66376 MiB
End job on node5 at 2009-07-12 00:24:20