Trace number 4256159

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
OscaR - Conflict Ordering 2017-07-26? 4.9141202 2.2974999

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-fs/
Pb-fs-50-250-0-45-90-4-1000.xml
MD5SUM3ae127b68cfa611bb704d38a0211b659
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-178
Best CPU time to get the best result obtained on this benchmark247.142
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints62994
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2025}]
Minimum variable degree10
Maximum variable degree121
Distribution of variable degrees[{"degree":10,"count":5},{"degree":11,"count":8},{"degree":12,"count":6},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":24,"count":1},{"degree":30,"count":1},{"degree":31,"count":4},{"degree":32,"count":15},{"degree":33,"count":16},{"degree":34,"count":32},{"degree":35,"count":24},{"degree":36,"count":30},{"degree":37,"count":27},{"degree":38,"count":21},{"degree":39,"count":19},{"degree":40,"count":4},{"degree":41,"count":7},{"degree":42,"count":1},"...",{"degree":96,"count":34}, {"degree":97,"count":30}, {"degree":98,"count":49}, {"degree":99,"count":64}, {"degree":100,"count":72}, {"degree":101,"count":96}, {"degree":102,"count":113}, {"degree":103,"count":112}, {"degree":104,"count":133}, {"degree":105,"count":128}, {"degree":106,"count":120}, {"degree":107,"count":126}, {"degree":108,"count":97}, {"degree":109,"count":78}, {"degree":110,"count":77}, {"degree":111,"count":68}, {"degree":112,"count":38}, {"degree":113,"count":29}, {"degree":114,"count":22}, {"degree":115,"count":26}, {"degree":116,"count":13}, {"degree":117,"count":10}, {"degree":118,"count":8}, {"degree":120,"count":2}, {"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":1170},{"arity":3,"count":61824}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62994}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.35/0.41	c version: 2017-07-26
0.35/0.41	c seed: 436292706
0.35/0.41	c timeout: 264
0.35/0.41	c memlimit: 11000
0.35/0.41	c nbcore: 4
0.35/0.43	c Parsing instance...
4.76/2.16	d EXCEPTION head of empty list
4.76/2.17	c scala.collection.immutable.Nil$.head(List.scala:422)
4.76/2.17	c scala.collection.immutable.Range.head(Range.scala:108)
4.76/2.17	c scala.collection.immutable.Range.min(Range.scala:112)
4.76/2.17	c scala.collection.immutable.Range.min(Range.scala:55)
4.76/2.17	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:296)
4.76/2.17	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:256)
4.76/2.17	c oscar.modeling.models.InstantiatedModel.oscar$modeling$models$InstantiatedModel$$instantiateIntDomainStorage(InstantiatedModel.scala:59)
4.76/2.17	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
4.76/2.17	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
4.76/2.17	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1$$anonfun$apply$2.apply(ModelVarStorage.scala:37)
4.76/2.17	c scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
4.76/2.17	c scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
4.76/2.17	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1.apply(ModelVarStorage.scala:37)
4.76/2.17	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
4.76/2.17	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
4.76/2.17	c scala.collection.Iterator$class.foreach(Iterator.scala:743)
4.76/2.17	c scala.collection.AbstractIterator.foreach(Iterator.scala:1174)
4.76/2.17	c scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
4.76/2.17	c scala.collection.AbstractIterable.foreach(Iterable.scala:54)
4.76/2.17	c scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
4.76/2.17	c scala.collection.AbstractTraversable.map(Traversable.scala:104)
4.76/2.17	c oscar.modeling.misc.ModelVarStorage$.apply(ModelVarStorage.scala:37)
4.76/2.17	c oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:49)
4.76/2.17	c oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
4.76/2.17	c oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
4.76/2.17	c oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:28)
4.76/2.17	c oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
4.76/2.17	c oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
4.76/2.17	c scala.Function0$class.apply$mcV$sp(Function0.scala:40)
4.76/2.17	c scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
4.76/2.17	c scala.App$$anonfun$main$1.apply(App.scala:76)
4.76/2.17	c scala.App$$anonfun$main$1.apply(App.scala:76)
4.76/2.17	c scala.collection.immutable.List.foreach(List.scala:383)
4.76/2.17	c scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
4.76/2.17	c scala.App$class.main(App.scala:76)
4.76/2.17	c oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
4.76/2.17	c oscar.xcsp3.competition.solvers.ConfOrderSolver.main(ConfOrderSolver.scala)
4.76/2.17	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256159-1501641155/watcher-4256159-1501641155 -o /tmp/evaluation-result-4256159-1501641155/solver-4256159-1501641155 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 436292706 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256159-1501641155.xml 

pid=32200
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.36 1.40 1.50 3/199 32203
/proc/meminfo: memFree=28275828/32770624 swapFree=0/215500
[pid=32203] ppid=32200 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32203/stat : 32203 (runsolver) D 32200 32203 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11930842 24240128 107 18446744073709551615 4194304 4338465 140733582094800 140733582092440 139640332677847 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 10375168 140733582098535 140733582099014 140733582099014 140733582102474 0
/proc/32203/statm: 5918 107 54 36 0 2156 0

[startup+0.100754 s]
/proc/loadavg: 1.36 1.40 1.50 3/199 32203
/proc/meminfo: memFree=28275828/32770624 swapFree=0/215500
[pid=32203] ppid=32200 vsize=13356344 CPUtime=0 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 2672 0 0 0 0 0 0 0 20 0 6 0 11930842 13676896256 2327 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3339086 2327 1306 1 0 3329064 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13356344

[startup+0.200296 s]
/proc/loadavg: 1.36 1.40 1.50 3/199 32203
/proc/meminfo: memFree=28275828/32770624 swapFree=0/215500
[pid=32203] ppid=32200 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 4766 0 0 0 4 1 0 0 20 0 14 0 11930842 14240239616 5319 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3476621 5319 2574 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300251 s]
/proc/loadavg: 1.36 1.40 1.50 3/199 32203
/proc/meminfo: memFree=28275828/32770624 swapFree=0/215500
[pid=32203] ppid=32200 vsize=13975920 CPUtime=0.19 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 9694 0 0 0 17 2 0 0 20 0 15 0 11930842 14311342080 9046 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3493980 9046 3505 1 0 3482767 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13975920

[startup+0.704673 s]
/proc/loadavg: 1.36 1.40 1.50 3/199 32203
/proc/meminfo: memFree=28275828/32770624 swapFree=0/215500
[pid=32203] ppid=32200 vsize=13975940 CPUtime=1.07 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 14330 0 0 0 101 6 0 0 20 0 15 0 11930842 14311362560 26799 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3493985 26799 3716 1 0 3482767 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13975940

[startup+1.50059 s]
/proc/loadavg: 1.33 1.39 1.50 8/213 32249
/proc/meminfo: memFree=31511056/32770624 swapFree=0/215488
[pid=32203] ppid=32200 vsize=13977988 CPUtime=3.29 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 16710 0 0 0 314 15 0 0 20 0 15 0 11930842 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3494497 65741 3767 1 0 3483279 0
[pid=32203/tid=32205] ppid=32200 vsize=13977988 CPUtime=1.24 cores=1,3,5,7
/proc/32203/task/32205/stat : 32205 (java) R 32200 32203 5228 0 -1 4202560 10456 0 0 0 119 5 0 0 20 0 15 0 11930851 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139716666443760 139716304028472 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32206] ppid=32200 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/32203/task/32206/stat : 32206 (java) S 32200 32203 5228 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 11930852 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139716629764880 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32207] ppid=32200 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/32203/task/32207/stat : 32207 (java) S 32200 32203 5228 0 -1 1077944384 70 0 0 0 5 1 0 0 20 0 15 0 11930852 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139716261399440 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32208] ppid=32200 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/32203/task/32208/stat : 32208 (java) S 32200 32203 5228 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 11930852 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139716260346896 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32209] ppid=32200 vsize=13977988 CPUtime=0.05 cores=1,3,5,7
/proc/32203/task/32209/stat : 32209 (java) S 32200 32203 5228 0 -1 1077944384 97 0 0 0 4 1 0 0 20 0 15 0 11930852 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139716259294352 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32210] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32210/stat : 32210 (java) S 32200 32203 5228 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11930853 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715579045872 139716662217346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32211] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32211/stat : 32211 (java) S 32200 32203 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715577992096 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32212] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32212/stat : 32212 (java) S 32200 32203 5228 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715576939504 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32213] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32213/stat : 32213 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930856 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715575888080 139716662224795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32214] ppid=32200 vsize=13977988 CPUtime=0.71 cores=1,3,5,7
/proc/32203/task/32214/stat : 32214 (java) R 32200 32203 5228 0 -1 4202560 1971 0 0 0 70 1 0 0 20 0 15 0 11930857 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715574819328 139716645702670 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32215] ppid=32200 vsize=13977988 CPUtime=0.73 cores=1,3,5,7
/proc/32203/task/32215/stat : 32215 (java) R 32200 32203 5228 0 -1 4202560 1518 0 0 0 73 0 0 0 20 0 15 0 11930857 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715573770592 139716643728947 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32216] ppid=32200 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/32203/task/32216/stat : 32216 (java) S 32200 32203 5228 0 -1 1077944384 980 0 0 0 33 0 0 0 20 0 15 0 11930857 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715572730608 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32217] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32217/stat : 32217 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930857 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715571678304 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32218] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32218/stat : 32218 (java) S 32200 32203 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11930864 14313459712 65741 18446744073709551615 4194304 4196468 140723881670688 139715570624816 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 13977988

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32203 sig 9
??? kill -32203 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60642 s]
/proc/loadavg: 1.33 1.39 1.50 8/213 32249
/proc/meminfo: memFree=31511056/32770624 swapFree=0/215488
[pid=32203] ppid=32200 vsize=13977988 CPUtime=3.55 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 16914 0 0 0 340 15 0 0 20 0 15 0 11930842 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3494497 77186 3769 1 0 3483279 0
[pid=32203/tid=32205] ppid=32200 vsize=13977988 CPUtime=1.35 cores=1,3,5,7
/proc/32203/task/32205/stat : 32205 (java) R 32200 32203 5228 0 -1 1077944384 10555 0 0 0 129 6 0 0 20 0 15 0 11930851 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139716666438976 139716662216405 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32206] ppid=32200 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/32203/task/32206/stat : 32206 (java) S 32200 32203 5228 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 11930852 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139716629764880 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32207] ppid=32200 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/32203/task/32207/stat : 32207 (java) S 32200 32203 5228 0 -1 1077944384 70 0 0 0 5 1 0 0 20 0 15 0 11930852 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139716261399440 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32208] ppid=32200 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/32203/task/32208/stat : 32208 (java) S 32200 32203 5228 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 11930852 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139716260346896 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32209] ppid=32200 vsize=13977988 CPUtime=0.05 cores=1,3,5,7
/proc/32203/task/32209/stat : 32209 (java) S 32200 32203 5228 0 -1 1077944384 97 0 0 0 4 1 0 0 20 0 15 0 11930852 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139716259294352 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32210] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32210/stat : 32210 (java) S 32200 32203 5228 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11930853 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715579045872 139716662217346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32211] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32211/stat : 32211 (java) S 32200 32203 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715577992096 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32212] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32212/stat : 32212 (java) S 32200 32203 5228 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715576939504 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32213] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32213/stat : 32213 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930856 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715575888080 139716662224795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32214] ppid=32200 vsize=13977988 CPUtime=0.78 cores=1,3,5,7
/proc/32203/task/32214/stat : 32214 (java) S 32200 32203 5228 0 -1 1077944384 1990 0 0 0 76 2 0 0 20 0 15 0 11930857 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715574835696 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32215] ppid=32200 vsize=13977988 CPUtime=0.8 cores=1,3,5,7
/proc/32203/task/32215/stat : 32215 (java) S 32200 32203 5228 0 -1 1077944384 1528 0 0 0 80 0 0 0 20 0 15 0 11930857 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715573783152 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32216] ppid=32200 vsize=13977988 CPUtime=0.35 cores=1,3,5,7
/proc/32203/task/32216/stat : 32216 (java) R 32200 32203 5228 0 -1 4202560 1058 0 0 0 35 0 0 0 20 0 15 0 11930857 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715572725984 139716640745334 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32217] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32217/stat : 32217 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930857 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715571678304 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32218] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32218/stat : 32218 (java) S 32200 32203 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11930864 14313459712 77186 18446744073709551615 4194304 4196468 140723881670688 139715570624816 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 13977988

[startup+2.00067 s]
/proc/loadavg: 1.33 1.39 1.50 8/213 32249
/proc/meminfo: memFree=31511056/32770624 swapFree=0/215488
[pid=32203] ppid=32200 vsize=13977988 CPUtime=4.59 cores=1,3,5,7
/proc/32203/stat : 32203 (java) S 32200 32203 5228 0 -1 1077944320 17522 0 0 0 439 20 0 0 20 0 15 0 11930842 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 140723881653232 139716662206199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
/proc/32203/statm: 3494497 98761 3787 1 0 3483279 0
[pid=32203/tid=32205] ppid=32200 vsize=13977988 CPUtime=1.71 cores=1,3,5,7
/proc/32203/task/32205/stat : 32205 (java) R 32200 32203 5228 0 -1 4202560 10627 0 0 0 164 7 0 0 20 0 15 0 11930851 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139716666441320 139716308489540 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32206] ppid=32200 vsize=13977988 CPUtime=0.07 cores=1,3,5,7
/proc/32203/task/32206/stat : 32206 (java) S 32200 32203 5228 0 -1 1077944384 74 0 0 0 5 2 0 0 20 0 15 0 11930852 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139716629764880 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32207] ppid=32200 vsize=13977988 CPUtime=0.09 cores=1,3,5,7
/proc/32203/task/32207/stat : 32207 (java) S 32200 32203 5228 0 -1 1077944384 83 0 0 0 7 2 0 0 20 0 15 0 11930852 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139716261399440 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32208] ppid=32200 vsize=13977988 CPUtime=0.08 cores=1,3,5,7
/proc/32203/task/32208/stat : 32208 (java) S 32200 32203 5228 0 -1 1077944384 157 0 0 0 6 2 0 0 20 0 15 0 11930852 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139716260346896 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32209] ppid=32200 vsize=13977988 CPUtime=0.08 cores=1,3,5,7
/proc/32203/task/32209/stat : 32209 (java) S 32200 32203 5228 0 -1 1077944384 118 0 0 0 6 2 0 0 20 0 15 0 11930852 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139716259294352 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32210] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32210/stat : 32210 (java) S 32200 32203 5228 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 11930853 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715579045872 139716662217346 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32211] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32211/stat : 32211 (java) S 32200 32203 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715577992160 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32212] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32212/stat : 32212 (java) S 32200 32203 5228 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 11930854 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715576939520 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32213] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32213/stat : 32213 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930856 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715575888080 139716662224795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32214] ppid=32200 vsize=13977988 CPUtime=1.02 cores=1,3,5,7
/proc/32203/task/32214/stat : 32214 (java) S 32200 32203 5228 0 -1 1077944384 2071 0 0 0 100 2 0 0 20 0 15 0 11930857 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715574835696 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32215] ppid=32200 vsize=13977988 CPUtime=1.04 cores=1,3,5,7
/proc/32203/task/32215/stat : 32215 (java) S 32200 32203 5228 0 -1 1077944384 1589 0 0 0 104 0 0 0 20 0 15 0 11930857 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715573783152 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32216] ppid=32200 vsize=13977988 CPUtime=0.42 cores=1,3,5,7
/proc/32203/task/32216/stat : 32216 (java) S 32200 32203 5228 0 -1 1077944384 1225 0 0 0 42 0 0 0 20 0 15 0 11930857 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715572730608 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32217] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32217/stat : 32217 (java) S 32200 32203 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11930857 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715571678304 139716662216405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
[pid=32203/tid=32218] ppid=32200 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/32203/task/32218/stat : 32218 (java) S 32200 32203 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11930864 14313459712 98761 18446744073709551615 4194304 4196468 140723881670688 139715570624816 139716662217346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36605952 140723881673106 140723881673291 140723881673291 140723881676751 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 13977988

[startup+2.20063 s]
/proc/loadavg: 1.33 1.39 1.50 1/181 32267
/proc/meminfo: memFree=31840672/32770624 swapFree=0/215488
[pid=32203] ppid=32200 vsize=0 CPUtime=4.9 cores=1,3,5,7
/proc/32203/stat : 32203 (java) Z 32200 32203 5228 0 -1 4227084 18383 0 0 0 469 21 0 0 20 0 2 0 11930842 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/32203/statm: 0 0 0 0 0 0 0
[pid=32203/tid=32216] ppid=32200 vsize=0 CPUtime=0.46 cores=1,3,5,7
/proc/32203/task/32216/stat : 32216 (java) D 32200 32203 5228 0 -1 4203588 1276 0 0 0 45 1 0 0 20 0 2 0 11930857 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.2975
CPU time (s): 4.91412
CPU user time (s): 4.69813
CPU system time (s): 0.215994
CPU usage (%): 213.89
Max. virtual memory (cumulated for all children) (KiB): 13980036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69813
system time used= 0.215994
maximum resident set size= 399252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2139
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.014921 second user time and 0.014781 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 04:18:29
IDJOB=4256159
IDBENCH=134650
IDSOLVER=2639
FILE ID=node133/4256159-1501641155
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-fs/Pb-fs-50-250-0-45-90-4-1000.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256159-1501641155/watcher-4256159-1501641155 -o /tmp/evaluation-result-4256159-1501641155/solver-4256159-1501641155 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 436292706 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256159-1501641155.xml

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

MD5SUM BENCH= 3ae127b68cfa611bb704d38a0211b659
RANDOM SEED=436292706

node133.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.17
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.17
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.17
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.17
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:        28275568 kB
MemAvailable:   28497556 kB
Buffers:          113464 kB
Cached:           389628 kB
SwapCached:            0 kB
Active:          3854104 kB
Inactive:         224036 kB
Active(anon):    3575124 kB
Inactive(anon):     8536 kB
Active(file):     278980 kB
Inactive(file):   215500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45092 kB
Writeback:             4 kB
AnonPages:       3574836 kB
Mapped:            44628 kB
Shmem:              8892 kB
Slab:             112720 kB
SReclaimable:      86688 kB
SUnreclaim:        26032 kB
KernelStack:        3552 kB
PageTables:        12400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4384516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3448832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61820 MiB
End job on node133 at 2017-08-02 04:18:31