Trace number 4404072

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20Wrong UNSAT 3.65228 1.21967

General information on the benchmark

NameMario/
Mario-zinc-s1/Mario-t-hard-1.xml
MD5SUMd0ad504447153d615b89b5c6990e2d3b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4783
Best CPU time to get the best result obtained on this benchmark4.8186
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints201
Number of domains164
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":95},{"size":85,"count":4},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":6},{"size":89,"count":17},{"size":90,"count":16},{"size":91,"count":14},{"size":92,"count":12},{"size":93,"count":12},{"size":94,"count":9},{"size":95,"count":5},{"size":97,"count":1},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":199},{"degree":3,"count":99}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":198},{"arity":100,"count":2}]
Number of extensional constraints100
Number of intensional constraints99
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":99},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404072-1568991477.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404072-1568991477.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.11/1.08	c solve instance...
3.35/1.21	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 (3379 MiB free)
  memory of node 1: 16384 MiB (6573 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404072-1568991477/watcher-4404072-1568991477 -o /tmp/evaluation-result-4404072-1568991477/solver-4404072-1568991477 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568987794-29632 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1522048654 HOME/instance-4404072-1568991477.xml 

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

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


[startup+0.100097 s]*
/proc/loadavg: 0.64 0.69 0.92 10/233 29777
/proc/meminfo: memFree=10174684/32770624 swapFree=66998164/67108860
[pid=29761] ppid=29758 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (xcsp3-exec) S 29758 29761 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475402001 115843072 363 33554432000 4194304 5098028 140720496596224 140720496594328 140518226547324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37130240 140720496604026 140720496604269 140720496604269 140720496607178 0
/proc/29761/statm: 28282 363 304 221 0 87 0
[pid=29763] ppid=29761 vsize=15144776 memory=30380 CPUtime=0.12 cores=0,2,4,6
/proc/29763/stat : 29763 (java) S 29761 29761 29601 0 -1 1077944320 5530 0 0 0 11 1 0 0 20 0 15 0 475402001 15508250624 7595 33554432000 4194304 4196468 140737481815760 140737481798304 139931545890551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
/proc/29763/statm: 3786194 7595 3141 1 0 3748377 0
[pid=29763/tid=29764] ppid=29761 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/29763/task/29764/stat : 29764 (java) S 29761 29761 29601 0 -1 1077944384 3403 0 0 0 8 1 0 0 20 0 15 0 475402001 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931550119904 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29765] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29765/stat : 29765 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931138501392 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29766] ppid=29761 vsize=15144776 memory=288370124661675648 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29766/stat : 29766 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931137448848 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29767] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29767/stat : 29767 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931136396304 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29768] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29768/stat : 29768 (java) S 29761 29761 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931135343760 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29769] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29769/stat : 29769 (java) S 29761 29761 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475402003 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931014608880 139931545901698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29770] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29770/stat : 29770 (java) S 29761 29761 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475402004 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931013555104 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29771] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29771/stat : 29771 (java) S 29761 29761 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475402004 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931012502512 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29772] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29772/stat : 29772 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402006 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931011451088 139931545909147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29773] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29773/stat : 29773 (java) R 29761 29761 29601 0 -1 4202560 347 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931010398704 139931523135296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29774] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29774/stat : 29774 (java) S 29761 29761 29601 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931009346160 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29775] ppid=29761 vsize=15144776 memory=139748509963904 CPUtime=0.02 cores=0,2,4,6
/proc/29763/task/29775/stat : 29775 (java) R 29761 29761 29601 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 475402007 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931008293616 139931545901698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29776] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29776/stat : 29776 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931007241312 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29777] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29777/stat : 29777 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 7595 33554432000 4194304 4196468 140737481815760 139931006187824 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31832 KiB

[startup+0.210645 s]*
/proc/loadavg: 0.64 0.69 0.92 9/233 29777
/proc/meminfo: memFree=10132640/32770624 swapFree=66998164/67108860
[pid=29761] ppid=29758 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (xcsp3-exec) S 29758 29761 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475402001 115843072 363 33554432000 4194304 5098028 140720496596224 140720496594328 140518226547324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37130240 140720496604026 140720496604269 140720496604269 140720496607178 0
/proc/29761/statm: 28282 363 304 221 0 87 0
[pid=29763] ppid=29761 vsize=15144776 memory=41472 CPUtime=0.34 cores=0,2,4,6
/proc/29763/stat : 29763 (java) S 29761 29761 29601 0 -1 1077944320 9092 0 0 0 31 3 0 0 20 0 15 0 475402001 15508250624 10368 33554432000 4194304 4196468 140737481815760 140737481798304 139931545890551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
/proc/29763/statm: 3786194 10368 3305 1 0 3748377 0
[pid=29763/tid=29764] ppid=29761 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/29763/task/29764/stat : 29764 (java) R 29761 29761 29601 0 -1 4202560 6221 0 0 0 18 2 0 0 20 0 15 0 475402001 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931550124288 139931545912477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29765] ppid=29761 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29765/stat : 29765 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931138501392 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29766] ppid=29761 vsize=15144776 memory=139748509993049 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29766/stat : 29766 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931137448848 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29767] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29767/stat : 29767 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931136396304 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29768] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29768/stat : 29768 (java) S 29761 29761 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475402002 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931135343760 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29769] ppid=29761 vsize=15144776 memory=139748509963904 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29769/stat : 29769 (java) S 29761 29761 29601 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475402003 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931014608880 139931545901698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29770] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29770/stat : 29770 (java) S 29761 29761 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475402004 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931013555104 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29771] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29771/stat : 29771 (java) S 29761 29761 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475402004 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931012502512 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29772] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29772/stat : 29772 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402006 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931011451088 139931545909147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29773] ppid=29761 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29763/task/29773/stat : 29773 (java) S 29761 29761 29601 0 -1 1077944384 642 0 0 0 2 0 0 0 20 0 15 0 475402007 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931010398704 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29774] ppid=29761 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29763/task/29774/stat : 29774 (java) S 29761 29761 29601 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 15 0 475402007 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931009346160 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29775] ppid=29761 vsize=15144776 memory=139748509963904 CPUtime=0.07 cores=0,2,4,6
/proc/29763/task/29775/stat : 29775 (java) S 29761 29761 29601 0 -1 1077944384 706 0 0 0 7 0 0 0 20 0 15 0 475402007 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931008293616 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29776] ppid=29761 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29776/stat : 29776 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931007241312 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29777] ppid=29761 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29777/stat : 29777 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402007 15508250624 10368 33554432000 4194304 4196468 140737481815760 139931006187824 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42924 KiB

[startup+1.04561 s]*
/proc/loadavg: 1.47 0.86 0.97 12/234 29778
/proc/meminfo: memFree=9963100/32770624 swapFree=66998164/67108860
[pid=29761] ppid=29758 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (xcsp3-exec) S 29758 29761 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475402001 115843072 363 33554432000 4194304 5098028 140720496596224 140720496594328 140518226547324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37130240 140720496604026 140720496604269 140720496604269 140720496607178 0
/proc/29761/statm: 28282 363 304 221 0 87 0
[pid=29763] ppid=29761 vsize=15153204 memory=210100 CPUtime=3.11 cores=0,2,4,6
/proc/29763/stat : 29763 (java) S 29761 29761 29601 0 -1 1077944320 16172 0 0 0 297 14 0 0 20 0 15 0 475402001 15516880896 52525 33554432000 4194304 4196468 140737481815760 140737481798304 139931545890551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
/proc/29763/statm: 3788301 52525 3480 1 0 3749401 0
[pid=29763/tid=29764] ppid=29761 vsize=15153204 memory=8317482817917895235 CPUtime=1.01 cores=0,2,4,6
/proc/29763/task/29764/stat : 29764 (java) R 29761 29761 29601 0 -1 4202560 8976 0 0 0 96 5 0 0 20 0 15 0 475402001 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931550128272 139931183542195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29765] ppid=29761 vsize=15153204 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29765/stat : 29765 (java) S 29761 29761 29601 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 475402002 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931138501392 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29766] ppid=29761 vsize=15153204 memory=6943526294502006880 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29766/stat : 29766 (java) S 29761 29761 29601 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 475402002 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931137448848 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29767] ppid=29761 vsize=15153204 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29767/stat : 29767 (java) S 29761 29761 29601 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 475402002 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931136396304 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29768] ppid=29761 vsize=15153204 memory=4500088463514900084 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29768/stat : 29768 (java) S 29761 29761 29601 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 475402002 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931135343760 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29769] ppid=29761 vsize=15153204 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29769/stat : 29769 (java) S 29761 29761 29601 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475402003 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931014608880 139931545901698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29770] ppid=29761 vsize=15153204 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29770/stat : 29770 (java) S 29761 29761 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475402004 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931013555104 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29771] ppid=29761 vsize=15153204 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29771/stat : 29771 (java) S 29761 29761 29601 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 475402004 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931012502512 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29772] ppid=29761 vsize=15153204 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29772/stat : 29772 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402006 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931011451088 139931545909147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29773] ppid=29761 vsize=15153204 memory=8508281356422055839 CPUtime=0.69 cores=0,2,4,6
/proc/29763/task/29773/stat : 29773 (java) R 29761 29761 29601 0 -1 4202560 1688 0 0 0 65 4 0 0 20 0 15 0 475402007 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931010385248 139931529278623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29774] ppid=29761 vsize=15153204 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29763/task/29774/stat : 29774 (java) R 29761 29761 29601 0 -1 4202560 1435 0 0 0 66 0 0 0 20 0 15 0 475402007 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931009336544 139931527413077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29775] ppid=29761 vsize=15153204 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/29763/task/29775/stat : 29775 (java) R 29761 29761 29601 0 -1 1077944384 2620 0 0 0 63 1 0 0 20 0 15 0 475402007 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931008293616 139931545901698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29776] ppid=29761 vsize=15153204 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29776/stat : 29776 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475402007 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931007241312 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29777] ppid=29761 vsize=15153204 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29777/stat : 29777 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475402007 15516880896 52525 33554432000 4194304 4196468 140737481815760 139931006187824 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 211552 KiB

[startup+1.1186 s]*
/proc/loadavg: 1.47 0.86 0.97 12/238 29783
/proc/meminfo: memFree=9961004/32770624 swapFree=66998164/67108860
[pid=29761] ppid=29758 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (xcsp3-exec) S 29758 29761 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475402001 115843072 363 33554432000 4194304 5098028 140720496596224 140720496594328 140518226547324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37130240 140720496604026 140720496604269 140720496604269 140720496607178 0
/proc/29761/statm: 28282 363 304 221 0 87 0
[pid=29763] ppid=29761 vsize=15419460 memory=210508 CPUtime=3.35 cores=0,2,4,6
/proc/29763/stat : 29763 (java) S 29761 29761 29601 0 -1 1077944320 16473 0 0 0 321 14 0 0 20 0 19 0 475402001 15789527040 52627 33554432000 4194304 4196468 140737481815760 140737481798304 139931545890551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
/proc/29763/statm: 3854865 52627 3482 1 0 3815965 0
[pid=29763/tid=29764] ppid=29761 vsize=15419460 memory=7883960649037381690 CPUtime=1.04 cores=0,2,4,6
/proc/29763/task/29764/stat : 29764 (java) S 29761 29761 29601 0 -1 1077944384 9047 0 0 0 99 5 0 0 20 0 19 0 475402001 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931550131328 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29765] ppid=29761 vsize=15419460 memory=2669799 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29765/stat : 29765 (java) S 29761 29761 29601 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 19 0 475402002 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931138501392 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29766] ppid=29761 vsize=15419460 memory=139748509993049 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29766/stat : 29766 (java) S 29761 29761 29601 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 19 0 475402002 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931137448848 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29767] ppid=29761 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29767/stat : 29767 (java) S 29761 29761 29601 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 475402002 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931136396304 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29768] ppid=29761 vsize=15419460 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29768/stat : 29768 (java) S 29761 29761 29601 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 19 0 475402002 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931135343760 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29769] ppid=29761 vsize=15419460 memory=139748509963904 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29769/stat : 29769 (java) S 29761 29761 29601 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 475402003 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931014608880 139931545901698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29770] ppid=29761 vsize=15419460 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29770/stat : 29770 (java) S 29761 29761 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475402004 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931013555104 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29771] ppid=29761 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29771/stat : 29771 (java) S 29761 29761 29601 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 475402004 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931012502512 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29772] ppid=29761 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29772/stat : 29772 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475402006 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931011451088 139931545909147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29773] ppid=29761 vsize=15419460 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/29763/task/29773/stat : 29773 (java) R 29761 29761 29601 0 -1 4202560 1706 0 0 0 71 4 0 0 20 0 19 0 475402007 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931010398704 139931523865882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29774] ppid=29761 vsize=15419460 memory=-1 CPUtime=0.72 cores=0,2,4,6
/proc/29763/task/29774/stat : 29774 (java) R 29761 29761 29601 0 -1 1077944384 1456 0 0 0 72 0 0 0 20 0 19 0 475402007 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931009346160 139931545901698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29775] ppid=29761 vsize=15419460 memory=139748509963904 CPUtime=0.67 cores=0,2,4,6
/proc/29763/task/29775/stat : 29775 (java) S 29761 29761 29601 0 -1 1077944384 2681 0 0 0 66 1 0 0 20 0 19 0 475402007 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931008293616 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29776] ppid=29761 vsize=15419460 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29776/stat : 29776 (java) S 29761 29761 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475402007 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931007241312 139931545900757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29777] ppid=29761 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29777/stat : 29777 (java) S 29761 29761 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475402007 15789527040 52627 33554432000 4194304 4196468 140737481815760 139931006187824 139931545901698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29780] ppid=29761 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29780/stat : 29780 (java) R 29761 29761 29601 0 -1 4202560 47 0 0 0 1 0 0 0 20 0 19 0 475402110 15789527040 52627 33554432000 4194304 4196468 140737481815760 139930994873160 139931183538435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29781] ppid=29761 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29781/stat : 29781 (java) R 29761 29761 29601 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 475402110 15789527040 52627 33554432000 4194304 4196468 140737481815760 139930993821184 139931190358685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29782] ppid=29761 vsize=15419460 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29763/task/29782/stat : 29782 (java) R 29761 29761 29601 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 475402110 15789527040 52627 33554432000 4194304 4196468 140737481815760 139930992769392 139931190390693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
[pid=29763/tid=29783] ppid=29761 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29763/task/29783/stat : 29783 (java) R 29761 29761 29601 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 475402110 15789527040 52627 33554432000 4194304 4196468 140737481815760 139930991721672 139931183553375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140737481823215 140737481823386 140737481823386 140737481826255 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 211960 KiB

[startup+1.21962 s]
# the end of solver process 29761 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.50242 s, system=0.149858 s

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

Child status: 0
Real time (s): 1.21967
CPU time (s): 3.65228
CPU user time (s): 3.50242
CPU system time (s): 0.149858
CPU usage (%): 299.449
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 211960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.50243
system time used= 0.149858
maximum resident set size= 212484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1900
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 29761
#   total CPU time (s): 3.65228
#   total CPU user time (s): 3.50242
#   total CPU system time (s): 0.149858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022135 second user time and 0.042838 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 15:56:36
IDJOB=4404072
IDBENCH=133275
IDSOLVER=2864
FILE ID=node106/4404072-1568991477
RUNJOBID= node106-1568987794-29632
PBS_JOBID= 21704656
Free space on /tmp= 23256 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-t-hard-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404072-1568991477/watcher-4404072-1568991477 -o /tmp/evaluation-result-4404072-1568991477/solver-4404072-1568991477 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568987794-29632 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1522048654 HOME/instance-4404072-1568991477.xml

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

MD5SUM BENCH= d0ad504447153d615b89b5c6990e2d3b
RANDOM SEED=1522048654

node106.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.79
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.79
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.79
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.79
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:        10191700 kB
MemAvailable:   31650996 kB
Buffers:           99136 kB
Cached:         21366724 kB
SwapCached:         4052 kB
Active:         10877508 kB
Inactive:       10800056 kB
Active(anon):     207864 kB
Inactive(anon):    46160 kB
Active(file):   10669644 kB
Inactive(file): 10753896 kB
Unevictable:      109092 kB
Mlocked:          109092 kB
SwapTotal:      67108860 kB
SwapFree:       66998164 kB
Dirty:             52748 kB
Writeback:             0 kB
AnonPages:        325832 kB
Mapped:            61572 kB
Shmem:             33928 kB
Slab:             492760 kB
SReclaimable:     464216 kB
SUnreclaim:        28544 kB
KernelStack:        4064 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1639812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23232 MiB
End job on node106 at 2019-09-20 15:56:38