Trace number 4281850

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)729 2520.1001 2498.53

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark661
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281850-1503125639.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4281850-1503125639.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
7.61/2.83	c solve instance...
1184.08/1163.64	o 813 
1184.91/1164.41	o 802 
1197.42/1176.97	o 795 
1217.13/1196.70	o 789 
1234.35/1213.87	o 780 
1239.06/1218.56	o 774 
1706.53/1685.52	o 729 
2520.06/2498.50	s SATISFIABLE
2520.06/2498.50	v <instantiation>
2520.06/2498.50	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
2520.06/2498.50	v 	<values>0 1 3 8 12 22 28 45 58 76 110 125 157 181 210 251 289 329 372 456 515 589 652 678 729 </values>
2520.06/2498.50	v </instantiation>
2520.06/2498.50	c Unexpected resolution interruption!

Verifier Data

OK	729

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 (15113 MiB free)
  memory of node 1: 16384 MiB (15368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281850-1503125639/watcher-4281850-1503125639 -o /tmp/evaluation-result-4281850-1503125639/solver-4281850-1503125639 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1721757023 HOME/instance-4281850-1503125639.xml 

running on 4 cores: 0,2,4,6

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=20050, runsolver pid=20047

[startup+0.100109 s]*
/proc/loadavg: 1.63 1.82 1.76 3/202 20057
/proc/meminfo: memFree=31206712/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13507920 memory=16224 CPUtime=0.02 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 3846 0 0 0 2 0 0 0 20 0 8 0 100904520 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3376980 4056 2050 1 0 3366477 0
[pid=20052/tid=20053] ppid=20050 vsize=13507920 memory=4206989191851631162 CPUtime=0.01 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 2577 0 0 0 1 0 0 0 20 0 8 0 100904521 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140167140508080 140167120348510 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13507920 memory=3461490976158914185 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 100904521 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13507920 memory=140371529229952 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 100904521 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 100904521 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 100904521 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 100904523 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 100904523 13832110080 4056 18446744073709551615 4194304 4196468 140731471496672 140166613643728 140167136278229 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17604 KiB

[startup+0.210013 s]*
/proc/loadavg: 1.63 1.82 1.76 4/211 20066
/proc/meminfo: memFree=31197216/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13974352 memory=28132 CPUtime=0.11 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 5464 0 0 0 10 1 0 0 20 0 15 0 100904520 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3493588 7033 2834 1 0 3482964 0
[pid=20052/tid=20053] ppid=20050 vsize=13974352 memory=-6371023836203290983 CPUtime=0.08 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 3482 0 0 0 8 0 0 0 20 0 15 0 100904521 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140167140488832 140167120311653 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13974352 memory=3461490976158914185 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13974352 memory=140371529229952 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13974352 memory=140371529229952 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166613644832 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166612591984 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13974352 memory=140371529229952 CPUtime=0.01 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) R 20050 20050 13977 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 100904526 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279958 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13974352 memory=140371529229952 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904530 14309736448 7033 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29512 KiB

[startup+0.310112 s]*
/proc/loadavg: 1.63 1.82 1.76 5/211 20066
/proc/meminfo: memFree=31186140/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13974352 memory=39576 CPUtime=0.31 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 8990 0 0 0 28 3 0 0 20 0 15 0 100904520 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3493588 9894 3017 1 0 3482964 0
[pid=20052/tid=20053] ppid=20050 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 6138 0 0 0 16 2 0 0 20 0 15 0 100904521 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140167140506320 140167136289949 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100904521 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166613644832 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100904523 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166612591984 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 629 0 0 0 2 0 0 0 20 0 15 0 100904526 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 100904526 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) R 20050 20050 13977 0 -1 4202560 706 0 0 0 6 0 0 0 20 0 15 0 100904526 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167120348510 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904530 14309736448 9894 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40956 KiB

[startup+0.7065 s]
/proc/loadavg: 1.63 1.82 1.76 5/211 20066
/proc/meminfo: memFree=31168340/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13978684 memory=83624 CPUtime=1.3 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 13072 0 0 0 126 4 0 0 20 0 15 0 100904520 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3494671 20906 3158 1 0 3482964 0
[pid=20052/tid=20053] ppid=20050 vsize=13978684 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 7843 0 0 0 53 3 0 0 20 0 15 0 100904521 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140167140504192 140166744532107 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13978684 memory=5932745298074569865 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13978684 memory=3472328296160574753 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904521 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100904521 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100904523 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13978684 memory=2 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100904523 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166613644832 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100904523 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166612591984 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13978684 memory=22 CPUtime=0.23 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) R 20050 20050 13977 0 -1 4202560 1300 0 0 0 23 0 0 0 20 0 15 0 100904526 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166610487760 140167116121672 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13978684 memory=3 CPUtime=0.23 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) R 20050 20050 13977 0 -1 4202560 1174 0 0 0 23 0 0 0 20 0 15 0 100904526 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167115765324 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13978684 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) S 20050 20050 13977 0 -1 1077944384 1448 0 0 0 25 0 0 0 20 0 15 0 100904526 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100904530 14314172416 20906 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85004 KiB

[startup+1.50508 s]
/proc/loadavg: 1.63 1.82 1.76 5/211 20066
/proc/meminfo: memFree=31025484/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13980732 memory=228476 CPUtime=3.86 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 15619 0 0 0 375 11 0 0 20 0 15 0 100904520 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3495183 57119 3216 1 0 3483476 0
[pid=20052/tid=20053] ppid=20050 vsize=13980732 memory=4120 CPUtime=1.31 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 8550 0 0 0 126 5 0 0 20 0 15 0 100904521 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140167140501568 140166744379656 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13980732 memory=54896 CPUtime=0.02 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 15 0 100904521 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13980732 memory=280742819301584 CPUtime=0.02 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 100904521 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13980732 memory=288230621803970871 CPUtime=0.03 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 100904521 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13980732 memory=280742819312416 CPUtime=0.03 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 100904521 14316269568 57119 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13980732 memory=83624 CPUtime=0 cores=0,2,4,6

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

/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166612592000 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13980732 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13980732 memory=2909392 CPUtime=3.6 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 23294 0 0 0 359 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13980732 memory=1380 CPUtime=3.37 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 19388 0 0 0 335 2 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13980732 memory=1380 CPUtime=0.79 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) S 20050 20050 13977 0 -1 1077944384 13671 0 0 0 78 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13980732 memory=2909392 CPUtime=1.57 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 2621 0 0 0 75 82 0 0 20 0 15 0 100904530 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 2403.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2910772 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.05 1.99 3/215 20350
/proc/meminfo: memFree=28238380/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13980732 memory=2909392 CPUtime=2463.82 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 326896 0 0 0 246183 199 0 0 20 0 15 0 100904520 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3495183 727348 3253 1 0 3483476 0
[pid=20052/tid=20053] ppid=20050 vsize=13980732 memory=2909392 CPUtime=2436.36 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 219367 0 0 0 243608 28 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167140504456 140166751944105 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.03 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 5910 0 0 0 382 21 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.09 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 6872 0 0 0 382 27 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 10109 0 0 0 389 24 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 6851 0 0 0 391 22 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13980732 memory=2909392 CPUtime=1.61 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 17380 0 0 0 151 10 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166613644896 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13980732 memory=2909392 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166612592000 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13980732 memory=1380 CPUtime=3.6 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 23300 0 0 0 359 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13980732 memory=1380 CPUtime=3.37 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 19397 0 0 0 335 2 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13980732 memory=1380 CPUtime=0.79 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) S 20050 20050 13977 0 -1 1077944384 13684 0 0 0 78 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13980732 memory=2909392 CPUtime=1.61 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 2697 0 0 0 77 84 0 0 20 0 15 0 100904530 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 2463.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2910772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.5 s]
/proc/loadavg: 1.98 2.02 1.99 3/216 20353
/proc/meminfo: memFree=28237868/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13980732 memory=2909392 CPUtime=2520.06 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 327389 0 0 0 251805 201 0 0 20 0 15 0 100904520 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3495183 727348 3253 1 0 3483476 0
[pid=20052/tid=20053] ppid=20050 vsize=13980732 memory=1380 CPUtime=2492.57 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 219796 0 0 0 249228 29 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167140504456 140166752527645 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13980732 memory=1380 CPUtime=4.03 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 5910 0 0 0 382 21 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.09 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 6872 0 0 0 382 27 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 10109 0 0 0 389 24 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 6851 0 0 0 391 22 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13980732 memory=2909392 CPUtime=1.62 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 17390 0 0 0 152 10 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13980732 memory=2909392 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166613644896 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13980732 memory=2909392 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166612592000 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13980732 memory=1380 CPUtime=3.6 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 23303 0 0 0 359 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13980732 memory=2909392 CPUtime=3.37 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 19405 0 0 0 335 2 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13980732 memory=1380 CPUtime=0.79 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) S 20050 20050 13977 0 -1 1077944384 13687 0 0 0 78 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13980732 memory=1380 CPUtime=1.64 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 2737 0 0 0 78 86 0 0 20 0 15 0 100904530 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2910772 KiB

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

[startup+2498.51 s]
# the end of solver process 20050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000963 s, system=0.000963 s

[startup+2498.53 s]
# the end of solver process 20052 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.07 s, system=2.03436 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2498.5 s]
/proc/loadavg: 1.98 2.02 1.99 3/216 20353
/proc/meminfo: memFree=28237868/32770624 swapFree=67108860/67108860
[pid=20050] ppid=20047 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20050/stat : 20050 (xcsp3-exec) S 20047 20050 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 100904512 9740288 345 18446744073709551615 4194304 5098028 140735465214016 140735465212120 140622085747324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 26906624 140735465222520 140735465222725 140735465222725 140735465226219 0
/proc/20050/statm: 2378 345 289 221 0 87 0
[pid=20052] ppid=20050 vsize=13980732 memory=2909392 CPUtime=2520.06 cores=0,2,4,6
/proc/20052/stat : 20052 (java) S 20050 20050 13977 0 -1 1077944320 327389 0 0 0 251805 201 0 0 20 0 15 0 100904520 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140731471479216 140167136268023 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
/proc/20052/statm: 3495183 727348 3253 1 0 3483476 0
[pid=20052/tid=20053] ppid=20050 vsize=13980732 memory=1380 CPUtime=2492.57 cores=0,2,4,6
/proc/20052/task/20053/stat : 20053 (java) R 20050 20050 13977 0 -1 4202560 219796 0 0 0 249228 29 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167140504456 140166752527645 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20054] ppid=20050 vsize=13980732 memory=1380 CPUtime=4.03 cores=0,2,4,6
/proc/20052/task/20054/stat : 20054 (java) S 20050 20050 13977 0 -1 1077944384 5910 0 0 0 382 21 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167070702224 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20055] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.09 cores=0,2,4,6
/proc/20052/task/20055/stat : 20055 (java) S 20050 20050 13977 0 -1 1077944384 6872 0 0 0 382 27 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167069649424 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20056] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20056/stat : 20056 (java) S 20050 20050 13977 0 -1 1077944384 10109 0 0 0 389 24 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167068596624 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20057] ppid=20050 vsize=13980732 memory=2909392 CPUtime=4.13 cores=0,2,4,6
/proc/20052/task/20057/stat : 20057 (java) S 20050 20050 13977 0 -1 1077944384 6851 0 0 0 391 22 0 0 20 0 15 0 100904521 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140167067543824 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20058] ppid=20050 vsize=13980732 memory=2909392 CPUtime=1.62 cores=0,2,4,6
/proc/20052/task/20058/stat : 20058 (java) S 20050 20050 13977 0 -1 1077944384 17390 0 0 0 152 10 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166614698864 140167136279170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20059] ppid=20050 vsize=13980732 memory=2909392 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20059/stat : 20059 (java) S 20050 20050 13977 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166613644896 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20060] ppid=20050 vsize=13980732 memory=2909392 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20060/stat : 20060 (java) S 20050 20050 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 100904523 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166612592000 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20061] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20061/stat : 20061 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166611540304 140167136286619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20062] ppid=20050 vsize=13980732 memory=1380 CPUtime=3.6 cores=0,2,4,6
/proc/20052/task/20062/stat : 20062 (java) S 20050 20050 13977 0 -1 1077944384 23303 0 0 0 359 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166610487664 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20063] ppid=20050 vsize=13980732 memory=2909392 CPUtime=3.37 cores=0,2,4,6
/proc/20052/task/20063/stat : 20063 (java) S 20050 20050 13977 0 -1 1077944384 19405 0 0 0 335 2 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166609434864 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20064] ppid=20050 vsize=13980732 memory=1380 CPUtime=0.79 cores=0,2,4,6
/proc/20052/task/20064/stat : 20064 (java) S 20050 20050 13977 0 -1 1077944384 13687 0 0 0 78 1 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166608382064 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20065] ppid=20050 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20052/task/20065/stat : 20065 (java) S 20050 20050 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100904526 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166607329504 140167136278229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
[pid=20052/tid=20066] ppid=20050 vsize=13980732 memory=1380 CPUtime=1.64 cores=0,2,4,6
/proc/20052/task/20066/stat : 20066 (java) S 20050 20050 13977 0 -1 1077944384 2737 0 0 0 78 86 0 0 20 0 15 0 100904530 14316269568 727348 18446744073709551615 4194304 4196468 140731471496672 140166606277808 140167136279170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26447872 140731471499697 140731471499873 140731471499873 140731471503311 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2910772 KiB

Child status: 143
Real time (s): 2498.53
CPU time (s): 2520.1
CPU user time (s): 2518.07
CPU system time (s): 2.03436
CPU usage (%): 100.864
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2910772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.07
system time used= 2.03436
maximum resident set size= 2916112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57864
involuntary context switches= 2820


# summary of solver processes directly reported to runsolver:
#   pid: 20050,20052
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.07
#   total CPU system time (s): 2.03436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1212 second user time and 24.5111 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 08:39:42
IDJOB=4281850
IDBENCH=126239
IDSOLVER=2677
FILE ID=node124/4281850-1503125639
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-a4.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-4281850-1503125639/watcher-4281850-1503125639 -o /tmp/evaluation-result-4281850-1503125639/solver-4281850-1503125639 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1721757023 HOME/instance-4281850-1503125639.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=1721757023

node124.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.51
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.51
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.51
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.51
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:        31214036 kB
MemAvailable:   31825104 kB
Buffers:          287956 kB
Cached:           616556 kB
SwapCached:            0 kB
Active:           742876 kB
Inactive:         361112 kB
Active(anon):     152024 kB
Inactive(anon):    89140 kB
Active(file):     590852 kB
Inactive(file):   271972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9268 kB
Writeback:             4 kB
AnonPages:        199244 kB
Mapped:            68852 kB
Shmem:             41704 kB
Slab:             155392 kB
SReclaimable:     128160 kB
SUnreclaim:        27232 kB
KernelStack:        3424 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node124 at 2017-08-19 09:21:21