Trace number 4269779

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 1.09464 0.65791798

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-e0ddr1-9.xml
MD5SUMf1e620e11a91533beac49577a2a30ace
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.174408
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269779-1502649876.xml"  -tl '2520s' -p 1 -x 0
0.16/0.24	c [HOME/instance-4269779-1502649876.xml, -tl, 2520s, -p, 1, -x, 0]
0.16/0.30	c simple solver
0.35/0.37	c parse instance...
0.74/0.58	c solve instance...
0.99/0.65	s SATISFIABLE
0.99/0.65	v <instantiation>
0.99/0.65	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.99/0.65	v 	<values>0 9 61 77 84 23 32 83 97 106 27 46 107 116 125 20 38 92 107 113 0 9 20 35 56 12 19 71 83 93 0 9 35 49 56 19 25 116 125 132 31 39 124 134 138 0 9 49 61 72 </values>
0.99/0.65	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 (15462 MiB free)
  memory of node 1: 16384 MiB (15411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269779-1502649876/watcher-4269779-1502649876 -o /tmp/evaluation-result-4269779-1502649876/solver-4269779-1502649876 -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 143711433 HOME/instance-4269779-1502649876.xml 

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

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

solver pid=24819, runsolver pid=24816

[startup+0.103892 s]*
/proc/loadavg: 2.21 2.04 2.05 3/213 24829
/proc/meminfo: memFree=31604532/32770624 swapFree=67108764/67108860
[pid=24819] ppid=24816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (xcsp3-exec) S 24816 24819 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 112493986 9740288 345 18446744073709551615 4194304 5098028 140729143349504 140729143347608 140408193176188 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 8564736 140729143357817 140729143358021 140729143358021 140729143361515 0
/proc/24819/statm: 2378 345 289 221 0 87 0
[pid=24821] ppid=24819 vsize=13574484 memory=19616 CPUtime=0.03 cores=0,2,4,6
/proc/24821/stat : 24821 (java) S 24819 24819 4674 0 -1 1077944320 4246 0 0 0 3 0 0 0 20 0 9 0 112493992 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140732367690672 140437765844727 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
/proc/24821/statm: 3393621 4904 2138 1 0 3383118 0
[pid=24821/tid=24822] ppid=24819 vsize=13574484 memory=-6871798056524144002 CPUtime=0.03 cores=0,2,4,6
/proc/24821/task/24822/stat : 24822 (java) R 24819 24819 4674 0 -1 4202560 2955 0 0 0 3 0 0 0 20 0 9 0 112493993 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437770080120 140437746120555 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24823] ppid=24819 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24823/stat : 24823 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 112493993 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437722810896 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24824] ppid=24819 vsize=13574484 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24824/stat : 24824 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 112493994 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437721758352 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24825] ppid=24819 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24825/stat : 24825 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 112493994 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437720705296 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24826] ppid=24819 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24826/stat : 24826 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 112493994 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437719652752 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24827] ppid=24819 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24827/stat : 24827 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 112493995 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437311593200 140437765855874 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24828] ppid=24819 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24828/stat : 24828 (java) S 24819 24819 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 112493995 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437243291296 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24829] ppid=24819 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24829/stat : 24829 (java) S 24819 24819 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 112493996 13900271616 4904 18446744073709551615 4194304 4196468 140732367708128 140437242238192 140437765854933 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20996 KiB

[startup+0.215252 s]*
/proc/loadavg: 2.21 2.04 2.05 5/219 24835
/proc/meminfo: memFree=31598436/32770624 swapFree=67108764/67108860
[pid=24819] ppid=24816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (xcsp3-exec) S 24816 24819 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 112493986 9740288 345 18446744073709551615 4194304 5098028 140729143349504 140729143347608 140408193176188 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 8564736 140729143357817 140729143358021 140729143358021 140729143361515 0
/proc/24819/statm: 2378 345 289 221 0 87 0
[pid=24821] ppid=24819 vsize=13974352 memory=29552 CPUtime=0.16 cores=0,2,4,6
/proc/24821/stat : 24821 (java) S 24819 24819 4674 0 -1 1077944320 5742 0 0 0 15 1 0 0 20 0 15 0 112493992 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140732367690672 140437765844727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
/proc/24821/statm: 3493588 7388 2951 1 0 3482964 0
[pid=24821/tid=24822] ppid=24819 vsize=13974352 memory=8390339637985935414 CPUtime=0.1 cores=0,2,4,6
/proc/24821/task/24822/stat : 24822 (java) R 24819 24819 4674 0 -1 4202560 3489 0 0 0 10 0 0 0 20 0 15 0 112493993 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437770075104 140437765856662 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24823] ppid=24819 vsize=13974352 memory=288230600413032815 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24823/stat : 24823 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493993 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437722810896 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24824] ppid=24819 vsize=13974352 memory=288370774519690880 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24824/stat : 24824 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437721758352 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24825] ppid=24819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24825/stat : 24825 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437720705296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24826] ppid=24819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24826/stat : 24826 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493994 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437719652752 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24827] ppid=24819 vsize=13974352 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24827/stat : 24827 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493995 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437311593200 140437765855874 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24828] ppid=24819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24828/stat : 24828 (java) S 24819 24819 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493995 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437243291296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24829] ppid=24819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24829/stat : 24829 (java) S 24819 24819 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493996 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437242238192 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24830] ppid=24819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24830/stat : 24830 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437241186768 140437765863323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24831] ppid=24819 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24821/task/24831/stat : 24831 (java) S 24819 24819 4674 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 112493998 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437240133872 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24832] ppid=24819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24832/stat : 24832 (java) S 24819 24819 4674 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 112493998 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437239081328 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24833] ppid=24819 vsize=13974352 memory=140398367979136 CPUtime=0.02 cores=0,2,4,6
/proc/24821/task/24833/stat : 24833 (java) R 24819 24819 4674 0 -1 4202560 415 0 0 0 2 0 0 0 20 0 15 0 112493998 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437238024704 140437744449804 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24834] ppid=24819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24834/stat : 24834 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437236975968 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24835] ppid=24819 vsize=13974352 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24835/stat : 24835 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112494002 14309736448 7388 18446744073709551615 4194304 4196468 140732367708128 140437235924016 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30932 KiB

[startup+0.320257 s]*
/proc/loadavg: 2.21 2.04 2.05 4/219 24835
/proc/meminfo: memFree=31585228/32770624 swapFree=67108764/67108860
[pid=24819] ppid=24816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (xcsp3-exec) S 24816 24819 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 112493986 9740288 345 18446744073709551615 4194304 5098028 140729143349504 140729143347608 140408193176188 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 8564736 140729143357817 140729143358021 140729143358021 140729143361515 0
/proc/24819/statm: 2378 345 289 221 0 87 0
[pid=24821] ppid=24819 vsize=13978608 memory=40276 CPUtime=0.35 cores=0,2,4,6
/proc/24821/stat : 24821 (java) S 24819 24819 4674 0 -1 1077944320 9816 0 0 0 32 3 0 0 20 0 15 0 112493992 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140732367690672 140437765844727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
/proc/24821/statm: 3494652 10069 3027 1 0 3482964 0
[pid=24821/tid=24822] ppid=24819 vsize=13978608 memory=8390339637985935414 CPUtime=0.21 cores=0,2,4,6
/proc/24821/task/24822/stat : 24822 (java) R 24819 24819 4674 0 -1 4202560 6925 0 0 0 19 2 0 0 20 0 15 0 112493993 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437770046880 140437749925214 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24823] ppid=24819 vsize=13978608 memory=301741399295144303 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24823/stat : 24823 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493993 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437722810896 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24824] ppid=24819 vsize=13978608 memory=301930158880319104 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24824/stat : 24824 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437721758352 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24825] ppid=24819 vsize=13978608 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24825/stat : 24825 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437720705296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24826] ppid=24819 vsize=13978608 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24826/stat : 24826 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493994 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437719652752 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24827] ppid=24819 vsize=13978608 memory=4211961973909102583 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24827/stat : 24827 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493995 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437311593200 140437765855874 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24828] ppid=24819 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24828/stat : 24828 (java) S 24819 24819 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493995 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437243291296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24829] ppid=24819 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24829/stat : 24829 (java) S 24819 24819 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493996 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437242238192 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24830] ppid=24819 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24830/stat : 24830 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437241186768 140437765863323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24831] ppid=24819 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24821/task/24831/stat : 24831 (java) S 24819 24819 4674 0 -1 1077944384 695 0 0 0 2 0 0 0 20 0 15 0 112493998 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437240133872 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24832] ppid=24819 vsize=13978608 memory=3472328296227679279 CPUtime=0.02 cores=0,2,4,6
/proc/24821/task/24832/stat : 24832 (java) S 24819 24819 4674 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 15 0 112493998 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437239081328 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24833] ppid=24819 vsize=13978608 memory=140398367979136 CPUtime=0.08 cores=0,2,4,6
/proc/24821/task/24833/stat : 24833 (java) R 24819 24819 4674 0 -1 4202560 719 0 0 0 8 0 0 0 20 0 15 0 112493998 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437238028272 140437745815912 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24834] ppid=24819 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24834/stat : 24834 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437236975968 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24835] ppid=24819 vsize=13978608 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24835/stat : 24835 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112494002 14314094592 10069 18446744073709551615 4194304 4196468 140732367708128 140437235924016 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41656 KiB

[startup+0.657861 s]
# the end of solver process 24819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.03391 s, system=0.060729 s

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

[startup+0.420893 s]*
/proc/loadavg: 2.21 2.04 2.05 4/219 24835
/proc/meminfo: memFree=31580104/32770624 swapFree=67108764/67108860
[pid=24819] ppid=24816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (xcsp3-exec) S 24816 24819 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 112493986 9740288 345 18446744073709551615 4194304 5098028 140729143349504 140729143347608 140408193176188 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 8564736 140729143357817 140729143358021 140729143358021 140729143361515 0
/proc/24819/statm: 2378 345 289 221 0 87 0
[pid=24821] ppid=24819 vsize=13978684 memory=47816 CPUtime=0.53 cores=0,2,4,6
/proc/24821/stat : 24821 (java) S 24819 24819 4674 0 -1 1077944320 10786 0 0 0 50 3 0 0 20 0 15 0 112493992 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140732367690672 140437765844727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
/proc/24821/statm: 3494671 11954 3081 1 0 3482964 0
[pid=24821/tid=24822] ppid=24819 vsize=13978684 memory=8390339637985935414 CPUtime=0.31 cores=0,2,4,6
/proc/24821/task/24822/stat : 24822 (java) R 24819 24819 4674 0 -1 4202560 7721 0 0 0 29 2 0 0 20 0 15 0 112493993 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437770076560 140437749925214 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24823] ppid=24819 vsize=13978684 memory=288230600413032815 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24823/stat : 24823 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493993 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437722810896 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24824] ppid=24819 vsize=13978684 memory=288370774519690880 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24824/stat : 24824 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437721758352 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24825] ppid=24819 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24825/stat : 24825 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437720705296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24826] ppid=24819 vsize=13978684 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24826/stat : 24826 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493994 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437719652752 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24827] ppid=24819 vsize=13978684 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24827/stat : 24827 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493995 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437311593200 140437765855874 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24828] ppid=24819 vsize=13978684 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24828/stat : 24828 (java) S 24819 24819 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493995 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437243291296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24829] ppid=24819 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24829/stat : 24829 (java) S 24819 24819 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493996 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437242238192 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24830] ppid=24819 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24830/stat : 24830 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437241186768 140437765863323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24831] ppid=24819 vsize=13978684 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24821/task/24831/stat : 24831 (java) S 24819 24819 4674 0 -1 1077944384 744 0 0 0 3 0 0 0 20 0 15 0 112493998 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437240133872 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24832] ppid=24819 vsize=13978684 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/24821/task/24832/stat : 24832 (java) S 24819 24819 4674 0 -1 1077944384 175 0 0 0 3 0 0 0 20 0 15 0 112493998 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437239081328 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24833] ppid=24819 vsize=13978684 memory=140398367979136 CPUtime=0.13 cores=0,2,4,6
/proc/24821/task/24833/stat : 24833 (java) S 24819 24819 4674 0 -1 1077944384 842 0 0 0 13 0 0 0 20 0 15 0 112493998 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437238028272 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24834] ppid=24819 vsize=13978684 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24834/stat : 24834 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437236975968 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24835] ppid=24819 vsize=13978684 memory=140398367979136 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24835/stat : 24835 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112494002 14314172416 11954 18446744073709551615 4194304 4196468 140732367708128 140437235924016 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 49196 KiB

[startup+0.610544 s]
/proc/loadavg: 2.21 2.04 2.05 5/219 24835
/proc/meminfo: memFree=31575716/32770624 swapFree=67108764/67108860
[pid=24819] ppid=24816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24819/stat : 24819 (xcsp3-exec) S 24816 24819 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 112493986 9740288 345 18446744073709551615 4194304 5098028 140729143349504 140729143347608 140408193176188 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 8564736 140729143357817 140729143358021 140729143358021 140729143361515 0
/proc/24819/statm: 2378 345 289 221 0 87 0
[pid=24821] ppid=24819 vsize=13980732 memory=63720 CPUtime=0.99 cores=0,2,4,6
/proc/24821/stat : 24821 (java) S 24819 24819 4674 0 -1 1077944320 13263 0 0 0 94 5 0 0 20 0 15 0 112493992 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140732367690672 140437765844727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
/proc/24821/statm: 3495183 15930 3163 1 0 3483476 0
[pid=24821/tid=24822] ppid=24819 vsize=13980732 memory=3689911773248635470 CPUtime=0.49 cores=0,2,4,6
/proc/24821/task/24822/stat : 24822 (java) R 24819 24819 4674 0 -1 4202560 8786 0 0 0 46 3 0 0 20 0 15 0 112493993 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437770082832 140437765856662 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24823] ppid=24819 vsize=13980732 memory=-7025448733113094249 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24823/stat : 24823 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493993 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437722810896 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24824] ppid=24819 vsize=13980732 memory=7016714190785702558 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24824/stat : 24824 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437721758352 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24825] ppid=24819 vsize=13980732 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24825/stat : 24825 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112493994 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437720705296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24826] ppid=24819 vsize=13980732 memory=7751995073768813331 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24826/stat : 24826 (java) S 24819 24819 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112493994 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437719652752 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24827] ppid=24819 vsize=13980732 memory=-3039135443232236825 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24827/stat : 24827 (java) S 24819 24819 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112493995 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437311593200 140437765855874 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24828] ppid=24819 vsize=13980732 memory=4137282578176515228 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24828/stat : 24828 (java) S 24819 24819 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112493995 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437243291296 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24829] ppid=24819 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24829/stat : 24829 (java) S 24819 24819 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112493996 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437242238192 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24830] ppid=24819 vsize=13980732 memory=-7028383565733675155 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24830/stat : 24830 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437241186768 140437765863323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24831] ppid=24819 vsize=13980732 memory=6525858347538544147 CPUtime=0.12 cores=0,2,4,6
/proc/24821/task/24831/stat : 24831 (java) S 24819 24819 4674 0 -1 1077944384 1250 0 0 0 12 0 0 0 20 0 15 0 112493998 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437240133872 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24832] ppid=24819 vsize=13980732 memory=-9181546050914066336 CPUtime=0.1 cores=0,2,4,6
/proc/24821/task/24832/stat : 24832 (java) S 24819 24819 4674 0 -1 1077944384 573 0 0 0 10 0 0 0 20 0 15 0 112493998 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437239081328 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24833] ppid=24819 vsize=13980732 memory=6933690330692294553 CPUtime=0.25 cores=0,2,4,6
/proc/24821/task/24833/stat : 24833 (java) R 24819 24819 4674 0 -1 4202560 1347 0 0 0 25 0 0 0 20 0 15 0 112493998 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437238028272 140437744334384 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24834] ppid=24819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24834/stat : 24834 (java) S 24819 24819 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112493998 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437236975968 140437765854933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
[pid=24821/tid=24835] ppid=24819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24821/task/24835/stat : 24835 (java) S 24819 24819 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112494002 14316269568 15930 18446744073709551615 4194304 4196468 140732367708128 140437235924016 140437765855874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6877184 140732367716785 140732367716961 140732367716961 140732367720399 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65100 KiB

Child status: 0
Real time (s): 0.657918
CPU time (s): 1.09464
CPU user time (s): 1.03391
CPU system time (s): 0.060729
CPU usage (%): 166.38
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 65100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.03391
system time used= 0.060729
maximum resident set size= 64748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1659
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 24819
#   total CPU time (s): 1.09464
#   total CPU user time (s): 1.03391
#   total CPU system time (s): 0.060729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024239 second user time and 0.051509 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 20:30:41
IDJOB=4269779
IDBENCH=115548
IDSOLVER=2660
FILE ID=node134/4269779-1502649876
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-e0ddr1-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-4269779-1502649876/watcher-4269779-1502649876 -o /tmp/evaluation-result-4269779-1502649876/solver-4269779-1502649876 -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 143711433 HOME/instance-4269779-1502649876.xml

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

MD5SUM BENCH= f1e620e11a91533beac49577a2a30ace
RANDOM SEED=143711433

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:        31615044 kB
MemAvailable:   31764152 kB
Buffers:          218648 kB
Cached:           233972 kB
SwapCached:            4 kB
Active:           590564 kB
Inactive:         131156 kB
Active(anon):     214228 kB
Inactive(anon):    96652 kB
Active(file):     376336 kB
Inactive(file):    34504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:        268992 kB
Mapped:            69896 kB
Shmem:             41564 kB
Slab:             134992 kB
SReclaimable:     108204 kB
SUnreclaim:        26788 kB
KernelStack:        3552 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1286524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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:42