Trace number 4405799

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 7.38128 3.13238

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P07.xml
MD5SUMda29a6dd83857351367aad9031227a75
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.04114
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":42},{"degree":2,"count":39},{"degree":4,"count":6},{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity39
Distribution of constraint arities[{"arity":3,"count":39},{"arity":21,"count":1},{"arity":39,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405799-1569399008.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405799-1569399008.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.02/0.52	c solve instance...
7.27/3.08	s SATISFIABLE
7.27/3.08	v <instantiation>
7.27/3.08	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] cn[4][0] cn[4][1] cn[4][2] cn[5][0] cn[5][1] cn[5][2] cn[6][0] cn[6][1] cn[6][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] ce[4][0][1] ce[4][0][2] ce[4][1][2] ce[5][0][1] ce[5][0][2] ce[5][1][2] ce[6][0][1] ce[6][0][2] ce[6][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] cie[3][0] cie[3][1] cie[3][2] cie[4][0] cie[4][1] cie[4][2] cie[5][0] cie[5][1] cie[5][2] </list>
7.27/3.08	v 	<values>0 39 17 38 6 12 1 8 4 37 28 14 2 3 32 36 24 5 20 9 33 39 17 22 32 26 6 7 3 4 9 23 14 1 30 29 12 31 19 11 13 24 38 33 5 37 2 8 36 20 10 35 25 18 34 21 27 16 15 28 </values>
7.27/3.08	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405799-1569399008/watcher-4405799-1569399008 -o /var/tmp/evaluation-result-4405799-1569399008/solver-4405799-1569399008 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4405799-1569399008.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
solver pid=5472, runsolver pid=5469
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 1.62 1.65 1.46 5/229 5488
/proc/meminfo: memFree=24492512/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
[pid=5474] ppid=5472 vsize=15144776 memory=28576 CPUtime=0.13 cores=0,2,4,6
/proc/5474/stat : 5474 (java) S 5472 5472 4857 0 -1 1077944320 5627 0 0 0 11 2 0 0 20 0 15 0 515840899 15508250624 7144 33554432000 4194304 4196468 140726696998848 140726696981392 139799919660791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
/proc/5474/statm: 3786194 7144 3124 1 0 3748377 0
[pid=5474/tid=5475] ppid=5472 vsize=15144776 memory=8259220870599512923 CPUtime=0.09 cores=0,2,4,6
/proc/5474/task/5475/stat : 5475 (java) R 5472 5472 4857 0 -1 4202560 3557 0 0 0 8 1 0 0 20 0 15 0 515840900 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799923891712 139799903741278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5476] ppid=5472 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5476/stat : 5476 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799847701392 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5477] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5477/stat : 5477 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799846648592 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5478] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5478/stat : 5478 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799845596304 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5479] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5479/stat : 5479 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799844543504 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5480] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5480/stat : 5480 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799388239984 139799919671938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5481] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5481/stat : 5481 (java) S 5472 5472 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799387185952 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5482] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5482/stat : 5482 (java) S 5472 5472 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799386133616 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5483] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5483/stat : 5483 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799385081936 139799919679387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5484] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5484/stat : 5484 (java) S 5472 5472 4857 0 -1 1077944384 330 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799384029808 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5485] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5485/stat : 5485 (java) S 5472 5472 4857 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799382977008 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5486] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0.01 cores=0,2,4,6
/proc/5474/task/5486/stat : 5486 (java) R 5472 5472 4857 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799381924720 139799919682138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5487] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5487/stat : 5487 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799380872160 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5488] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5488/stat : 5488 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 7144 33554432000 4194304 4196468 140726696998848 139799379818928 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30032 KiB

[startup+0.210849 s]*
/proc/loadavg: 1.62 1.65 1.46 4/229 5488
/proc/meminfo: memFree=24478432/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
[pid=5474] ppid=5472 vsize=15144776 memory=41052 CPUtime=0.34 cores=0,2,4,6
/proc/5474/stat : 5474 (java) S 5472 5472 4857 0 -1 1077944320 9481 0 0 0 30 4 0 0 20 0 15 0 515840899 15508250624 10263 33554432000 4194304 4196468 140726696998848 140726696981392 139799919660791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
/proc/5474/statm: 3786194 10263 3306 1 0 3748377 0
[pid=5474/tid=5475] ppid=5472 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5474/task/5475/stat : 5475 (java) R 5472 5472 4857 0 -1 4202560 6588 0 0 0 17 3 0 0 20 0 15 0 515840900 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799923897488 139799526021425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5476] ppid=5472 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5476/stat : 5476 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799847701392 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5477] ppid=5472 vsize=15144776 memory=288370495118902912 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5477/stat : 5477 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799846648592 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5478] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5478/stat : 5478 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799845596304 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5479] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5479/stat : 5479 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799844543504 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5480] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5480/stat : 5480 (java) S 5472 5472 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799388239984 139799919671938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5481] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5481/stat : 5481 (java) S 5472 5472 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799387185952 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5482] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5482/stat : 5482 (java) S 5472 5472 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515840902 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799386133616 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5483] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5483/stat : 5483 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799385081936 139799919679387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5484] ppid=5472 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5474/task/5484/stat : 5484 (java) S 5472 5472 4857 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799384029808 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5485] ppid=5472 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5474/task/5485/stat : 5485 (java) S 5472 5472 4857 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799382977008 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5486] ppid=5472 vsize=15144776 memory=140118967191168 CPUtime=0.08 cores=0,2,4,6
/proc/5474/task/5486/stat : 5486 (java) R 5472 5472 4857 0 -1 4202560 799 0 0 0 8 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799381924720 139799903741278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5487] ppid=5472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5487/stat : 5487 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799380872160 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5488] ppid=5472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5488/stat : 5488 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840905 15508250624 10263 33554432000 4194304 4196468 140726696998848 139799379818928 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42508 KiB

[startup+0.31181 s]*
/proc/loadavg: 1.62 1.65 1.46 5/229 5488
/proc/meminfo: memFree=24470552/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
[pid=5474] ppid=5472 vsize=15149032 memory=49616 CPUtime=0.54 cores=0,2,4,6
/proc/5474/stat : 5474 (java) S 5472 5472 4857 0 -1 1077944320 10835 0 0 0 49 5 0 0 20 0 15 0 515840899 15512608768 12404 33554432000 4194304 4196468 140726696998848 140726696981392 139799919660791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
/proc/5474/statm: 3787258 12404 3352 1 0 3748377 0
[pid=5474/tid=5475] ppid=5472 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/5474/task/5475/stat : 5475 (java) R 5472 5472 4857 0 -1 4202560 7779 0 0 0 27 3 0 0 20 0 15 0 515840900 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799923894576 139799919682717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5476] ppid=5472 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5476/stat : 5476 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799847701392 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5477] ppid=5472 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5477/stat : 5477 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799846648592 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5478] ppid=5472 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5478/stat : 5478 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799845596304 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5479] ppid=5472 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5479/stat : 5479 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799844543504 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5480] ppid=5472 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5480/stat : 5480 (java) S 5472 5472 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515840902 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799388239984 139799919671938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5481] ppid=5472 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5481/stat : 5481 (java) S 5472 5472 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515840902 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799387185952 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5482] ppid=5472 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5482/stat : 5482 (java) S 5472 5472 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515840902 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799386133616 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5483] ppid=5472 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5483/stat : 5483 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799385081936 139799919679387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5484] ppid=5472 vsize=15149032 memory=-7384621950708166502 CPUtime=0.05 cores=0,2,4,6
/proc/5474/task/5484/stat : 5484 (java) R 5472 5472 4857 0 -1 4202560 560 0 0 0 5 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799384028208 139799904590204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5485] ppid=5472 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5474/task/5485/stat : 5485 (java) S 5472 5472 4857 0 -1 1077944384 328 0 0 0 3 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799382977008 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5486] ppid=5472 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5474/task/5486/stat : 5486 (java) S 5472 5472 4857 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799381924720 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5487] ppid=5472 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5487/stat : 5487 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799380872160 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5488] ppid=5472 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5488/stat : 5488 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840905 15512608768 12473 33554432000 4194304 4196468 140726696998848 139799379818928 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51072 KiB

[startup+0.702747 s]
/proc/loadavg: 1.62 1.65 1.46 3/229 5488
/proc/meminfo: memFree=24454132/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
[pid=5474] ppid=5472 vsize=15151156 memory=74688 CPUtime=1.6 cores=0,2,4,6
/proc/5474/stat : 5474 (java) S 5472 5472 4857 0 -1 1077944320 15510 0 0 0 153 7 0 0 20 0 15 0 515840899 15514783744 18672 33554432000 4194304 4196468 140726696998848 140726696981392 139799919660791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
/proc/5474/statm: 3787789 18672 3454 1 0 3748889 0
[pid=5474/tid=5475] ppid=5472 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/5474/task/5475/stat : 5475 (java) R 5472 5472 4857 0 -1 4202560 9173 0 0 0 64 4 0 0 20 0 15 0 515840900 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799923899680 139799527981161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5476] ppid=5472 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5476/stat : 5476 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799847701392 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5477] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5477/stat : 5477 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799846648592 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5478] ppid=5472 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5478/stat : 5478 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799845596304 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5479] ppid=5472 vsize=15151156 memory=66516 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5479/stat : 5479 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799844543504 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5480] ppid=5472 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5480/stat : 5480 (java) S 5472 5472 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799388239984 139799919671938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5481] ppid=5472 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5481/stat : 5481 (java) S 5472 5472 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799387185952 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5482] ppid=5472 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5482/stat : 5482 (java) S 5472 5472 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799386133616 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5483] ppid=5472 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5483/stat : 5483 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799385081936 139799919679387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5484] ppid=5472 vsize=15151156 memory=1716 CPUtime=0.29 cores=0,2,4,6
/proc/5474/task/5484/stat : 5484 (java) R 5472 5472 4857 0 -1 4202560 1634 0 0 0 29 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799384015832 139799901205392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5485] ppid=5472 vsize=15151156 memory=10604 CPUtime=0.27 cores=0,2,4,6
/proc/5474/task/5485/stat : 5485 (java) R 5472 5472 4857 0 -1 4202560 1558 0 0 0 27 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799382963032 139799901181987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5486] ppid=5472 vsize=15151156 memory=3636 CPUtime=0.32 cores=0,2,4,6
/proc/5474/task/5486/stat : 5486 (java) S 5472 5472 4857 0 -1 1077944384 1835 0 0 0 32 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799381924720 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5487] ppid=5472 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5487/stat : 5487 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799380872160 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5488] ppid=5472 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5488/stat : 5488 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 18672 33554432000 4194304 4196468 140726696998848 139799379818928 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 76144 KiB

[startup+1.50085 s]
/proc/loadavg: 1.62 1.65 1.46 5/229 5488
/proc/meminfo: memFree=24436400/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
[pid=5474] ppid=5472 vsize=15151156 memory=99200 CPUtime=4.07 cores=0,2,4,6
/proc/5474/stat : 5474 (java) S 5472 5472 4857 0 -1 1077944320 27481 0 0 0 399 8 0 0 20 0 15 0 515840899 15514783744 24800 33554432000 4194304 4196468 140726696998848 140726696981392 139799919660791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
/proc/5474/statm: 3787789 24800 3456 1 0 3748889 0
[pid=5474/tid=5475] ppid=5472 vsize=15151156 memory=-7816663703405220396 CPUtime=1.47 cores=0,2,4,6
/proc/5474/task/5475/stat : 5475 (java) R 5472 5472 4857 0 -1 4202560 9527 0 0 0 143 4 0 0 20 0 15 0 515840900 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799923897776 139799529316636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5476] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5476/stat : 5476 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799847701392 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5477] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5477/stat : 5477 (java) S 5472 5472 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799846648592 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5478] ppid=5472 vsize=15151156 memory=280237623658736 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5478/stat : 5478 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799845596304 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5479] ppid=5472 vsize=15151156 memory=1966187 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5479/stat : 5479 (java) S 5472 5472 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515840900 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799844543504 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5480] ppid=5472 vsize=15151156 memory=1967574 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5480/stat : 5480 (java) S 5472 5472 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799388239984 139799919671938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5481] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5481/stat : 5481 (java) S 5472 5472 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799387185952 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5482] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5482/stat : 5482 (java) S 5472 5472 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515840902 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799386133616 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5483] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5483/stat : 5483 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799385081936 139799919679387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5484] ppid=5472 vsize=15151156 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/5474/task/5484/stat : 5484 (java) R 5472 5472 4857 0 -1 4202560 6828 0 0 0 108 1 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799384022296 139799903047595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5485] ppid=5472 vsize=15151156 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/5474/task/5485/stat : 5485 (java) R 5472 5472 4857 0 -1 4202560 7106 0 0 0 107 1 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799382961968 139799919674655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5486] ppid=5472 vsize=15151156 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/5474/task/5486/stat : 5486 (java) S 5472 5472 4857 0 -1 1077944384 2708 0 0 0 40 1 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799381924720 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5487] ppid=5472 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5487/stat : 5487 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799380872160 139799919670997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
[pid=5474/tid=5488] ppid=5472 vsize=15151156 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/5474/task/5488/stat : 5488 (java) S 5472 5472 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515840905 15514783744 24800 33554432000 4194304 4196468 140726696998848 139799379818928 139799919671938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21823488 140726697001947 140726697002122 140726697002122 140726697005007 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100656 KiB

[startup+3.11052 s]
/proc/loadavg: 1.65 1.65 1.46 4/229 5488
/proc/meminfo: memFree=24404392/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB
heavy processes:

[startup+3.13234 s]
# the end of solver process 5472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.25702 s, system=0.124257 s

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

[startup+3.11052 s]*
/proc/loadavg: 1.65 1.65 1.46 2/216 5488
/proc/meminfo: memFree=24507432/32770624 swapFree=66976792/67108860
[pid=5472] ppid=5469 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5472/stat : 5472 (xcsp3-exec) S 5469 5472 4857 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515840899 115843072 364 33554432000 4194304 5098028 140736931686336 140736931684440 139978417918588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13516800 140736931693398 140736931693657 140736931693657 140736931696582 0
/proc/5472/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 3.13238
CPU time (s): 7.38128
CPU user time (s): 7.25702
CPU system time (s): 0.124257
CPU usage (%): 235.645
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 118184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.25702
system time used= 0.124257
maximum resident set size= 121344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30528
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= 2140
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 5472
#   total CPU time (s): 7.38128
#   total CPU user time (s): 7.25702
#   total CPU system time (s): 0.124257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057566 second user time and 0.071958 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-25 10:09:27
IDJOB=4405799
IDBENCH=120691
IDSOLVER=2869
FILE ID=node124/4405799-1569399008
RUNJOBID= node124-1569396629-4888
PBS_JOBID= 21705689
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405799-1569399008/watcher-4405799-1569399008 -o /var/tmp/evaluation-result-4405799-1569399008/solver-4405799-1569399008 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4405799-1569399008.xml

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

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=1860271512

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.47
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.47
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.47
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.47
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:        24508464 kB
MemAvailable:   31609652 kB
Buffers:          157260 kB
Cached:          7033672 kB
SwapCached:        29080 kB
Active:          3754984 kB
Inactive:        3676940 kB
Active(anon):     210320 kB
Inactive(anon):    88676 kB
Active(file):    3544664 kB
Inactive(file):  3588264 kB
Unevictable:      108340 kB
Mlocked:          108340 kB
SwapTotal:      67108860 kB
SwapFree:       66976792 kB
Dirty:             26624 kB
Writeback:             0 kB
AnonPages:        329900 kB
Mapped:            71632 kB
Shmem:             49096 kB
Slab:             425840 kB
SReclaimable:     396720 kB
SUnreclaim:        29120 kB
KernelStack:        4000 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node124 at 2019-09-25 10:09:31