Trace number 4269783

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 4.0.5 seq (2017-08-09)SAT 0.87801802 0.64498299

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-ewddr1-9.xml
MD5SUM175fb08d85d071680a829b1f7b92a261
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 benchmark0.054237001
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints90
Number of domains1
Minimum domain size1
Maximum domain size1
Distribution of domain sizes[{"size":1,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":30}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.04	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269783-1502649867.xml"  -tl '2520s' -p 1 -x 0
0.17/0.23	c [HOME/instance-4269783-1502649867.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.34	c simple solver
0.40/0.43	c parse instance...
0.81/0.62	c solve instance...
0.81/0.63	s SATISFIABLE
0.81/0.63	v <instantiation>
0.81/0.63	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
0.81/0.63	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
0.81/0.63	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 (15467 MiB free)
  memory of node 1: 16384 MiB (15616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269783-1502649867/watcher-4269783-1502649867 -o /tmp/evaluation-result-4269783-1502649867/solver-4269783-1502649867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 839289771 HOME/instance-4269783-1502649867.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=24500, runsolver pid=24497
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 2.16 2.02 2.04 3/207 24519
/proc/meminfo: memFree=31808580/32770624 swapFree=67108764/67108860
[pid=24500] ppid=24497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 112493142 9740288 345 18446744073709551615 4194304 5098028 140735727827248 140735727825352 140223024083580 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 19464192 140735727829369 140735727829573 140735727829573 140735727833067 0
/proc/24500/statm: 2378 345 289 221 0 87 0
[pid=24502] ppid=24500 vsize=13907304 memory=21976 CPUtime=0.05 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 4674 0 -1 1077944320 4893 0 0 0 4 1 0 0 20 0 14 0 112493146 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 140723083097344 139928675393271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
/proc/24502/statm: 3476826 5494 2578 1 0 3466323 0
[pid=24502/tid=24504] ppid=24500 vsize=13907304 memory=7077796292425249400 CPUtime=0.04 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) D 24500 24500 4674 0 -1 4202560 3058 0 0 0 4 0 0 0 20 0 14 0 112493147 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928679630752 139928675415293 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24507] ppid=24500 vsize=13907304 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112493147 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928632359312 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24510] ppid=24500 vsize=13907304 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112493148 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928631306512 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24512] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112493148 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928630254224 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24513] ppid=24500 vsize=13907304 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112493148 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928629201424 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24515] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112493149 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928153344624 139928675404418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24517] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) S 24500 24500 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112493149 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928152290592 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24519] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) S 24500 24500 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112493150 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928151238256 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24520] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112493152 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928150186576 139928675411867 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24521] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24521/stat : 24521 (java) S 24500 24500 4674 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 14 0 112493152 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928149133424 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24522] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24522/stat : 24522 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112493152 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928148080624 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24523] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24523/stat : 24523 (java) S 24500 24500 4674 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 112493152 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928147028336 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24526] ppid=24500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24526/stat : 24526 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112493152 14241079296 5494 18446744073709551615 4194304 4196468 140723083114800 139928145975776 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23356 KiB

[startup+0.211189 s]*
/proc/loadavg: 2.16 2.02 2.04 4/219 24531
/proc/meminfo: memFree=31799500/32770624 swapFree=67108764/67108860
[pid=24500] ppid=24497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 112493142 9740288 345 18446744073709551615 4194304 5098028 140735727827248 140735727825352 140223024083580 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 19464192 140735727829369 140735727829573 140735727829573 140735727833067 0
/proc/24500/statm: 2378 345 289 221 0 87 0
[pid=24502] ppid=24500 vsize=13974352 memory=30836 CPUtime=0.17 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 4674 0 -1 1077944320 6182 0 0 0 16 1 0 0 20 0 15 0 112493146 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 140723083097344 139928675393271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
/proc/24502/statm: 3493588 7709 2962 1 0 3482964 0
[pid=24502/tid=24504] ppid=24500 vsize=13974352 memory=7077796292425249400 CPUtime=0.11 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) R 24500 24500 4674 0 -1 4202560 3494 0 0 0 10 1 0 0 20 0 15 0 112493147 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928679620192 139928675414618 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24507] ppid=24500 vsize=13974352 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493147 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928632359312 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24510] ppid=24500 vsize=13974352 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928631306512 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24512] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928630254224 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24513] ppid=24500 vsize=13974352 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928629201424 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24515] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493149 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928153344624 139928675404418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24517] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) S 24500 24500 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493149 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928152290592 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24519] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) S 24500 24500 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493150 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928151238256 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24520] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928150186576 139928675411867 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24521] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24521/stat : 24521 (java) S 24500 24500 4674 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 15 0 112493152 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928149133424 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24522] ppid=24500 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24502/task/24522/stat : 24522 (java) R 24500 24500 4674 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 15 0 112493152 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928148061640 139928653085584 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24523] ppid=24500 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24502/task/24523/stat : 24523 (java) R 24500 24500 4674 0 -1 4202560 659 0 0 0 3 0 0 0 20 0 15 0 112493152 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928147025272 139928653985826 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24526] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24526/stat : 24526 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928145975776 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24530] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24530/stat : 24530 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493157 14309736448 7709 18446744073709551615 4194304 4196468 140723083114800 139928144923568 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32216 KiB

[startup+0.310854 s]*
/proc/loadavg: 2.16 2.02 2.04 5/219 24531
/proc/meminfo: memFree=31768484/32770624 swapFree=67108764/67108860
[pid=24500] ppid=24497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 112493142 9740288 345 18446744073709551615 4194304 5098028 140735727827248 140735727825352 140223024083580 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 19464192 140735727829369 140735727829573 140735727829573 140735727833067 0
/proc/24500/statm: 2378 345 289 221 0 87 0
[pid=24502] ppid=24500 vsize=13974352 memory=37388 CPUtime=0.29 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 4674 0 -1 1077944320 8920 0 1 0 26 3 0 0 20 0 15 0 112493146 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 140723083097344 139928675393271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
/proc/24502/statm: 3493588 9347 2997 1 0 3482964 0
[pid=24502/tid=24504] ppid=24500 vsize=13974352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) R 24500 24500 4674 0 -1 4202560 6131 0 1 0 15 2 0 0 20 0 15 0 112493147 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928679628976 139928675415197 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24507] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493147 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928632359312 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24510] ppid=24500 vsize=13974352 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928631306512 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24512] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928630254224 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24513] ppid=24500 vsize=13974352 memory=3472328296160571439 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493148 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928629201424 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24515] ppid=24500 vsize=13974352 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493149 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928153344624 139928675404418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24517] ppid=24500 vsize=13974352 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) S 24500 24500 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493149 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928152290592 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24519] ppid=24500 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) S 24500 24500 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493150 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928151238256 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24520] ppid=24500 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928150186576 139928675411867 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24521] ppid=24500 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24502/task/24521/stat : 24521 (java) R 24500 24500 4674 0 -1 4202560 385 0 0 0 1 0 0 0 20 0 15 0 112493152 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928149133424 139928660144536 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24522] ppid=24500 vsize=13974352 memory=3472328296227680299 CPUtime=0.02 cores=0,2,4,6
/proc/24502/task/24522/stat : 24522 (java) R 24500 24500 4674 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 112493152 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928148080624 139928675404418 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24523] ppid=24500 vsize=13974352 memory=140180871935616 CPUtime=0.06 cores=0,2,4,6
/proc/24502/task/24523/stat : 24523 (java) S 24500 24500 4674 0 -1 1077944384 698 0 0 0 6 0 0 0 20 0 15 0 112493152 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928147028336 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24526] ppid=24500 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24526/stat : 24526 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928145975776 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24530] ppid=24500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24530/stat : 24530 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493157 14309736448 9347 18446744073709551615 4194304 4196468 140723083114800 139928144923568 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38768 KiB

[startup+0.644938 s]
# the end of solver process 24500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.815619 s, system=0.062399 s

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

[startup+0.410767 s]*
/proc/loadavg: 2.16 2.02 2.04 5/219 24531
/proc/meminfo: memFree=31758548/32770624 swapFree=67108764/67108860
[pid=24500] ppid=24497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 112493142 9740288 345 18446744073709551615 4194304 5098028 140735727827248 140735727825352 140223024083580 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 19464192 140735727829369 140735727829573 140735727829573 140735727833067 0
/proc/24500/statm: 2378 345 289 221 0 87 0
[pid=24502] ppid=24500 vsize=13978608 memory=43268 CPUtime=0.4 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 4674 0 -1 1077944320 10079 0 2 0 36 4 0 0 20 0 15 0 112493146 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 140723083097344 139928675393271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
/proc/24502/statm: 3494652 10817 3055 1 0 3482964 0
[pid=24502/tid=24504] ppid=24500 vsize=13978608 memory=8390339637985935414 CPUtime=0.24 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) R 24500 24500 4674 0 -1 4202560 7161 0 2 0 21 3 0 0 20 0 15 0 112493147 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928679600496 139928659436901 0 4 1 16800974 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24507] ppid=24500 vsize=13978608 memory=288230600413032815 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493147 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928632359312 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24510] ppid=24500 vsize=13978608 memory=288370557023647360 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928631306512 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24512] ppid=24500 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928630254224 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24513] ppid=24500 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493148 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928629201424 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24515] ppid=24500 vsize=13978608 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493149 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928153344624 139928675404418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24517] ppid=24500 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) S 24500 24500 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493149 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928152290592 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24519] ppid=24500 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) S 24500 24500 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493150 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928151238256 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24520] ppid=24500 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928150186576 139928675411867 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24521] ppid=24500 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24502/task/24521/stat : 24521 (java) R 24500 24500 4674 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 112493152 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928149133424 139928675404418 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24522] ppid=24500 vsize=13978608 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/24502/task/24522/stat : 24522 (java) R 24500 24500 4674 0 -1 4202560 402 0 0 0 3 0 0 0 20 0 15 0 112493152 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928148080624 139928654563664 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24523] ppid=24500 vsize=13978608 memory=140180871935616 CPUtime=0.09 cores=0,2,4,6
/proc/24502/task/24523/stat : 24523 (java) R 24500 24500 4674 0 -1 1077944384 732 0 0 0 9 0 0 0 20 0 15 0 112493152 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928147028336 139928675404418 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24526] ppid=24500 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24526/stat : 24526 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928145975776 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24530] ppid=24500 vsize=13978608 memory=140180871935616 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24530/stat : 24530 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493157 14314094592 10817 18446744073709551615 4194304 4196468 140723083114800 139928144923568 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44648 KiB

[startup+0.610554 s]
/proc/loadavg: 2.16 2.02 2.04 3/219 24531
/proc/meminfo: memFree=31750332/32770624 swapFree=67108764/67108860
[pid=24500] ppid=24497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 112493142 9740288 345 18446744073709551615 4194304 5098028 140735727827248 140735727825352 140223024083580 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 19464192 140735727829369 140735727829573 140735727829573 140735727833067 0
/proc/24500/statm: 2378 345 289 221 0 87 0
[pid=24502] ppid=24500 vsize=13980732 memory=55664 CPUtime=0.81 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 4674 0 -1 1077944320 12008 0 2 0 76 5 0 0 20 0 15 0 112493146 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 140723083097344 139928675393271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
/proc/24502/statm: 3495183 13916 3148 1 0 3483476 0
[pid=24502/tid=24504] ppid=24500 vsize=13980732 memory=290827845290870255 CPUtime=0.43 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) R 24500 24500 4674 0 -1 4202560 8408 0 2 0 39 4 0 0 20 0 15 0 112493147 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928679623712 139928675415197 0 4 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24507] ppid=24500 vsize=13980732 memory=4426639978525455914 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493147 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928632359312 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24510] ppid=24500 vsize=13980732 memory=-3761991693426146123 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928631306512 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24512] ppid=24500 vsize=13980732 memory=7681905605394137914 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493148 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928630254224 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24513] ppid=24500 vsize=13980732 memory=7234576917979478634 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493148 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928629201424 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24515] ppid=24500 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493149 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928153344624 139928675404418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24517] ppid=24500 vsize=13980732 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) S 24500 24500 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493149 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928152290592 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24519] ppid=24500 vsize=13980732 memory=7681407940103534239 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) S 24500 24500 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493150 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928151238256 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24520] ppid=24500 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928150186576 139928675411867 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24521] ppid=24500 vsize=13980732 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/24502/task/24521/stat : 24521 (java) R 24500 24500 4674 0 -1 4202560 652 0 0 0 7 0 0 0 20 0 15 0 112493152 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928149133424 139928655106415 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24522] ppid=24500 vsize=13980732 memory=6943526294502006880 CPUtime=0.06 cores=0,2,4,6
/proc/24502/task/24522/stat : 24522 (java) S 24500 24500 4674 0 -1 1077944384 526 0 0 0 6 0 0 0 20 0 15 0 112493152 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928148080624 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24523] ppid=24500 vsize=13980732 memory=6944656592455360604 CPUtime=0.21 cores=0,2,4,6
/proc/24502/task/24523/stat : 24523 (java) S 24500 24500 4674 0 -1 1077944384 1118 0 0 0 21 0 0 0 20 0 15 0 112493152 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928147028336 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24526] ppid=24500 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24526/stat : 24526 (java) S 24500 24500 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493152 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928145975776 139928675403477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
[pid=24502/tid=24530] ppid=24500 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24530/stat : 24530 (java) S 24500 24500 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493157 14316269568 13916 18446744073709551615 4194304 4196468 140723083114800 139928144923568 139928675404418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140723083121073 140723083121249 140723083121249 140723083124687 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 57044 KiB

Child status: 0
Real time (s): 0.644983
CPU time (s): 0.878018
CPU user time (s): 0.815619
CPU system time (s): 0.062399
CPU usage (%): 136.13
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 57044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.815619
system time used= 0.062399
maximum resident set size= 60552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13146
page faults= 2
swaps= 0
block input operations= 10656
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1453
involuntary context switches= 202


# summary of solver processes directly reported to runsolver:
#   pid: 24500
#   total CPU time (s): 0.878018
#   total CPU user time (s): 0.815619
#   total CPU system time (s): 0.062399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032187 second user time and 0.043978 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 20:30:33
IDJOB=4269783
IDBENCH=115510
IDSOLVER=2660
FILE ID=node134/4269783-1502649867
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-ewddr1-9.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-4269783-1502649867/watcher-4269783-1502649867 -o /tmp/evaluation-result-4269783-1502649867/solver-4269783-1502649867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 839289771 HOME/instance-4269783-1502649867.xml

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

MD5SUM BENCH= 175fb08d85d071680a829b1f7b92a261
RANDOM SEED=839289771

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:        31829960 kB
MemAvailable:   31973280 kB
Buffers:          218544 kB
Cached:           228232 kB
SwapCached:            4 kB
Active:           381304 kB
Inactive:         126240 kB
Active(anon):       5820 kB
Inactive(anon):    96652 kB
Active(file):     375484 kB
Inactive(file):    29588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             15412 kB
Writeback:             0 kB
AnonPages:         60664 kB
Mapped:            57324 kB
Shmem:             41564 kB
Slab:             134808 kB
SReclaimable:     108168 kB
SUnreclaim:        26640 kB
KernelStack:        3168 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     320416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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-13 20:30:33