Trace number 4266322

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
cosoco-sat 1.12UNSAT 54.176201 54.260502

General information on the benchmark

NameRandom/Random-m1-5-12-12t/
rand-5-12-12-200-t95-3.xml
MD5SUMd4014e5e87f6d68ac86bab8f8f62518f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.8933
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints200
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree77
Maximum variable degree95
Distribution of variable degrees[{"degree":77,"count":1},{"degree":78,"count":1},{"degree":79,"count":1},{"degree":81,"count":2},{"degree":82,"count":1},{"degree":83,"count":2},{"degree":84,"count":1},{"degree":86,"count":1},{"degree":91,"count":1},{"degree":95,"count":1}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

12.12/12.24	c SAT : Variables: 144 -- Clauses: 804
12.22/12.30	c root propagations     : 0           
12.22/12.30	c restarts enabled, print stats at every restarts
12.22/12.30	c
12.22/12.30	c
12.22/12.30	c
12.22/12.30	c This is cosoco 1.12 --  
12.22/12.30	c
12.22/12.30	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266322-1502568113.xml 
12.22/12.30	c ========================================[ Problem Statistics ]===========================================
12.22/12.30	c |                                                                                                       
12.22/12.30	c |  Parse time        :        12.11 s 
12.22/12.30	c |
12.22/12.30	c |               Variables: 12
12.22/12.30	c |            Domain Sizes: 12..12
12.22/12.30	c |
12.22/12.30	c |             Constraints: 200
12.22/12.30	c |                   Arity: 5..5
12.22/12.30	c | 
12.22/12.30	c |                   Types: 
12.22/12.30	c |                          Extension: 200  (nb tuples: 12441..12441) -- (shared: 0)
12.22/12.30	c |                          
12.22/12.30	c =========================================================================================================
12.22/12.30	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
12.42/12.51	c 10             13             2083           655            0              4              3   3   2      
12.72/12.80	c 20             26             4237           1312           0              9              3   3   2      
13.03/13.14	c 30             39             6501           2053           0              14             3   3   2      
13.52/13.61	c 40             52             9209           2825           0              16             3   3   2      
14.03/14.12	c 50             65             12497          3764           0              18             3   3   2      
14.32/14.46	c 60             78             14384          4330           0              22             3   3   2      
14.82/14.98	c 70             92             17892          5209           0              26             3   3   2      
15.32/15.45	c 80             105            21288          5889           0              28             3   3   2      
15.72/15.88	c 90             118            23585          6569           0              33             3   3   2      
16.22/16.34	c 100            132            26699          7275           0              36             3   3   2      
16.32/16.43	c 101            135            27139          7365           0              37             3   3   1      
16.62/16.74	c 110            147            29001          8080           0              41             3   3   2      
17.03/17.19	c 120            160            31699          8689           0              46             3   3   2      
17.42/17.54	c 130            173            34111          9491           0              53             3   3   2      
17.93/18.01	c 140            187            37237          10271          0              56             3   3   2      
18.32/18.45	c 150            201            40232          11009          0              60             3   3   2      
18.82/18.90	c 160            214            42878          11815          0              65             3   3   2      
19.22/19.30	c 170            227            45423          12529          0              71             3   3   2      
19.93/20.02	c 180            243            49631          13313          1              74             3   3   2      
20.52/20.64	c 190            258            53187          14315          2              76             3   3   2      
20.93/21.06	c 200            271            55400          15014          2              81             3   3   2      
21.52/21.67	c 210            285            58962          15816          2              84             3   3   2      
21.62/21.77	c 211            288            59358          15911          2              85             3   3   1      
22.12/22.24	c 220            300            61798          16481          2              91             3   3   2      
22.52/22.63	c 230            313            63914          17085          2              96             3   3   2      
23.22/23.30	c 240            327            67718          17671          2              102            3   3   2      
23.61/23.76	c 250            341            70786          18380          2              105            3   3   2      
24.21/24.33	c 260            355            74164          19228          2              110            3   3   2      
24.81/24.96	c 270            370            77651          19985          3              111            3   3   2      
25.21/25.37	c 280            383            80177          20696          3              113            3   3   2      
25.81/25.91	c 290            397            83386          21463          3              117            3   3   2      
26.11/26.27	c 300            410            85405          22192          3              121            3   3   2      
26.61/26.77	c 310            423            88088          22964          3              127            3   3   2      
27.31/27.45	c 320            438            91714          23788          3              129            3   3   2      
27.81/27.97	c 330            452            94675          24469          3              134            3   3   2      
28.02/28.13	c 332            456            95376          24670          3              136            2   3   1      
28.41/28.50	c 340            467            97309          25381          3              140            3   3   2      
28.92/29.01	c 350            481            100392         26282          3              144            3   3   2      
29.41/29.50	c 360            495            103246         27185          3              148            3   3   2      
29.81/29.98	c 370            509            106520         27994          3              152            3   3   2      
30.31/30.42	c 380            523            109409         28820          3              155            3   3   2      
30.71/30.87	c 390            537            112427         29608          3              158            3   3   2      
31.41/31.52	c 400            552            116102         30617          3              160            3   3   2      
31.81/31.98	c 410            565            118656         31417          3              162            3   3   2      
32.41/32.50	c 420            579            122058         32227          3              165            3   3   2      
32.81/32.90	c 430            593            124920         33056          3              168            3   3   2      
33.41/33.51	c 440            607            128326         33852          3              173            3   3   2      
33.81/33.93	c 450            620            131083         34490          3              173            3   3   2      
34.30/34.46	c 460            634            134738         35181          3              178            3   3   2      
34.70/34.85	c 465            642            137249         35579          3              180            3   3   2      
35.10/35.25	c 470            650            139594         35988          3              184            3   3   2      
35.60/35.71	c 480            663            142330         36738          3              186            3   3   2      
36.30/36.44	c 490            679            147247         37728          3              191            3   3   2      
36.70/36.88	c 500            692            150053         38446          3              193            3   3   2      
37.40/37.54	c 510            709            153712         39318          3              197            3   3   2      
38.01/38.17	c 520            724            157379         40228          3              202            3   3   2      
38.40/38.57	c 530            737            159914         41066          3              204            3   3   2      
39.11/39.26	c 540            752            163718         41903          3              208            3   3   2      
39.81/39.92	c 550            767            167718         42840          3              213            3   3   2      
40.21/40.36	c 560            780            170191         43733          3              213            3   3   2      
40.91/41.05	c 570            794            174610         44589          3              216            3   3   2      
41.51/41.66	c 580            808            178478         45421          3              221            3   3   2      
42.21/42.35	c 590            824            182861         46246          3              222            3   3   2      
42.91/43.01	c 600            839            187203         47017          3              228            3   3   2      
43.70/43.84	c 610            856            192210         48081          3              234            3   3   2      
43.91/44.02	c 611            859            193240         48213          3              235            3   3   1      
44.60/44.74	c 620            874            197795         49131          3              236            3   3   2      
45.30/45.42	c 630            889            202486         50013          3              241            2   3   2      
45.80/45.98	c 640            904            206195         50842          3              246            3   3   2      
46.80/46.94	c 650            920            212016         51811          3              252            3   3   2      
47.70/47.84	c 660            938            217672         52907          3              254            3   3   2      
48.50/48.62	c 670            954            223175         53923          3              259            3   3   2      
49.20/49.37	c 680            971            228224         54770          3              261            3   3   2      
49.80/49.96	c 690            986            232154         55536          3              265            3   3   2      
50.70/50.82	c 700            1004           238108         56634          3              267            2   3   2      
51.50/51.67	c 710            1023           243634         57634          3              270            3   3   2      
52.40/52.59	c 720            1042           250831         58868          3              272            2   3   2      
53.30/53.48	c 730            1062           258062         60024          3              274            2   3   2      
54.01/54.15	c 740            1083           263876         61065          3              277            2   3   2      
54.10/54.25	c restarts              : 79          
54.10/54.25	c conflicts             : 745          (14 /sec)
54.10/54.25	c decisions             : 1088         (20 /sec)
54.10/54.25	c propagations          : 61532       (1138 /sec)
54.10/54.25	c root propagations     : 0           
54.10/54.25	c filter calls          : 264941         (4900 /sec)
54.10/54.25	c useless filter calls  : 251413         (94 %)
54.10/54.25	c
54.10/54.25	c clauses               : 1072
54.10/54.25	c SAT propagations      : 621
54.10/54.25	c SAT conflicts         : 0 (0 learnts)
54.10/54.25	c Memory used           : 175.59 MB
54.10/54.25	c CPU time              : 54.0641 s
54.10/54.25	
54.10/54.25	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14421 MiB free)
  memory of node 1: 16384 MiB (14247 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266322-1502568113/watcher-4266322-1502568113 -o /tmp/evaluation-result-4266322-1502568113/solver-4266322-1502568113 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4266322-1502568113.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24502, runsolver pid=24495
Current StackSize limit: 8192 KiB


[startup+0.100623 s]*
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29353700/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=27688 memory=3648 CPUtime=0.04 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 1132 0 3 0 4 0 0 0 20 0 1 0 89899534 28352512 912 33554432000 4194304 5972588 140722621681616 140722621678184 140160931671013 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 6922 912 713 435 0 285 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 27688 KiB
Current children cumulated memory: 3648 KiB

[startup+0.209249 s]*
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29350012/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=29820 memory=5684 CPUtime=0.15 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 1750 0 3 0 15 0 0 0 20 0 1 0 89899534 30535680 1421 33554432000 4194304 5972588 140722621681616 140722621678184 5673564 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 7455 1421 721 435 0 818 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 29820 KiB
Current children cumulated memory: 5684 KiB

[startup+0.309112 s]*
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29346864/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=31108 memory=7004 CPUtime=0.25 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 2044 0 3 0 25 0 0 0 20 0 1 0 89899534 31854592 1751 33554432000 4194304 5972588 140722621681616 140722621678184 5675324 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 7777 1751 721 435 0 1140 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 31108 KiB
Current children cumulated memory: 7004 KiB

[startup+0.700232 s]
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29343340/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=34964 memory=10436 CPUtime=0.63 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 2926 0 3 0 63 0 0 0 20 0 1 0 89899534 35803136 2609 33554432000 4194304 5972588 140722621681616 140722621676600 5676112 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 8741 2609 721 435 0 2104 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 34964 KiB
Current children cumulated memory: 10436 KiB

[startup+1.50024 s]
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29333904/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=43316 memory=18092 CPUtime=1.42 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 4837 0 3 0 142 0 0 0 20 0 1 0 89899534 44355584 4523 33554432000 4194304 5972588 140722621681616 140722621678184 5674125 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 10829 4523 721 435 0 4192 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 43316 KiB
Current children cumulated memory: 18092 KiB

[startup+3.1092 s]
/proc/loadavg: 0.16 0.05 0.06 4/188 24504
/proc/meminfo: memFree=29295232/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=60668 memory=33876 CPUtime=3.03 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 9216 0 3 0 302 1 0 0 20 0 1 0 89899534 62124032 8469 33554432000 4194304 5972588 140722621681616 140722621678184 5370824 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 15167 8469 721 435 0 8530 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 60668 KiB
Current children cumulated memory: 33876 KiB

[startup+6.30022 s]
/proc/loadavg: 0.39 0.10 0.07 4/188 24504
/proc/meminfo: memFree=29236368/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=94088 memory=64528 CPUtime=6.23 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 17187 0 3 0 620 3 0 0 20 0 1 0 89899534 96346112 16132 33554432000 4194304 5972588 140722621681616 140722621678184 5370839 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 23522 16132 721 435 0 16885 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 94088 KiB
Current children cumulated memory: 64528 KiB

[startup+12.7003 s]
/proc/loadavg: 0.52 0.13 0.08 4/188 24504
/proc/meminfo: memFree=29119660/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=141008 CPUtime=12.62 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 53964 0 3 0 1256 6 0 0 20 0 1 0 89899534 184119296 35252 33554432000 4194304 5972588 140722621681616 140722621679192 4935490 0 0 4096 8405026 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 35252 767 435 0 38314 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 141008 KiB

[startup+25.5003 s]
/proc/loadavg: 0.85 0.22 0.11 4/188 24504
/proc/meminfo: memFree=29075112/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=143824 CPUtime=25.41 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 117359 0 3 0 2532 9 0 0 20 0 1 0 89899534 184119296 35956 33554432000 4194304 5972588 140722621681616 140722621678920 4935463 0 0 4096 8405026 0 0 0 17 0 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 35956 773 435 0 38314 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 143824 KiB

[startup+51.1095 s]
/proc/loadavg: 1.24 0.36 0.16 4/188 24504
/proc/meminfo: memFree=29073016/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=146600 CPUtime=51.01 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137369 0 3 0 5091 10 0 0 20 0 1 0 89899534 184119296 36650 33554432000 4194304 5972588 140722621681616 140722621678920 4935463 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36650 773 435 0 38314 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 146600 KiB

[startup+54.2605 s]
# the end of solver process 24502 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=54.0642 s, system=0.111969 s

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

[startup+51.2005 s]
/proc/loadavg: 1.24 0.36 0.16 4/188 24504
/proc/meminfo: memFree=29073016/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=146600 CPUtime=51.1 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137369 0 3 0 5100 10 0 0 20 0 1 0 89899534 184119296 36650 33554432000 4194304 5972588 140722621681616 140722621678920 4935454 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36650 773 435 0 38314 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 146600 KiB

[startup+52.8004 s]
/proc/loadavg: 1.24 0.36 0.16 4/188 24504
/proc/meminfo: memFree=29073016/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=146600 CPUtime=52.7 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137369 0 3 0 5260 10 0 0 20 0 1 0 89899534 184119296 36650 33554432000 4194304 5972588 140722621681616 140722621678920 4935454 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36650 773 435 0 38314 0
Current children cumulated CPU time: 52.7 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 146600 KiB

[startup+53.6003 s]
/proc/loadavg: 1.24 0.36 0.16 4/188 24504
/proc/meminfo: memFree=29073024/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=146600 CPUtime=53.5 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137369 0 3 0 5340 10 0 0 20 0 1 0 89899534 184119296 36650 33554432000 4194304 5972588 140722621681616 140722621678920 4935463 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36650 773 435 0 38314 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 146600 KiB

[startup+54.0004 s]*
/proc/loadavg: 1.24 0.36 0.16 2/186 24512
/proc/meminfo: memFree=29210116/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=147968 CPUtime=53.91 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137373 0 3 0 5381 10 0 0 20 0 1 0 89899534 184119296 36992 33554432000 4194304 5972588 140722621681616 140722621678920 4934287 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36992 773 435 0 38314 0
Current children cumulated CPU time: 53.91 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 147968 KiB

[startup+54.2004 s]
/proc/loadavg: 1.24 0.36 0.16 2/186 24512
/proc/meminfo: memFree=29210116/32770624 swapFree=67108860/67108860
[pid=24502] ppid=24495 vsize=179804 memory=147968 CPUtime=54.1 cores=0,2,4,6
/proc/24502/stat : 24502 (cosoco) R 24495 24502 24389 0 -1 4202496 137373 0 3 0 5400 10 0 0 20 0 1 0 89899534 184119296 36992 33554432000 4194304 5972588 140722621681616 140722621678920 4935454 0 0 4096 8405026 0 0 0 17 4 0 0 2 0 0 8070896 8075904 37515264 140722621682874 140722621682974 140722621682974 140722621685710 0
/proc/24502/statm: 44951 36992 773 435 0 38314 0
Current children cumulated CPU time: 54.1 s
Current children cumulated vsize: 179804 KiB
Current children cumulated memory: 147968 KiB

Child status: 0
Real time (s): 54.2605
CPU time (s): 54.1762
CPU user time (s): 54.0642
CPU system time (s): 0.111969
CPU usage (%): 99.8447
Max. virtual memory (cumulated for all children) (KiB): 179804
Max. memory (cumulated for all children) (KiB): 147968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0642
system time used= 0.111969
maximum resident set size= 148044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137412
page faults= 3
swaps= 0
block input operations= 576
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 24502
#   total CPU time (s): 54.1762
#   total CPU user time (s): 54.0642
#   total CPU system time (s): 0.111969

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

The end

Launcher Data

Begin job on node107 at 2017-08-12 21:47:36
IDJOB=4266322
IDBENCH=121044
IDSOLVER=2655
FILE ID=node107/4266322-1502568113
RUNJOBID= node107-1502567255-24472
PBS_JOBID= 20628284
Free space on /tmp= 61604 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Random/Random-m1-5-12-12t/rand-5-12-12-200-t95-3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266322-1502568113/watcher-4266322-1502568113 -o /tmp/evaluation-result-4266322-1502568113/solver-4266322-1502568113 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4266322-1502568113.xml

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

MD5SUM BENCH= d4014e5e87f6d68ac86bab8f8f62518f
RANDOM SEED=1976939952

node107.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.84
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.84
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.84
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.84
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:        29358404 kB
MemAvailable:   31999132 kB
Buffers:          122876 kB
Cached:          2811620 kB
SwapCached:            0 kB
Active:           471428 kB
Inactive:        2514684 kB
Active(anon):      54784 kB
Inactive(anon):    24972 kB
Active(file):     416644 kB
Inactive(file):  2489712 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             62212 kB
Writeback:             0 kB
AnonPages:         58160 kB
Mapped:            42332 kB
Shmem:             25228 kB
Slab:             124516 kB
SReclaimable:     100416 kB
SUnreclaim:        24100 kB
KernelStack:        3232 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61600 MiB
End job on node107 at 2017-08-12 21:48:31