Trace number 1081248

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-30SAT 69.7524 70.147

DiagnosticValue
CHECKS39909200
NODES101

General information on the benchmark

Namecsp/renault/
normalized-renault_ext.xml
MD5SUM716b9d631b02038a07ad1e6130721329
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.547915
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints134
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension134
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

59.29/59.62	c CPU-LOAD 58.53
59.29/59.62	c LOADED 101 V (42 E), 42 ExtensionConstraint2D, 92 ExtensionConstraintGeneral, arity 10, 58.53 cpu
69.65/70.06	v 0 1 0 5 0 0 0 3 0 1 1 0 0 2 1 0 0 0 1 2 2 1 1 1 5 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 15 0 0 0 1 1 1 1 1 5 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 0 0 0 1 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 3 3 1 0 0 2 
69.65/70.06	s SATISFIABLE
69.65/70.06	d NODES 101
69.65/70.06	d CHECKS 39909180
69.65/70.06	c gac3-effective-revisions: 119
69.65/70.06	c gac3-useless-revisions: 3637
69.65/70.06	c heuristic-cpu: 0.0
69.65/70.06	c prepro-constraint-ccks: 37649664
69.65/70.06	c prepro-constraint-presenceccks: 786
69.65/70.06	c prepro-cpu: 9.7
69.65/70.06	c prepro-matrix2d-ccks: 246
69.65/70.06	c prepro-matrix2d-presenceccks: 241
69.65/70.06	c prepro-removed: 13
69.65/70.06	c search-cpu: 0.6000004
69.65/70.06	c total-assgn: 101
69.65/70.06	c total-constraint-ccks: 39908534
69.65/70.06	c total-constraint-presence-ccks: 11125
69.65/70.06	c total-cpu: 10.3
69.65/70.06	c total-matrix2d-ccks: 646
69.65/70.06	c total-matrix2d-presence-ccks: 1703
69.65/70.06	c tuples: 0
69.65/70.06	c tuples-collisions: 0
69.65/70.06	c TOTAL-NODES 101
69.65/70.06	c TOTAL-CPU 10.3

Verifier Data (download as text)

OK

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-1081248-1215216240/watcher-1081248-1215216240 -o /tmp/evaluation-result-1081248-1215216240/solver-1081248-1215216240 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1081248-1215216240.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.99 1.99 1.99 4/72 21754
/proc/meminfo: memFree=1699440/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=152 CPUtime=0
/proc/21756/stat : 21756 (java) R 21754 21754 19313 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 2000596375 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 8745259 0 0 4096 0 0 0 0 17 1 0 0
/proc/21756/statm: 38 26 19 9 0 4 0

[startup+0.043321 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21754
/proc/meminfo: memFree=1699440/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=837452 CPUtime=0.03
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 2006 0 1 0 2 1 0 0 19 0 5 0 2000596375 857550848 1577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 209363 1577 900 9 0 204342 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 842808

[startup+0.101331 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21754
/proc/meminfo: memFree=1699440/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=843088 CPUtime=0.08
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 3465 0 1 0 7 1 0 0 19 0 9 0 2000596375 863322112 2918 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 210772 2918 1685 9 0 205349 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848444

[startup+0.301358 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21754
/proc/meminfo: memFree=1699440/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=843664 CPUtime=0.28
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 4159 0 1 0 26 2 0 0 19 0 9 0 2000596375 863911936 3573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 210916 3573 1815 9 0 205484 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849020

[startup+0.701404 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21754
/proc/meminfo: memFree=1699440/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=843664 CPUtime=0.69
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 6609 0 1 0 65 4 0 0 19 0 9 0 2000596375 863911936 5759 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 210916 5759 2562 9 0 205484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 849020

[startup+1.50249 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21765
/proc/meminfo: memFree=1682400/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=843664 CPUtime=1.48
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 8516 0 1 0 143 5 0 0 19 0 9 0 2000596375 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 210916 7529 2562 9 0 205484 0
[pid=21756/tid=21758] ppid=21754 vsize=843664 CPUtime=0.99
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 3533 0 1 0 97 2 0 0 25 0 9 0 2000596376 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4125743944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=843664 CPUtime=0.4
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 3916 0 0 0 38 2 0 0 16 0 9 0 2000596377 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=843664 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=843664 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000596377 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=843664 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=843664 CPUtime=0.07
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 2000596379 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=843664 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 863911936 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=843664 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 863911936 7529 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) 849020

[startup+3.10268 s]
/proc/loadavg: 1.99 1.99 1.99 4/83 21766
/proc/meminfo: memFree=1674136/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=3.08
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 41787 0 1 0 285 23 0 0 19 0 10 0 2000596375 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 40734 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=2.38
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35523 0 1 0 219 19 0 0 25 0 10 0 2000596376 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 102882104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.58
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5175 0 0 0 55 3 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.09
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 353 0 0 0 9 0 0 0 16 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 850052

[startup+6.30106 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 21767
/proc/meminfo: memFree=1545616/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=6.26
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 41789 0 1 0 603 23 0 0 19 0 10 0 2000596375 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 40734 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=5.56
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35525 0 1 0 537 19 0 0 25 0 10 0 2000596376 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4125905024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.58
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5175 0 0 0 55 3 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.09
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 353 0 0 0 9 0 0 0 16 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21767] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21767/stat : 21767 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 2000596629 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 850052

[startup+12.7028 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 21767
/proc/meminfo: memFree=1545552/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=12.63
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 41789 0 1 0 1240 23 0 0 19 0 10 0 2000596375 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 40734 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=11.93
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35525 0 1 0 1174 19 0 0 25 0 10 0 2000596376 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4125924950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.58
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5175 0 0 0 55 3 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.09
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 353 0 0 0 9 0 0 0 16 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2000596379 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21767] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21767/stat : 21767 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 2000596629 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 850052

[startup+25.5023 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 21767
/proc/meminfo: memFree=1545680/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=25.36
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 41789 0 1 0 2513 23 0 0 19 0 10 0 2000596375 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 40734 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=24.66
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35525 0 1 0 2447 19 0 0 25 0 10 0 2000596376 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4125938142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.58
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5175 0 0 0 55 3 0 0 16 0 10 0 2000596377 864968704 40734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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


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

[startup+63.9029 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=63.57
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42106 0 1 0 6334 23 0 0 19 0 9 0 2000596375 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41041 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=62.79
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35552 0 1 0 6260 19 0 0 25 0 9 0 2000596376 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4125905000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.1
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.57
Current children cumulated vsize (KiB) 850052

[startup+67.1062 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=66.75
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42106 0 1 0 6652 23 0 0 19 0 9 0 2000596375 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41041 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=65.98
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35552 0 1 0 6579 19 0 0 25 0 9 0 2000596376 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4125938142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.1
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.75
Current children cumulated vsize (KiB) 850052

[startup+68.7024 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=68.34
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42106 0 1 0 6811 23 0 0 19 0 9 0 2000596375 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41041 2567 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=67.57
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35552 0 1 0 6738 19 0 0 25 0 9 0 2000596376 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4125938142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.1
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.34
Current children cumulated vsize (KiB) 850052

[startup+69.5025 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=69.15
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42110 0 1 0 6891 24 0 0 19 0 9 0 2000596375 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41044 2568 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=68.36
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35554 0 1 0 6817 19 0 0 25 0 9 0 2000596376 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4125719350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 16 0 9 0 2000596377 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.1
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 2000596379 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.15
Current children cumulated vsize (KiB) 850052

[startup+69.9026 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=69.55
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42115 0 1 0 6931 24 0 0 19 0 9 0 2000596375 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41048 2568 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=68.76
/proc/21756/task/21758/stat : 21758 (java) R 21754 21754 19313 0 -1 64 35554 0 1 0 6857 19 0 0 25 0 9 0 2000596376 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4125905003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 17 0 9 0 2000596377 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.11
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 2000596379 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.55
Current children cumulated vsize (KiB) 850052

[startup+70.1026 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21768
/proc/meminfo: memFree=1544656/2055920 swapFree=4179912/4192956
[pid=21754] ppid=21752 vsize=5356 CPUtime=0
/proc/21754/stat : 21754 (concrete.sh) S 21752 21754 19313 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 2000596374 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21754/statm: 1339 242 201 169 0 50 0
[pid=21756] ppid=21754 vsize=844696 CPUtime=69.71
/proc/21756/stat : 21756 (java) S 21754 21754 19313 0 -1 0 42131 0 1 0 6947 24 0 0 19 0 9 0 2000596375 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21756/statm: 211174 41061 2568 9 0 205741 0
[pid=21756/tid=21758] ppid=21754 vsize=844696 CPUtime=68.92
/proc/21756/task/21758/stat : 21758 (java) S 21754 21754 19313 0 -1 64 35565 0 1 0 6873 19 0 0 25 0 9 0 2000596376 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21759] ppid=21754 vsize=844696 CPUtime=0.65
/proc/21756/task/21759/stat : 21759 (java) S 21754 21754 19313 0 -1 64 5458 0 0 0 62 3 0 0 17 0 9 0 2000596377 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21760] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21760/stat : 21760 (java) S 21754 21754 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21761] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21761/stat : 21761 (java) S 21754 21754 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000596377 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21762] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21762/stat : 21762 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000596379 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21763] ppid=21754 vsize=844696 CPUtime=0.11
/proc/21756/task/21763/stat : 21763 (java) S 21754 21754 19313 0 -1 64 371 0 0 0 11 0 0 0 16 0 9 0 2000596379 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21764] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21764/stat : 21764 (java) S 21754 21754 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000596379 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21756/tid=21765] ppid=21754 vsize=844696 CPUtime=0
/proc/21756/task/21765/stat : 21765 (java) S 21754 21754 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000596379 864968704 41061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.71
Current children cumulated vsize (KiB) 850052

Child status: 0
Real time (s): 70.147
CPU time (s): 69.7524
CPU user time (s): 69.4794
CPU system time (s): 0.272958
CPU usage (%): 99.4374
Max. virtual memory (cumulated for all children) (KiB): 850052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.4794
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42587
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= 3546
involuntary context switches= 4454

runsolver used 0.098984 second user time and 0.227965 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 02:04:00
IDJOB=1081248
IDBENCH=57087
IDSOLVER=305
FILE ID=node53/1081248-1215216240
PBS_JOBID= 7881706
Free space on /tmp= 65120 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 716b9d631b02038a07ad1e6130721329
RANDOM SEED=1111781244

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:       1699856 kB
Buffers:         47036 kB
Cached:         233140 kB
SwapCached:       7396 kB
Active:         155860 kB
Inactive:       142516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699856 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            4120 kB
Writeback:           0 kB
Mapped:          25148 kB
Slab:            43224 kB
Committed_AS:  3929308 kB
PageTables:       1700 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= 65120 MiB
End job on node53 at 2008-07-05 02:05:11