Trace number 4264684

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
AbsCon-basic 2017-06-11SAT 3.61972 1.59144

DiagnosticValue
WRONG_DECISIONS31

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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 benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.37	
0.22/0.37	AbsCon 2 
0.22/0.37	
0.80/0.65	  Solving XCSP3-instance-4264684-1502319942 as a CSP
0.80/0.65	  Loading variables...
1.15/0.71	  Loading constraints...
2.68/1.38	  Solver SolverBacktrack being built...
2.68/1.38	
3.03/1.42	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.03/1.42	
3.36/1.56	
3.36/1.56	v <instantiation id='sol1' type='solution'>  <list> x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>  <values> 14 0 20 21 31 30 57 58 69 68 41 42 50 49 84 83 96 115 127 105 0 1 20 21 44 45 56 55 80 81 22 16 31 30 96 97 105 106 116 115 50 0 69 68 105 104 120 121 134 135 25 26 71 66 137 136 148 149 154 153 0 16 31 30 56 55 71 72 124 115 0 1 6 5 14 15 37 36 48 49 6 7 56 57 120 121 137 136 145 144 7 6 36 66 71 72 84 83 91 92 </values>  </instantiation>
3.36/1.56	s SATISFIABLE
3.36/1.56	
3.36/1.56	d WRONG_DECISIONS 31

Verifier Data

OK	

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-4264684-1502319942/watcher-4264684-1502319942 -o /tmp/evaluation-result-4264684-1502319942/solver-4264684-1502319942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264684-1502319942.xml 

pid=16903
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.06 2.05 2/202 16906
/proc/meminfo: memFree=25507276/32770624 swapFree=0/532268
[pid=16906] ppid=16903 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16906/stat : 16906 (runsolver) D 16903 16906 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 79500403 24240128 106 18446744073709551615 4194304 4338465 140726714264400 140726714262040 139772317115095 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 22290432 140726714269856 140726714270281 140726714270281 140726714273738 0
/proc/16906/statm: 5918 106 53 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 2.07 2.06 2.05 2/202 16906
/proc/meminfo: memFree=25507276/32770624 swapFree=0/532268
[pid=16906] ppid=16903 vsize=10085108 CPUtime=0.01 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 3738 0 0 0 1 0 0 0 20 0 8 0 79500403 10327150592 4897 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2521277 4897 2035 1 0 2510774 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10085108

[startup+0.200323 s]
/proc/loadavg: 2.07 2.06 2.05 2/202 16906
/proc/meminfo: memFree=25507276/32770624 swapFree=0/532268
[pid=16906] ppid=16903 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 4637 0 0 0 5 0 0 0 20 0 14 0 79500403 10736119808 5683 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2621123 5683 2577 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300248 s]
/proc/loadavg: 2.07 2.06 2.05 2/202 16906
/proc/meminfo: memFree=25507276/32770624 swapFree=0/532268
[pid=16906] ppid=16903 vsize=10551180 CPUtime=0.22 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 8647 0 0 0 20 2 0 0 20 0 15 0 79500403 10804408320 8983 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2637795 8983 2866 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551180

[startup+0.700623 s]
/proc/loadavg: 2.07 2.06 2.05 2/202 16906
/proc/meminfo: memFree=25507276/32770624 swapFree=0/532268
[pid=16906] ppid=16903 vsize=10621952 CPUtime=1.15 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 14027 0 0 0 110 5 0 0 20 0 16 0 79500403 10876878848 19264 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2655488 19264 3080 1 0 2644414 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10621952

[startup+1.50062 s]
/proc/loadavg: 2.07 2.06 2.05 3/217 16922
/proc/meminfo: memFree=25424384/32770624 swapFree=0/532300
[pid=16906] ppid=16903 vsize=10624000 CPUtime=3.36 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 26303 0 0 0 328 8 0 0 20 0 16 0 79500403 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2656000 34855 3109 1 0 2644926 0
[pid=16906/tid=16908] ppid=16903 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16906/task/16908/stat : 16908 (java) S 16903 16906 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79500411 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 139836277054640 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16909] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16909/stat : 16909 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 139836219161488 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16910] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16910/stat : 16910 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139836218108688 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16911] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16911/stat : 16911 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835881610384 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16912] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16912/stat : 16912 (java) S 16903 16906 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835880557584 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16913] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16913/stat : 16913 (java) S 16903 16906 31388 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 79500413 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835836979312 139836272822914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16914] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16914/stat : 16914 (java) S 16903 16906 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79500413 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835835925280 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16915] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16915/stat : 16915 (java) S 16903 16906 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79500414 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835834872944 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16916] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16916/stat : 16916 (java) S 16903 16906 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835833821264 139836272830363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16917] ppid=16903 vsize=10624000 CPUtime=0.72 cores=0,2,4,6
/proc/16906/task/16917/stat : 16917 (java) R 16903 16906 31388 0 -1 4202560 7003 0 0 0 72 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835832761624 139836257210107 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16918] ppid=16903 vsize=10624000 CPUtime=0.7 cores=0,2,4,6
/proc/16906/task/16918/stat : 16918 (java) R 16903 16906 31388 0 -1 4202560 2906 0 0 0 69 1 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835831707984 139836254356728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16919] ppid=16903 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/16906/task/16919/stat : 16919 (java) S 16903 16906 31388 0 -1 1077944384 3697 0 0 0 56 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835830664048 139836272822914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16920] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16920/stat : 16920 (java) S 16903 16906 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835829611488 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16921] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16921/stat : 16921 (java) S 16903 16906 31388 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 79500424 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835828558256 139836272822914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16922] ppid=16903 vsize=10624000 CPUtime=1.11 cores=0,2,4,6
/proc/16906/task/16922/stat : 16922 (java) R 16903 16906 31388 0 -1 4202560 5075 0 0 0 109 2 0 0 20 0 16 0 79500441 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835825364904 139835901259048 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 10624000

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

[startup+1.50062 s]
/proc/loadavg: 2.07 2.06 2.05 3/217 16922
/proc/meminfo: memFree=25424384/32770624 swapFree=0/532300
[pid=16906] ppid=16903 vsize=10624000 CPUtime=3.36 cores=0,2,4,6
/proc/16906/stat : 16906 (java) S 16903 16906 31388 0 -1 1077944320 26303 0 0 0 328 8 0 0 20 0 16 0 79500403 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 140729528755344 139836272811767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
/proc/16906/statm: 2656000 34855 3109 1 0 2644926 0
[pid=16906/tid=16908] ppid=16903 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16906/task/16908/stat : 16908 (java) S 16903 16906 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79500411 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 139836277054640 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16909] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16909/stat : 16909 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34855 18446744073709551615 4194304 4196468 140729528772800 139836219161488 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16910] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16910/stat : 16910 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139836218108688 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16911] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16911/stat : 16911 (java) S 16903 16906 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835881610384 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16912] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16912/stat : 16912 (java) S 16903 16906 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 79500411 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835880557584 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16913] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16913/stat : 16913 (java) S 16903 16906 31388 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 79500413 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835836979312 139836272822914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16914] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16914/stat : 16914 (java) S 16903 16906 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79500413 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835835925280 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16915] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16915/stat : 16915 (java) S 16903 16906 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79500414 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835834872944 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16916] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16916/stat : 16916 (java) S 16903 16906 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835833821264 139836272830363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16917] ppid=16903 vsize=10624000 CPUtime=0.72 cores=0,2,4,6
/proc/16906/task/16917/stat : 16917 (java) R 16903 16906 31388 0 -1 4202560 7003 0 0 0 72 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835832761624 139836257210107 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16918] ppid=16903 vsize=10624000 CPUtime=0.7 cores=0,2,4,6
/proc/16906/task/16918/stat : 16918 (java) R 16903 16906 31388 0 -1 4202560 2906 0 0 0 69 1 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835831707984 139836254356728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16919] ppid=16903 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/16906/task/16919/stat : 16919 (java) S 16903 16906 31388 0 -1 1077944384 3697 0 0 0 56 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835830664048 139836272822914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16920] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16920/stat : 16920 (java) S 16903 16906 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79500416 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835829611488 139836272821973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16921] ppid=16903 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16906/task/16921/stat : 16921 (java) S 16903 16906 31388 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 79500424 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835828558256 139836272822914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
[pid=16906/tid=16922] ppid=16903 vsize=10624000 CPUtime=1.11 cores=0,2,4,6
/proc/16906/task/16922/stat : 16922 (java) R 16903 16906 31388 0 -1 4202560 5075 0 0 0 109 2 0 0 20 0 16 0 79500441 10878976000 34894 18446744073709551615 4194304 4196468 140729528772800 139835825364904 139835901259048 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23515136 140729528779213 140729528779342 140729528779342 140729528782799 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 1.59144
CPU time (s): 3.61972
CPU user time (s): 3.52162
CPU system time (s): 0.098106
CPU usage (%): 227.45
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.52162
system time used= 0.098106
maximum resident set size= 140812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2194
involuntary context switches= 11

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

The end

Launcher Data

Begin job on node134 at 2017-08-10 00:51:45
IDJOB=4264684
IDBENCH=138525
IDSOLVER=2652
FILE ID=node134/4264684-1502319942
RUNJOBID= node134-1502258125-5060
PBS_JOBID= 
Free space on /tmp= 61940 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264684-1502319942/watcher-4264684-1502319942 -o /tmp/evaluation-result-4264684-1502319942/solver-4264684-1502319942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264684-1502319942.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=270284310

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25507016 kB
MemAvailable:   26454028 kB
Buffers:          262512 kB
Cached:           979516 kB
SwapCached:            0 kB
Active:          6256436 kB
Inactive:         563492 kB
Active(anon):    5580580 kB
Inactive(anon):    31224 kB
Active(file):     675856 kB
Inactive(file):   532268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7708 kB
Writeback:             0 kB
AnonPages:       5578080 kB
Mapped:            59212 kB
Shmem:             33468 kB
Slab:             135724 kB
SReclaimable:     109444 kB
SUnreclaim:        26280 kB
KernelStack:        3520 kB
PageTables:        15580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7371532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4907008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61932 MiB
End job on node134 at 2017-08-10 00:51:47