Trace number 1093825

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 38.3662 38.7561

DiagnosticValue
CHECKS2715810
NODES691

General information on the benchmark

Namecsp/queens/
normalized-queens-120.xml
MD5SUMe474d160d95b285007e3c29a382ac11f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.49232
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7140
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7140
Global constraints used (with number of constraints)

Solver Data (download as text)

30.40/30.76	c CPU-LOAD 27.34
30.40/30.76	c LOADED 120 V (120 E), 7140 ExtensionConstraint2D, arity 2, 27.34 cpu
38.32/38.70	v 30 32 34 36 38 40 35 43 45 37 48 50 39 53 55 41 59 42 60 63 44 66 68 75 46 76 47 77 85 78 86 84 87 91 54 82 90 96 99 101 88 104 102 107 58 61 111 113 116 119 117 120 56 72 69 65 79 70 23 25 71 73 15 80 31 83 64 12 74 5 22 9 57 27 11 24 62 6 19 10 67 13 81 29 89 1 28 94 3 16 49 2 4 93 17 8 14 21 92 95 51 20 7 33 18 97 26 98 110 52 118 112 115 108 103 105 109 114 106 100 
38.32/38.70	s SATISFIABLE
38.32/38.70	d NODES 691
38.32/38.70	d CHECKS 2715814
38.32/38.71	c gac3-effective-revisions: 58835
38.32/38.71	c gac3-useless-revisions: 1392112
38.32/38.71	c heuristic-cpu: 0.0
38.32/38.71	c prepro-constraint-ccks: 0
38.32/38.71	c prepro-constraint-presenceccks: 0
38.32/38.71	c prepro-cpu: 0.01
38.32/38.71	c prepro-matrix2d-ccks: 0
38.32/38.71	c prepro-matrix2d-presenceccks: 0
38.32/38.71	c prepro-removed: 0
38.32/38.71	c search-cpu: 7.46
38.32/38.71	c total-assgn: 691
38.32/38.71	c total-constraint-ccks: 0
38.32/38.71	c total-constraint-presence-ccks: 0
38.32/38.71	c total-cpu: 7.4700003
38.32/38.71	c total-matrix2d-ccks: 2715814
38.32/38.71	c total-matrix2d-presence-ccks: 57959328
38.32/38.71	c tuples: 0
38.32/38.71	c tuples-collisions: 0
38.32/38.71	c TOTAL-NODES 691
38.32/38.71	c TOTAL-CPU 7.4700003

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-1093825-1215278208/watcher-1093825-1215278208 -o /tmp/evaluation-result-1093825-1215278208/solver-1093825-1215278208 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1093825-1215278208.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.01 2.00 2.00 4/72 22922
/proc/meminfo: memFree=1673496/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) R 22920 22922 22618 0 -1 4194304 296 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=5356 CPUtime=0
/proc/22924/stat : 22924 (concrete.sh) R 22922 22922 22618 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 2006793110 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/22924/statm: 1339 242 201 169 0 50 0

[startup+0.0476139 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 22922
/proc/meminfo: memFree=1673496/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=837452 CPUtime=0.03
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 1923 0 1 0 2 1 0 0 18 0 5 0 2006793110 857550848 1513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 209749 1596 906 9 0 204728 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 842808

[startup+0.10883 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 22922
/proc/meminfo: memFree=1673496/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=843140 CPUtime=0.08
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 3412 0 1 0 7 1 0 0 18 0 9 0 2006793110 863375360 2868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 210785 2868 1667 9 0 205362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848496

[startup+0.301868 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 22922
/proc/meminfo: memFree=1673496/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=843636 CPUtime=0.28
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 4523 0 1 0 25 3 0 0 18 0 9 0 2006793110 863883264 3910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 210909 3910 1894 9 0 205470 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 848992

[startup+0.701942 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 22922
/proc/meminfo: memFree=1673496/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=844228 CPUtime=0.67
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 5075 0 1 0 64 3 0 0 18 0 9 0 2006793110 864489472 4439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 211057 4439 1899 9 0 205618 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 849584

[startup+1.50209 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22933
/proc/meminfo: memFree=1661960/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=844228 CPUtime=1.46
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 5575 0 1 0 142 4 0 0 18 0 9 0 2006793110 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 211057 4861 1900 9 0 205618 0
[pid=22924/tid=22926] ppid=22922 vsize=844228 CPUtime=1.23
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 3435 0 1 0 120 3 0 0 25 0 9 0 2006793111 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4125757620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=844228 CPUtime=0.08
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 910 0 0 0 8 0 0 0 16 0 9 0 2006793112 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2006793113 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=844228 CPUtime=0.14
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 498 0 0 0 14 0 0 0 16 0 9 0 2006793115 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 864489472 4861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849584

[startup+3.1024 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22933
/proc/meminfo: memFree=1659336/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=844228 CPUtime=3.05
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 7214 0 1 0 300 5 0 0 18 0 9 0 2006793110 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 211057 6178 2574 9 0 205618 0
[pid=22924/tid=22926] ppid=22922 vsize=844228 CPUtime=2.66
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 3570 0 1 0 263 3 0 0 25 0 9 0 2006793111 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4125231205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=844228 CPUtime=0.23
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 2414 0 0 0 22 1 0 0 16 0 9 0 2006793112 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006793113 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=844228 CPUtime=0.14
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 498 0 0 0 14 0 0 0 16 0 9 0 2006793115 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 864489472 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 849584

[startup+6.30299 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22933
/proc/meminfo: memFree=1656648/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=844228 CPUtime=6.22
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 8449 0 1 0 614 8 0 0 18 0 9 0 2006793110 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 211057 6665 2574 9 0 205618 0
[pid=22924/tid=22926] ppid=22922 vsize=844228 CPUtime=5.59
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 3793 0 1 0 555 4 0 0 25 0 9 0 2006793111 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4125799291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=844228 CPUtime=0.47
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 3426 0 0 0 44 3 0 0 16 0 9 0 2006793112 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006793113 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=844228 CPUtime=0.14
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 498 0 0 0 14 0 0 0 16 0 9 0 2006793115 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=844228 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 864489472 6665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849584

[startup+12.7022 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 22934
/proc/meminfo: memFree=1645184/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=850992 CPUtime=12.56
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 12069 0 1 0 1240 16 0 0 18 0 10 0 2006793110 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212748 9517 2576 9 0 207309 0
[pid=22924/tid=22926] ppid=22922 vsize=850992 CPUtime=11.1
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 4252 0 1 0 1105 5 0 0 25 0 10 0 2006793111 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 102064672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=850992 CPUtime=0.89
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 4823 0 0 0 82 7 0 0 16 0 10 0 2006793112 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2006793113 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2006793113 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2006793115 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=850992 CPUtime=0.54
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2257 0 0 0 52 2 0 0 16 0 10 0 2006793115 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2006793115 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2006793115 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22934] ppid=22922 vsize=850992 CPUtime=0
/proc/22924/task/22934/stat : 22934 (java) S 22922 22922 22618 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 2006794144 871415808 9517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 856348

[startup+25.5016 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 22935
/proc/meminfo: memFree=1575352/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=25.24
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 29804 0 1 0 2499 25 0 0 18 0 10 0 2006793110 871493632 26815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 26815 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=22.22
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5615 0 1 0 2215 7 0 0 25 0 10 0 2006793111 871493632 26815 996147200 134512640 134550740 4294956032 18446744073709551615 4127204857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.25
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21065 0 0 0 212 13 0 0 16 0 10 0 2006793112 871493632 26815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2006793113 871493632 26815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


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

[startup+31.9078 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=31.59
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30348 0 1 0 3134 25 0 0 18 0 9 0 2006793110 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27352 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=28.18
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5624 0 1 0 2811 7 0 0 25 0 9 0 2006793111 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4127250437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.76
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2383 0 0 0 74 2 0 0 15 0 9 0 2006793115 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 856424

[startup+35.1014 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=34.75
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30351 0 1 0 3450 25 0 0 18 0 9 0 2006793110 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27354 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=31.34
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5625 0 1 0 3127 7 0 0 25 0 9 0 2006793111 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4127250608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.77
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2385 0 0 0 75 2 0 0 16 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 856424

[startup+36.7027 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=36.34
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30352 0 1 0 3609 25 0 0 18 0 9 0 2006793110 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27354 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=32.92
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5626 0 1 0 3285 7 0 0 25 0 9 0 2006793111 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4127250437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.77
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2385 0 0 0 75 2 0 0 16 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (KiB) 856424

[startup+37.5029 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=37.13
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30352 0 1 0 3688 25 0 0 18 0 9 0 2006793110 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27354 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=33.71
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5626 0 1 0 3364 7 0 0 25 0 9 0 2006793111 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4127250547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.77
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2385 0 0 0 75 2 0 0 16 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 856424

[startup+38.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=37.93
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30352 0 1 0 3768 25 0 0 18 0 9 0 2006793110 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27354 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=34.51
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5626 0 1 0 3444 7 0 0 25 0 9 0 2006793111 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4127250437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.77
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2385 0 0 0 75 2 0 0 16 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 856424

[startup+38.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22936
/proc/meminfo: memFree=1573176/2055920 swapFree=4117860/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (concrete.sh) S 22920 22922 22618 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2006793109 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 242 201 169 0 50 0
[pid=22924] ppid=22922 vsize=851068 CPUtime=38.32
/proc/22924/stat : 22924 (java) S 22922 22922 22618 0 -1 0 30352 0 1 0 3807 25 0 0 18 0 9 0 2006793110 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22924/statm: 212767 27354 2585 9 0 207327 0
[pid=22924/tid=22926] ppid=22922 vsize=851068 CPUtime=34.9
/proc/22924/task/22926/stat : 22926 (java) R 22922 22922 22618 0 -1 64 5626 0 1 0 3483 7 0 0 25 0 9 0 2006793111 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4127558831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22927] ppid=22922 vsize=851068 CPUtime=2.61
/proc/22924/task/22927/stat : 22927 (java) S 22922 22922 22618 0 -1 64 21596 0 0 0 247 14 0 0 16 0 9 0 2006793112 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22928] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22928/stat : 22928 (java) S 22922 22922 22618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22929] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22929/stat : 22929 (java) S 22922 22922 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006793113 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22930] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22930/stat : 22930 (java) S 22922 22922 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22931] ppid=22922 vsize=851068 CPUtime=0.77
/proc/22924/task/22931/stat : 22931 (java) S 22922 22922 22618 0 -1 64 2385 0 0 0 75 2 0 0 16 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22932] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22932/stat : 22932 (java) S 22922 22922 22618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22924/tid=22933] ppid=22922 vsize=851068 CPUtime=0
/proc/22924/task/22933/stat : 22933 (java) S 22922 22922 22618 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006793115 871493632 27354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.32
Current children cumulated vsize (KiB) 856424

Child status: 0
Real time (s): 38.7561
CPU time (s): 38.3662
CPU user time (s): 38.0832
CPU system time (s): 0.282956
CPU usage (%): 98.9938
Max. virtual memory (cumulated for all children) (KiB): 856996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0832
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30810
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= 10249
involuntary context switches= 10963

runsolver used 0.05999 second user time and 0.135979 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 19:16:48
IDJOB=1093825
IDBENCH=58730
IDSOLVER=305
FILE ID=node47/1093825-1215278208
PBS_JOBID= 7882299
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e474d160d95b285007e3c29a382ac11f
RANDOM SEED=838246760

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673976 kB
Buffers:         41060 kB
Cached:         189360 kB
SwapCached:      68916 kB
Active:         233952 kB
Inactive:        94092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673976 kB
SwapTotal:     4192956 kB
SwapFree:      4117860 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         105104 kB
Slab:            39028 kB
Committed_AS:  4115884 kB
PageTables:       1972 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= 66508 MiB
End job on node47 at 2008-07-05 19:17:27