Trace number 4283625

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
choco-solver 5a (2017-08-18)? (TO) 2520.0901 2449.1201

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283625-1503208961.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4283625-1503208961.xml, -tl, 2520s, -p, 1, -x, 3]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
1.79/0.89	c solve instance...
2520.06/2449.11	s UNKNOWN
2520.06/2449.11	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15020 MiB free)
  memory of node 1: 16384 MiB (15320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283625-1503208961/watcher-4283625-1503208961 -o /tmp/evaluation-result-4283625-1503208961/solver-4283625-1503208961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 726481111 HOME/instance-4283625-1503208961.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29272, runsolver pid=29269

[startup+0.100097 s]*
/proc/loadavg: 1.93 1.86 1.87 3/203 29280
/proc/meminfo: memFree=31062092/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13574484 memory=16676 CPUtime=0.02 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 3984 0 0 0 2 0 0 0 20 0 9 0 123091189 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3393621 4169 2083 1 0 3383118 0
[pid=29274/tid=29275] ppid=29272 vsize=13574484 memory=-8713483618642983523 CPUtime=0.01 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 2689 0 0 0 1 0 0 0 20 0 9 0 123091189 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961767457000 139961749314400 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123091190 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13574484 memory=140033339233920 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123091190 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123091190 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123091190 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13574484 memory=140033339233920 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123091191 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 123091192 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961240118048 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 123091192 13900271616 4169 18446744073709551615 4194304 4196468 140725849657168 139961239065776 139961763231445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18052 KiB

[startup+0.209959 s]*
/proc/loadavg: 1.93 1.86 1.87 4/211 29288
/proc/meminfo: memFree=31052828/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13974352 memory=27424 CPUtime=0.1 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 5279 0 0 0 9 1 0 0 20 0 15 0 123091189 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3493588 6856 2758 1 0 3482964 0
[pid=29274/tid=29275] ppid=29272 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 3414 0 0 0 7 1 0 0 20 0 15 0 123091189 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961767443488 139961747301726 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13974352 memory=3691175516078151328 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13974352 memory=140033339233920 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123091191 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123091192 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961240118048 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123091192 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961239065712 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 123091195 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13974352 memory=140033339233920 CPUtime=0.01 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) S 29272 29272 8557 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 123091195 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13974352 memory=140033339233920 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091200 14309736448 6856 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28800 KiB

[startup+0.310276 s]*
/proc/loadavg: 1.93 1.86 1.87 4/211 29288
/proc/meminfo: memFree=31041920/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13974352 memory=39696 CPUtime=0.3 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 9091 0 0 0 27 3 0 0 20 0 15 0 123091189 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3493588 9924 3008 1 0 3482964 0
[pid=29274/tid=29275] ppid=29272 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 6244 0 0 0 16 2 0 0 20 0 15 0 123091189 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961767439328 139961391197905 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123091190 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123091191 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123091192 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961240118048 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123091192 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961239065712 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 477 0 0 0 2 0 0 0 20 0 15 0 123091195 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) R 29272 29272 8557 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 15 0 123091195 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961744765779 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) R 29272 29272 8557 0 -1 1077944384 707 0 0 0 6 0 0 0 20 0 15 0 123091195 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091200 14309736448 9924 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41072 KiB

[startup+0.700856 s]
/proc/loadavg: 1.93 1.86 1.87 5/211 29288
/proc/meminfo: memFree=31024792/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13980732 memory=74816 CPUtime=1.4 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 13486 0 0 0 134 6 0 0 20 0 15 0 123091189 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3495183 18704 3173 1 0 3483476 0
[pid=29274/tid=29275] ppid=29272 vsize=13980732 memory=6153415001170666065 CPUtime=0.56 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 8021 0 0 0 52 4 0 0 20 0 15 0 123091189 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961767455808 139961747301726 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123091191 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961240118048 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13980732 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961239065712 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13980732 memory=7352 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13980732 memory=1628 CPUtime=0.28 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) R 29272 29272 8557 0 -1 4202560 1603 0 0 0 28 0 0 0 20 0 15 0 123091195 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961236942920 139961744399952 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 848 0 0 0 21 0 0 0 20 0 15 0 123091195 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) R 29272 29272 8557 0 -1 4202560 1707 0 0 0 31 0 0 0 20 0 15 0 123091195 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763242586 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091200 14316269568 18704 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76192 KiB

[startup+1.50078 s]
/proc/loadavg: 1.93 1.86 1.87 5/211 29288
/proc/meminfo: memFree=30973424/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13980732 memory=131960 CPUtime=4.05 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 26260 0 0 0 396 9 0 0 20 0 15 0 123091189 14316269568 32990 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3495183 32990 3203 1 0 3483476 0
[pid=29274/tid=29275] ppid=29272 vsize=13980732 memory=280066361684608 CPUtime=1.35 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 9989 0 0 0 130 5 0 0 20 0 15 0 123091189 14316269568 32990 18446744073709551615 4194304 4196468 140725849657168 139961767457744 139961396644381 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 32990 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 32990 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123091190 14316269568 32990 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=29274/tid=29280] ppid=29272 vsize=13980732 memory=645748 CPUtime=0.91 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 48465 0 0 0 74 17 0 0 20 0 15 0 123091191 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961308959392 139961763231445 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961240118112 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13980732 memory=645748 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961239065728 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13980732 memory=645748 CPUtime=5.73 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 29975 0 0 0 570 3 0 0 20 0 15 0 123091195 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13980732 memory=644 CPUtime=5.68 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 33341 0 0 0 563 5 0 0 20 0 15 0 123091195 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13980732 memory=4144 CPUtime=1.02 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) S 29272 29272 8557 0 -1 1077944384 15455 0 0 0 99 3 0 0 20 0 15 0 123091195 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13980732 memory=66364 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.14 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1929 0 0 0 49 65 0 0 20 0 15 0 123091200 14316269568 163997 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 2451.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 657364 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.53 1.56 3/211 29608
/proc/meminfo: memFree=30264188/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13980732 memory=769844 CPUtime=2512.53 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 287884 0 0 0 250794 459 0 0 20 0 15 0 123091189 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3495183 192461 3263 1 0 3483476 0
[pid=29274/tid=29275] ppid=29272 vsize=13980732 memory=780620 CPUtime=2421.26 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 87773 0 0 0 242107 19 0 0 20 0 15 0 123091189 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961767460368 139961397978857 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13980732 memory=780620 CPUtime=19.19 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 16548 0 0 0 1833 86 0 0 20 0 15 0 123091190 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13980732 memory=1376 CPUtime=19.19 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 17748 0 0 0 1829 90 0 0 20 0 15 0 123091190 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13980732 memory=769844 CPUtime=19.11 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 18216 0 0 0 1821 90 0 0 20 0 15 0 123091190 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13980732 memory=769844 CPUtime=19.15 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 16807 0 0 0 1825 90 0 0 20 0 15 0 123091190 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13980732 memory=1376 CPUtime=0.92 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 48687 0 0 0 75 17 0 0 20 0 15 0 123091191 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13980732 memory=645748 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961240118112 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961239065728 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13980732 memory=769844 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13980732 memory=769844 CPUtime=5.73 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 29977 0 0 0 570 3 0 0 20 0 15 0 123091195 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13980732 memory=1376 CPUtime=5.68 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 33344 0 0 0 563 5 0 0 20 0 15 0 123091195 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13980732 memory=-8774313645642428999 CPUtime=1.02 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) S 29272 29272 8557 0 -1 1077944384 15457 0 0 0 99 3 0 0 20 0 15 0 123091195 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13980732 memory=780620 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.17 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1944 0 0 0 50 67 0 0 20 0 15 0 123091200 14316269568 192461 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 2512.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 771220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.11 s]
/proc/loadavg: 1.51 1.52 1.56 3/211 29608
/proc/meminfo: memFree=30300556/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13980732 memory=733436 CPUtime=2520.06 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 289451 0 0 0 251546 460 0 0 20 0 15 0 123091189 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3495183 183359 3263 1 0 3483476 0
[pid=29274/tid=29275] ppid=29272 vsize=13980732 memory=1376 CPUtime=2427.82 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 87775 0 0 0 242763 19 0 0 20 0 15 0 123091189 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961767460496 139961397654880 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13980732 memory=733436 CPUtime=19.43 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 16795 0 0 0 1857 86 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13980732 memory=780620 CPUtime=19.43 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 17875 0 0 0 1853 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13980732 memory=780620 CPUtime=19.35 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 18334 0 0 0 1845 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13980732 memory=769844 CPUtime=19.39 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 16881 0 0 0 1849 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13980732 memory=746244 CPUtime=0.93 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 49686 0 0 0 76 17 0 0 20 0 15 0 123091191 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13980732 memory=746244 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961240118112 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961239065728 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13980732 memory=645748 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13980732 memory=733436 CPUtime=5.73 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 29977 0 0 0 570 3 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13980732 memory=733436 CPUtime=5.68 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 33344 0 0 0 563 5 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.02 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) S 29272 29272 8557 0 -1 1077944384 15457 0 0 0 99 3 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13980732 memory=746244 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.18 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1944 0 0 0 51 67 0 0 20 0 15 0 123091200 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 734812 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2449.12 s]
# the end of solver process 29272 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.48 s, system=4.60855 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2449.11 s]
/proc/loadavg: 1.51 1.52 1.56 3/211 29608
/proc/meminfo: memFree=30300556/32770624 swapFree=67105588/67108860
[pid=29272] ppid=29269 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (xcsp3-exec) S 29269 29272 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123091181 9740288 344 18446744073709551615 4194304 5098028 140724606909504 140724606907608 140627903414908 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 39923712 140724606910841 140724606911045 140724606911045 140724606914539 0
/proc/29272/statm: 2378 344 289 221 0 87 0
[pid=29274] ppid=29272 vsize=13980732 memory=733436 CPUtime=2520.06 cores=1,3,5,7
/proc/29274/stat : 29274 (java) S 29272 29272 8557 0 -1 1077944320 289451 0 0 0 251546 460 0 0 20 0 15 0 123091189 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 140725849639712 139961763221239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
/proc/29274/statm: 3495183 183359 3263 1 0 3483476 0
[pid=29274/tid=29275] ppid=29272 vsize=13980732 memory=1376 CPUtime=2427.82 cores=1,3,5,7
/proc/29274/task/29275/stat : 29275 (java) R 29272 29272 8557 0 -1 4202560 87775 0 0 0 242763 19 0 0 20 0 15 0 123091189 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961767460496 139961397654880 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29276] ppid=29272 vsize=13980732 memory=733436 CPUtime=19.43 cores=1,3,5,7
/proc/29274/task/29276/stat : 29276 (java) S 29272 29272 8557 0 -1 1077944384 16795 0 0 0 1857 86 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961720187792 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29277] ppid=29272 vsize=13980732 memory=780620 CPUtime=19.43 cores=1,3,5,7
/proc/29274/task/29277/stat : 29277 (java) S 29272 29272 8557 0 -1 1077944384 17875 0 0 0 1853 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961719134992 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29278] ppid=29272 vsize=13980732 memory=780620 CPUtime=19.35 cores=1,3,5,7
/proc/29274/task/29278/stat : 29278 (java) S 29272 29272 8557 0 -1 1077944384 18334 0 0 0 1845 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961718082704 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29279] ppid=29272 vsize=13980732 memory=769844 CPUtime=19.39 cores=1,3,5,7
/proc/29274/task/29279/stat : 29279 (java) S 29272 29272 8557 0 -1 1077944384 16881 0 0 0 1849 90 0 0 20 0 15 0 123091190 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961717029904 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29280] ppid=29272 vsize=13980732 memory=746244 CPUtime=0.93 cores=1,3,5,7
/proc/29274/task/29280/stat : 29280 (java) S 29272 29272 8557 0 -1 1077944384 49686 0 0 0 76 17 0 0 20 0 15 0 123091191 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961308960880 139961763232386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29281] ppid=29272 vsize=13980732 memory=746244 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29281/stat : 29281 (java) S 29272 29272 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961240118112 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29282] ppid=29272 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29282/stat : 29282 (java) S 29272 29272 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 123091192 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961239065728 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29283] ppid=29272 vsize=13980732 memory=645748 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29283/stat : 29283 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091194 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961238014032 139961763239835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29284] ppid=29272 vsize=13980732 memory=733436 CPUtime=5.73 cores=1,3,5,7
/proc/29274/task/29284/stat : 29284 (java) S 29272 29272 8557 0 -1 1077944384 29977 0 0 0 570 3 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961236961904 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29285] ppid=29272 vsize=13980732 memory=733436 CPUtime=5.68 cores=1,3,5,7
/proc/29274/task/29285/stat : 29285 (java) S 29272 29272 8557 0 -1 1077944384 33344 0 0 0 563 5 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961235909104 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29286] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.02 cores=1,3,5,7
/proc/29274/task/29286/stat : 29286 (java) S 29272 29272 8557 0 -1 1077944384 15457 0 0 0 99 3 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961234856816 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29287] ppid=29272 vsize=13980732 memory=746244 CPUtime=0 cores=1,3,5,7
/proc/29274/task/29287/stat : 29287 (java) S 29272 29272 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123091195 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961233804256 139961763231445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
[pid=29274/tid=29288] ppid=29272 vsize=13980732 memory=1376 CPUtime=1.18 cores=1,3,5,7
/proc/29274/task/29288/stat : 29288 (java) S 29272 29272 8557 0 -1 1077944384 1944 0 0 0 51 67 0 0 20 0 15 0 123091200 14316269568 183359 18446744073709551615 4194304 4196468 140725849657168 139961232751024 139961763232386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140725849665969 140725849666145 140725849666145 140725849669583 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 734812 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2449.12
CPU time (s): 2520.09
CPU user time (s): 2515.48
CPU system time (s): 4.60855
CPU usage (%): 102.898
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 950348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.48
system time used= 4.60855
maximum resident set size= 948972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67737
involuntary context switches= 4250


# summary of solver processes directly reported to runsolver:
#   pid: 29272
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.48
#   total CPU system time (s): 4.60855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5169 second user time and 25.0171 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 07:48:36
IDJOB=4283625
IDBENCH=128150
IDSOLVER=2679
FILE ID=node126/4283625-1503208961
RUNJOBID= node126-1503172173-21713
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283625-1503208961/watcher-4283625-1503208961 -o /tmp/evaluation-result-4283625-1503208961/solver-4283625-1503208961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 726481111 HOME/instance-4283625-1503208961.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=726481111

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31069652 kB
MemAvailable:   31683764 kB
Buffers:          319152 kB
Cached:           585340 kB
SwapCached:          524 kB
Active:           847880 kB
Inactive:         381452 kB
Active(anon):     280720 kB
Inactive(anon):    93904 kB
Active(file):     567160 kB
Inactive(file):   287548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7872 kB
Writeback:             0 kB
AnonPages:        324028 kB
Mapped:            72504 kB
Shmem:             49824 kB
Slab:             177120 kB
SReclaimable:     150476 kB
SUnreclaim:        26644 kB
KernelStack:        3424 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     952104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 08:29:25