Trace number 4390130

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 2? (TO) 2400.03 2399.81

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K138.xml
MD5SUMd1127b901f05c0465fc5ca2bd763ec4c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16422
Number of constraints16700
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16422}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":266},{"degree":5,"count":1687},{"degree":6,"count":7377},{"degree":7,"count":4501},{"degree":8,"count":1771},{"degree":9,"count":546},{"degree":10,"count":136},{"degree":11,"count":1},{"degree":12,"count":136}]
Minimum constraint arity1
Maximum constraint arity138
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1781},{"arity":3,"count":7398},{"arity":4,"count":4521},{"arity":5,"count":1918},{"arity":6,"count":411},{"arity":7,"count":137},{"arity":9,"count":137},{"arity":119,"count":276},{"arity":138,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16700}]
Optimization problemNO
Type of objective

Solver Data

2.68/2.77	c root propagations     : 742         
2.68/2.77	c restarts enabled, print stats at every restarts
2.68/2.77	c
2.68/2.77	c
2.68/2.77	c
2.68/2.77	c This is cosoco 2.00 --  
2.68/2.77	c
2.68/2.77	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390130-1568347634.xml 
2.68/2.77	c ========================================[ Problem Statistics ]===========================================
2.68/2.77	c |                                                                                                       
2.68/2.77	c |  Parse time        :         1.70 s 
2.68/2.77	c |
2.68/2.77	c |               Variables: 16422
2.68/2.77	c |            Domain Sizes: 2..2
2.68/2.77	c |
2.68/2.77	c |             Constraints: 16700
2.68/2.77	c |                   Arity: 1..138  -- Unary: 2  -- Binary: 1781  -- Ternary: 7398
2.68/2.77	c | 
2.68/2.77	c |                   Types: 
2.68/2.77	c |                          Sum: 16700
2.68/2.77	c |                          
2.68/2.77	c =========================================================================================================
2.68/2.77	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
7.99/8.01	c 101            8162           947864         285299         742            0              1518   7378   6859
13.89/13.92	c 211            23666          2095441        664518         742            0              1204   13833   10945
16.68/16.78	c 332            31367          2524130        859105         742            0              380   2949   2735
22.79/22.80	c 465            54036          3195628        1122820        742            0              760   2933   2324
26.79/26.87	c 611            67911          3731886        1328824        742            0              2351   2760   2531
30.48/30.56	c 771            75114          4444991        1593713        742            0              1643   2020   1769
34.19/34.22	c 947            83980          5108802        1849041        742            0              1266   2061   1951
40.87/40.97	c 1140           120614         5742389        2117961        742            0              914   3361   2620
45.38/45.44	c 1352           140139         6483858        2385244        742            0              1453   3219   1998
49.37/49.48	c 1585           149680         7415989        2752221        742            0              1193   1969   1686
59.17/59.25	c 1841           159055         9865300        3576227        742            0              247   1130   1041
63.26/63.31	c 2122           166223         10881466       3957921        742            0              1011   1135   1073
70.57/70.64	c 2431           200122         11959148       4478643        742            0              959   2419   1676
78.86/78.96	c 2770           212255         14001805       5294288        742            0              1592   1831   1707
85.17/85.25	c 3142           234753         15106328       5788305        742            0              1311   1989   1795
90.67/90.70	c 3551           256410         16075458       6279732        742            0              1464   2016   1633
100.16/100.25	c 4000           269875         18547441       7073294        742            0              1026   1117   1073
115.16/115.28	c 4493           309304         21622989       8236025        742            0              991   2218   1367
124.77/124.81	c 5035           335253         23649778       9009084        742            0              471   2962   2047
129.86/129.94	c 5631           351262         24796144       9496801        742            0              1317   2184   2085
145.16/145.22	c 6286           373057         28341209       10858343       742            0              1085   1243   1168
156.87/156.96	c 7006           387710         31463369       11873126       742            0              1126   1230   1178
167.56/167.68	c 7798           407768         34210781       12926735       742            0              1094   1230   1167
178.67/178.75	c 8669           430696         36935302       13953187       742            0              895   1236   1192
204.87/204.93	c 9627           468622         43239284       16004119       742            0              940   1196   1135
220.97/221.09	c 10680          502902         47045460       17367983       742            0              982   1222   1111
244.47/244.50	c 11838          523901         52817667       19297874       742            0              637   745   704
263.27/263.32	c 13111          551866         57188737       21014289       742            0              614   742   708
278.68/278.79	c 14511          581517         60478640       22685336       742            0              584   693   651
297.47/297.50	c 16051          641126         64531924       24642583       742            0              447   1763   1173
313.99/314.01	c 17745          681307         68846438       26463210       742            0              802   1160   932
345.38/345.40	c 19608          756414         76025226       29263448       742            0              292   2042   1048
372.28/372.33	c 21657          813431         81632524       31491973       742            0              659   911   782
434.89/434.97	c 23910          859169         97316554       36634016       742            0              611   768   724
469.38/469.41	c 26388          903870         105798087      39967810       742            0              631   871   792
509.59/509.67	c 29113          974546         115472529      44068231       742            0              565   1051   761
550.60/550.67	c 32110          1058900        124853034      48330068       742            0              613   793   757
593.30/593.33	c 35406          1128925        134632450      53146874       742            0              673   772   735
645.90/645.90	c 39031          1188693        147721646      58838062       742            0              626   805   761
733.30/733.32	c 43018          1276692        169008647      67188490       742            0              570   715   652
780.61/780.67	c 47403          1360953        179994354      72419230       742            0              493   624   597
823.81/823.88	c 52226          1438513        189885609      76823248       742            0              505   617   580
919.92/919.99	c 57531          1562188        213612128      86184360       742            0              504   882   645
996.63/996.68	c 63366          1826291        228354276      92711699       742            0              568   3215   946
1100.84/1100.82	c 69784          2298486        244962164      99636627       742            0              667   3221   1334
1191.06/1191.07	c 76843          2548658        266443224      108283266      742            0              689   1149   957
1348.07/1348.10	c 84607          3350041        287731851      120450959      742            0              748   2628   1633
1462.38/1462.30	c 93147          3702744        313654514      131445485      742            0              1389   1549   1484
1558.69/1558.63	c 102541         3915604        335727757      143097706      742            0              1267   1513   1407
1692.22/1692.13	c 112874         4172450        370918629      156531791      742            0              1277   1480   1413
1811.43/1811.31	c 124240         4524466        395615414      167237817      742            0              1157   1425   1308
1956.65/1956.53	c 136742         4943315        427646112      182363561      742            0              1182   1859   1537
2130.78/2130.64	c 150494         5362432        470036083      200093743      742            0              1028   1489   1188
2314.60/2314.41	c 165621         6195747        495994540      215142564      742            0              666   1544   1320
2400.01/2399.80	
2400.01/2399.80	c *** INTERRUPTED ***
2400.01/2399.80	c restarts              : 54          
2400.01/2399.80	c conflicts             : 168322       (70 /sec)
2400.01/2399.80	c decisions             : 6339143      (2642 /sec)
2400.01/2399.80	c propagations          : 222692388   (92828 /sec)
2400.01/2399.80	c root propagations     : 742         
2400.01/2399.80	c filter calls          : 516304938      (215220 /sec)
2400.01/2399.80	c useless filter calls  : 466144464      (90 %)
2400.01/2399.80	c Memory used           : 1819.79 MB
2400.01/2399.80	c CPU time              : 2398.97 s
2400.01/2399.80	c real time             : 2399.8 s
2400.01/2399.80	
2400.01/2399.80	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390130-1568347634/watcher-4390130-1568347634 -o /tmp/evaluation-result-4390130-1568347634/solver-4390130-1568347634 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568347592-21995 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390130-1568347634.xml 

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

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

solver pid=22019, runsolver pid=22016

[startup+0.100197 s]*
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=31590388/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=39268 memory=15496 CPUtime=0.09 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 4059 0 0 0 9 0 0 0 20 0 1 0 410701304 40210432 3874 33554432000 4194304 6210612 140731792392688 140731792389960 140297540535185 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 9817 3874 807 493 0 3122 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39268 KiB
Current children cumulated memory: 15496 KiB

[startup+0.209736 s]*
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=31569776/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=56856 memory=33184 CPUtime=0.21 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 8475 0 0 0 20 1 0 0 20 0 1 0 410701304 58220544 8296 33554432000 4194304 6210612 140731792392688 140731792389960 5720695 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 14214 8296 834 493 0 7519 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 56856 KiB
Current children cumulated memory: 33184 KiB

[startup+0.309786 s]*
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=31515588/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=95644 memory=71984 CPUtime=0.31 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 18158 0 0 0 29 2 0 0 20 0 1 0 410701304 97939456 17931 33554432000 4194304 6210612 140731792392688 140731792389960 140297531182053 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 23911 17931 834 493 0 17216 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 95644 KiB
Current children cumulated memory: 71984 KiB

[startup+0.700313 s]
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=31270192/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=277312 memory=253500 CPUtime=0.68 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 63584 0 0 0 61 7 0 0 20 0 1 0 410701304 283967488 63375 33554432000 4194304 6210612 140731792392688 140731792387048 140297531230112 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 69328 63375 834 493 0 62633 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277312 KiB
Current children cumulated memory: 253500 KiB

[startup+1.50032 s]
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=30671396/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=798720 memory=774796 CPUtime=1.48 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 193936 0 0 0 122 26 0 0 20 0 1 0 410701304 817889280 193699 33554432000 4194304 6210612 140731792392688 140731792387048 140297531230112 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 199680 193699 834 493 0 192985 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 798720 KiB
Current children cumulated memory: 774796 KiB

[startup+3.11 s]
/proc/loadavg: 1.00 1.09 1.48 3/200 22026
/proc/meminfo: memFree=28844032/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1125548 memory=1101984 CPUtime=3.09 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 287823 0 0 0 272 37 0 0 20 0 1 0 410701304 1152561152 275470 33554432000 4194304 6210612 140731792392688 140731792390280 5409284 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 281387 275496 869 493 0 274692 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1125548 KiB
Current children cumulated memory: 1101984 KiB

[startup+6.30032 s]
/proc/loadavg: 1.08 1.10 1.49 3/200 22026
/proc/meminfo: memFree=28145000/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1515344 memory=1487536 CPUtime=6.28 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 438584 0 0 0 575 53 0 0 20 0 1 0 410701304 1551712256 371884 33554432000 4194304 6210612 140731792392688 140731792390280 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 378836 371884 869 493 0 372141 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1515344 KiB
Current children cumulated memory: 1487536 KiB

[startup+12.7003 s]
/proc/loadavg: 1.16 1.12 1.49 3/200 22026
/proc/meminfo: memFree=27215120/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1853616 memory=1796764 CPUtime=12.69 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 632792 0 0 0 1199 70 0 0 20 0 1 0 410701304 1898102784 449191 33554432000 4194304 6210612 140731792392688 140731792390280 5249664 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 463404 449191 871 493 0 456709 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1853616 KiB
Current children cumulated memory: 1796764 KiB

[startup+25.5003 s]
/proc/loadavg: 1.34 1.16 1.50 3/201 22029
/proc/meminfo: memFree=26955944/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803796 CPUtime=25.49 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 711342 0 0 0 2475 74 0 0 20 0 1 0 410701304 1908178944 450949 33554432000 4194304 6210612 140731792392688 140731792390648 5409289 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450949 871 493 0 459169 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803796 KiB

[startup+51.1097 s]
/proc/loadavg: 1.57 1.23 1.51 3/200 22029
/proc/meminfo: memFree=26955100/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803820 CPUtime=51.08 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 784384 0 0 0 5029 79 0 0 20 0 1 0 410701304 1908178944 450955 33554432000 4194304 6210612 140731792392688 140731792390648 5249694 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450955 871 493 0 459169 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803820 KiB

[startup+102.3 s]
/proc/loadavg: 1.81 1.35 1.54 3/199 22033
/proc/meminfo: memFree=26954200/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803820 CPUtime=102.26 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 844536 0 0 0 10143 83 0 0 20 0 1 0 410701304 1908178944 450955 33554432000 4194304 6210612 140731792392688 140731792390648 5409284 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450955 871 493 0 459169 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803820 KiB

[startup+162.3 s]
/proc/loadavg: 1.88 1.45 1.56 3/199 22039
/proc/meminfo: memFree=26954536/32770624 swapFree=66917868/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=162.26 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 897281 0 0 0 16140 86 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5155888 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.55 1.59 3/200 22051
/proc/meminfo: memFree=26952232/32770624 swapFree=66917876/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=222.27 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 939147 0 0 0 22139 88 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5157176 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.63 1.61 3/200 22055
/proc/meminfo: memFree=26952264/32770624 swapFree=66917876/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=282.27 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 966824 0 0 0 28138 89 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5154973 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.70 1.64 3/201 22062
/proc/meminfo: memFree=26951840/32770624 swapFree=66917876/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=342.28 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 998200 0 0 0 34137 91 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5154980 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.75 1.66 3/200 22066
/proc/meminfo: memFree=26953516/32770624 swapFree=66917876/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=402.29 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1023686 0 0 0 40136 93 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5249700 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.68 3/201 22071
/proc/meminfo: memFree=26951980/32770624 swapFree=66917876/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1803824 CPUtime=462.29 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1049801 0 0 0 46135 94 0 0 20 0 1 0 410701304 1908178944 450956 33554432000 4194304 6210612 140731792392688 140731792390648 5249712 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 450956 871 493 0 459169 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1803824 KiB


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

/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1602.4 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/201 22184
/proc/meminfo: memFree=26917056/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1662.41 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1200250 0 0 0 166137 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249691 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1662.41 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/200 22188
/proc/meminfo: memFree=26917024/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1722.42 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1201772 0 0 0 172138 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249712 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1722.42 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/199 22194
/proc/meminfo: memFree=26916284/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1782.43 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1202959 0 0 0 178139 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5155155 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/199 22198
/proc/meminfo: memFree=26916680/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1842.43 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1204589 0 0 0 184139 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249712 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/199 22202
/proc/meminfo: memFree=26916584/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1902.44 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1205693 0 0 0 190140 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249712 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1902.44 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/199 22208
/proc/meminfo: memFree=26916536/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=1962.45 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1207368 0 0 0 196141 104 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249719 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 1962.45 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/200 22220
/proc/meminfo: memFree=26916468/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2022.46 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1208417 0 0 0 202141 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249901 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 22224
/proc/meminfo: memFree=26917132/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2082.47 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1209460 0 0 0 208142 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5249890 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2082.47 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 22230
/proc/meminfo: memFree=26916512/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2142.48 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1211088 0 0 0 214143 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5409301 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2142.48 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 22234
/proc/meminfo: memFree=26916272/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2202.49 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1212131 0 0 0 220144 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5155888 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2202.49 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 22238
/proc/meminfo: memFree=26915184/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2262.5 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1213246 0 0 0 226145 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5409293 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2262.5 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22244
/proc/meminfo: memFree=26914972/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2322.5 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1214783 0 0 0 232145 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5155888 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2322.5 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22248
/proc/meminfo: memFree=26915064/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2382.51 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1215781 0 0 0 238146 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5409284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2382.51 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22248
/proc/meminfo: memFree=26912536/32770624 swapFree=66917896/67108860
[pid=22019] ppid=22016 vsize=1863456 memory=1839068 CPUtime=2400.01 cores=0,2,4,6
/proc/22019/stat : 22019 (cosoco) R 22016 22019 21964 0 -1 4202496 1216124 0 0 0 239896 105 0 0 20 0 1 0 410701304 1908178944 459767 33554432000 4194304 6210612 140731792392688 140731792390648 5155765 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 35823616 140731792401419 140731792401521 140731792401521 140731792404430 0
/proc/22019/statm: 465864 459767 871 493 0 459169 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 1863456 KiB
Current children cumulated memory: 1839068 KiB

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

[startup+2399.81 s]
# the end of solver process 22019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.97 s, system=1.06113 s

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

Child status: 1
Real time (s): 2399.81
CPU time (s): 2400.03
CPU user time (s): 2398.97
CPU system time (s): 1.06113
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 1863456
Max. memory (cumulated for all children) (KiB): 1839068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.97
system time used= 1.06113
maximum resident set size= 1839140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1216179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160
involuntary context switches= 801


# summary of solver processes directly reported to runsolver:
#   pid: 22019
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2398.97
#   total CPU system time (s): 1.06113

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

The end

Launcher Data

Begin job on node141 at 2019-09-13 06:06:32
IDJOB=4390130
IDBENCH=134794
IDSOLVER=2830
FILE ID=node141/4390130-1568347634
RUNJOBID= node141-1568347592-21995
PBS_JOBID= 21701171
Free space on /tmp= 56112 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K138.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390130-1568347634/watcher-4390130-1568347634 -o /tmp/evaluation-result-4390130-1568347634/solver-4390130-1568347634 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568347592-21995 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390130-1568347634.xml

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

MD5SUM BENCH= d1127b901f05c0465fc5ca2bd763ec4c
RANDOM SEED=1459747004

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31619772 kB
MemAvailable:   31842576 kB
Buffers:          135356 kB
Cached:           375356 kB
SwapCached:        81556 kB
Active:           230092 kB
Inactive:         365432 kB
Active(anon):       8988 kB
Inactive(anon):   106464 kB
Active(file):     221104 kB
Inactive(file):   258968 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66917868 kB
Dirty:              5064 kB
Writeback:             0 kB
AnonPages:        112904 kB
Mapped:            33356 kB
Shmem:             21916 kB
Slab:             146604 kB
SReclaimable:     117136 kB
SUnreclaim:        29468 kB
KernelStack:        3296 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 56104 MiB
End job on node141 at 2019-09-13 06:46:32