Trace number 1086607

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
Concrete + CPS4J 2008-05-30? 877.318 885.276

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.2692
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

845.44/853.14	c Sat Jul 05 08:58:16 CEST 2008 concrete.ResourceController isOutOfTime
845.44/853.14	c WARNING: Out of time
856.94/864.72	c Sat Jul 05 08:58:28 CEST 2008 concrete.relationconverter.RelationManager strongOptimizeMemory
856.94/864.72	c WARNING: Could not free more memory in relations
877.17/885.11	c Sat Jul 05 08:58:45 CEST 2008 concrete.CspOM generate
877.17/885.12	c SEVERE: Out of mem with 31475 constraints remaining
877.17/885.12	c Sat Jul 05 08:58:48 CEST 2008 cspfj.ResultHandler result
877.17/885.12	c WARNING: java.lang.OutOfMemoryError: Java heap space
877.17/885.12	c CPU-LOAD 836.73
877.17/885.12	s UNKNOWN
877.17/885.12	c java.lang.OutOfMemoryError: Java heap space[cspfj.constraint.AbstractConstraint.(Unknown Source), concrete.predicate.PredicateConstraint.(Unknown Source), concrete.ConstraintGenerator.predicateConstraint(Unknown Source), concrete.ConstraintGenerator.add(Unknown Source), concrete.CspOM.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), concrete.Concrete.solve(Unknown Source), concrete.Concrete.run(Unknown Source), concrete.Concrete.main(Unknown Source)]
877.17/885.12	c TOTAL-NODES 0
877.17/885.12	c TOTAL-CPU 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086607-1215240242/watcher-1086607-1215240242 -o /tmp/evaluation-result-1086607-1215240242/solver-1086607-1215240242 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1086607-1215240242.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: 1.92 1.98 1.99 4/82 14715
/proc/meminfo: memFree=1479352/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 258498108 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 224264945746 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/14715/statm: 1339 230 191 169 0 50 0
[pid=14716] ppid=14715 vsize=5356 CPUtime=0
/proc/14716/stat : 14716 (concrete.sh) R 14715 14715 13410 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 258498108 5484544 235 996147200 4194304 4889804 548682068800 18446744073709551615 224264776999 0 0 4096 0 0 0 0 17 1 0 0
/proc/14716/statm: 1339 235 195 169 0 50 0

[startup+0.027443 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14715
/proc/meminfo: memFree=1479352/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102113 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14715
/proc/meminfo: memFree=1479352/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301133 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14715
/proc/meminfo: memFree=1479352/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701177 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14715
/proc/meminfo: memFree=1479352/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50226 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14726
/proc/meminfo: memFree=1466600/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=844276 CPUtime=1.48
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 7035 0 1 0 142 6 0 0 18 0 9 0 258498109 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 211069 6136 2575 9 0 205630 0
[pid=14718/tid=14719] ppid=14715 vsize=844276 CPUtime=1.13
/proc/14718/task/14719/stat : 14719 (java) R 14715 14715 13410 0 -1 64 3437 0 1 0 111 2 0 0 25 0 9 0 258498110 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4125741935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 2336 0 0 0 14 1 0 0 16 0 9 0 258498111 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 258498113 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 864538624 6136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 864538624 6136 996147200 134512640 134550740 4294956032 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) 849632

[startup+3.10244 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14726
/proc/meminfo: memFree=1463144/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=844276 CPUtime=3.06
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 7762 0 1 0 299 7 0 0 18 0 9 0 258498109 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 211069 6730 2575 9 0 205630 0
[pid=14718/tid=14719] ppid=14715 vsize=844276 CPUtime=2.56
/proc/14718/task/14719/stat : 14719 (java) R 14715 14715 13410 0 -1 64 3570 0 1 0 253 3 0 0 25 0 9 0 258498110 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4125718374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=844276 CPUtime=0.31
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 2930 0 0 0 29 2 0 0 16 0 9 0 258498111 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 258498113 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 864538624 6730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 849632

[startup+6.30177 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 14726
/proc/meminfo: memFree=1459432/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=844276 CPUtime=6.23
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 8608 0 1 0 614 9 0 0 18 0 9 0 258498109 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 211069 7374 2575 9 0 205630 0
[pid=14718/tid=14719] ppid=14715 vsize=844276 CPUtime=5.58
/proc/14718/task/14719/stat : 14719 (java) R 14715 14715 13410 0 -1 64 3772 0 1 0 555 3 0 0 25 0 9 0 258498110 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4125718374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=844276 CPUtime=0.46
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 3574 0 0 0 42 4 0 0 16 0 9 0 258498111 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 258498113 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 864538624 7374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 849632

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 14726
/proc/meminfo: memFree=1455528/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=844276 CPUtime=12.57
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 10860 0 1 0 1244 13 0 0 18 0 9 0 258498109 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 211069 8234 2575 9 0 205630 0
[pid=14718/tid=14719] ppid=14715 vsize=844276 CPUtime=11.58
/proc/14718/task/14719/stat : 14719 (java) R 14715 14715 13410 0 -1 64 4134 0 1 0 1154 4 0 0 25 0 9 0 258498110 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4125981093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=844276 CPUtime=0.8
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 5464 0 0 0 73 7 0 0 16 0 9 0 258498111 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 258498113 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 864538624 8234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 849632

[startup+25.5028 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 14726
/proc/meminfo: memFree=1450088/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=844276 CPUtime=25.23
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 12321 0 1 0 2506 17 0 0 18 0 9 0 258498109 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 211069 9324 2575 9 0 205630 0
[pid=14718/tid=14719] ppid=14715 vsize=844276 CPUtime=23.94
/proc/14718/task/14719/stat : 14719 (java) R 14715 14715 13410 0 -1 64 4505 0 1 0 2387 7 0 0 25 0 9 0 258498110 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4125981644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=844276 CPUtime=1.12
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 6554 0 0 0 103 9 0 0 16 0 9 0 258498111 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=844276 CPUtime=0.15
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 258498113 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=844276 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 864538624 9324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 849632

[startup+51.1026 s]

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

[pid=14718/tid=14720] ppid=14715 vsize=850792 CPUtime=11.53
/proc/14718/task/14720/stat : 14720 (java) S 14715 14715 13410 0 -1 64 45681 0 0 0 1084 69 0 0 16 0 9 0 258498111 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850792 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850792 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 258498111 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850792 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850792 CPUtime=0.51
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2222 0 0 0 49 2 0 0 16 0 9 0 258498113 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850792 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850792 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871211008 48184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.91
Current children cumulated vsize (KiB) 856148

[startup+882.302 s]
/proc/loadavg: 2.29 2.24 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=850796 CPUtime=874.39
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 203457 0 1 0 87273 166 0 0 18 0 9 0 258498109 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 212699 190269 2595 9 0 207259 0
[pid=14718/tid=14719] ppid=14715 vsize=850796 CPUtime=836.8
/proc/14718/task/14719/stat : 14719 (java) S 14715 14715 13410 0 -1 64 17728 0 1 0 83639 41 0 0 17 0 9 0 258498110 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=850796 CPUtime=36.83
/proc/14718/task/14720/stat : 14720 (java) R 14715 14715 13410 0 -1 64 182613 0 0 0 3562 121 0 0 25 0 9 0 258498111 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 104182601 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850796 CPUtime=0.72
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2374 0 0 0 70 2 0 0 16 0 9 0 258498113 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871215104 190269 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 874.39
Current children cumulated vsize (KiB) 856152

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

[startup+883.102 s]
/proc/loadavg: 2.29 2.24 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=850796 CPUtime=875.19
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 203473 0 1 0 87353 166 0 0 18 0 9 0 258498109 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 212699 190284 2595 9 0 207259 0
[pid=14718/tid=14719] ppid=14715 vsize=850796 CPUtime=836.8
/proc/14718/task/14719/stat : 14719 (java) S 14715 14715 13410 0 -1 64 17729 0 1 0 83639 41 0 0 17 0 9 0 258498110 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=850796 CPUtime=37.63
/proc/14718/task/14720/stat : 14720 (java) R 14715 14715 13410 0 -1 64 182628 0 0 0 3642 121 0 0 25 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850796 CPUtime=0.72
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2374 0 0 0 70 2 0 0 16 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.19
Current children cumulated vsize (KiB) 856152

[startup+883.902 s]
/proc/loadavg: 2.29 2.24 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=850796 CPUtime=875.98
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 203473 0 1 0 87432 166 0 0 18 0 9 0 258498109 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 212699 190284 2595 9 0 207259 0
[pid=14718/tid=14719] ppid=14715 vsize=850796 CPUtime=836.8
/proc/14718/task/14719/stat : 14719 (java) S 14715 14715 13410 0 -1 64 17729 0 1 0 83639 41 0 0 17 0 9 0 258498110 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=850796 CPUtime=38.42
/proc/14718/task/14720/stat : 14720 (java) R 14715 14715 13410 0 -1 64 182628 0 0 0 3721 121 0 0 25 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850796 CPUtime=0.72
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2374 0 0 0 70 2 0 0 16 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.98
Current children cumulated vsize (KiB) 856152

[startup+884.702 s]
/proc/loadavg: 2.27 2.23 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=850796 CPUtime=876.77
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 203473 0 1 0 87511 166 0 0 18 0 9 0 258498109 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 212699 190284 2595 9 0 207259 0
[pid=14718/tid=14719] ppid=14715 vsize=850796 CPUtime=836.8
/proc/14718/task/14719/stat : 14719 (java) S 14715 14715 13410 0 -1 64 17729 0 1 0 83639 41 0 0 17 0 9 0 258498110 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=850796 CPUtime=39.21
/proc/14718/task/14720/stat : 14720 (java) R 14715 14715 13410 0 -1 64 182628 0 0 0 3800 121 0 0 25 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 104182631 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850796 CPUtime=0.72
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2374 0 0 0 70 2 0 0 16 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.77
Current children cumulated vsize (KiB) 856152

[startup+885.102 s]
/proc/loadavg: 2.27 2.23 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=850796 CPUtime=877.17
/proc/14718/stat : 14718 (java) S 14715 14715 13410 0 -1 0 203473 0 1 0 87551 166 0 0 18 0 9 0 258498109 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 212699 190284 2595 9 0 207259 0
[pid=14718/tid=14719] ppid=14715 vsize=850796 CPUtime=836.8
/proc/14718/task/14719/stat : 14719 (java) S 14715 14715 13410 0 -1 64 17729 0 1 0 83639 41 0 0 17 0 9 0 258498110 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14720] ppid=14715 vsize=850796 CPUtime=39.61
/proc/14718/task/14720/stat : 14720 (java) R 14715 14715 13410 0 -1 64 182628 0 0 0 3840 121 0 0 25 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14721] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14721/stat : 14721 (java) S 14715 14715 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14722] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14722/stat : 14722 (java) S 14715 14715 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258498111 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14723] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14723/stat : 14723 (java) S 14715 14715 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14724] ppid=14715 vsize=850796 CPUtime=0.72
/proc/14718/task/14724/stat : 14724 (java) S 14715 14715 13410 0 -1 64 2374 0 0 0 70 2 0 0 16 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14725] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14725/stat : 14725 (java) S 14715 14715 13410 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14718/tid=14726] ppid=14715 vsize=850796 CPUtime=0
/proc/14718/task/14726/stat : 14726 (java) S 14715 14715 13410 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 258498113 871215104 190284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 877.17
Current children cumulated vsize (KiB) 856152

[startup+885.203 s]
/proc/loadavg: 2.27 2.23 2.10 3/83 14797
/proc/meminfo: memFree=745248/2055920 swapFree=4169368/4192956
[pid=14715] ppid=14713 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (concrete.sh) S 14713 14715 13410 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 258498108 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 242 201 169 0 50 0
[pid=14718] ppid=14715 vsize=0 CPUtime=877.23
/proc/14718/stat : 14718 (java) Z 14715 14715 13410 0 -1 12 203479 0 1 0 87553 170 0 0 16 0 2 0 258498109 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14718/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 877.23
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 885.276
CPU time (s): 877.318
CPU user time (s): 875.536
CPU system time (s): 1.78173
CPU usage (%): 99.1011
Max. virtual memory (cumulated for all children) (KiB): 856152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 875.536
system time used= 1.78173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203932
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= 69453
involuntary context switches= 88569

runsolver used 1.12583 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 08:44:03
IDJOB=1086607
IDBENCH=57846
IDSOLVER=305
FILE ID=node82/1086607-1215240242
PBS_JOBID= 7881903
Free space on /tmp= 66476 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-1.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086607-1215240242/watcher-1086607-1215240242 -o /tmp/evaluation-result-1086607-1215240242/solver-1086607-1215240242 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1086607-1215240242.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=569255208

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1479832 kB
Buffers:         91812 kB
Cached:         325568 kB
SwapCached:      17956 kB
Active:         234556 kB
Inactive:       287992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479832 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            9724 kB
Writeback:           0 kB
Mapped:         108964 kB
Slab:            38608 kB
Committed_AS:   753860 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-05 08:58:48