Trace number 4269008

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)SAT (TO)3 2520.1001 2514.8101

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269008-1502827625.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269008-1502827625.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
1.59/0.81	c solve instance...
16.52/13.83	o 0 
74.53/70.59	o 1 
110.92/106.72	o 2 
1723.85/1718.91	o 3 
2520.08/2514.80	s SATISFIABLE
2520.08/2514.80	v <instantiation>
2520.08/2514.80	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
2520.08/2514.80	v 	<values>3 498 485 0 471 265 261 464 269 262 451 276 273 450 276 274 449 276 275 427 292 278 424 369 0 405 297 281 403 317 259 400 287 279 394 355 250 388 310 275 380 321 253 375 304 284 374 374 252 368 300 284 365 357 250 344 322 250 339 322 0 337 328 252 0 0 0 0 0 0 0 0 0 </values>
2520.08/2514.80	v </instantiation>
2520.08/2514.80	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269008-1502827625/watcher-4269008-1502827625 -o /tmp/evaluation-result-4269008-1502827625/solver-4269008-1502827625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 113325802 HOME/instance-4269008-1502827625.xml 

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

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


[startup+0.100105 s]*
/proc/loadavg: 2.00 1.99 1.93 3/208 24744
/proc/meminfo: memFree=31434556/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13574484 memory=18048 CPUtime=0.02 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 3817 0 0 0 1 1 0 0 20 0 9 0 130269049 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3393621 4512 2086 1 0 3383118 0
[pid=24738/tid=24739] ppid=24736 vsize=13574484 memory=-8713483618642983523 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 2518 0 0 0 1 0 0 0 20 0 9 0 130269049 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140300389897360 140300369737054 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 130269050 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13574484 memory=140303380104832 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 130269050 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 130269050 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 130269050 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13574484 memory=140303380104832 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 130269052 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 130269052 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 130269052 13900271616 4512 18446744073709551615 4194304 4196468 140733385182464 140299861972144 140300385666773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19428 KiB

[startup+0.210256 s]*
/proc/loadavg: 2.00 1.99 1.93 3/216 24752
/proc/meminfo: memFree=31429596/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13974352 memory=26684 CPUtime=0.09 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 5079 0 0 0 8 1 0 0 20 0 15 0 130269049 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3493588 6671 2754 1 0 3482964 0
[pid=24738/tid=24739] ppid=24736 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 3222 0 0 0 6 1 0 0 20 0 15 0 130269049 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140300389878816 140300371024719 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13974352 memory=12630 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13974352 memory=140303380128129 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13974352 memory=140303380104832 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 130269055 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13974352 memory=140303380104832 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 15 0 130269055 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13974352 memory=140303380104832 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269061 14309736448 6671 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28064 KiB

[startup+0.315168 s]*
/proc/loadavg: 2.00 1.99 1.93 4/216 24752
/proc/meminfo: memFree=31416172/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13974352 memory=37308 CPUtime=0.29 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 8887 0 0 0 26 3 0 0 20 0 15 0 130269049 14309736448 9327 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3493588 9327 2984 1 0 3482964 0
[pid=24738/tid=24739] ppid=24736 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 6133 0 0 0 15 2 0 0 20 0 15 0 130269049 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140300389886752 140300385678493 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130269052 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 15 0 130269055 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) R 24736 24736 4674 0 -1 4202560 199 0 0 0 2 0 0 0 20 0 15 0 130269055 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300369157134 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) R 24736 24736 4674 0 -1 4202560 737 0 0 0 6 0 0 0 20 0 15 0 130269055 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385668502 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269061 14309736448 9839 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38688 KiB

[startup+0.700979 s]
/proc/loadavg: 2.00 1.99 1.93 5/216 24752
/proc/meminfo: memFree=31404880/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13980732 memory=77540 CPUtime=1.25 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 12518 0 0 0 120 5 0 0 20 0 15 0 130269049 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3495183 19385 3165 1 0 3483476 0
[pid=24738/tid=24739] ppid=24736 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 8011 0 0 0 50 4 0 0 20 0 15 0 130269049 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140300389886144 140300025775712 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13980732 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13980732 memory=984 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13980732 memory=1 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) R 24736 24736 4674 0 -1 4202560 1033 0 0 0 22 0 0 0 20 0 15 0 130269055 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299859850752 140300370764238 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13980732 memory=29 CPUtime=0.21 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) R 24736 24736 4674 0 -1 4202560 792 0 0 0 21 0 0 0 20 0 15 0 130269055 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299858805264 140300369142685 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13980732 memory=229 CPUtime=0.25 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 1373 0 0 0 25 0 0 0 20 0 15 0 130269055 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269061 14316269568 19385 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 78920 KiB

[startup+1.50091 s]
/proc/loadavg: 2.00 1.99 1.93 4/216 24752
/proc/meminfo: memFree=31365976/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13980732 memory=93916 CPUtime=2.87 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 17483 0 0 0 280 7 0 0 20 0 15 0 130269049 14316269568 23479 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3495183 23479 3173 1 0 3483476 0
[pid=24738/tid=24739] ppid=24736 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 9024 0 0 0 130 5 0 0 20 0 15 0 130269049 14316269568 23479 18446744073709551615 4194304 4196468 140733385182464 140300389895240 140300026424110 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13980732 memory=280606454031552 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 23479 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 23479 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13980732 memory=6933690287860520088 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130269050 14316269568 23479 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13980732 memory=4138356658378995242 CPUtime=0 cores=1,3,5,7

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

/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13980732 memory=63600 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13980732 memory=1296 CPUtime=2.51 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 17827 0 0 0 250 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13980732 memory=1380 CPUtime=1.67 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) S 24736 24736 4674 0 -1 1077944384 13520 0 0 0 166 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.55 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 7417 0 0 0 54 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13980732 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13980732 memory=4148 CPUtime=0.45 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1151 0 0 0 18 27 0 0 20 0 15 0 130269061 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 2387.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 223004 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.79 1.85 3/214 25006
/proc/meminfo: memFree=31252804/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13980732 memory=221624 CPUtime=2447.56 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 65334 0 0 0 244720 36 0 0 20 0 15 0 130269049 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3495183 55406 3218 1 0 3483476 0
[pid=24738/tid=24739] ppid=24736 vsize=13980732 memory=221624 CPUtime=2442.18 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 19834 0 0 0 244211 7 0 0 20 0 15 0 130269049 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140300389895256 140300026573421 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 633 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 867 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.03 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 1801 0 0 0 2 1 0 0 20 0 15 0 130269052 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13980732 memory=221624 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13980732 memory=221624 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13980732 memory=221624 CPUtime=2.51 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 17829 0 0 0 250 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13980732 memory=1380 CPUtime=1.67 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) S 24736 24736 4674 0 -1 1077944384 13523 0 0 0 166 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.55 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 7419 0 0 0 54 1 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.47 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1175 0 0 0 19 28 0 0 20 0 15 0 130269061 14316269568 55406 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 2447.56 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 223004 KiB

[startup+2502.3 s]
/proc/loadavg: 1.68 1.76 1.84 4/214 25008
/proc/meminfo: memFree=31253916/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13980732 memory=221100 CPUtime=2507.58 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 66056 0 0 0 250721 37 0 0 20 0 15 0 130269049 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3495183 55275 3218 1 0 3483476 0
[pid=24738/tid=24739] ppid=24736 vsize=13980732 memory=221100 CPUtime=2502.18 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 20000 0 0 0 250211 7 0 0 20 0 15 0 130269049 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140300389895920 140300026424116 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 815 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 565 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 950 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13980732 memory=221624 CPUtime=0.03 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 1963 0 0 0 2 1 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13980732 memory=221624 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13980732 memory=221100 CPUtime=2.51 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 17829 0 0 0 250 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13980732 memory=221100 CPUtime=1.67 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) S 24736 24736 4674 0 -1 1077944384 13523 0 0 0 166 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.55 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 7419 0 0 0 54 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13980732 memory=221624 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13980732 memory=2012 CPUtime=0.48 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1179 0 0 0 19 29 0 0 20 0 15 0 130269061 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 2507.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 222480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.8 s]
/proc/loadavg: 1.66 1.75 1.84 3/214 25008
/proc/meminfo: memFree=31254164/32770624 swapFree=67108764/67108860
[pid=24736] ppid=24733 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (xcsp3-exec) S 24733 24736 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 130269042 9740288 345 18446744073709551615 4194304 5098028 140735550478960 140735550477064 139941588480636 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 8048640 140735550484857 140735550485061 140735550485061 140735550488555 0
/proc/24736/statm: 2378 345 289 221 0 87 0
[pid=24738] ppid=24736 vsize=13980732 memory=221100 CPUtime=2520.08 cores=1,3,5,7
/proc/24738/stat : 24738 (java) S 24736 24736 4674 0 -1 1077944320 66185 0 0 0 251971 37 0 0 20 0 15 0 130269049 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140733385165008 140300385656567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
/proc/24738/statm: 3495183 55275 3218 1 0 3483476 0
[pid=24738/tid=24739] ppid=24736 vsize=13980732 memory=3184238223303897776 CPUtime=2514.68 cores=1,3,5,7
/proc/24738/task/24739/stat : 24739 (java) R 24736 24736 4674 0 -1 4202560 20098 0 0 0 251461 7 0 0 20 0 15 0 130269049 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140300389895920 140300026423960 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24740] ppid=24736 vsize=13980732 memory=3472468599388500752 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24740/stat : 24740 (java) S 24736 24736 4674 0 -1 1077944384 815 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140300342623120 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24741] ppid=24736 vsize=13980732 memory=3184238223303440256 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24741/stat : 24741 (java) S 24736 24736 4674 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299984890640 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24742] ppid=24736 vsize=13980732 memory=3184238223303440352 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24742/stat : 24742 (java) S 24736 24736 4674 0 -1 1077944384 565 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299983838352 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24743] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.01 cores=1,3,5,7
/proc/24738/task/24743/stat : 24743 (java) S 24736 24736 4674 0 -1 1077944384 950 0 0 0 1 0 0 0 20 0 15 0 130269050 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299982785552 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24744] ppid=24736 vsize=13980732 memory=4064 CPUtime=0.03 cores=1,3,5,7
/proc/24738/task/24744/stat : 24744 (java) S 24736 24736 4674 0 -1 1077944384 1967 0 0 0 2 1 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299864078448 140300385667714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24745] ppid=24736 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24745/stat : 24745 (java) S 24736 24736 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299863024416 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24746] ppid=24736 vsize=13980732 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24746/stat : 24746 (java) S 24736 24736 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 130269052 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299861972080 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24747] ppid=24736 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24747/stat : 24747 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269054 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299860920400 140300385675163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24748] ppid=24736 vsize=13980732 memory=195136 CPUtime=2.51 cores=1,3,5,7
/proc/24738/task/24748/stat : 24748 (java) S 24736 24736 4674 0 -1 1077944384 17831 0 0 0 250 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299859868272 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24749] ppid=24736 vsize=13980732 memory=-8774313645642428999 CPUtime=1.67 cores=1,3,5,7
/proc/24738/task/24749/stat : 24749 (java) S 24736 24736 4674 0 -1 1077944384 13527 0 0 0 166 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299858815472 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24750] ppid=24736 vsize=13980732 memory=4872558044660077418 CPUtime=0.55 cores=1,3,5,7
/proc/24738/task/24750/stat : 24750 (java) S 24736 24736 4674 0 -1 1077944384 7421 0 0 0 54 1 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299857763184 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24751] ppid=24736 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24738/task/24751/stat : 24751 (java) S 24736 24736 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130269055 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299856710624 140300385666773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
[pid=24738/tid=24752] ppid=24736 vsize=13980732 memory=221100 CPUtime=0.48 cores=1,3,5,7
/proc/24738/task/24752/stat : 24752 (java) S 24736 24736 4674 0 -1 1077944384 1198 0 0 0 19 29 0 0 20 0 15 0 130269061 14316269568 55275 18446744073709551615 4194304 4196468 140733385182464 140299855657392 140300385667714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8028160 140733385187761 140733385187937 140733385187937 140733385191375 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 222480 KiB

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

[startup+2514.81 s]
# the end of solver process 24736 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00183 s, system=0 s

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

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

Child status: 143
Real time (s): 2514.81
CPU time (s): 2520.1
CPU user time (s): 2519.73
CPU system time (s): 0.377051
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 223004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.73
system time used= 0.377051
maximum resident set size= 225720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57494
involuntary context switches= 804


# summary of solver processes directly reported to runsolver:
#   pid: 24736,24738
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.73
#   total CPU system time (s): 0.377051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.868 second user time and 21.1224 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 21:53:12
IDJOB=4269008
IDBENCH=136037
IDSOLVER=2660
FILE ID=node134/4269008-1502827625
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.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-4269008-1502827625/watcher-4269008-1502827625 -o /tmp/evaluation-result-4269008-1502827625/solver-4269008-1502827625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 113325802 HOME/instance-4269008-1502827625.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=113325802

node134.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.43
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.43
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.43
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.43
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:        31443028 kB
MemAvailable:   31754176 kB
Buffers:          285332 kB
Cached:           328460 kB
SwapCached:            4 kB
Active:           619820 kB
Inactive:         258408 kB
Active(anon):     211132 kB
Inactive(anon):   102676 kB
Active(file):     408688 kB
Inactive(file):   155732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7808 kB
Writeback:             4 kB
AnonPages:        263992 kB
Mapped:            73716 kB
Shmem:             49756 kB
Slab:             152168 kB
SReclaimable:     125124 kB
SUnreclaim:        27044 kB
KernelStack:        3536 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1419672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 22:35:07