Trace number 1086376

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? 354.792 356.591

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark40.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

313.90/315.51	c Sat Jul 05 08:30:03 CEST 2008 concrete.ResourceController isOutOfTime
313.90/315.51	c WARNING: Out of time
330.13/331.81	c Sat Jul 05 08:30:19 CEST 2008 concrete.relationconverter.RelationManager strongOptimizeMemory
330.13/331.81	c WARNING: Could not free more memory in relations
354.63/356.43	c Sat Jul 05 08:30:41 CEST 2008 concrete.CspOM generate
354.63/356.44	c SEVERE: Out of mem with 16653 constraints remaining
354.63/356.44	c Sat Jul 05 08:30:43 CEST 2008 cspfj.ResultHandler result
354.63/356.44	c WARNING: java.lang.OutOfMemoryError: Java heap space
354.63/356.44	c CPU-LOAD 314.09
354.63/356.44	s UNKNOWN
354.63/356.44	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)]
354.63/356.44	c TOTAL-NODES 0
354.63/356.44	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-1086376-1215239087/watcher-1086376-1215239087 -o /tmp/evaluation-result-1086376-1215239087/solver-1086376-1215239087 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1086376-1215239087.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.04 4/72 24350
/proc/meminfo: memFree=1553968/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) R 24348 24350 23869 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 2002881037 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 269930261151 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24350/statm: 1339 230 191 169 0 50 0
[pid=24351] ppid=24350 vsize=5356 CPUtime=0
/proc/24351/stat : 24351 (concrete.sh) R 24350 24350 23869 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 2002881037 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 269930261151 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24351/statm: 1339 230 191 169 0 50 0

[startup+0.0680499 s]
/proc/loadavg: 2.00 2.00 2.04 4/72 24350
/proc/meminfo: memFree=1553968/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101053 s]
/proc/loadavg: 2.00 2.00 2.04 4/72 24350
/proc/meminfo: memFree=1553968/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301077 s]
/proc/loadavg: 2.00 2.00 2.04 4/72 24350
/proc/meminfo: memFree=1553968/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701123 s]
/proc/loadavg: 2.00 2.00 2.04 4/72 24350
/proc/meminfo: memFree=1553968/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50222 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 24361
/proc/meminfo: memFree=1541024/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=844280 CPUtime=1.48
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 7094 0 1 0 143 5 0 0 22 0 9 0 2002881038 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 211070 6184 2575 9 0 205631 0
[pid=24353/tid=24354] ppid=24350 vsize=844280 CPUtime=1.15
/proc/24353/task/24354/stat : 24354 (java) R 24350 24350 23869 0 -1 64 3453 0 1 0 113 2 0 0 25 0 9 0 2002881039 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4125733391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24355] ppid=24350 vsize=844280 CPUtime=0.15
/proc/24353/task/24355/stat : 24355 (java) S 24350 24350 23869 0 -1 64 2386 0 0 0 14 1 0 0 16 0 9 0 2002881040 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24356] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24357] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002881040 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24358] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=844280 CPUtime=0.14
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 523 0 0 0 14 0 0 0 16 0 9 0 2002881042 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24360] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 864542720 6184 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 849636

[startup+3.10241 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 24361
/proc/meminfo: memFree=1537504/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=844280 CPUtime=3.06
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 7925 0 1 0 300 6 0 0 22 0 9 0 2002881038 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 211070 6853 2575 9 0 205631 0
[pid=24353/tid=24354] ppid=24350 vsize=844280 CPUtime=2.56
/proc/24353/task/24354/stat : 24354 (java) R 24350 24350 23869 0 -1 64 3615 0 1 0 254 2 0 0 25 0 9 0 2002881039 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4125733367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24355] ppid=24350 vsize=844280 CPUtime=0.34
/proc/24353/task/24355/stat : 24355 (java) S 24350 24350 23869 0 -1 64 3055 0 0 0 31 3 0 0 16 0 9 0 2002881040 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24356] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24357] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002881040 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24358] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=844280 CPUtime=0.14
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 523 0 0 0 14 0 0 0 16 0 9 0 2002881042 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24360] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 864542720 6853 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 849636

[startup+6.30179 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 24361
/proc/meminfo: memFree=1533664/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=844280 CPUtime=6.25
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 8907 0 1 0 616 9 0 0 22 0 9 0 2002881038 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 211070 7587 2575 9 0 205631 0
[pid=24353/tid=24354] ppid=24350 vsize=844280 CPUtime=5.56
/proc/24353/task/24354/stat : 24354 (java) R 24350 24350 23869 0 -1 64 3863 0 1 0 553 3 0 0 25 0 9 0 2002881039 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4125981111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24355] ppid=24350 vsize=844280 CPUtime=0.51
/proc/24353/task/24355/stat : 24355 (java) S 24350 24350 23869 0 -1 64 3789 0 0 0 47 4 0 0 16 0 9 0 2002881040 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24356] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24357] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002881040 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24358] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=844280 CPUtime=0.14
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 523 0 0 0 14 0 0 0 16 0 9 0 2002881042 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24360] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 864542720 7587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 849636

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 24361
/proc/meminfo: memFree=1529632/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=844280 CPUtime=12.62
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 11237 0 1 0 1250 12 0 0 22 0 9 0 2002881038 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 211070 8509 2575 9 0 205631 0
[pid=24353/tid=24354] ppid=24350 vsize=844280 CPUtime=11.57
/proc/24353/task/24354/stat : 24354 (java) R 24350 24350 23869 0 -1 64 4225 0 1 0 1153 4 0 0 25 0 9 0 2002881039 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4125983820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24355] ppid=24350 vsize=844280 CPUtime=0.88
/proc/24353/task/24355/stat : 24355 (java) S 24350 24350 23869 0 -1 64 5757 0 0 0 81 7 0 0 16 0 9 0 2002881040 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24356] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24357] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002881040 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24358] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=844280 CPUtime=0.14
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 523 0 0 0 14 0 0 0 16 0 9 0 2002881042 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24360] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 864542720 8509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 849636

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 24361
/proc/meminfo: memFree=1524832/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=844280 CPUtime=25.35
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 12879 0 1 0 2518 17 0 0 22 0 9 0 2002881038 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 211070 9688 2575 9 0 205631 0
[pid=24353/tid=24354] ppid=24350 vsize=844280 CPUtime=23.91
/proc/24353/task/24354/stat : 24354 (java) R 24350 24350 23869 0 -1 64 4688 0 1 0 2385 6 0 0 25 0 9 0 2002881039 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4125978410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24355] ppid=24350 vsize=844280 CPUtime=1.27
/proc/24353/task/24355/stat : 24355 (java) S 24350 24350 23869 0 -1 64 6936 0 0 0 118 9 0 0 16 0 9 0 2002881040 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24356] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24357] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002881040 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24358] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=844280 CPUtime=0.14
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 523 0 0 0 14 0 0 0 16 0 9 0 2002881042 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24360] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=844280 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 864542720 9688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 849636

[startup+51.1021 s]

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

[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=25.67
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182274 0 0 0 2440 127 0 0 25 0 9 0 2002881040 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 104182208 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 857200

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

[startup+345.503 s]
/proc/loadavg: 2.26 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824792/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=851844 CPUtime=343.77
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 203458 0 1 0 34193 184 0 0 22 0 9 0 2002881038 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 212961 192542 2597 9 0 207521 0
[pid=24353/tid=24354] ppid=24350 vsize=851844 CPUtime=314.16
/proc/24353/task/24354/stat : 24354 (java) S 24350 24350 23869 0 -1 64 17977 0 1 0 31363 53 0 0 17 0 9 0 2002881039 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=28.85
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182275 0 0 0 2758 127 0 0 25 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 343.77
Current children cumulated vsize (KiB) 857200

[startup+351.903 s]
/proc/loadavg: 2.24 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824792/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=851844 CPUtime=350.15
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 203459 0 1 0 34831 184 0 0 22 0 9 0 2002881038 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 212961 192542 2597 9 0 207521 0
[pid=24353/tid=24354] ppid=24350 vsize=851844 CPUtime=314.16
/proc/24353/task/24354/stat : 24354 (java) S 24350 24350 23869 0 -1 64 17978 0 1 0 31363 53 0 0 17 0 9 0 2002881039 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=35.23
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182275 0 0 0 3396 127 0 0 25 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 104180111 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 350.15
Current children cumulated vsize (KiB) 857200

[startup+355.102 s]
/proc/loadavg: 2.22 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824728/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=851844 CPUtime=353.33
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 203474 0 1 0 35149 184 0 0 22 0 9 0 2002881038 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 212961 192556 2597 9 0 207521 0
[pid=24353/tid=24354] ppid=24350 vsize=851844 CPUtime=314.16
/proc/24353/task/24354/stat : 24354 (java) S 24350 24350 23869 0 -1 64 17979 0 1 0 31363 53 0 0 17 0 9 0 2002881039 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=38.41
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182289 0 0 0 3714 127 0 0 25 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 104181521 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 353.33
Current children cumulated vsize (KiB) 857200

[startup+355.901 s]
/proc/loadavg: 2.22 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824728/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=851844 CPUtime=354.12
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 203474 0 1 0 35228 184 0 0 22 0 9 0 2002881038 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 212961 192556 2597 9 0 207521 0
[pid=24353/tid=24354] ppid=24350 vsize=851844 CPUtime=314.16
/proc/24353/task/24354/stat : 24354 (java) S 24350 24350 23869 0 -1 64 17979 0 1 0 31363 53 0 0 17 0 9 0 2002881039 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=39.2
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182289 0 0 0 3793 127 0 0 25 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 354.12
Current children cumulated vsize (KiB) 857200

[startup+356.301 s]
/proc/loadavg: 2.22 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824728/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=851844 CPUtime=354.53
/proc/24353/stat : 24353 (java) S 24350 24350 23869 0 -1 0 203474 0 1 0 35269 184 0 0 22 0 9 0 2002881038 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24353/statm: 212961 192556 2597 9 0 207521 0
[pid=24353/tid=24354] ppid=24350 vsize=851844 CPUtime=314.16
/proc/24353/task/24354/stat : 24354 (java) S 24350 24350 23869 0 -1 64 17979 0 1 0 31363 53 0 0 17 0 9 0 2002881039 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24355] ppid=24350 vsize=851844 CPUtime=39.61
/proc/24353/task/24355/stat : 24355 (java) R 24350 24350 23869 0 -1 64 182289 0 0 0 3834 127 0 0 25 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24356] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24356/stat : 24356 (java) S 24350 24350 23869 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24357] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24357/stat : 24357 (java) S 24350 24350 23869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002881040 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24358] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24358/stat : 24358 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24359] ppid=24350 vsize=851844 CPUtime=0.72
/proc/24353/task/24359/stat : 24359 (java) S 24350 24350 23869 0 -1 64 2466 0 0 0 70 2 0 0 16 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24353/tid=24360] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24360/stat : 24360 (java) S 24350 24350 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24353/tid=24361] ppid=24350 vsize=851844 CPUtime=0
/proc/24353/task/24361/stat : 24361 (java) S 24350 24350 23869 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002881042 872288256 192556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 354.53
Current children cumulated vsize (KiB) 857200

[startup+356.501 s]
/proc/loadavg: 2.22 2.08 2.05 3/82 24390
/proc/meminfo: memFree=824728/2055920 swapFree=4179912/4192956
[pid=24350] ppid=24348 vsize=5356 CPUtime=0
/proc/24350/stat : 24350 (concrete.sh) S 24348 24350 23869 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2002881037 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24350/statm: 1339 242 201 169 0 50 0
[pid=24353] ppid=24350 vsize=0 CPUtime=354.69
/proc/24353/stat : 24353 (java) Z 24350 24350 23869 0 -1 12 203485 0 1 0 35282 187 0 0 16 0 2 0 2002881038 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 354.69
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 356.591
CPU time (s): 354.792
CPU user time (s): 352.829
CPU system time (s): 1.9627
CPU usage (%): 99.4956
Max. virtual memory (cumulated for all children) (KiB): 857200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.829
system time used= 1.9627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203938
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= 43434
involuntary context switches= 46763

runsolver used 0.460929 second user time and 1.19882 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 08:24:47
IDJOB=1086376
IDBENCH=57810
IDSOLVER=305
FILE ID=node53/1086376-1215239087
PBS_JOBID= 7881947
Free space on /tmp= 65116 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=322421003

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1554384 kB
Buffers:         73692 kB
Cached:         287644 kB
SwapCached:       7428 kB
Active:         254796 kB
Inactive:       183300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554384 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            6832 kB
Writeback:           0 kB
Mapped:          83804 kB
Slab:            48748 kB
Committed_AS:  4056072 kB
PageTables:       1916 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= 65116 MiB
End job on node53 at 2008-07-05 08:30:44