Trace number 4270242

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-09)OPT86 2.1357501 1.02613

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-07-04.xml
MD5SUM7161a4ea6c9fe1994b00af2c2beb2482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark2.1235499
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size472
Distribution of domain sizes[{"size":1,"count":1},{"size":472,"count":91}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":20},{"degree":5,"count":29},{"degree":6,"count":21},{"degree":7,"count":9},{"degree":8,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":138},{"arity":39,"count":1},{"arity":40,"count":1},{"arity":49,"count":1},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270242-1502622269.xml"  -tl '264s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4270242-1502622269.xml, -tl, 264s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.85/0.65	c solve instance...
1.79/1.00	o 86 
2.10/1.01	s OPTIMUM FOUND
2.10/1.01	v <instantiation>
2.10/1.01	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
2.10/1.01	v 	<values>0 0 0 0 2 2 3 3 11 16 21 7 5 5 14 5 24 7 24 5 38 32 11 2 22 41 33 30 18 33 4 3 14 5 6 41 32 7 38 12 3 21 9 16 42 33 11 8 12 23 14 15 14 42 18 8 19 16 49 17 31 15 22 52 41 58 44 22 24 62 24 18 58 39 71 16 58 33 51 19 61 19 24 34 46 56 71 56 77 77 62 86 </values>
2.10/1.01	v </instantiation>

Verifier Data

OK	86

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270242-1502622269/watcher-4270242-1502622269 -o /tmp/evaluation-result-4270242-1502622269/solver-4270242-1502622269 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1232540721 HOME/instance-4270242-1502622269.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=25449, runsolver pid=25446

[startup+0.100113 s]*
/proc/loadavg: 2.02 2.05 1.95 3/201 25452
/proc/meminfo: memFree=30916856/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13358712 memory=12516 CPUtime=0 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 2894 0 0 0 0 0 0 0 20 0 6 0 64447619 13679321088 3129 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3339678 3129 1578 1 0 3329175 0
[pid=25451/tid=25452] ppid=25449 vsize=13358712 memory=8390339637985935414 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) R 25449 25449 897 0 -1 4202560 1718 0 0 0 0 0 0 0 20 0 6 0 64447619 13679321088 3195 18446744073709551615 4194304 4196468 140735757524800 140217737863760 140217694608357 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13358712 memory=288230596118065508 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64447620 13679321088 3195 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13358712 memory=288370467490944640 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64447620 13679321088 3195 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64447620 13679321088 3195 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64447620 13679321088 3195 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 13896 KiB

[startup+0.210092 s]*
/proc/loadavg: 2.02 2.05 1.95 3/214 25465
/proc/meminfo: memFree=30906144/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13974352 memory=25232 CPUtime=0.07 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 5209 0 0 0 7 0 0 0 20 0 15 0 64447619 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3493588 6308 2725 1 0 3482964 0
[pid=25451/tid=25452] ppid=25449 vsize=13974352 memory=8390339637985935414 CPUtime=0.06 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) R 25449 25449 897 0 -1 4202560 3376 0 0 0 6 0 0 0 20 0 15 0 64447619 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217737853328 140217733639574 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13974352 memory=307370894534390116 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13974352 memory=288370467490944640 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25457] ppid=25449 vsize=13974352 memory=140091339232896 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25457/stat : 25457 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447621 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217211791344 140217733638786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25458] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25458/stat : 25458 (java) S 25449 25449 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64447622 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217210737568 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25459] ppid=25449 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25459/stat : 25459 (java) S 25449 25449 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64447622 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217209684976 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25460] ppid=25449 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25460/stat : 25460 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447624 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217208633552 140217733646235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25461] ppid=25449 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25461/stat : 25461 (java) S 25449 25449 897 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 64447624 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217207581168 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25462] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25462/stat : 25462 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447624 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217206528624 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25463] ppid=25449 vsize=13974352 memory=140091339232896 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25463/stat : 25463 (java) R 25449 25449 897 0 -1 4202560 223 0 0 0 0 0 0 0 20 0 15 0 64447624 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217205476080 140217713963152 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25464] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25464/stat : 25464 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447625 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217204423776 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25465] ppid=25449 vsize=13974352 memory=140091339232896 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25465/stat : 25465 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447630 14309736448 6308 18446744073709551615 4194304 4196468 140735757524800 140217203370288 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26612 KiB

[startup+0.310174 s]*
/proc/loadavg: 2.02 2.05 1.95 4/214 25465
/proc/meminfo: memFree=30891264/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13974352 memory=36768 CPUtime=0.26 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 8744 0 0 0 24 2 0 0 20 0 15 0 64447619 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3493588 9192 2972 1 0 3482964 0
[pid=25451/tid=25452] ppid=25449 vsize=13974352 memory=8390339637985935414 CPUtime=0.15 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) R 25449 25449 897 0 -1 4202560 6077 0 0 0 14 1 0 0 20 0 15 0 64447619 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217737855408 140217717708126 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13974352 memory=301741395000176996 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13974352 memory=301934249898083968 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25457] ppid=25449 vsize=13974352 memory=4211961666880356343 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25457/stat : 25457 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447621 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217211791344 140217733638786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25458] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25458/stat : 25458 (java) S 25449 25449 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64447622 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217210737568 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25459] ppid=25449 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25459/stat : 25459 (java) S 25449 25449 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64447622 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217209684976 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25460] ppid=25449 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25460/stat : 25460 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447624 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217208633552 140217733646235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25461] ppid=25449 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25451/task/25461/stat : 25461 (java) R 25449 25449 897 0 -1 4202560 489 0 0 0 1 0 0 0 20 0 15 0 64447624 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217207581168 140217718016187 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25462] ppid=25449 vsize=13974352 memory=3472328296227679279 CPUtime=0.01 cores=1,3,5,7
/proc/25451/task/25462/stat : 25462 (java) S 25449 25449 897 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 64447624 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217206528624 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25463] ppid=25449 vsize=13974352 memory=140091339232896 CPUtime=0.05 cores=1,3,5,7
/proc/25451/task/25463/stat : 25463 (java) S 25449 25449 897 0 -1 1077944384 675 0 0 0 5 0 0 0 20 0 15 0 64447624 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217205476080 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25464] ppid=25449 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25464/stat : 25464 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447625 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217204423776 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25465] ppid=25449 vsize=13974352 memory=140091339232896 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25465/stat : 25465 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447630 14309736448 9192 18446744073709551615 4194304 4196468 140735757524800 140217203370288 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38148 KiB

[startup+0.703109 s]
/proc/loadavg: 2.02 2.05 1.95 4/214 25465
/proc/meminfo: memFree=30879940/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13980732 memory=64052 CPUtime=1.15 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 13691 0 0 0 111 4 0 0 20 0 15 0 64447619 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3495183 16013 3169 1 0 3483476 0
[pid=25451/tid=25452] ppid=25449 vsize=13980732 memory=7301550361408716898 CPUtime=0.54 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) R 25449 25449 897 0 -1 4202560 9156 0 0 0 51 3 0 0 20 0 15 0 64447619 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217737864896 140217344361185 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13980732 memory=2452 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13980732 memory=280182460003840 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13980732 memory=22 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25457] ppid=25449 vsize=13980732 memory=296 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25457/stat : 25457 (java) S 25449 25449 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 64447621 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217211791344 140217733638786 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25458] ppid=25449 vsize=13980732 memory=244 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25458/stat : 25458 (java) S 25449 25449 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64447622 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217210737568 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25459] ppid=25449 vsize=13980732 memory=833 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25459/stat : 25459 (java) S 25449 25449 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64447622 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217209684976 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25460] ppid=25449 vsize=13980732 memory=222 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25460/stat : 25460 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447624 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217208633552 140217733646235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25461] ppid=25449 vsize=13980732 memory=53 CPUtime=0.15 cores=1,3,5,7
/proc/25451/task/25461/stat : 25461 (java) R 25449 25449 897 0 -1 1077944384 998 0 0 0 15 0 0 0 20 0 15 0 64447624 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217207567952 140217733637845 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25462] ppid=25449 vsize=13980732 memory=4116 CPUtime=0.14 cores=1,3,5,7
/proc/25451/task/25462/stat : 25462 (java) R 25449 25449 897 0 -1 4202560 787 0 0 0 14 0 0 0 20 0 15 0 64447624 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217206517296 140217712798678 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25463] ppid=25449 vsize=13980732 memory=6657 CPUtime=0.3 cores=1,3,5,7
/proc/25451/task/25463/stat : 25463 (java) R 25449 25449 897 0 -1 4202560 1442 0 0 0 30 0 0 0 20 0 15 0 64447624 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217205476080 140217716996266 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25464] ppid=25449 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25464/stat : 25464 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447625 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217204423776 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25465] ppid=25449 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25465/stat : 25465 (java) R 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447630 14316269568 16013 18446744073709551615 4194304 4196468 140735757524800 140217203370288 140217733638786 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65432 KiB

[startup+1.02608 s]
# the end of solver process 25449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.06958 s, system=0.066177 s

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

[startup+0.801734 s]
/proc/loadavg: 2.02 2.05 1.95 4/214 25465
/proc/meminfo: memFree=30879940/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13980732 memory=67704 CPUtime=1.47 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 14665 0 0 0 143 4 0 0 20 0 15 0 64447619 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3495183 16926 3184 1 0 3483476 0
[pid=25451/tid=25452] ppid=25449 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) R 25449 25449 897 0 -1 4202560 9156 0 0 0 61 3 0 0 20 0 15 0 64447619 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217737863232 140217348065127 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13980732 memory=-7737605734073681312 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447620 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25457] ppid=25449 vsize=13980732 memory=280182460070464 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25457/stat : 25457 (java) S 25449 25449 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 64447621 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217211791344 140217733638786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25458] ppid=25449 vsize=13980732 memory=148 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25458/stat : 25458 (java) S 25449 25449 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64447622 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217210737568 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25459] ppid=25449 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25459/stat : 25459 (java) S 25449 25449 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64447622 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217209684976 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25460] ppid=25449 vsize=13980732 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25460/stat : 25460 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447624 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217208633552 140217733646235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25461] ppid=25449 vsize=13980732 memory=7595146320211562837 CPUtime=0.24 cores=1,3,5,7
/proc/25451/task/25461/stat : 25461 (java) R 25449 25449 897 0 -1 4202560 1376 0 0 0 24 0 0 0 20 0 15 0 64447624 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217207567192 140217718546664 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25462] ppid=25449 vsize=13980732 memory=6003410828765843536 CPUtime=0.24 cores=1,3,5,7
/proc/25451/task/25462/stat : 25462 (java) R 25449 25449 897 0 -1 4202560 1271 0 0 0 24 0 0 0 20 0 15 0 64447624 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217206520656 140217715172188 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25463] ppid=25449 vsize=13980732 memory=5864918620180207712 CPUtime=0.32 cores=1,3,5,7
/proc/25451/task/25463/stat : 25463 (java) R 25449 25449 897 0 -1 4202560 1555 0 0 0 32 0 0 0 20 0 15 0 64447624 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217205476080 140217717708126 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25464] ppid=25449 vsize=13980732 memory=7739248361123960421 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25464/stat : 25464 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64447625 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217204423776 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25465] ppid=25449 vsize=13980732 memory=6299806285740533330 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25465/stat : 25465 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64447630 14316269568 16926 18446744073709551615 4194304 4196468 140735757524800 140217203370288 140217733638786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69084 KiB

[startup+1.00174 s]*
/proc/loadavg: 2.02 2.05 1.95 5/214 25465
/proc/meminfo: memFree=30842944/32770624 swapFree=67108860/67108860
[pid=25449] ppid=25446 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25449/stat : 25449 (xcsp3-exec) S 25446 25449 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64447609 9740288 345 18446744073709551615 4194304 5098028 140733763208304 140733763206408 140584371618428 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 15929344 140733763215742 140733763215946 140733763215946 140733763219435 0
/proc/25449/statm: 2378 345 289 221 0 87 0
[pid=25451] ppid=25449 vsize=13980732 memory=89708 CPUtime=2.1 cores=1,3,5,7
/proc/25451/stat : 25451 (java) S 25449 25449 897 0 -1 1077944320 19087 0 0 0 205 5 0 0 20 0 15 0 64447619 14316269568 22425 18446744073709551615 4194304 4196468 140735757524800 140735757507344 140217733627639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
/proc/25451/statm: 3495183 22427 3187 1 0 3483476 0
[pid=25451/tid=25452] ppid=25449 vsize=13980732 memory=7077796292425249400 CPUtime=0.85 cores=1,3,5,7
/proc/25451/task/25452/stat : 25452 (java) S 25449 25449 897 0 -1 1077944384 9166 0 0 0 82 3 0 0 20 0 14 0 64447619 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217737870480 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25453] ppid=25449 vsize=13980732 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25453/stat : 25453 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64447620 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217668061968 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25454] ppid=25449 vsize=13980732 memory=140091339232896 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25454/stat : 25454 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64447620 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217667009424 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25455] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25455/stat : 25455 (java) S 25449 25449 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64447620 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217665956880 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25456] ppid=25449 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25456/stat : 25456 (java) S 25449 25449 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64447620 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217664904336 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25457] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25457/stat : 25457 (java) S 25449 25449 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 64447621 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217211791552 140217733638786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25458] ppid=25449 vsize=13980732 memory=-4866526899798303339 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25458/stat : 25458 (java) S 25449 25449 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64447622 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217210737568 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25459] ppid=25449 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25459/stat : 25459 (java) S 25449 25449 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64447622 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217209684976 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25460] ppid=25449 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25460/stat : 25460 (java) S 25449 25449 897 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 64447624 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217208633200 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25461] ppid=25449 vsize=13980732 memory=6943487855420614559 CPUtime=0.45 cores=1,3,5,7
/proc/25451/task/25461/stat : 25461 (java) R 25449 25449 897 0 -1 4202560 3856 0 0 0 44 1 0 0 20 0 14 0 64447624 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217207561448 140217711222417 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25462] ppid=25449 vsize=13980732 memory=7896318971486248851 CPUtime=0.45 cores=1,3,5,7
/proc/25451/task/25462/stat : 25462 (java) R 25449 25449 897 0 -1 4202560 3126 0 0 0 45 0 0 0 20 0 14 0 64447624 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217206509640 140217717538334 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25463] ppid=25449 vsize=13980732 memory=-7027409196973580341 CPUtime=0.33 cores=1,3,5,7
/proc/25451/task/25463/stat : 25463 (java) R 25449 25449 897 0 -1 1077944384 1630 0 0 0 33 0 0 0 20 0 14 0 64447624 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217205476080 140217733638786 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
[pid=25451/tid=25464] ppid=25449 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25451/task/25464/stat : 25464 (java) S 25449 25449 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64447625 14316269568 22431 18446744073709551615 4194304 4196468 140735757524800 140217204423776 140217733637845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32907264 140735757533623 140735757533798 140735757533798 140735757537231 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 91088 KiB

Child status: 0
Real time (s): 1.02613
CPU time (s): 2.13575
CPU user time (s): 2.06958
CPU system time (s): 0.066177
CPU usage (%): 208.136
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 91088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06957
system time used= 0.066177
maximum resident set size= 90280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1714
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 25449
#   total CPU time (s): 2.13575
#   total CPU user time (s): 2.06958
#   total CPU system time (s): 0.066177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031735 second user time and 0.054043 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 12:50:23
IDJOB=4270242
IDBENCH=129045
IDSOLVER=2661
FILE ID=node125/4270242-1502622269
RUNJOBID= node125-1502615132-20542
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-07-04.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-4270242-1502622269/watcher-4270242-1502622269 -o /tmp/evaluation-result-4270242-1502622269/solver-4270242-1502622269 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1232540721 HOME/instance-4270242-1502622269.xml

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

MD5SUM BENCH= 7161a4ea6c9fe1994b00af2c2beb2482
RANDOM SEED=1232540721

node125.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.07
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.07
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.07
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.07
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:        30918184 kB
MemAvailable:   31767480 kB
Buffers:          282696 kB
Cached:           862540 kB
SwapCached:            0 kB
Active:           844616 kB
Inactive:         578908 kB
Active(anon):     278640 kB
Inactive(anon):    33100 kB
Active(file):     565976 kB
Inactive(file):   545808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             0 kB
AnonPages:        277876 kB
Mapped:            59908 kB
Shmem:             33444 kB
Slab:             132688 kB
SReclaimable:     106692 kB
SUnreclaim:        25996 kB
KernelStack:        3520 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-13 12:50:25