Trace number 4405778

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 2019-09-24? (TO) 2527.21 799.077

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405778-1569412605.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405778-1569412605.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405778-1569412605/watcher-4405778-1569412605 -o /var/tmp/evaluation-result-4405778-1569412605/solver-4405778-1569412605 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569408107-11225 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1393610359 HOME/instance-4405778-1569412605.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=12942, runsolver pid=12939

[startup+0.100091 s]*
/proc/loadavg: 1.46 1.59 1.65 4/229 12958
/proc/meminfo: memFree=25107036/32770624 swapFree=66974668/67108860
[pid=12942] ppid=12939 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12942/stat : 12942 (xcsp3-exec) S 12939 12942 8971 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517202329 115843072 363 33554432000 4194304 5098028 140720996806768 140720996804872 139834978460284 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10113024 140720996811606 140720996811865 140720996811865 140720996814790 0
/proc/12942/statm: 28282 363 304 221 0 87 0
[pid=12944] ppid=12942 vsize=15144776 memory=27132 CPUtime=0.13 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12942 12942 8971 0 -1 1077944320 5802 0 0 0 12 1 0 0 20 0 15 0 517202330 15508250624 6783 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3786194 6783 3133 1 0 3748377 0
[pid=12944/tid=12945] ppid=12942 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) S 12942 12942 8971 0 -1 1077944384 3639 0 0 0 9 0 0 0 20 0 15 0 517202330 15508250624 6783 33554432000 4194304 4196468 140722953822512 139632844228576 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12942 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 6783 33554432000 4194304 4196468 140722953822512 139632432516240 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632431463440 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632430410640 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632429357840 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202332 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632409688432 139632840010370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12942 12942 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517202333 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632408634400 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12942 12942 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517202333 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632339575664 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632338523984 139632840017819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) R 12942 12942 8971 0 -1 4202560 355 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632337463872 139632819245565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) R 12942 12942 8971 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632336419664 139632840009429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0.02 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12942 12942 8971 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 15 0 517202335 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632335366768 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202336 15508250624 6849 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28584 KiB

[startup+0.211004 s]*
/proc/loadavg: 1.46 1.59 1.65 3/229 12958
/proc/meminfo: memFree=25093412/32770624 swapFree=66974668/67108860
[pid=12942] ppid=12939 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12942/stat : 12942 (xcsp3-exec) S 12939 12942 8971 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517202329 115843072 363 33554432000 4194304 5098028 140720996806768 140720996804872 139834978460284 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10113024 140720996811606 140720996811865 140720996811865 140720996814790 0
/proc/12942/statm: 28282 363 304 221 0 87 0
[pid=12944] ppid=12942 vsize=15144776 memory=40064 CPUtime=0.34 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12942 12942 8971 0 -1 1077944320 9737 0 0 0 31 3 0 0 20 0 15 0 517202330 15508250624 10016 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3786194 10016 3319 1 0 3748377 0
[pid=12944/tid=12945] ppid=12942 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) R 12942 12942 8971 0 -1 4202560 6679 0 0 0 18 2 0 0 20 0 15 0 517202330 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632844231952 139632824079710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12942 vsize=15144776 memory=13657 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632432516240 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12942 vsize=15144776 memory=288370486777632384 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632431463440 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632430410640 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632429357840 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12942 12942 8971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517202332 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632409688432 139632840010370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12942 12942 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517202333 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632408634400 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12942 12942 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517202333 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632339575664 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632338523984 139632840017819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12942 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12942 12942 8971 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 517202335 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12942 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12942 12942 8971 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 517202335 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12942 vsize=15144776 memory=140110625920640 CPUtime=0.08 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) R 12942 12942 8971 0 -1 4202560 882 0 0 0 8 0 0 0 20 0 15 0 517202335 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632335366768 139632818258463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12942 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12942 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202336 15508250624 10016 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41516 KiB

[startup+0.310695 s]*
/proc/loadavg: 1.46 1.59 1.65 5/229 12958
/proc/meminfo: memFree=25088188/32770624 swapFree=66974668/67108860
[pid=12942] ppid=12939 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12942/stat : 12942 (xcsp3-exec) S 12939 12942 8971 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517202329 115843072 363 33554432000 4194304 5098028 140720996806768 140720996804872 139834978460284 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10113024 140720996811606 140720996811865 140720996811865 140720996814790 0
/proc/12942/statm: 28282 363 304 221 0 87 0
[pid=12944] ppid=12942 vsize=15149032 memory=48788 CPUtime=0.53 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12942 12942 8971 0 -1 1077944320 11047 0 0 0 49 4 0 0 20 0 15 0 517202330 15512608768 12197 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3787258 12197 3350 1 0 3748377 0
[pid=12944/tid=12945] ppid=12942 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) R 12942 12942 8971 0 -1 4202560 7804 0 0 0 27 2 0 0 20 0 15 0 517202330 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632844230336 139632824079710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12942 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632432516240 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12942 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632431463440 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12942 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632430410640 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12942 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632429357840 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12942 vsize=15149032 memory=7439764725291328914 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12942 12942 8971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517202332 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632409688432 139632840010370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12942 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12942 12942 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517202333 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632408634400 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12942 vsize=15149032 memory=4498404016631593313 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12942 12942 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517202333 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632339575664 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12942 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632338523984 139632840017819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12942 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12942 12942 8971 0 -1 1077944384 453 0 0 0 4 0 0 0 20 0 15 0 517202335 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12942 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12942 12942 8971 0 -1 1077944384 455 0 0 0 4 0 0 0 20 0 15 0 517202335 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12942 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12942 12942 8971 0 -1 1077944384 1038 0 0 0 12 0 0 0 20 0 15 0 517202335 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632335366768 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12942 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12942 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202336 15512608768 12225 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50240 KiB

[startup+0.702915 s]
/proc/loadavg: 1.46 1.59 1.65 6/229 12958
/proc/meminfo: memFree=25065476/32770624 swapFree=66974668/67108860
[pid=12942] ppid=12939 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12942/stat : 12942 (xcsp3-exec) S 12939 12942 8971 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517202329 115843072 363 33554432000 4194304 5098028 140720996806768 140720996804872 139834978460284 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10113024 140720996811606 140720996811865 140720996811865 140720996814790 0
/proc/12942/statm: 28282 363 304 221 0 87 0
[pid=12944] ppid=12942 vsize=15151156 memory=97544 CPUtime=1.77 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12942 12942 8971 0 -1 1077944320 15041 0 0 0 172 5 0 0 20 0 15 0 517202330 15514783744 24386 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3787789 24386 3444 1 0 3748889 0
[pid=12944/tid=12945] ppid=12942 vsize=15151156 memory=1791068472577 CPUtime=0.67 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) R 12942 12942 8971 0 -1 4202560 9113 0 0 0 64 3 0 0 20 0 15 0 517202330 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632844236480 139632840011158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12942 vsize=15151156 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632432516240 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12942 vsize=15151156 memory=-7604262568725289114 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) S 12942 12942 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517202331 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632431463440 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12942 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632430410640 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12942 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202331 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632429357840 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12942 vsize=15151156 memory=55468 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12942 12942 8971 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517202332 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632409688432 139632840010370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12942 vsize=15151156 memory=992 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12942 12942 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632408634400 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12942 vsize=15151156 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12942 12942 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632339575664 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12942 vsize=15151156 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632338523984 139632840017819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12942 vsize=15151156 memory=11624 CPUtime=0.36 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12942 12942 8971 0 -1 1077944384 1344 0 0 0 36 0 0 0 20 0 15 0 517202335 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12942 vsize=15151156 memory=740 CPUtime=0.36 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) R 12942 12942 8971 0 -1 1077944384 1363 0 0 0 36 0 0 0 20 0 15 0 517202335 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12942 vsize=15151156 memory=1056 CPUtime=0.35 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) R 12942 12942 8971 0 -1 4202560 1912 0 0 0 34 1 0 0 20 0 15 0 517202335 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632335366768 139632832236350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12942 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12942 vsize=15151156 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12942 12942 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517202336 15514783744 24386 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 98996 KiB

[startup+1.51056 s]
/proc/loadavg: 1.43 1.58 1.64 3/229 12958
/proc/meminfo: memFree=24925968/32770624 swapFree=66974668/67108860
[pid=12942] ppid=12939 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12942/stat : 12942 (xcsp3-exec) S 12939 12942 8971 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517202329 115843072 363 33554432000 4194304 5098028 140720996806768 140720996804872 139834978460284 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10113024 140720996811606 140720996811865 140720996811865 140720996814790 0
/proc/12942/statm: 28282 363 304 221 0 87 0

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

/proc/12944/task/12948/stat : 12948 (java) R 12942 12942 8971 0 -1 4202560 124988 0 0 0 57249 168 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632430410840 139632824995568 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12942 vsize=15151156 memory=804 CPUtime=574.36 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) R 12942 12942 8971 0 -1 4202560 102100 0 0 0 57280 156 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632429357728 139632824995575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12942 vsize=15151156 memory=1804 CPUtime=73.98 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12942 12942 8971 0 -1 1077944384 159332 0 0 0 7379 19 0 0 20 0 15 0 517202332 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632409686976 139632840009429 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12942 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12942 12942 8971 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632408634464 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12942 vsize=15151156 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12942 12942 8971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632339575680 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12942 vsize=15151156 memory=2700 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632338523984 139632840017819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12942 vsize=15151156 memory=2588 CPUtime=1.04 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12942 12942 8971 0 -1 1077944384 4324 0 0 0 103 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632337472416 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12942 vsize=15151156 memory=4104 CPUtime=1.03 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12942 12942 8971 0 -1 1077944384 3980 0 0 0 103 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632336419328 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12942 vsize=15151156 memory=1408 CPUtime=0.55 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12942 12942 8971 0 -1 1077944384 6038 0 0 0 54 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632335366816 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12942 vsize=15151156 memory=3312 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12942 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12942 vsize=15151156 memory=1456 CPUtime=0.76 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12942 12942 8971 0 -1 1077944384 791 0 0 0 41 35 0 0 20 0 15 0 517202336 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12742516 KiB

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

[startup+797.054 s]
# the end of solver process 12942 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001169 s, system=0.001169 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+798.402 s]
/proc/loadavg: 4.89 4.40 3.14 3/228 13050
/proc/meminfo: memFree=12352696/32770624 swapFree=66974676/67108860
[pid=12944] ppid=12939 vsize=15151156 memory=12741064 CPUtime=2524.68 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12939 12942 8971 0 -1 1077944320 665576 0 0 0 251762 706 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3787789 3185266 3503 1 0 3748889 0
[pid=12944/tid=12945] ppid=12939 vsize=15151156 memory=1056 CPUtime=144.97 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) S 12939 12942 8971 0 -1 1077944384 31973 0 0 0 14451 46 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632844237312 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12939 vsize=15151156 memory=1552 CPUtime=575.41 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) R 12939 12942 8971 0 -1 4202560 130937 0 0 0 57396 145 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632432516440 139632824952725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12939 vsize=15151156 memory=1040 CPUtime=575.82 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) R 12939 12942 8971 0 -1 4202560 99733 0 0 0 57422 160 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632431463640 139632824952725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12939 vsize=15151156 memory=1200 CPUtime=575.25 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) R 12939 12942 8971 0 -1 4202560 124988 0 0 0 57357 168 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632430410640 139632824696998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12939 vsize=15151156 memory=6188 CPUtime=575.46 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) R 12939 12942 8971 0 -1 4202560 102114 0 0 0 57390 156 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632429358040 139632824949828 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12939 vsize=15151156 memory=14012 CPUtime=74.26 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12939 12942 8971 0 -1 1077944384 159334 0 0 0 7407 19 0 0 20 0 15 0 517202332 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632409686752 139632840009429 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12939 vsize=15151156 memory=26108 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12939 12942 8971 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632408634464 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12939 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12939 12942 8971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632339575680 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12939 vsize=15151156 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12939 12942 8971 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632338522576 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12939 vsize=15151156 memory=1424 CPUtime=1.04 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12939 12942 8971 0 -1 1077944384 4324 0 0 0 103 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12939 vsize=15151156 memory=11624 CPUtime=1.03 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12939 12942 8971 0 -1 1077944384 3980 0 0 0 103 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12939 vsize=15151156 memory=12741064 CPUtime=0.55 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12939 12942 8971 0 -1 1077944384 6038 0 0 0 54 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632335366768 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12939 vsize=15151156 memory=740 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12939 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12939 vsize=15151156 memory=1056 CPUtime=0.76 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12939 12942 8971 0 -1 1077944384 791 0 0 0 41 35 0 0 20 0 15 0 517202336 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current cumulated CPU time of completed processes: 0.002338 s
Current children cumulated CPU time: 2524.68 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12741064 KiB

[startup+798.802 s]
/proc/loadavg: 4.89 4.40 3.14 3/228 13050
/proc/meminfo: memFree=12352696/32770624 swapFree=66974676/67108860
[pid=12944] ppid=12939 vsize=15151156 memory=12741064 CPUtime=2526.28 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12939 12942 8971 0 -1 1077944320 665639 0 0 0 251922 706 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3787789 3185266 3503 1 0 3748889 0
[pid=12944/tid=12945] ppid=12939 vsize=15151156 memory=2120 CPUtime=144.97 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) S 12939 12942 8971 0 -1 1077944384 31973 0 0 0 14451 46 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632844237312 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12939 vsize=15151156 memory=500 CPUtime=575.81 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) R 12939 12942 8971 0 -1 4202560 130976 0 0 0 57436 145 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632432516440 139632824696965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12939 vsize=15151156 memory=1556 CPUtime=576.22 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) R 12939 12942 8971 0 -1 4202560 99738 0 0 0 57462 160 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632431463640 139632824696998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12939 vsize=15151156 memory=924 CPUtime=575.65 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) R 12939 12942 8971 0 -1 4202560 125007 0 0 0 57397 168 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632430410640 139632824949828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12939 vsize=15151156 memory=1672 CPUtime=575.85 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) R 12939 12942 8971 0 -1 4202560 102114 0 0 0 57429 156 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632429358040 139632824696998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12939 vsize=15151156 memory=780 CPUtime=74.26 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12939 12942 8971 0 -1 1077944384 159334 0 0 0 7407 19 0 0 20 0 15 0 517202332 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632409686752 139632840009429 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12939 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12939 12942 8971 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632408634464 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12939 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12939 12942 8971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632339575680 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12939 vsize=15151156 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12939 12942 8971 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632338522576 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12939 vsize=15151156 memory=1764 CPUtime=1.04 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12939 12942 8971 0 -1 1077944384 4324 0 0 0 103 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12939 vsize=15151156 memory=111636 CPUtime=1.03 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12939 12942 8971 0 -1 1077944384 3980 0 0 0 103 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12939 vsize=15151156 memory=4872558044660077418 CPUtime=0.55 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12939 12942 8971 0 -1 1077944384 6038 0 0 0 54 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632335366768 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12939 vsize=15151156 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12939 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12939 vsize=15151156 memory=15534115864709562 CPUtime=0.76 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12939 12942 8971 0 -1 1077944384 791 0 0 0 41 35 0 0 20 0 15 0 517202336 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current cumulated CPU time of completed processes: 0.002338 s
Current children cumulated CPU time: 2526.28 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12741064 KiB

[startup+799.002 s]*
/proc/loadavg: 4.89 4.40 3.14 6/228 13050
/proc/meminfo: memFree=12352696/32770624 swapFree=66974676/67108860
[pid=12944] ppid=12939 vsize=15151156 memory=12741064 CPUtime=2527.11 cores=1,3,5,7
/proc/12944/stat : 12944 (java) S 12939 12942 8971 0 -1 1077944320 665639 0 0 0 252005 706 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 140722953805056 139632839999223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
/proc/12944/statm: 3787789 3185266 3503 1 0 3748889 0
[pid=12944/tid=12945] ppid=12939 vsize=15151156 memory=1398722017469774279 CPUtime=144.97 cores=1,3,5,7
/proc/12944/task/12945/stat : 12945 (java) S 12939 12942 8971 0 -1 1077944384 31973 0 0 0 14451 46 0 0 20 0 15 0 517202330 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632844237312 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12946] ppid=12939 vsize=15151156 memory=4872558044660077418 CPUtime=576.02 cores=1,3,5,7
/proc/12944/task/12946/stat : 12946 (java) R 12939 12942 8971 0 -1 4202560 130976 0 0 0 57457 145 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632432516440 139632824696862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12947] ppid=12939 vsize=15151156 memory=3140 CPUtime=576.43 cores=1,3,5,7
/proc/12944/task/12947/stat : 12947 (java) R 12939 12942 8971 0 -1 4202560 99738 0 0 0 57483 160 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632431463640 139632824950306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12948] ppid=12939 vsize=15151156 memory=12741064 CPUtime=575.86 cores=1,3,5,7
/proc/12944/task/12948/stat : 12948 (java) R 12939 12942 8971 0 -1 4202560 125007 0 0 0 57418 168 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632430410640 139632824950398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12949] ppid=12939 vsize=15151156 memory=1732 CPUtime=576.05 cores=1,3,5,7
/proc/12944/task/12949/stat : 12949 (java) R 12939 12942 8971 0 -1 4202560 102114 0 0 0 57449 156 0 0 20 0 15 0 517202331 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632429358040 139632824949828 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12950] ppid=12939 vsize=15151156 memory=1398722017469774279 CPUtime=74.26 cores=1,3,5,7
/proc/12944/task/12950/stat : 12950 (java) S 12939 12942 8971 0 -1 1077944384 159334 0 0 0 7407 19 0 0 20 0 15 0 517202332 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632409686752 139632840009429 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12951] ppid=12939 vsize=15151156 memory=12741064 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12951/stat : 12951 (java) S 12939 12942 8971 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632408634464 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12952] ppid=12939 vsize=15151156 memory=3312 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12952/stat : 12952 (java) S 12939 12942 8971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517202333 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632339575680 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12953] ppid=12939 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12953/stat : 12953 (java) S 12939 12942 8971 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632338522576 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12954] ppid=12939 vsize=15151156 memory=1452 CPUtime=1.04 cores=1,3,5,7
/proc/12944/task/12954/stat : 12954 (java) S 12939 12942 8971 0 -1 1077944384 4324 0 0 0 103 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632337472368 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12955] ppid=12939 vsize=15151156 memory=12741064 CPUtime=1.03 cores=1,3,5,7
/proc/12944/task/12955/stat : 12955 (java) S 12939 12942 8971 0 -1 1077944384 3980 0 0 0 103 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632336419568 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12956] ppid=12939 vsize=15151156 memory=12741064 CPUtime=0.55 cores=1,3,5,7
/proc/12944/task/12956/stat : 12956 (java) S 12939 12942 8971 0 -1 1077944384 6038 0 0 0 54 1 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632335366768 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12957] ppid=12939 vsize=15151156 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/12944/task/12957/stat : 12957 (java) S 12939 12942 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517202335 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632334314208 139632840009429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
[pid=12944/tid=12958] ppid=12939 vsize=15151156 memory=15534115864709562 CPUtime=0.76 cores=1,3,5,7
/proc/12944/task/12958/stat : 12958 (java) S 12939 12942 8971 0 -1 1077944384 791 0 0 0 41 35 0 0 20 0 15 0 517202336 15514783744 3185266 33554432000 4194304 4196468 140722953822512 139632333261488 139632840010370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140722953827291 140722953827466 140722953827466 140722953830351 0
Current cumulated CPU time of completed processes: 0.002338 s
Current children cumulated CPU time: 2527.11 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12741064 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 799.077
CPU time (s): 2527.21
CPU user time (s): 2520.09
CPU system time (s): 7.11899
CPU usage (%): 316.266
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12742516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.09
system time used= 7.11899
maximum resident set size= 12741464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27157
involuntary context switches= 20488


# summary of solver processes directly reported to runsolver:
#   pid: 12942,12944
#   total CPU time (s): 2527.21
#   total CPU user time (s): 2520.09
#   total CPU system time (s): 7.11899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.09108 second user time and 8.78816 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-25 13:56:02
IDJOB=4405778
IDBENCH=138482
IDSOLVER=2869
FILE ID=node117/4405778-1569412605
RUNJOBID= node117-1569408107-11225
PBS_JOBID= 21705694
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405778-1569412605/watcher-4405778-1569412605 -o /var/tmp/evaluation-result-4405778-1569412605/solver-4405778-1569412605 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569408107-11225 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1393610359 HOME/instance-4405778-1569412605.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1393610359

node117.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.75
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.75
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.75
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.75
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:        25122136 kB
MemAvailable:   31664024 kB
Buffers:          152580 kB
Cached:          6443088 kB
SwapCached:        27780 kB
Active:          3421904 kB
Inactive:        3365960 kB
Active(anon):     163120 kB
Inactive(anon):    80960 kB
Active(file):    3258784 kB
Inactive(file):  3285000 kB
Unevictable:      106976 kB
Mlocked:          106976 kB
SwapTotal:      67108860 kB
SwapFree:       66974668 kB
Dirty:             26060 kB
Writeback:             0 kB
AnonPages:        272748 kB
Mapped:            68748 kB
Shmem:             43004 kB
Slab:             455084 kB
SReclaimable:     426564 kB
SUnreclaim:        28520 kB
KernelStack:        3792 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1453764 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node117 at 2019-09-25 14:09:21