Trace number 4269745

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)UNSAT 2.4874201 1.12665

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-06.xml
MD5SUM7a29983c9ff052f95c6899aeb5034357
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.820391
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1322
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}]
Minimum variable degree1
Maximum variable degree44
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":3},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1322}]
Number of extensional constraints0
Number of intensional constraints1322
Distribution of constraint types[{"type":"intension","count":1322}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269745-1502725745.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4269745-1502725745.xml, -tl, 2520s, -p, 1, -x, 0]
0.23/0.37	c simple solver
0.38/0.43	c parse instance...
1.84/0.98	c solve instance...
2.19/1.11	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269745-1502725745/watcher-4269745-1502725745 -o /tmp/evaluation-result-4269745-1502725745/solver-4269745-1502725745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502724845-2549 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 54406815 HOME/instance-4269745-1502725745.xml 

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

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

solver pid=2898, runsolver pid=2895

[startup+0.100121 s]*
/proc/loadavg: 1.69 0.56 0.25 3/205 2905
/proc/meminfo: memFree=31707392/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13574484 memory=16416 CPUtime=0.01 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 3954 0 0 0 1 0 0 0 20 0 9 0 189586 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3393621 4104 2065 1 0 3383118 0
[pid=2900/tid=2901] ppid=2898 vsize=13574484 memory=-6518350907933968016 CPUtime=0.01 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) R 2898 2898 2357 34816 2543 4202560 2663 0 0 0 1 0 0 0 20 0 9 0 189586 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348581307352 140348561151326 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 189587 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13574484 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 189587 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 189587 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 189587 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13574484 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 189588 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 189589 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 189589 13900271616 4104 18446744073709551615 4194304 4196468 140735484691488 140348053505456 140348577081045 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 17796 KiB

[startup+0.210148 s]*
/proc/loadavg: 1.69 0.56 0.25 2/213 2913
/proc/meminfo: memFree=31702380/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13907304 memory=21996 CPUtime=0.05 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 4884 0 0 0 4 1 0 0 20 0 14 0 189586 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3476826 5499 2577 1 0 3466323 0
[pid=2900/tid=2901] ppid=2898 vsize=13907304 memory=7031125463459224206 CPUtime=0.04 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) D 2898 2898 2357 34816 2543 4202560 3058 0 0 0 4 0 0 0 20 0 14 0 189586 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348581308320 140348577092861 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13907304 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 189587 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13907304 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 189588 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 189589 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 189589 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 189591 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348052453712 140348577089435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) S 2898 2898 2357 34816 2543 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 189591 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348051401072 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 189591 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348050348272 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13907304 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) S 2898 2898 2357 34816 2543 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 189591 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348049295472 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 189592 14241079296 5499 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23376 KiB

[startup+0.31008 s]*
/proc/loadavg: 1.69 0.56 0.25 4/214 2914
/proc/meminfo: memFree=31694408/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13975376 memory=33096 CPUtime=0.23 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 7599 0 0 0 21 2 0 0 20 0 15 0 189586 14310785024 8274 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3493844 8274 2974 1 0 3483220 0
[pid=2900/tid=2901] ppid=2898 vsize=13975376 memory=7680170660397595203 CPUtime=0.13 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) R 2898 2898 2357 34816 2543 4202560 4934 0 0 0 12 1 0 0 20 0 15 0 189586 14310785024 8340 18446744073709551615 4194304 4196468 140735484691488 140348581293216 140348569381779 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13975376 memory=8252348651683421901 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14310785024 8340 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13975376 memory=140295515726289 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14310785024 8340 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 189587 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 189588 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 189589 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 189589 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189591 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348052453712 140348577089435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) S 2898 2898 2357 34816 2543 1077944384 558 0 0 0 1 0 0 0 20 0 15 0 189591 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348051401072 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) S 2898 2898 2357 34816 2543 1077944384 187 0 0 0 1 0 0 0 20 0 15 0 189591 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348050348272 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13975376 memory=140295515719296 CPUtime=0.05 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) S 2898 2898 2357 34816 2543 1077944384 693 0 0 0 5 0 0 0 20 0 15 0 189591 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348049295472 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189592 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2914] ppid=2898 vsize=13975376 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2914/stat : 2914 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189601 14310785024 8406 18446744073709551615 4194304 4196468 140735484691488 140348047191216 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34476 KiB

[startup+0.70169 s]
/proc/loadavg: 1.69 0.56 0.25 4/214 2914
/proc/meminfo: memFree=31677120/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13980732 memory=126696 CPUtime=1.14 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 14679 0 0 0 110 4 0 0 20 0 15 0 189586 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3495183 31674 3163 1 0 3483476 0
[pid=2900/tid=2901] ppid=2898 vsize=13980732 memory=2538594109185 CPUtime=0.51 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) R 2898 2898 2357 34816 2543 4202560 8086 0 0 0 48 3 0 0 20 0 15 0 189586 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348581307360 140348562236414 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13980732 memory=2560068945665 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13980732 memory=2568658880257 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13980732 memory=2633083389697 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13980732 memory=2671738095361 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13980732 memory=2791997179393 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 189588 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13980732 memory=3827084297729 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13980732 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189591 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348052453712 140348577089435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13980732 memory=140295375168112 CPUtime=0.14 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) R 2898 2898 2357 34816 2543 4202560 1470 0 0 0 14 0 0 0 20 0 15 0 189591 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348051387136 140348561990352 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) R 2898 2898 2357 34816 2543 4202560 1635 0 0 0 15 0 0 0 20 0 15 0 189591 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348050334152 140348562196218 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) R 2898 2898 2357 34816 2543 4202560 2182 0 0 0 30 0 0 0 20 0 15 0 189591 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348049292408 140348570170686 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189592 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2914] ppid=2898 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2914/stat : 2914 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189601 14316269568 31674 18446744073709551615 4194304 4196468 140735484691488 140348047191216 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 128076 KiB

[startup+1.12661 s]
# the end of solver process 2898 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.42416 s, system=0.063258 s

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

[startup+0.805647 s]
/proc/loadavg: 1.69 0.56 0.25 4/214 2914
/proc/meminfo: memFree=31677120/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13980732 memory=132912 CPUtime=1.49 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 15527 0 0 0 144 5 0 0 20 0 15 0 189586 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3495183 33228 3170 1 0 3483476 0
[pid=2900/tid=2901] ppid=2898 vsize=13980732 memory=6655300316396806240 CPUtime=0.61 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) R 2898 2898 2357 34816 2543 4202560 8647 0 0 0 58 3 0 0 20 0 15 0 189586 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348581308560 140348577082774 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13980732 memory=280590750318832 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 189588 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13980732 memory=6142980536433393754 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13980732 memory=280590750394624 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13980732 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189591 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348052453712 140348577089435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13980732 memory=3228 CPUtime=0.23 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) R 2898 2898 2357 34816 2543 4202560 1505 0 0 0 23 0 0 0 20 0 15 0 189591 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348051389216 140348560565388 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13980732 memory=3804 CPUtime=0.24 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) R 2898 2898 2357 34816 2543 4202560 1723 0 0 0 24 0 0 0 20 0 15 0 189591 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348050335776 140348560569704 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13980732 memory=2428 CPUtime=0.37 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) R 2898 2898 2357 34816 2543 4202560 2345 0 0 0 37 0 0 0 20 0 15 0 189591 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348049295472 140348577092186 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13980732 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189592 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2914] ppid=2898 vsize=13980732 memory=1144 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2914/stat : 2914 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189601 14316269568 33228 18446744073709551615 4194304 4196468 140735484691488 140348047191216 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 134292 KiB

[startup+1.00346 s]*
/proc/loadavg: 1.69 0.56 0.25 4/214 2914
/proc/meminfo: memFree=31572912/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13980732 memory=154272 CPUtime=2.19 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 16233 0 0 0 214 5 0 0 20 0 15 0 189586 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3495183 38568 3190 1 0 3483476 0
[pid=2900/tid=2901] ppid=2898 vsize=13980732 memory=8256104562103999118 CPUtime=0.83 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) R 2898 2898 2357 34816 2543 4202560 8797 0 0 0 79 4 0 0 20 0 15 0 189586 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348581309376 140348206762883 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13980732 memory=3472468591743398576 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13980732 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 189587 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13980732 memory=3472468591743399596 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 189588 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348055612272 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13980732 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 189589 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189591 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348052453712 140348577089435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13980732 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) R 2898 2898 2357 34816 2543 1077944384 1589 0 0 0 38 0 0 0 20 0 15 0 189591 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348051401072 140348577081986 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13980732 memory=-1 CPUtime=0.43 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) R 2898 2898 2357 34816 2543 4202560 1789 0 0 0 43 0 0 0 20 0 15 0 189591 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348050348272 140348560556861 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13980732 memory=140295515719296 CPUtime=0.53 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) S 2898 2898 2357 34816 2543 1077944384 2751 0 0 0 53 0 0 0 20 0 15 0 189591 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348049295472 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 189592 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2914] ppid=2898 vsize=13980732 memory=140295515719296 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2914/stat : 2914 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 189601 14316269568 38568 18446744073709551615 4194304 4196468 140735484691488 140348047191216 140348577081986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 155652 KiB

[startup+1.11307 s]
/proc/loadavg: 1.69 0.56 0.25 4/214 2914
/proc/meminfo: memFree=31572912/32770624 swapFree=67108860/67108860
[pid=2898] ppid=2895 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (xcsp3-exec) S 2895 2898 2357 34816 2543 4202496 515 0 0 0 0 0 0 0 20 0 1 0 189578 9740288 345 18446744073709551615 4194304 5098028 140728943464800 140728943462904 139659526140540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26738688 140728943468925 140728943469128 140728943469128 140728943472619 0
/proc/2898/statm: 2378 345 289 221 0 87 0
[pid=2900] ppid=2898 vsize=13980732 memory=158636 CPUtime=2.47 cores=1,3,5,7
/proc/2900/stat : 2900 (java) S 2898 2898 2357 34816 2543 1077944320 16318 0 0 0 242 5 0 0 20 0 14 0 189586 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140735484674032 140348577070839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
/proc/2900/statm: 3495183 39659 3192 1 0 3483476 0
[pid=2900/tid=2901] ppid=2898 vsize=13980732 memory=71 CPUtime=0.92 cores=1,3,5,7
/proc/2900/task/2901/stat : 2901 (java) S 2898 2898 2357 34816 2543 1077944384 8809 0 0 0 88 4 0 0 20 0 14 0 189586 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348581313680 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2902] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2902/stat : 2902 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348534037136 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2903] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2903/stat : 2903 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348532984336 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2904] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2904/stat : 2904 (java) S 2898 2898 2357 34816 2543 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 189587 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348531931536 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2905] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2905/stat : 2905 (java) S 2898 2898 2357 34816 2543 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 189587 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348530878736 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2906] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2906/stat : 2906 (java) S 2898 2898 2357 34816 2543 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 189588 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348055612480 140348577081986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2907] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2907/stat : 2907 (java) S 2898 2898 2357 34816 2543 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 189589 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348054558240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2908] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2908/stat : 2908 (java) S 2898 2898 2357 34816 2543 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 189589 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348053505392 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2909] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2909/stat : 2909 (java) S 2898 2898 2357 34816 2543 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 189591 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348052453360 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2910] ppid=2898 vsize=13980732 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/2900/task/2910/stat : 2910 (java) S 2898 2898 2357 34816 2543 1077944384 1615 0 0 0 45 0 0 0 20 0 14 0 189591 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348051380912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2911] ppid=2898 vsize=13980732 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/2900/task/2911/stat : 2911 (java) S 2898 2898 2357 34816 2543 1077944384 1810 0 0 0 51 0 0 0 20 0 14 0 189591 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348050328672 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2912] ppid=2898 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/2900/task/2912/stat : 2912 (java) S 2898 2898 2357 34816 2543 1077944384 2775 0 0 0 55 0 0 0 20 0 14 0 189591 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348049290240 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
[pid=2900/tid=2913] ppid=2898 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2900/task/2913/stat : 2913 (java) S 2898 2898 2357 34816 2543 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 189592 14316269568 39659 18446744073709551615 4194304 4196468 140735484691488 140348048242912 140348577081045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15822848 140735484694964 140735484695140 140735484695140 140735484698575 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 160016 KiB

Child status: 0
Real time (s): 1.12665
CPU time (s): 2.48742
CPU user time (s): 2.42416
CPU system time (s): 0.063258
CPU usage (%): 220.78
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 160016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42416
system time used= 0.063258
maximum resident set size= 159116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16847
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= 1873
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 2898
#   total CPU time (s): 2.48742
#   total CPU user time (s): 2.42416
#   total CPU system time (s): 0.063258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032241 second user time and 0.054243 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-14 17:35:09
IDJOB=4269745
IDBENCH=120826
IDSOLVER=2660
FILE ID=node129/4269745-1502725745
RUNJOBID= node129-1502724845-2549
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269745-1502725745/watcher-4269745-1502725745 -o /tmp/evaluation-result-4269745-1502725745/solver-4269745-1502725745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502724845-2549 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 54406815 HOME/instance-4269745-1502725745.xml

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

MD5SUM BENCH= 7a29983c9ff052f95c6899aeb5034357
RANDOM SEED=54406815

node129.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.61
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.61
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.61
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.61
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:        31714344 kB
MemAvailable:   31814520 kB
Buffers:           31180 kB
Cached:           377992 kB
SwapCached:            0 kB
Active:           439168 kB
Inactive:         269540 kB
Active(anon):     299828 kB
Inactive(anon):     8560 kB
Active(file):     139340 kB
Inactive(file):   260980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:        299268 kB
Mapped:            40516 kB
Shmem:              8872 kB
Slab:              55056 kB
SReclaimable:      31380 kB
SUnreclaim:        23676 kB
KernelStack:        3472 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1389808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node129 at 2017-08-14 17:35:10